This course is your key to fostering a culture of safety and well-being. Ensure a productive, healthy work environment for everyone.
Join us for a masterclass in bi-directional charging for electric vehicles. Otherwise known as Vehicle-to-Grid (V2G) or Vehicle-to-Anything (V2X), and learn about this potentially game-changing technology which brings together the transport and energy systems.
Join us for a micro-learning course in hydrogen for transport and learn about this potentially game-changing technology which brings the world a step closer to achieving net-zero emissions. Part of our Net Zero Transport Fundamentals Collection, where we look to provide bite-sized training on all the core technologies and topics relating to decarbonising the transport industry.
Join us for a micro-learning course in electric and hybrid vehicles and learn about this potentially game-changing technology which brings the world a step closer to achieving net-zero emissions. Part of our Net Zero Transport Fundamentals Collection, where we look to provide bite-sized training on all the core technologies and topics relating to decarbonising the transport industry.
2 QLS Endorsed Course | CPD Certified | Free PDF + Hardcopy Certificates | 80 CPD Points | Lifetime Access
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
Boost Your Career with Apex Learning and Get Noticed By Recruiters in this Hiring Season! Get Hard Copy + PDF Certificates + Transcript + Student ID Card worth £160 as a Gift - Enrol Now With a single payment you will gain access to Health and Safety Executive including 10 additional premium courses, original hardcopy certificate, transcript and a student ID card which will allow you to get discounts on things like music, food, travel and clothes etc. Courses are included with this Health and Safety Executive Complete Bundle: Course 01: Health and Safety Executive Course 02: LOLER Training Course 03: Asbestos Awareness Level 2 Course 04: RIDDOR Training Course 05: Fire Safety Awareness Level 2 Course 06: COSHH Awareness Level 3 Course 07: Manual Handling Level 2 Course 08: Mental Health First Aid Course 09: First Aid at Work Course 10: Biohacking Your Physical and Mental Health Course 11: Personal Hygiene If you want to gain a solid understanding of Health and Safety Executive and fast track your dream career, then take a step in the right direction with this industry-standard, comprehensive Health and Safety Executive course designed by expert instructors. You'll have 24/7 online access to the study materials, introductory videos, assessment tests, study resources and tutor support for a lifetime. The Health and Safety Executive will help you to develop your skills, confidence and knowledge of this sector, helping to add real value to your CV and personal development. Gain experience online and interact with experts. This can prove to be the perfect way to get noticed by a prospective employer and stand out from the crowd. Health and Safety Executive has been rated and reviewed highly by our learners and professionals alike. We have a passion for teaching, and it shows. All of our courses have interactive online modules that allow studying to take place where and when you want it to. The only thing you need to take Health and Safety Executive is Wi-Fi and a screen. You'll never be late for class again. Experienced tutors and mentors will be there for you whenever you need them, and solve all your queries through email and chat boxes. Whether you are looking to brighten up your CV, just starting out in the industry, looking for a career change or just fancy learning something new, this online course is perfect! Benefits you'll get choosing Apex Learning: One payment, but lifetime access to 11 CPD courses Certificates, student ID for the title course included in a one-time fee Full tutor support available from Monday to Friday Free up your time - don't waste time and money travelling for classes Accessible, informative modules taught by expert instructors Learn at your ease - anytime, from anywhere Study the course from your computer, tablet or mobile device CPD accredited course - improve the chance of gaining professional skills Gain valuable knowledge without leaving your home Take this course anywhere and at any time. Don't let your lifestyle limit your learning or your potential. Course Curriculum: Module 01: Health and Safety at Work and the Laws Module 02: Managing for Health and Safety Module 03: Risk Assessment and Common Risks Module 04: Workplace Health, Safety and Welfare Module 05: Accidents and Ill Health at Work Module 06: Electrical, Fire and Gas Safety Module 07: Safety in Different Work Settings Module 08: Work Equipment Hazards and Risk Control Module 09: Other Health and Safety Hazards at Work Course 2: LOLER Training Module 01: Introduction to LOLER Module 02: Part 01 - Selecting Lifting Equipment and Accessories Module 03: Part 02 - Selecting Lifting Equipment and Accessories Module 04: Planning the Lifting Operation Module 05: Factors Affecting Safe Lifting Operation Module 06: Roles and Responsibilities Module 07: Risk Assessment Module 08: Examination and Inspection Module 09: Reports and Defects Course 3: Asbestos Awareness Level 2 Module 01: Asbestos Explained Module 02: Asbestos Identified Module 03: Asbestos and the Law Module 04: Risk Factors of Asbestos Module 05: Surveys and Risk Assessment Module 06: Asbestos Awareness Safety Module 07: Asbestos Containing Waste (ACW) Disposal Module 08: Accidental Disturbance of ACMs and Dealing with Emergencies Course 4: RIDDOR Training Module 1: Health and Safety at Work and the Laws Module 2: Managing for Health and Safety Module 3: Risk Assessment and Common Risks Module 4: RIDDOR Course 5: Fire Safety Awareness Level 2 Module 1: Introduction to Fire Safety Module 2: Fire Safety Law Module 3: Measures of Fire Safety Module 4: Evacuation Procedures Course 6: COSHH Awareness Level 3 Module 01: COSHH Explained Module 02: COSHH Regulations Module 03: Health Problems Related to Hazardous Substances Module 04: Identifying Hazardous Substances Module 05: COSHH Risk Assessments Module 06: Control Measures and Monitoring Module 07: Implementing Control Measures Course 7: Manual Handling Level 2 Module 01: Introduction, Legislation and Guidance Module 02: Manual Handling Hazards and Injuries Module 03: Manual Handling Risk Assessments Module 04: Controlling and Reducing the Risks Module 05: Safe Lifting Techniques Course 8: Mental Health First Aid Module 1: Introduction to Mental Health Module 2: Overview of Mental Health First Aid Module 3: Childhood and Adolescent Psychiatric Disorders Module 4: Stress and Anxiety Disorders Module 5: Schizophrenia Module 6: Personality Disorders Module 7: Mood Disorders Module 8: Eating & Sleeping Disorders Module 9: Self-Harm and Suicide Module 10: Medication and Therapy in the Treatment of Mental Illness Module 11: Social Attitudes to Mental Illness Module 12: Mental Health Legislation and Services Module 13: Mental Health in the Workplace Module 14: Approach and React To People in Mental Health Crisis Course 9: First Aid at Work Module 01: Introduction to Workplace First Aid Module 02: Legal Framework for Workplace First Aid Module 03: Incident Management at Work Module 04: Primary Survey Module 05: Secondary Survey Module 06: Basic First-Aid Techniques Module 07: Dealing with Minor Injuries at Workplace Module 08: Secondary Illness: Loss of Responsiveness and CPR Module 09: Secondary Illness: Breathing Problems Module 10: Secondary Illnesses and Injuries Module 11: Dealing With Fractures and Dislocations Module 12: Call for an Emergency Course 10: Biohacking Your Physical and Mental Health Module 01: Introduction Module 02: Sleep - So MUCH More Than Just Rest Module 03: Blue Light & Red Light Module 04: Mindfulness & Movement Module 05: What You Put In Your Mouth is KEY! Module 06: Hidden Secret - 'Cryotherapy' Module 07: Importance Of PURE Air Module 08: Final Thoughts & Recommendations Course 11: Personal Hygiene Module 01: Introduction to Personal Hygiene and a Brief History Module 02: Looking Clean, Smelling Clean Module 03: Improving and Maintaining Oral Health Module 04: Care of the Eyes Module 05: Ear Care Secrets Module 06: Foot & Nail Care in Personal Hygiene Module 07: Hair Care Hygienic Ways Module 08: Hygienic Approach to Skin Care Module 09: Maintain Good Toilet Hygiene Module 10: Potential Hygiene Guidelines Module 11: Personal Hygiene During Coronavirus Pandemic How will I get my Certificate? After successfully completing the course you will be able to order your CPD Accredited Certificates (PDF + Hard Copy) as proof of your achievement. PDF Certificate: Free (Previously it was £6*11 = £66) Hard Copy Certificate: Free (For The Title Course: Previously it was £10) If you want to get hardcopy certificates for other courses, generally you have to pay £20 for each. But this Fall, Apex Learning is offering a Flat 50% discount on hard copy certificates, and you can get each for just £10! P.S. The delivery inside the U.K. is Free. International students have to pay a £3.99 postal charge. CPD 110 CPD hours / points Accredited by CPD Quality Standards Requirements There is no time limit for completing this course, it can be studied in your own time at your own pace Career path Having these various CPD certificate will increase the value in your CV and open you up to multiple sectors such as Business & Management, Admin, Accountancy & Finance, Secretarial & PA, Teaching & Mentoring etc. Certificates Certificate of completion Digital certificate - Included Certificate of completion Hard copy certificate - Included You will get the Hard Copy certificate for the title course (Health and Safety Executive) absolutely Free! Other Hard Copy certificates are available for £10 each. Please Note: The delivery charge inside the UK is £3.99, and the international students must pay a £9.99 shipping cost.
The Health and Safety at Workplace Course provides a thorough introduction to essential health and safety practices from the ground up. It is designed to help learners achieve a professional certificate, which can be a valuable asset in their careers. This course offers a detailed, instructor-guided experience, covering critical safety regulations and practices relevant to your role within the workplace. It’s perfect for those looking to build a strong foundation in health and safety or enhance their current expertise.
Description Pedagogy Diploma Embark on a transformative learning journey with the Pedagogy Diploma - a meticulously crafted online course designed to fortify teaching professionals with the knowledge and skills necessary for navigating through the dynamic educational landscape of the modern era. This digital learning experience ensures not just theoretical wisdom but also empowers enrollees with practical insights into the multi-faceted world of education and instructional strategies. Through the Pedagogy Diploma, participants explore a wealth of topics that seamlessly blend traditional educational theories with contemporary methodologies. In the domain of The Foundations of Teaching, participants unravel the core principles and theories that have shaped the educational realm. From exploring various instructional strategies to understanding the pedagogical underpinnings that facilitate effective teaching, this segment sets the stage for a comprehensive understanding of the teaching-learning paradigm. Profound insights into Curriculum Development and Design ensure that learners gain robust knowledge in curating, evaluating, and implementing curricula that cater to diverse learning needs and contexts. Here, the emphasis doesn't merely linger on content creation but extends to fostering an environment that is conducive to learning, thereby enhancing the overall educational experience for students across various learning spectrums. As we navigate towards Classroom Management and Discipline, the Pedagogy Diploma helps participants to develop strategic approaches to foster a positive, structured learning environment. It integrates pivotal strategies for managing classroom dynamics, ensuring discipline, and crafting a space where every student thrives. When it comes to Teaching in the Digital Age, the course catapults participants into the realms of technology-enhanced learning, exploring diverse tools, platforms, and methodologies that facilitate effective online teaching and learning. From navigating through virtual classrooms to leveraging technology to enhance learning outcomes, this segment ensures educators are adept in a digitally dominant educational landscape. Inclusive Education and Diversity finds its strong presence in the course, guiding educators through the complexities of cultivating a learning environment that is sensitive, inclusive, and embracing of diverse learning needs, cultural contexts, and abilities. It instills approaches for integrating inclusive practices and celebrating diversity within the educational framework. A deep exploration into Assessments and Feedback within the Pedagogy Diploma equips participants with the acumen to design, implement, and evaluate assessments, whilst also framing constructive feedback that catalyses student growth and learning. It magnifies the role of assessments not just as evaluative tools but as instrumental elements in fostering learning and development. The realm of Professional Development and Lifelong Learning unravels the imperative of continuous learning and development for educators. It fosters a mindset that perceives education as an evolving entity, thereby facilitating a commitment towards continual professional enhancement and lifelong learning. Educational Psychology and Motivation navigates through the psychological theories and principles that underscore learning and motivation, ensuring that educators comprehend and leverage these to facilitate enriched learning experiences for their students. Education Policies and Legislations section enlightens participants on the legal and policy-driven framework within the educational arena, ensuring adherence to, and understanding of, regulatory requirements and legislations that govern educational practices. Lastly, Future Perspectives and Global Challenges section facilitates a forward-looking perspective, enabling participants to comprehend, anticipate, and strategically navigate through the global challenges and emerging trends within the educational sector. In essence, the Pedagogy Diploma offers a 360-degree exploration of the multifarious elements within education, meticulously designed for the contemporary educator. It does not merely serve as a repository of knowledge but stands as a beacon that guides teaching professionals towards impactful, informed, and enlightened instructional practices in a globally connected, digital age. Enrollees embark on a journey that not only amplifies their instructional prowess but also molds them into catalysts, capable of shaping the future of education with competence, compassion, and comprehensive understanding. The course thus stands as a pivotal milestone in an educator's journey, fostering a realm where knowledge, skills, and insights converge to sculpt educational experiences that are truly transformative. What you will learn 1:The Foundations of Teaching 2:Curriculum Development and Design 3:Classroom Management and Discipline 4:Teaching in the Digital Age 5:Inclusive Education and Diversity 6:Assessments and Feedback 7:Professional Development and Lifelong Learning 8:Educational Psychology and Motivation 9:Education Policies and Legislations 10:Future Perspectives and Global Challenges Course Outcomes After completing the course, you will receive a diploma certificate and an academic transcript from Elearn college. Assessment Each unit concludes with a multiple-choice examination. This exercise will help you recall the major aspects covered in the unit and help you ensure that you have not missed anything important in the unit. The results are readily available, which will help you see your mistakes and look at the topic once again. If the result is satisfactory, it is a green light for you to proceed to the next chapter. Accreditation Elearn College is a registered Ed-tech company under the UK Register of Learning( Ref No:10062668). After completing a course, you will be able to download the certificate and the transcript of the course from the website. For the learners who require a hard copy of the certificate and transcript, we will post it for them for an additional charge.