• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

2489 Courses in Liverpool delivered Online

Wed 1 Oct 2025 - Christmas Tree Recycling

By Hospice Income Generation Network

Sharing & Networking - Christmas tree recycling programmes. Session aimed at tree recycling fundraisers THIS SESSION WILL NOT BE RECORDED

Wed 1 Oct 2025 - Christmas Tree Recycling
Delivered Online
FREE

AZ-040T00 Automating Administration with Powershell

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is intended for IT Professionals who are already experienced in general Windows Server, Windows client, Azure, and Microsoft 365 administration, and who want to learn more about using Windows PowerShell for administration. No prior experience with any version of PowerShell or any scripting language is assumed. This course is also suitable for IT Professionals already experienced in server administration, including Microsoft Exchange Server, Microsoft SharePoint Server, and Microsoft SQL Server. This course provides students with the fundamental knowledge and skills to use PowerShell for administering and automating administration of Windows servers. This course provides students the skills to identify and build the command they require to perform a specific task. In addition, students learn how to build scripts to accomplish advanced tasks such as automating repetitive tasks and generating reports. This course provides prerequisite skills supporting a broad range of Microsoft products, including Windows Server, Windows Client, Microsoft Azure, and Microsoft 365. In keeping with that goal, this course will not focus on any one of those products, although Windows Server, which is the common platform for all of those products, will serve as the example for the techniques this course teaches. Prerequisites Before attending this course, students must have: -Experience with Windows networking technologies and implementation. - Experience with Windows Server administration, maintenance, and troubleshooting. 1 - Review Windows PowerShell Learn about Windows PowerShell Get familiar with Windows PowerShell applications Identify factors to install and use Windows PowerShell Configure the Windows PowerShell console Configure the Windows PowerShell Integrated Scripting Environment (ISE) Use Visual Studio Code with PowerShell 2 - Understand the command syntax in Windows PowerShell Discover the structure of PowerShell cmdlets Discover the parameters for using PowerShell cmdlets Review the tab completion feature in PowerShell Display the About files content in PowerShell 3 - Find commands and Get-Help in Windows PowerShell Define modules in PowerShell Find cmdlets in PowerShell Use command aliases in PowerShell Use Show-Command and Get-Help in PowerShell Interpret the help file contents and update the local help content in PowerShell 4 - Manage Active Directory Domain Services using PowerShell cmdlets Manage user accounts in PowerShell Manage groups and group memberships in PowerShell Manage computer accounts in PowerShell Manage organizational units and Active Directory objects in PowerShell 5 - Manage network service settings for Windows devices using PowerShell cmdlets Manage IP addresses in PowerShell Manage IP routing in PowerShell Manage DNS clients in PowerShell Manage Windows Firewall settings in PowerShell 6 - Manage Windows Server settings using PowerShell cmdlets Automate management tasks using the Group Policy management cmdlets Manage server roles and services using PowerShell cmdlets Manage Hyper-V Virtual Machines using PowerShell cmdlets Manage Internet Information Services using PowerShell cmdlets 7 - Manage settings for a local Windows machine using PowerShell cmdlets Manage Windows 10 using PowerShell Manage permissions with PowerShell 8 - Understand the Windows PowerShell pipeline Review Windows PowerShell pipeline and its output Discover object members in PowerShell Control the formatting of pipeline output 9 - Select, sort, and measure objects using the pipeline Sort and group objects by property in the pipeline Measure objects in the pipeline Select a set of objects in the pipeline Select object properties in the pipeline Create and format calculated properties in the pipeline 10 - Filter objects out of the pipeline Learn about the comparison operators in PowerShell Review basic filter syntax in the pipeline Review advanced filter syntax in the pipeline Optimize the filter performance in the pipeline 11 - Enumerate objects in the pipeline Learn about enumerations in the pipeline Review basic syntax to enumerate objects in the pipeline Review advanced syntax to enumerate objects in the pipeline 12 - Send and pass data as output from the pipeline Write pipeline data to a file Convert pipeline objects to other forms of data representation in PowerShell Control additional output options in PowerShell 13 - Pass pipeline objects Pipeline parameter binding Identify ByValue parameters Pass data by using ByValue Pass data by using ByPropertyName Identify ByPropertyName parameters Use manual parameters to override the pipeline Use parenthetical commands Expand property values 14 - Connect with data stores using PowerShell providers Define Windows PowerShell providers Review the built-in providers in PowerShell Access provider help in PowerShell 15 - Use PowerShell drives in PowerShell Explain PowerShell drives in PowerShell Use PowerShell drive cmdlets in PowerShell Manage the file system in PowerShell Manage the registry in PowerShell Work with certificates in PowerShell Work with other PowerShell drives in PowerShell 16 - Review CIM and WMI Review architecture of CIM and WMI Review repositories in CIM and WMI Locate online class documentation by using CIM and WMI cmdlets 17 - Query configuration information by using CIM and WMI List local repository namespaces and classes by using CIM and WMI Query instances by using commands and WMI Query Language Connect to remote computers by using CIM and WMI cmdlets Query repository classes from remote computers by using CIMSession objects 18 - Query and manipulate repository objects by using CIM and WMI methods Discover methods of repository objects by using CIM and WMI Locate class methods and documentation by using CIM and WMI Invoke methods of repository objects by using CIM and WMI 19 - Manage variables in Windows PowerShell scripts Define variables in Windows PowerShell scripts Create variable names in Windows PowerShell scripts Assign values and types to variables in Windows PowerShell scripts Identify the methods and properties of variables in Windows PowerShell scripts Use string variables and methods in Windows PowerShell scripts Use date variables and methods in Windows PowerShell scripts 20 - Work with arrays and hash tables in Windows PowerShell scripts Define an array in Windows PowerShell scripts Work with array lists in Windows PowerShell scripts Define hash tables in Windows PowerShell Scripts Work with hash tables in Windows PowerShell scripts 21 - Create and run scripts by using Windows PowerShell Review Windows PowerShell scripts Modify scripts in the PowerShell Gallery Create scripts using Windows PowerShell Review the PowerShellGet module in Windows PowerShell Run scripts and set the execution policy in Windows PowerShell Review Windows PowerShell and AppLocker Sign the scripts digitally in Windows PowerShell 22 - Work with scripting constructs in Windows PowerShell Review and use the ForEach loop in Windows PowerShell scripts Review and use the If construct in Windows PowerShell scripts Review and use the Switch construct in Windows PowerShell scripts Review the For construct in Windows PowerShell scripts Review other loop constructs in Windows PowerShell scripts Review Break and Continue in Windows PowerShell scripts 23 - Import data in different formats for use in scripts by using Windows PowerShell cmdlets Use the Get-Content command in Windows PowerShell scripts Use the Import-Csv cmdlet in Windows PowerShell scripts Use the Import-Clixml cmdlet in Windows PowerShell scripts Use the ConvertFrom-Json cmdlet in Windows PowerShell scripts 24 - Use methods to accept user inputs in Windows PowerShell scripts Identify values that might change in Windows PowerShell scripts Use the Read-Host cmdlet in Windows PowerShell scripts Use the Get-Credential cmdlet in Windows PowerShell scripts Use the Out-GridView cmdlet in Windows PowerShell scripts Pass parameters to a Windows PowerShell script 25 - Troubleshoot scripts and handle errors in Windows PowerShell Interpret error messages generated for Windows PowerShell commands Add output to Windows PowerShell scripts Use breakpoints in Windows PowerShell scripts Interpret error actions for Windows PowerShell commands 26 - Use functions and modules in Windows PowerShell scripts Review functions in Windows PowerShell scripts Use variable scope in Windows PowerShell scripts Create modules in Windows PowerShell scripts Use the dot sourcing feature in Windows PowerShell 27 - Manage single and multiple computers by using Windows PowerShell remoting Review the remoting feature of Windows PowerShell Compare remoting with remote connectivity Review the remoting security feature of Windows PowerShell Enable remoting by using Windows PowerShell Use one-to-one remoting by using Windows PowerShell Use one-to-many remoting by using Windows PowerShell Compare remoting output with local output 28 - Use advanced Windows PowerShell remoting techniques Review common remoting techniques of Windows PowerShell Send parameters to remote computers in Windows PowerShell Set access protection to variables, aliases, and functions by using the scope modifier Enable multi-hop remoting in Windows PowerShell 29 - Manage persistent connections to remote computers by using Windows PowerShell sessions Review persistent connections in Windows PowerShell Create and manage persistent PSSessions by using Windows PowerShell Disconnect PSSessions by using Windows PowerShell Review the feature of implicit remoting in Windows PowerShell 30 - Review Azure PowerShell module Review Azure PowerShell Review the benefits of the Azure PowerShell module Install the Azure PowerShell module Migrate Azure PowerShell from AzureRM to Azure Review Microsoft Azure Active Directory module for Windows PowerShell and Azure Active Directory PowerShell for Graph modules 31 - Review the features and tools for Azure Cloud Shell Review the characteristics of Azure Cloud Shell Review the features and tools of Azure Cloud Shell Configure and experiment with Azure Cloud Shell 32 - Manage Azure resources with Windows PowerShell Create a new Azure virtual machine by using Windows PowerShell commands Manage Azure virtual machines by using Windows PowerShell commands Manage Azure related storage by using Azure PowerShell Manage Azure subscriptions by using Azure PowerShell 33 - Manage users, groups, and licenses in Microsoft Entra ID by using Windows PowerShell Review benefits to manage Microsoft 365 services by using Windows PowerShell Connect to the Microsoft 365 tenant by using Windows PowerShell Manage users in Microsoft 365 by using Windows PowerShell Manage groups in Microsoft 365 by using Windows PowerShell Manage roles in Microsoft 365 by using Windows PowerShell Manage licenses in Microsoft 365 by using Windows PowerShell 34 - Manage Exchange Online by using Windows PowerShell Connect to Exchange Online by using Windows PowerShell Manage mailboxes in Exchange Online by using Windows PowerShell Manage resources in Exchange Online by using Windows PowerShell Manage admin roles in Exchange Online by using Windows PowerShell 35 - Manage SharePoint Online by using Windows PowerShell Install and connect to SharePoint Online Management Shell by using Windows PowerShell Manage SharePoint Online users and groups by using Windows PowerShell Manage SharePoint sites by using Windows PowerShell Manage SharePoint Online external user sharing by using Windows PowerShell 36 - Manage Microsoft Teams by using Windows PowerShell Review Microsoft Teams PowerShell module Install the Microsoft Teams PowerShell module Manage teams with Microsoft Teams PowerShell module 37 - Create and manage background jobs using Windows PowerShell Define the types of background jobs in Windows PowerShell Start remote jobs and CIM/WMI jobs in Windows PowerShell Monitor jobs in Windows PowerShell Retrieve results for running jobs in Windows PowerShell 38 - Create and manage scheduled jobs using Windows PowerShell Create and run Windows PowerShell scripts as scheduled tasks Define scheduled jobs in Windows PowerShell Create job option and job trigger objects in Windows PowerShell Create and register a scheduled job in Windows PowerShell Retrieve the results from a scheduled job in Windows PowerShell

AZ-040T00 Automating Administration with Powershell
Delivered OnlineFlexible Dates
£2,975

Diploma in Marketing for Introverts

4.3(43)

By John Academy

Description Marketing is an extremely broad field that encompasses a variety of sub-fields and requires workers with different talents, work styles and personalities. Many marketing jobs require only limited interaction with clients, committees or colleagues, making them attractive for introverts who prefer working alone. Most such jobs fall within the creative, strategic or data analysis sub-fields. Through this Diploma in Marketing for Introverts, you will get many ways in which you can approach networking, publicity, getting published, speaking in public and other common marketing activities while being true to your introvert talents, personality strengths, likes and dislikes. With the help of this course you will better understand yourself, your unique talents and your capabilities as a marketer, you select marketing tactics you'll enjoy, and give your own spin to whatever you do to bring in business, and much more. Assessment: This course does not involve any MCQ test. Students need to answer assignment questions to complete the course, the answers will be in the form of written work in pdf or word. Students can write the answers in their own time. Once the answers are submitted, the instructor will check and assess the work. Certification: After completing and passing the course successfully, you will be able to obtain an Accredited Certificate of Achievement. Certificates can be obtained either in hard copy at a cost of £39 or in PDF format at a cost of £24. Who is this Course for? Diploma in Marketing for Introverts is certified by CPD Qualifications Standards and CiQ. This makes it perfect for anyone trying to learn potential professional skills. As there is no experience and qualification required for this course, it is available for all students from any academic background. Requirements Our Diploma in Marketing for Introverts is fully compatible with any kind of device. Whether you are using Windows computer, Mac, smartphones or tablets, you will get the same experience while learning. Besides that, you will be able to access the course with any kind of internet connection from anywhere at any time without any kind of limitation. Career Path After completing this course you will be able to build up accurate knowledge and skills with proper confidence to enrich yourself and brighten up your career in the relevant job market. Course Introduction Course Introduction FREE 00:03:00 Introvert Basics Who Is an Introvert and Why Does It Matter? 00:06:00 The Attitude That Gives You Latitude 00:07:00 The Four Top Introvert Strengths 00:06:00 Marketing Tactics That Suit Introverts Video Marketing for Introverts 00:07:00 Public Speaking for Introverts 00:04:00 Networking for Introverts 00:03:00 One-on-One Marketing for Introverts 00:04:00 Getting Published for Introverts 00:04:00 Publicity Seeking for Introverts 00:04:00 Product Development for Introverts 00:05:00 Social Media for Introverts 00:05:00 Charisma for Introverts 00:05:00 Personal Branding for Introverts 00:04:00 Promotional Copy for Introverts 00:08:00 Your Opposite Number How Introverts Can Work Smoothly With Extroverts 00:04:00 How Extroverts Can Work Well With Introverts 00:04:00 Applying What You've Learned Role Models: Well-known Introverts 00:13:00 Take Action Step by Step 00:03:00 Further Resources 00:02:00 Maui Banyan Condo Rental 00:02:00 Internet Marketing Lifestyle 00:02:00 Assessment Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Diploma in Marketing for Introverts
Delivered Online On Demand1 hour 45 minutes
£25

Auditing Computerised Systems

By Research Quality Association

Course Information Join our comprehensive three-day programme designed as an invaluable external training opportunity for auditors, audit programme managers, and individuals subject to audits. This course is tailored to foster a deep understanding and cultivate essential skills for auditing the validation of computer systems intended for GxP environments (GLP, GCP, GMP, GDP, GPvP). Commencing with an overview of regulatory prerequisites and the system life cycle, the course swiftly transitions to focus on the pragmatic aspects of auditing computer system validation. Experience a blend of presentations, interactive discussions, and immersive practical workshops throughout the duration of the course. Delegates will benefit from practical examples of how to understand the framework of applicable regulations and guidance. Apply risk management techniques to audit planning Plan and conduct computerised system audits Assess system validation documentation to verify compliance Evaluate data integrity and security issues Prepare for regulatory inspection. The course is structured to encourage delegates to: Discuss and develop ideas Solve specific problems Understand the vulnerabilities of computerised systems Learn how to create a compliance checklist Link system development with good business practice. Is this course for you? Auditors Audit programme managers Individuals subject to audits. Tutors Tutors will be comprised of (click the photos for biographies): Nichola Stevens Director and Principal Consultant, Nuncius Compliance Solutions Ltd Barry McManus Consultancy Partner, Empowerment Quality Engineering Ltd Programme Please note timings may be subject to alteration. Day 1 09:00 Welcome and Introductions 09:45 Why We Validate and Regulatory Trends 10:30 Break 10:45 Audit Overview, High Level Process and Scheduling 11:30 System Lifecycle 12:30 Lunch 13:15 Exercise 1 - Audit Scheduling 14:45 Exercise 1 - Feedback 15:15 Break 15:30 Validation Deliverables 16:30 Risk Assessments 17:30 Close of Day 1 Day 2 09:00 Supplier Assessment 10:30 Break 10:45 Exercise 2 - Planning a Supplier Audit 12:00 Exercise 2 - Feedback 12:30 Lunch 13:15 Exercise 3 - Auditing a Computerised System Validation Package 15:30 Break 15:45 Exercise 3 - Feedback 16:30 Change Control 17:15 Close of Day Day 3 09:00 Infrastructure Qualification 09:45 Maintaining a Validated State - Operational Processes 11:00 Break 11:15 Exercise 4 - Auditing Systems in Operational Use 12:45 Lunch 13:30 Exercise 4 - Feedback 14:15 Exercise 5 - Auditing Trail Review 15:30 Break 15:45 Exercise 5 - Feedback 16:15 Course Objectives Summary and Any Additional Questions 16:45 Close of Course Extra Information Face-to-face course Course Material Course material will be available in PDF format for delegates attending this course. The advantages of this include: Ability for delegates to keep material on a mobile device Ability to review material at any time pre and post course Environmental benefits – less paper being used per course. The material will be emailed in advance of the course and RQA will not be providing any printed copies of the course notes during the training itself. Delegates wishing to have a hard copy of the notes should print these in advance to bring with them. Alternatively delegates are welcome to bring along their own portable devices to view the material during the training sessions. Remote course Course Material This course will be run completely online. You will receive an email with a link to our online system, which will house your licensed course materials and access to the remote event. Please note this course will run in UK timezone. The advantages of this include: Ability for delegates to keep material on a mobile device Ability to review material at any time pre and post course Environmental benefits – less paper being used per course Access to an online course group to enhance networking. You will need a stable internet connection, a microphone and a webcam. CPD Points 19 Points Development Level Develop

Auditing Computerised Systems
Delivered in person or OnlineFlexible Dates
£1,297 to £1,687

Event Coordinator

By The Teachers Training

Overview Event Coordinator Course is yet another 'Teacher's Choice' course from Teachers Training for a complete understanding of the fundamental topics. You are also entitled to exclusive tutor support and a professional CPD-accredited certificate in addition to the special discounted price for a limited time. Just like all our courses, this Event Coordinator Course and its curriculum have also been designed by expert teachers so that teachers of tomorrow can learn from the best and equip themselves with all the necessary skills. Consisting of several modules, the course teaches you everything you need to succeed in this profession. The course can be studied part-time. You can become accredited within 05 Hours studying at your own pace. Your qualification will be recognised and can be checked for validity on our dedicated website. Why Choose Teachers Training Some of our website features are: This is a dedicated website for teaching 24/7 tutor support Interactive Content Affordable price Courses accredited by the UK's top awarding bodies 100% online Flexible deadline Entry Requirements No formal entry requirements. You need to have: Passion for learning A good understanding of the English language Be motivated and hard-working Over the age of 16. Certification CPD Certification from The Teachers Training Successfully completing the MCQ exam of this course qualifies you for a CPD-accredited certificate from The Teachers Training. You will be eligible for both PDF copy and hard copy of the certificate to showcase your achievement however you wish. You can get your digital certificate (PDF) for £4.99 only Hard copy certificates are also available, and you can get one for only £10.99 You can get both PDF and Hard copy certificates for just £12.99! The certificate will add significant weight to your CV and will give you a competitive advantage when applying for jobs. Module 01: Introduction to Event Management Introduction to Event Management 00:26:00 Module 02: Role of an Event Planner Role of an Event Planner 00:33:00 Module 03: Event Classification Event Classification 00:30:00 Module 04: Events and Clients Events and Clients 00:20:00 Module 05: Steps to Plan an Event Steps to Plan an Event 00:29:00 Module 06: Venue Requirements Venue Requirements 00:18:00 Module 07: Invitations, Greetings, and Dress Code Invitations, Greetings, and Dress Code 01:09:00 Module 08: Event Marketing Event Marketing 00:33:00 Module 09: Networking Networking 01:24:00 Module 10: Working with Vendors and Suppliers Working with Vendors and Suppliers 01:18:00 Module 11: Event Decorations Event Decorations 00:27:00 Module 12: Planning a Kids' Party Planning a Kids' Party 00:17:00 Module 13: Types of Kids' Parties Types of Kids' Parties 00:17:00 Module 14: Choosing a Theme Choosing a Theme 00:24:00 Module 15: Planning the Entertainment Planning the Entertainment 00:28:00 Module 16: Catering at Events Catering at Events 00:24:00 Module 17: Cleaning and Waste Disposal Cleaning and Waste Disposal 00:22:00 Module 18: Event Security Event Security 00:18:00

Event Coordinator
Delivered Online On Demand9 hours 57 minutes
£27.99

Compliance & Risk Management - CPD Certified

4.7(47)

By Academy for Health and Fitness

24-Hour Knowledge Knockdown! Prices Reduced Like Never Before Want to ensure business compliance and risk management excellence? 92% of UK organisations prioritise compliance and risk management for sustainable growth. So, it's understandable that compliance and risk management are essential for businesses to mitigate legal and operational risks. Hence, our Compliance bundle equips professionals with the skills and knowledge to navigate and implement effective compliance and risk management strategies. With a single payment, you will gain access to Compliance & Risk Management course, including 10 premium courses, a QLS Endorsed Hardcopy certificate and 11 PDF certificates for Absolutely free. This Compliance & Risk Management Bundle Package includes: Course 01: Diploma in Compliance Management at QLS Level 5 10 Premium Additional CPD QS Accredited Courses - Course 01: Conflict Management Training Course 02: Mastering Organizational Chaos Course Course 03: Workplace Team Networking Diploma Course 04: Legal Operations Consultant Course 05: Decision-Making and Critical Thinking Training Course 06: Unconscious Bias Training Course Course 07: Cross-Cultural Awareness Training Course 08: Workplace Stress Management Diploma Course 09: Workplace Productivity Course Course 10: Corporate Risk And Crisis Management So, join in this journey towards a fulfilling career, where your Compliance and Risk Management knowledge will be in high demand. Learning Outcomes Master Compliance and Risk Management principles and strategies. Develop conflict resolution skills for effective Risk Management. Mitigate risks effectively with thorough Risk Management knowledge. Promote diversity and inclusivity through Risk Management initiatives. Foster cross-cultural awareness for better Compliance Management. Why Choose Our Bundle? Get a Free QLS Endorsed Certificate upon completion of Compliance course Get a free student ID card with Compliance Training Get instant access to this Compliance course. Learn Compliance from anywhere in the world The Compliance is affordable and simple to understand The Compliance is an entirely online, interactive lesson with voiceover audio Lifetime access to the Compliance course materials The Compliance comes with 24/7 tutor support Start your learning journey straightaway! This Compliance Management's curriculum has been designed by Compliance Management experts with years of Compliance Management experience behind them. The Compliance Management course is extremely dynamic and well-paced to help you understand Compliance Management with ease. Assessment Process You will be entitled to claim a certificate endorsed by the Quality Licence Scheme after you have completed all of the Diploma in Compliance Management at QLS Level 5 exams. CPD 255 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Compliance & Risk Management Requirements Compliance & Risk Management Career path Compliance & Risk Management Certificates CPD QS Accredited PDF Certificate Digital certificate - Included Diploma in Compliance Management at QLS Level 5 Hard copy certificate - Included

Compliance & Risk Management - CPD Certified
Delivered Online On Demand3 weeks
£119

Scrum, Agile, Strategic Management for Project Managers- 30 Courses Bundle

By NextGen Learning

Get ready for an exceptional online learning experience with the Scrum, Agile, Strategic Management for Project Managers bundle! This carefully curated collection of 30 premium courses is designed to cater to a variety of interests and disciplines. Dive into a sea of knowledge and skills, tailoring your learning journey to suit your unique aspirations. The Scrum, Agile, Strategic Management for Project Managers is a dynamic package, blending the expertise of industry professionals with the flexibility of digital learning. It offers the perfect balance of foundational understanding and advanced insights. Whether you're looking to break into a new field or deepen your existing knowledge, the Scrum, Agile, Strategic Management for Project Managers package has something for everyone. As part of the Scrum, Agile, Strategic Management for Project Managers package, you will receive complimentary PDF certificates for all courses in this bundle at no extra cost. Equip yourself with the Scrum, Agile, Strategic Management for Project Managers bundle to confidently navigate your career path or personal development journey. Enrol today and start your career growth! This Bundle Comprises the Following Scrum, Agile, Strategic Management for Project ManagersCPD Accredited Courses: Course 01: Agile Scrum Master Certification Course 02: Project Management Course 03: Scrum and Agile Immersion Course 04: Project Management: How to Build a Project Charter Course 05: PMI Agile Certified Practitioner (PMI-ACP) Exam Preparation Course Course 06: Project Planning for Everyone Course 07: Process Improvement Course 08: Process Improvement: How to Reduce Waste Course 09: Strategic Management Course 10: Strategic Management - Industry Change And Value Curves Course 11: Blockchain Project Management Training Course 12: RCA: Root Cause Analysis Course 13: Start an IT Asset Department Course 14: IT Administration and Networking Course 15: Excel for Office Administrator Course 16: Cost Control & Project Scheduling Course 17: Project Risk Management Course 18: Customer Service Diploma Course 19: Decision Making and Critical Thinking Course 20: Effective Communication Skills Course 21: Career Development Plan Fundamentals Course 22: CV Writing and Job Searching Course 23: Learn to Level Up Your Leadership Course 24: Networking Skills for Personal Success Course 25: Ace Your Presentations: Public Speaking Masterclass Course 26: Learn to Make a Fresh Start in Your Life Course 27: Motivation - Motivating Yourself & Others Course 28: Excel: Top 50 Microsoft Excel Formulas in 50 Minutes! Course 29: Decision Making and Critical Thinking Course 30: Time Management Training - Online Course What will make you stand out? Upon completion of this online Scrum, Agile, Strategic Management for Project Managers bundle, you will gain the following: CPD QS Accredited Proficiency with this Scrum, Agile, Strategic Management for Project Managers After successfully completing the Scrum, Agile, Strategic Management for Project Managers bundle, you will receive a FREE CPD PDF Certificates as evidence of your newly acquired abilities. Lifetime access to the whole collection of learning materials of this Scrum, Agile, Strategic Management for Project Managers. The online test with immediate results You can study and complete the Scrum, Agile, Strategic Management for Project Managers bundle at your own pace. Study for the Scrum, Agile, Strategic Management for Project Managersbundle using any internet-connected device, such as a computer, tablet, or mobile device. Each course in this Scrum, Agile, Strategic Management for Project Managers bundle holds a prestigious CPD accreditation, symbolising exceptional quality. The materials, brimming with knowledge, are regularly updated, ensuring their relevance. This bundle promises not just education but an evolving learning experience. Engage with this extraordinary collection, and prepare to enrich your personal and professional development. Embrace the future of learning with the Scrum, Agile, Strategic Management for Project Managers, a rich anthology of 30 diverse courses. Each course in the Scrum, Agile, Strategic Management for Project Managers bundle is handpicked by our experts to ensure a wide spectrum of learning opportunities. ThisScrum, Agile, Strategic Management for Project Managers bundle will take you on a unique and enriching educational journey. The bundle encapsulates our mission to provide quality, accessible education for all. Whether you are just starting your career, looking to switch industries, or hoping to enhance your professional skill set, the Scrum, Agile, Strategic Management for Project Managers bundle offers you the flexibility and convenience to learn at your own pace. Make the Scrum, Agile, Strategic Management for Project Managers package your trusted companion in your lifelong learning journey. CPD 300 CPD hours / points Accredited by CPD Quality Standards Who is this course for? The Scrum, Agile, Strategic Management for Project Managers bundle is perfect for: Lifelong learners looking to expand their knowledge and skills. Professionals seeking to enhance their career with CPD certification. Individuals wanting to explore new fields and disciplines. Anyone who values flexible, self-paced learning from the comfort of home. Requirements You are cordially invited to enroll in this Scrum, Agile, Strategic Management for Project Managers bundle; please note that there are no formal prerequisites or qualifications required. We've designed this curriculum to be accessible to all, irrespective of prior experience or educational background. Career path Unleash your potential with the Scrum, Agile, Strategic Management for Project Managers bundle. Acquire versatile skills across multiple fields, foster problem-solving abilities, and stay ahead of industry trends. Ideal for those seeking career advancement, a new professional path, or personal growth. Embrace the journey with the Scrum, Agile, Strategic Management bundle package. Certificates CPD Quality Standard Certificate Digital certificate - Included 30 CPD Accredited Digital Certificates and A Hard Copy Certificate

Scrum, Agile, Strategic Management for Project Managers- 30 Courses Bundle
Delivered Online On Demand5 days
£199

Cloud Infrastructure Engineer with CompTIA & Cyber Security- 30 CPD Certified Courses!

By NextGen Learning

Get ready for an exceptional online learning experience with the Cloud Infrastructure Engineer with CompTIA & Cyber Securitybundle! This carefully curated collection of 30 premium courses is designed to cater to a variety of interests and disciplines. Dive into a sea of knowledge and skills, tailoring your learning journey to suit your unique aspirations. The Cloud Infrastructure Engineer with CompTIA & Cyber Security is a dynamic package, blending the expertise of industry professionals with the flexibility of digital learning. It offers the perfect balance of foundational understanding and advanced insights. Whether you're looking to break into a new field or deepen your existing knowledge, the Cloud Infrastructure Engineer with CompTIA & Cyber Security package has something for everyone. As part of the Cloud Infrastructure Engineer with CompTIA & Cyber Security package, you will receive complimentary PDF certificates for all courses in this bundle at no extra cost. Equip yourself with the Cloud Infrastructure Engineer with CompTIA & Cyber Security bundle to confidently navigate your career path or personal development journey. Enrol today and start your career growth! This Bundle Comprises the Following Cloud Infrastructure Engineer with CompTIA & Cyber SecurityCPD Accredited Courses: Course 01: Cloud Computing / CompTIA Cloud+ (CV0-002) Course 02: Exam Prep: AWS Certified Solutions Architect Associate 2021 Course 03: Data Center Training Essentials: General Introduction Course 04: Data Center Training Essentials: Mechanical & Cooling Course 05: Internet of Things Course 06: Web Application Penetration Testing Course Course 07: Google Cloud for Beginners Course 08: MySQL Database Development Mastery Course 09: Microsoft Azure Cloud Concepts Course 10: Azure Machine Learning Course 11: Cyber Security Incident Handling and Incident Response Course 12: IT Administration and Networking Course 13: CompTIA Network+ Certification (N10-007) Course 14: CompTIA CySA+ Cybersecurity Analyst (CS0-002) Course 15: Learn Ethical Hacking From A-Z: Beginner To Expert Course 16: CompTIA IT Fundamentals ITF+ (FCO-U61) Course 17: CISRM - Certified Information Systems Risk Manager Course 18: Quick Data Science Approach from Scratch Course 19: Project on Deep Learning - Artificial Neural Network Course 20: Deep Learning Neural Network with R Course 21: Cyber Security Awareness Training Course 22: CompTIA A+ (220-1001) Course 23: Computer Networks Security from Scratch to Advanced Course 24: Career Development Plan Fundamentals Course 25: CV Writing and Job Searching Course 26: Learn to Level Up Your Leadership Course 27: Networking Skills for Personal Success Course 28: Excel: Top 50 Microsoft Excel Formulas in 50 Minutes! Course 29: Decision Making and Critical Thinking Course 30: Time Management Training - Online Course What will make you stand out? Upon completion of this online Cloud Infrastructure Engineer with CompTIA & Cyber Security bundle, you will gain the following: CPD QS Accredited Proficiency with this Cloud Infrastructure Engineer with CompTIA & Cyber Security bundle After successfully completing the Cloud Infrastructure Engineer with CompTIA & Cyber Security bundle, you will receive a FREE CPD PDF Certificates as evidence of your newly acquired abilities. Lifetime access to the whole collection of learning materials of this Cloud Infrastructure Engineer with CompTIA & Cyber Security bundle The online test with immediate results You can study and complete the Cloud Infrastructure Engineer with CompTIA & Cyber Security bundle at your own pace. Study for the Cloud Infrastructure Engineer with CompTIA & Cyber Security bundle using any internet-connected device, such as a computer, tablet, or mobile device. Each course in this Cloud Infrastructure Engineer with CompTIA & Cyber Security bundle holds a prestigious CPD accreditation, symbolising exceptional quality. The materials, brimming with knowledge, are regularly updated, ensuring their relevance. This bundle promises not just education but an evolving learning experience. Engage with this extraordinary collection, and prepare to enrich your personal and professional development. Embrace the future of learning with the Cloud Infrastructure Engineer with CompTIA & Cyber Security, a rich anthology of 30 diverse courses. Each course in the Cloud Infrastructure Engineer with CompTIA & Cyber Security bundle is handpicked by our experts to ensure a wide spectrum of learning opportunities. ThisCloud Infrastructure Engineer with CompTIA & Cyber Security bundle will take you on a unique and enriching educational journey. The bundle encapsulates our mission to provide quality, accessible education for all. Whether you are just starting your career, looking to switch industries, or hoping to enhance your professional skill set, the Cloud Infrastructure Engineer with CompTIA & Cyber Security bundle offers you the flexibility and convenience to learn at your own pace. Make the Cloud Infrastructure Engineer with CompTIA & Cyber Security package your trusted companion in your lifelong learning journey. CPD 300 CPD hours / points Accredited by CPD Quality Standards Who is this course for? The Cloud Infrastructure Engineer with CompTIA & Cyber Security bundle is perfect for: Lifelong learners looking to expand their knowledge and skills. Professionals seeking to enhance their career with CPD certification. Individuals wanting to explore new fields and disciplines. Anyone who values flexible, self-paced learning from the comfort of home. Requirements You are cordially invited to enroll in this bundle; please note that there are no formal prerequisites or qualifications required. We've designed this curriculum to be accessible to all, irrespective of prior experience or educational background. Career path Unleash your potential with the Cloud Infrastructure Engineer with CompTIA & Cyber Security bundle. Acquire versatile skills across multiple fields, foster problem-solving abilities, and stay ahead of industry trends. Ideal for those seeking career advancement, a new professional path, or personal growth. Embrace the journey with the CompTIA & Cyber Securitybundle package. Certificates CPD Quality Standard Certificate Digital certificate - Included 30 CPD Quality Standard Certificates - Free

Cloud Infrastructure Engineer with CompTIA &  Cyber Security- 30 CPD Certified Courses!
Delivered Online On Demand5 days
£199

VMware vSphere: Troubleshooting [V8]

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for System architects and system administrators Overview By the end of the course, you should be able to meet the following objectives: Introduce troubleshooting principles and procedures Use command-line interfaces, log files, and the vSphere Client to diagnose and resolve problems in the vSphere environment Explain the purpose of common vSphere log files Identify networking issues based on reported symptoms Validate and troubleshoot the reported networking issue Identify the root cause of networking issue Implement the appropriate resolution to recover from networking problems Analyze storage failure scenarios using a logical troubleshooting methodology identify the root cause of storage failure Apply the appropriate resolution to resolve storage failure problems Troubleshoot vSphere cluster failure scenarios Analyze possible vSphere cluster failure causes Diagnose common VMware vSphere High Availability problems and provide solutions Identify and validate VMware ESXiTM host and VMware vCenter problems Analyze failure scenarios of ESXi host and vCenter problems Select the correct resolution for the failure of ESXi host and vCenter problems Troubleshoot virtual machine problems, including migration problems, snapshot problems, and connection problems Troubleshoot performance problems with vSphere components This five-day training course provides you with the knowledge, skills, and abilities to achieve competence in troubleshooting the VMware vSphere© 8 environment. This course increases your skill level and competence in using the command-line interface, VMware vSphere© Client?, log files, and other tools to analyze and solve problems. Course Introduction Introductions and course logistics Course objectives Introduction to Troubleshooting Define the scope of troubleshooting Use a structured approach to solve configuration and operational problems Apply troubleshooting methodology to logically diagnose faults and improve troubleshooting efficiency Troubleshooting Tools Discuss the various methods to run commands Discuss the various ways to access ESXi Shell Use commands to view, configure, and manage your vSphere components Use the vSphere CLI Use ESXCLI commands from the vSphere CLI Use Data Center CLI commands Identify the best tool for command-line interface troubleshooting Identify important log files for troubleshooting vCenter Server and ESXi Describe the benefits and capabilities of VMware SkylineTM Explain how VMware Skyline works Describe VMware SkylineTM Health Describe VMware Skyline AdvisorTM Troubleshooting Virtual Networking Analyze and troubleshoot standard switch problems Analyze and troubleshoot virtual machine connectivity problems Analyze and troubleshoot management network problems Analyze and troubleshoot distributed switch problems Troubleshooting Storage Discuss the vSphere storage architecture Identify the possible causes of problems in the various types of datastores Analyze the common storage connectivity and configuration problems Discuss the possible storage problems causes Solve the storage connectivity problems, correct misconfigurations, and restore LUN visibility Review vSphere storage architecture and functionality necessary to troubleshoot storage problems Use ESXi and Linux commands to troubleshoot storage problems Analyze log file entries to identify the root cause of storage problems Investigate ESXi storage issues Troubleshoot VM snapshots Troubleshoot storage performance problems Review multipathing Identify the common causes of missing paths, including PDL and APD conditions Solve the missing path problems between hosts and storage devices Troubleshooting vSphere Clusters Identify and troubleshoot vSphere HA problems Analyze and solve vSphere vMotion problems Diagnose and troubleshoot common vSphere DRS problems Troubleshooting Virtual Machines Discuss virtual machine files and disk content IDs Identify, analyze, and solve virtual machine snapshot problems Troubleshoot virtual machine power-on problems Identify possible causes and troubleshoot virtual machine connection state problems Diagnose and recover from VMware Tools installation failures Troubleshooting vCenter Server and ESXi Analyze and solve vCenter Server service problems Diagnose and troubleshoot vCenter Server database problems Use vCenter Server Appliance shell and the Bash shell to identify and solve problems Identify and troubleshoot ESXi host problems

VMware vSphere: Troubleshooting [V8]
Delivered OnlineFlexible Dates
Price on Enquiry

HR Management Essentials

4.5(3)

By Studyhub UK

Do you want to prepare for your dream job but strive hard to find the right courses? Then, stop worrying, for our strategically modified HR Management Essentials bundle will keep you up to date with the relevant knowledge and most recent matters of this emerging field. So, invest your money and effort in our 30 course mega bundle that will exceed your expectations within your budget. The HR Management Essentials related fields are thriving across the UK, and recruiters are hiring the most knowledgeable and proficient candidates. It's a demanding field with magnitudes of lucrative choices. If you need more guidance to specialise in this area and need help knowing where to start, then StudyHub proposes a preparatory bundle. This comprehensive HR Management Essentials bundle will help you build a solid foundation to become a proficient worker in the sector. This HR Management Essentials Bundle consists of the following 25 CPD Accredited Premium courses - Course 01 :HR Management Level 3 Course 02 :Employment Law Level 3 Course 03 :Human Resources (HR) Audit Course 04 :Payroll Management Course Course 05 :Office Administration Certificate Course 06 :Virtual Interviewing for HR Course 07 :Virtual Training Masterclass Course 08 :HR and Marketing Level 4 Course 09 :Recruitment Officer Diploma Course 10 :HR and Recruitment Consultant Training Course 11 :HR Advisor and Recruitment Training Diploma Course 12 :HR Practice Essentials Level 4 Course 13 :HR - Crisis Communication Course 14 :HR Assistant Skills Certification Course 15 :Motivational Interviewing Course 16 :Motivation Skills Course 17 :People Management Skills Level 3 Course 18 :Team Management Course 19 :Dealing With Difficult People Training Course Course 20 :Delegation Skills Course 21 :Interpersonal Skills in Management Course 22 :Effective Listening Skills for Leaders Course 23 :Personal and Networking Skills Course 24 :Performance Centered Asset Management Course 25 :Office Skills and Administration Management Diploma 5 Extraordinary Career Oriented courses that will assist you in reimagining your thriving techniques- Course 01 :Career Development Plan Fundamentals Course 02 :CV Writing and Job Searching Course 03 :Interview Skills: Ace the Interview Course 04 :Video Job Interview for Job Seekers Course 05 :Create a Professional LinkedIn Profile Learning Outcome This tailor-made HR Management Essentials bundle will allow you to- Uncover your skills and aptitudes to break new ground in the related fields Deep dive into the fundamental knowledge Acquire some hard and soft skills in this area Gain some transferable skills to elevate your performance Maintain good report with your clients and staff Gain necessary office skills and be tech savvy utilising relevant software Keep records of your work and make a report Know the regulations around this area Reinforce your career with specific knowledge of this field Know your legal and ethical responsibility as a professional in the related field This HR Management Essentials Bundle resources were created with the help of industry experts, and all subject-related information is kept updated on a regular basis to avoid learners from falling behind on the latest developments. Certification After studying the complete training you will be able to take the MCQ test that will assess your knowledge. After successfully passing the test you will be able to claim all courses pdf certificates and 1 hardcopy certificate for the Title Course for free. Other Hard Copy certificates need to be ordered at an additional cost of •8. CPD 300 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Ambitious learners who want to strengthen their CV for their desired job should take advantage of the HR Management Essentials bundle! This bundle is also ideal for professionals looking for career advancement. Requirements To participate in this course, all you need is - A smart device A secure internet connection And a keen interest in HR Management Essentials Career path Upon completing this essential Bundle, you will discover a new world of endless possibilities. These courses will help you to get a cut above the rest and allow you to be more efficient in the relevant fields.

HR Management Essentials
Delivered Online On Demand7 days
£269