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

11856 Environment courses in Cardiff delivered Online

Bidirectional Charging (Vehicle-to-Grid / V2G)

By Cenex (Centre of Excellence for Low Carbon & Fuel Cell Technologies)

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.

Bidirectional Charging (Vehicle-to-Grid / V2G)
Delivered Online On Demand3 hours
£299

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.

Hydrogen for Road Transport
Delivered Online On Demand3 hours
£299

Join us for a micro-learning course in electric vehicle infrastructure 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.

Electric Vehicle Infrastructure
Delivered Online On Demand3 hours
£299

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.

Electric and Hybrid Vehicles
Delivered Online On Demand3 hours
£299

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

Fire Safety Level 2 Course

5.0(5)

By Optimal Training UK

This level 2 course is aimed at anyone who requires a course as a Fire Warden or a Fire Marshal.

Fire Safety Level 2 Course
Delivered Online On Demand
£35

AWS Cloud Practitioner Essentials

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for Sales Legal Marketing Business analysts Project managers AWS Academy students Other IT-related professionals Overview Summarize the working definition of AWS Differentiate between on-premises, hybrid-cloud, and all-in cloud Describe the basic global infrastructure of the AWS Cloud Explain the six benefits of the AWS Cloud Describe and provide an example of the core AWS services, including compute, network, databases, and storage Identify an appropriate solution using AWS Cloud services with various use cases Describe the AWS Well-Architected Framework Explain the shared responsibility model Describe the core security services within the AWS Cloud Describe the basics of AWS Cloud migration Articulate the financial benefits of the AWS Cloud for an organization?s cost management Define the core billing, account management, and pricing models Explain how to use pricing tools to make cost-effective choices for AWS services This course is for individuals who seek an overall understanding of the Amazon Web Services (AWS) Cloud, independent of specific technical roles. You will learn about AWS Cloud concepts, AWS services, security, architecture, pricing, and support to build your AWS Cloud knowledge. This course also helps you prepare for the AWS Certified Cloud Practitioner exam. Prerequisites General IT technical knowledge, General IT business knowledge 1 - Introduction to Amazon Web Services Summarize the benefits of AWS Describe differences between on-demand delivery and cloud deployments Summarize the pay-as-you-go pricing model 2 - Compute in the Cloud Describe the benefits of Amazon Elastic Compute Cloud (Amazon EC2) at a basic level Identify the different Amazon EC2 instance types Differentiate between the various billing options for Amazon EC2 Describe the benefits of Amazon EC2 Auto Scaling Summarize the benefits of Elastic Load Balancing Give an example of the uses for Elastic Load Balancing Summarize the differences between Amazon Simple Notification Service (Amazon SNS) and Amazon Simple Queue Services (Amazon SQS) Summarize additional AWS compute options 3 - Global Infrastructure and Reliability Summarize the benefits of the AWS Global Infrastructure Describe the basic concept of Availability Zones Describe the benefits of Amazon CloudFront and Edge locations Compare different methods for provisioning AWS services 4 - Networking Describe the basic concepts of networking Describe the difference between public and private networking resources Explain a virtual private gateway using a real life scenario Explain a virtual private network (VPN) using a real life scenario Describe the benefit of AWS Direct Connect Describe the benefit of hybrid deployments Describe the layers of security used in an IT strategy Describe which services are used to interact with the AWS global network 5 - Storage and Databases Summarize the basic concept of storage and databases Describe benefits of Amazon Elastic Block Store (Amazon EBS) Describe benefits of Amazon Simple Storage Service (Amazon S3) Describe the benefits of Amazon Elastic File System (Amazon EFS) Summarize various storage solutions Describe the benefits of Amazon Relational Database Service (Amazon RDS) Describe the benefits of Amazon DynamoDB Summarize various database services 6 - Security Explain the benefits of the shared responsibility model Describe multi-factor authentication (MFA) Differentiate between the AWS Identity and Access Management (IAM) security levels Describe security policies at a basic level Explain the benefits of AWS Organizations Summarize the benefits of compliance with AWS Explain primary AWS security services at a basic level 7 - Monitoring and Analytics Summarize approaches to monitoring your AWS environment Describe the benefits of Amazon CloudWatch Describe the benefits of AWS CloudTrail Describe the benefits of AWS Trusted Advisor 8 - Pricing and Support Understand AWS pricing and support models Describe the AWS Free Tier Describe key benefits of AWS Organizations and consolidated billing Explain the benefits of AWS Budgets Explain the benefits of AWS Cost Explorer Explain the primary benefits of the AWS Pricing Calculator Distinguish between the various AWS Support Plans Describe the benefits of AWS Marketplace 9 - Migration and Innovation Understand migration and innovation in the AWS Cloud Summarize the AWS Cloud Adoption Framework (AWS CAF) Summarize six key factors of a cloud migration strategy Describe the benefits of various AWS data migration solutions, such as AWS Snowcone, AWS Snowball, and AWS Snowmobile Summarize the broad scope of innovative solutions that AWS offers Summarize the five pillars of the AWS Well-Architected Framewor 10 - AWS Certified Cloud Practitioner Basics Determine resources for preparing for the AWS Certified Cloud Practitioner examination Describe benefits of becoming AWS Certified

AWS Cloud Practitioner Essentials
Delivered OnlineFlexible Dates
£675

Health and Safety at Workplace

5.0(27)

By PETM

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.

Health and Safety at Workplace
Delivered Online On Demand4 hours
£15

Hospitality Management, HR Management with Office Administration QLS Endorsed Diploma

By Compliance Central

Recent studies have shown a significant surge in demand for professionals skilled in Hospitality Management, HR Management, and Office Administration. With the global economy rebounding post-pandemic, industries are gearing up for growth, particularly in the service sector. In light of this, our Hospitality Management and HR management bundle offers a comprehensive suite of courses tailored to equip individuals with the expertise required to thrive in these dynamic fields. The Hospitality Management, HR Management with Office Administration QLS Endorsed Diploma bundle encompasses a diverse range of topics crucial for success in today's competitive job market. From mastering the intricacies of HR Management to honing skills in Hospitality Management and Office Administration, this bundle provides a holistic approach to professional development. Furthermore, with additional modules focusing on personal growth and career advancement, participants can elevate their capabilities to excel in various roles within these industries. In this bundle, learners will delve into the fundamentals of Hospitality Management, exploring topics such as restaurant management, catering management, and customer service. Simultaneously, they will gain insights into HR Management, delving into areas such as HR audit and delegation skills. Moreover, the inclusion of Hospitality Management and HR management courses on office management and administration ensures that learners are equipped with the necessary organizational and administrative skills vital for success in any workplace setting. QLS Endorsed Courses: Course 01: Advance Certificate in Office Management & Administration at QLS Level 3 Course 02: Certificate in HR Management at QLS Level 3 Course 03: Diploma in Hospitality Management at QLS Level 5 CPD QS Accredited Courses: Course 04: Certificate in HR Audit Course 05: Delegation Skills Course 06: Travel and Tourism Course 07: Leisure Management Course 08: Concierge Course 09: Restaurant Management Course 10: Catering Management Course 11: Customer Service Diploma Take your career to the next level with our bundle that includes technical courses and five guided courses focused on personal development and career growth. Course 12: Career Development Plan Fundamentals Course 13: CV Writing and Job Searching Course 14: Networking Skills for Personal Success Course 15: Ace Your Presentations: Public Speaking Masterclass Course 16: Decision Making and Critical Thinking Seize this opportunity to elevate your career with our comprehensive bundle, endorsed by the prestigious QLS and accredited by CPD. Hospitality Management, HR Management with Office Administration QLS Endorsed Diploma. Learning Outcomes: Gain a comprehensive understanding of Hospitality Management principles and practices. Develop essential Hospitality Management and HR management skills, including HR audit and delegation techniques. Acquire proficiency in office management and administration. Enhance personal development through Hospitality Management and HR management courses focused on career planning, networking, and confidence-building. Master time management techniques to boost productivity and efficiency. Learn strategies for anxiety and stress management to maintain well-being in a demanding professional environment. In this comprehensive Hospitality Management and HR management courses, participants will embark on a journey through the core principles and practices of Hospitality Management, HR Management, and Office Administration. Through engaging modules, learners will delve into the intricate workings of the hospitality industry, understanding the dynamics of restaurant and catering management, as well as the nuances of providing exceptional customer service. They will explore the fundamentals of HR management, including the crucial aspects of HR audit and delegation skills, enabling them to effectively manage human resources within organizations. Moreover, participants will gain invaluable insights into office management and administration, acquiring essential organizational skills and administrative techniques vital for success in any workplace environment. Through a combination of theoretical knowledge and practical applications, learners will develop a holistic understanding of these fields, equipping them with the expertise needed to excel in their careers and make meaningful contributions to their respective industries. CPD 160 CPD hours / points Accredited by CPD Quality Standards Who is this course for? After successfully completing the Hospitality Management and HR management course, you should be able to: Aspiring professionals seeking to enter the hospitality industry. Individuals aiming to advance their careers in Hospitality Management and HR management. Office administrators looking to enhance their skills and qualifications in Hospitality Management and HR management. Students pursuing a comprehensive diploma in Hospitality Management and HR management endorsed by QLS. Professionals seeking personal growth and career development opportunities. Anyone interested Requirements You are warmly invited to register for this bundle. Please be aware that there are no formal entry requirements or qualifications necessary. This curriculum has been crafted to be open to everyone, regardless of previous experience or educational attainment Career path This Hospitality Management and HR management course will help you to develop your knowledge to pursue different careers, such as: Hospitality Manager HR Coordinator Office Manager Catering Supervisor Customer Service Manager HR Auditor Administrative Assistant Certificates 13 CPD Quality Standard Certificates Digital certificate - Included 3 QLS Endorsed Certificates Hard copy certificate - Included

Hospitality Management, HR Management with Office Administration QLS Endorsed Diploma
Delivered Online On Demand4 days
£310

Solar Energy, Solar Installation and Environmental Management

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 Solar Energy and Environmental Management 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 33 course mega bundle that will exceed your expectations within your budget. The Solar Energy and Environmental Management 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 Solar Energy and Environmental Management bundle will help you build a solid foundation to become a proficient worker in the sector. This Solar Energy and Environmental Management Bundle consists of the following 30 CPD Accredited Premium courses - Course 1: Solar Energy Course 2: Sustainable Energy, Development and Environmental Impacts Course 3: Oil and Gas Industry Course 4: Petroleum Refining Demystified Course 5: Online Course in Conservation Course 6: Homesteading Diploma Course 7: Floristry Academy Diploma Course 8: Arboriculture Course 9: Marine Biology Course - Online Diploma Course 10: Garden Design Course 11: Reproduction in Flowering Plants Course 12: Kitchen Gardening Course 13: Mushroom Growing Course Course 14: Carbon Literacy Knowledge Course 15: Animal Science Course 16: Environment Management Course 17: Environmental Health Course 18: Environmental Law 2021 Course 19: Meteorology Course 20: Land Management Course 21: Diploma in Water Treatment Course 22: Forestry Course 23: Agricultural Science Course 24: Botany Course 25: Wildlife Rescue and Rehabilitation Course 26: Architectural Studies Course 27: Cleaning: Disinfection, Waste Management and Chemical Safety Course 28: COSHH (Control of Substances Hazardous to Health) - Awareness Course 29: Spill Management Training Course 30: Horticulture & Organic Gardening 3 Extraordinary Career Oriented courses that will assist you in reimagining your thriving techniques- Course 1:Career Development Plan Fundamentals Course 2:CV Writing and Job Searching Course 3:Interview Skills: Ace the Interview Learning Outcome This tailor-made Solar Energy and Environmental Management 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 Solar Energy and Environmental Management 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 assessment. After successfully passing the assessment you will be able to claim all courses pdf certificates and 1 hardcopy certificate for the Title Course completely free. Other Hard Copy certificates need to be ordered at an additional cost of •8. CPD 330 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 Solar Energy and Environmental Management 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 Solar Energy and Environmental Management 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.

Solar Energy, Solar Installation and Environmental Management
Delivered Online On Demand7 days
£279