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

2944 Networking courses

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

AZ-303T00 - Microsoft Azure Architect Technologies

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is for IT Professionals with expertise in designing and implementing solutions running on Microsoft Azure. They should have broad knowledge of IT operations, including networking, virtualization, identity, security, business continuity, disaster recovery, data platform, budgeting, and governance. Azure Solution Architects use the Azure Portal and as they become more adept they use the Command Line Interface. Candidates must have expert-level skills in Azure administration and have experience with Azure development processes and DevOps processes. Overview Secure identities with Azure Active Directory and users and groups. Implement identity solutions spanning on-premises and cloud-based capabilities Apply monitoring solutions for collecting, combining, and analyzing data from different sources. Manage subscriptions, accounts, Azure policies, and Role-Based Access Control. Administer Azure using the Resource Manager, Azure portal, Cloud Shell, and CLI. Configure intersite connectivity solutions like VNet Peering, and virtual network gateways. Administer Azure App Service, Azure Container Instances, and Kubernetes. This course teaches Solutions Architects how to translate business requirements into secure, scalable, and reliable solutions. Lessons include virtualization, automation, networking, storage, identity, security, data platform, and application infrastructure. This course outlines how decisions in each theses area affects an overall solution. Implement Azure Active Directory Overview of Azure Active Directory Users and Groups Domains and Custom Domains Azure AD Identity Protection Implement Conditional Access Configure Fraud Alerts for MFA Implement Bypass Options Configure Guest Users in Azure AD Configure Trusted IPs Manage Multiple Directories Implement and Manage Hybrid Identities Install and Configure Azure AD Connect Configure Password Sync and Password Writeback Configure Azure AD Connect Health Implement Virtual Networking Virtual Network Peering Implement VNet Peering Implement VMs for Windows and Linux Select Virtual Machine Size Configure High Availability Implement Azure Dedicated Hosts Deploy and Configure Scale Sets Configure Azure Disk Encryption Implement Load Balancing and Network Security Implement Azure Load Balancer Implement an Application Gateway Understand Web Application Firewall Implement Azure Firewall Implement Azure Front Door Implementing Azure Traffic Manager Implement Storage Accounts Storage Accounts Blob Storage Storage Security Managing Storage Accessing Blobs and Queues using AAD Implement NoSQL Databases Configure Storage Account Tables Select Appropriate CosmosDB APIs Implement Azure SQL Databases Configure Azure SQL Database Settings Implement Azure SQL Database Managed Instances High-Availability and Azure SQL Database In this module, you will learn how to Create an Azure SQL Database (single database) Create an Azure SQL Database Managed Instance Recommend high-availability architectural models used in Azure SQL Database Automate Deployment and Configuration of Resources Azure Resource Manager Templates Save a Template for a VM Evaluate Location of New Resources Configure a Virtual Hard Disk Template Deploy from a template Create and Execute an Automation Runbook Implement and Manage Azure Governance Create Management Groups, Subscriptions, and Resource Groups Overview of Role-Based Access Control (RBAC) Role-Based Access Control (RBAC) Roles Azure AD Access Reviews Implement and Configure an Azure Policy Azure Blueprints Manage Security for Applications Azure Key Vault Azure Managed Identity Manage Workloads in Azure Migrate Workloads using Azure Migrate VMware - Agentless Migration VMware - Agent-Based Migration Implement Azure Backup Azure to Azure Site Recovery Implement Azure Update Management Implement Container-Based Applications Azure Container Instances Configure Azure Kubernetes Service Implement an Application Infrastructure Create and Configure Azure App Service Create an App Service Web App for Containers Create and Configure an App Service Plan Configure Networking for an App Service Create and Manage Deployment Slots Implement Logic Apps Implement Azure Functions Implement Cloud Infrastructure Monitoring Azure Infrastructure Security Monitoring Azure Monitor Azure Workbooks Azure Alerts Log Analytics Network Watcher Azure Service Health Monitor Azure Costs Azure Application Insights Unified Monitoring in Azure

AZ-303T00 - Microsoft Azure Architect Technologies
Delivered OnlineFlexible Dates
Price on Enquiry

Construction Industry Scheme & Safety 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 Construction Industry Scheme & Safety 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 40 course mega bundle that will exceed your expectations within your budget. The Construction Industry Scheme & Safety 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 Construction Industry Scheme & Safety Management bundle will help you build a solid foundation to become a proficient worker in the sector. This Construction Industry Scheme & Safety Management Bundle consists of the following 30 CPD Accredited Premium courses - Course 01 : Quantity Surveyor Training Course 02 : Building Surveyor Course 03 : Land Surveying Course 04 : Construction Site Planning and Managment Course 05 : Construction Cost Estimation Diploma Course 06 : Construction Safety Diploma Course 07 : Time Management Training Course 08 : Ladder Safety Training Course 09 : Lone Worker Safety Diploma Course 10 : Working at Height Course 11 : RIDDOR Training Course 12 : LOLER Training Level 2 Course 13 : Construction Industry Scheme (CIS) Course 14 : Property Management Training Course 15 : Property Development Diploma Course 16 : Property Law Course 17 : Property Business Training - Level 5 Course 18 : Residential Property Sales Course 19 : Public Housing Management Course 20 : WELL Building Standard Course 21 : Building Design And Construction With LEED V4.1 Course 22 : AutoCAD VBA Programming for Beginners Course 23 : AutoCAD Programming using C# with Windows Forms Course 24 : Cost Control and Management Training Course 25: Positive Workplace Environment Course 26: Effective Communication Skills for Technical People Course 27: Leadership Styles Course 28: Workplace First Aid Level 3 Course 29: Workplace Management Training Course 30: COSHH Training for Assessors 10 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 Course 06 : Business English Perfection Course Course 07 : Networking Skills for Personal Success Course 08 : Boost Your Confidence and Self-Esteem Course 09 : Public Speaking Training Course 10 : Learn to Fight Procrastination Learning Outcome This tailor-made Construction Industry Scheme & Safety 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 Construction Industry Scheme & Safety 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 400 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 Construction Industry Scheme & Safety 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 Construction Industry Scheme & Safety 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.

Construction Industry Scheme & Safety Management
Delivered Online On Demand9 days
£315

Site Safety Plus - Health and Safety in Construction 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 Health and Safety in Construction 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 40 course mega bundle that will exceed your expectations within your budget. The Health and Safety in Construction 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 Health and Safety in Construction Management bundle will help you build a solid foundation to become a proficient worker in the sector. This Health and Safety in Construction Management Bundle consists of the following 30 CPD Accredited Premium courses - Course 1: Construction Management Level 3 Course 2: Construction Project Management Course 3: Site Management Safety Training Scheme Course 4: CDM Regulations Course 5: Site Safety Plus Course 6: CSCS Health and Safety in a Construction Environment (Leading to CSCS Green Card) Course 7: Construction Risk Assessment Course 8: Quantity Surveying Course 9: Building Surveying Course 10: Land Surveying and Cost Estimation Course 11: LOLER Regulations and LOLER Inspection Training Course 12: Manual Handling Interactive Training Course 13: Fire Safety Course 14: Noise and Hearing Protection Course 15: PUWER Course 16: Supervisor Training Course 17: Logistic Maangement Course 18: Concussion Injuriy Course 19: Working in Confined Spaces Course 20: Working at Height Training Course 21: Operations and Supply Chain Management Course 22: Environmental Engineering Course 23: Advanced Electrical Safety Course 24: Emergency First Aid at Work (EFAW) Course 25: Asbestos Surveying Course 26: COSHH Awareness Course 27: Gas Safety Course 28: Environmental Health Course 29: Abrasive Wheels Course 30: Purchasing and Procurement Diploma 10 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 Course 4: Video Job Interview for Job Seekers Course 5: Create a Professional LinkedIn Profile Course 6: Business English Perfection Course Course 7: Networking Skills for Personal Success Course 8: Boost Your Confidence and Self-Esteem Course 9: Public Speaking Training Course 10: Learn to Fight Procrastination Learning Outcome This tailor-made Health and Safety in Construction 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 Health and Safety in Construction 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 400 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 Health and Safety in Construction 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 Health and Safety in Construction 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.

Site Safety Plus - Health and Safety in Construction Management
Delivered Online On Demand9 days
£315

Administration (Admin, management & Ms Office)

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 Administration (Admin, management & Ms Office) 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 40course mega bundle that will exceed your expectations within your budget. The Administration (Admin, management & Ms Office) 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 Administration (Admin, management & Ms Office) bundle will help you build a solid foundation to become a proficient worker in the sector. This Administration (Admin, management & Ms Office) Bundle consists of the following 30 CPD Accredited Premium courses - Course 1: Admin, Secretarial & PA Course 2: Office Skills Training Course 3: Corporate Paralegal Course 4: Performance Management Course 5: Team Management Course 6: Microsoft Word, PowerPoint & Outlook Course 7: Health and Safety in the Workplace Level 2 Course 8: Business Etiquette and Professionalism Training Course 9: Workplace First Aid Training Course 10: Information Management Course 11: Facilities Management and Workplace Services Course 12: UK Employment Law Course 13: Communication and Organisational Skills Course 14: Meeting Management Online Course 15: Minute Taking Certificate Course 16: Document Control Course 17: Touch Typing Course 18: Email Writing Course 19: Public Speaking Course 20: Leadership Skills Course 21: Corporate Risk And Crisis Management Course 22: Cross-Cultural Awareness Training Course 23: Equality, Diversity and Discrimination Course 24: Level 3 Coaching & Mentoring Course Course 25: Presentation Skills Course 26: Workplace Confidentiality Course 27: Decision Making and Critical Thinking Course 28: Workplace Productivity Course 29: Persuasion and Influencing Skills Course 30: Personal Hygiene Course 10 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 Course 4: Video Job Interview for Job Seekers Course 5: Create a Professional LinkedIn Profile Course 6: Business English Perfection Course Course 7: Networking Skills for Personal Success Course 8: Boost Your Confidence and Self-Esteem Course 9: Public Speaking Training Course 10: Learn to Fight Procrastination Learning Outcome This tailor-made Administration (Admin, management & Ms Office) 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 Administration (Admin, management & Ms Office) 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 400 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 Administration (Admin, management & Ms Office) 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 Administration (Admin, management & Ms Office) 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.

Administration (Admin, management & Ms Office)
Delivered Online On Demand9 days
£315

Property Management, Development & Law

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 Property Management, Development & Law 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 40 course mega bundle that will exceed your expectations within your budget. The Property Management, Development & Law 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 Property Management, Development & Law bundle will help you build a solid foundation to become a proficient worker in the sector. This Property Management, Development & Law Bundle consists of the following 30 CPD Accredited Premium courses - Course 01 : Quantity Surveyor Training Course 02 : Building Surveyor Course 03 : Land Surveying Course 04 : Construction Site Planning and Managment Course 05 : Construction Cost Estimation Diploma Course 06 : Construction Safety Diploma Course 07 : Time Management Training Course 08 : Ladder Safety Training Course 09 : Lone Worker Safety Diploma Course 10 : Working at Height Course 11 : RIDDOR Training Course 12 : LOLER Training Level 2 Course 13 : Construction Industry Scheme (CIS) Course 14 : Property Management Training Course 15 : Property Development Diploma Course 16 : Property Law Course 17 : Property Business Training - Level 5 Course 18 : Residential Property Sales Course 19 : Public Housing Management Course 20 : WELL Building Standard Course 21 : Building Design And Construction With LEED V4.1 Course 22 : AutoCAD VBA Programming for Beginners Course 23 : AutoCAD Programming using C# with Windows Forms Course 24 : Cost Control and Management Training Course 25: Positive Workplace Environment Course 26: Effective Communication Skills for Technical People Course 27: Leadership Styles Course 28: Workplace First Aid Level 3 Course 29: Workplace Management Training Course 30: COSHH Training for Assessors 10 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 Course 06 : Business English Perfection Course Course 07 : Networking Skills for Personal Success Course 08 : Boost Your Confidence and Self-Esteem Course 09 : Public Speaking Training Course 10 : Learn to Fight Procrastination Learning Outcome This tailor-made Property Management, Development & Law 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 Property Management, Development & Law 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 400 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 Property Management, Development & Law 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 Property Management, Development & Law 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.

Property Management, Development & Law
Delivered Online On Demand9 days
£315

Learn to be a Great Teacher

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 Learn to be a Great Teacher 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 40 course mega bundle that will exceed your expectations within your budget. The Learn to be a Great Teacher 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 Learn to be a Great Teacher bundle will help you build a solid foundation to become a proficient worker in the sector. This Learn to be a Great Teacher Bundle consists of the following 30 CPD Accredited Premium courses - Course 1: Teaching Assistant Diploma Course 2: SEND Teaching Assistant Course 3: EYFS Teaching Assistant Course 4: Phonics Teaching Certificate Course 5: Remote Teaching Course 6: Lesson Planning for Teaching Course 7: Child Language Disorder (CLD) Course 8: Child Playwork Course 9: Child Neglect Awareness & Protection Course 10: Communication Skills Course 11: Team Management Course 12: Problem Solving Skills Course 13: Leadership Skills Course 14: Presentation Skills Course 15: Microsoft Office Course 16: Cross-Cultural Awareness Training Course 17: Learning Disability Nursing Course 18: Nursery Nurse Course 19: Mental Health Teaching Assistant Course 20: ADHD Awareness Course 21: The Complete Guide To Getting A Teaching Job Course 22: Leadership in Teaching Course 23: Positive Handling in Schools Course 24: Learning to Learn - Super Learning Course 25: Educational Psychology Course 26: Education Management Course 27: Education and Pedagogy Course 28: Blended Learning Course for Teachers Course 29: Understanding Autism Level 3 Course 30: Health and Safety Training for School Administrators 10 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 Course 4: Video Job Interview for Job Seekers Course 5: Create a Professional LinkedIn Profile Course 6: Business English Perfection Course Course 7: Networking Skills for Personal Success Course 8: Boost Your Confidence and Self-Esteem Course 9: Public Speaking Training Course 10: Learn to Fight Procrastination Learning Outcome This tailor-made Learn to be a Great Teacher 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 Learn to be a Great Teacher 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 400 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 Learn to be a Great Teacher 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 Learn to be a Great Teacher 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.

Learn to be a Great Teacher
Delivered Online On Demand9 days
£315

Construction Industry Scheme & Site Safety 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 Construction Industry Scheme & Site Safety 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 40 course mega bundle that will exceed your expectations within your budget. The Construction Industry Scheme & Site Safety 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 Construction Industry Scheme & Site Safety Management bundle will help you build a solid foundation to become a proficient worker in the sector. This Construction Industry Scheme & Site Safety Management Bundle consists of the following 30 CPD Accredited Premium courses - Course 1: Quantity Surveying Course 2: Surveying Basics Course 3: Building Surveying Course 4: Land Surveying and Cost Estimation Course 5: Residential Surveyor Course 6: Construction Industry Scheme (CIS) Course 7: Construction Management Level 3 Course 8: Construction Project Management Course 9: Site Management Safety Training Scheme Course 10: CDM Regulations Course 11: Environmental Health Course 12: Abrasive Wheels Course 13: Purchasing and Procurement Diploma Course 14: LOLER Regulations and LOLER Inspection Training Course 15: Manual Handling Interactive Training Course 16: Fire Safety Course 17: Noise and Hearing Protection Course 18: PUWER Course 19: Supervisor Training Course 20: Logistic Maangement Course 21: Advanced Electrical Safety Course 22: Emergency First Aid at Work (EFAW) Course 23: Asbestos Surveying Course 24: COSHH Awareness Course 25: Gas Safety Course 26: Site Safety Plus Course 27: CSCS Health and Safety in a Construction Environment (Leading to CSCS Green Card) Course 28: Construction Risk Assessment Course 29: Operations and Supply Chain Management Course 30: Environmental Engineering 10 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 Course 4: Video Job Interview for Job Seekers Course 5: Create a Professional LinkedIn Profile Course 6: Business English Perfection Course Course 7: Networking Skills for Personal Success Course 8: Boost Your Confidence and Self-Esteem Course 9: Public Speaking Training Course 10: Learn to Fight Procrastination Learning Outcome This tailor-made Construction Industry Scheme & Site Safety 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 Construction Industry Scheme & Site Safety 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 400 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 Construction Industry Scheme & Site Safety 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 Construction Industry Scheme & Site Safety 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.

Construction Industry Scheme & Site Safety Management
Delivered Online On Demand9 days
£315

Teachers: Mentoring and Lesson Planning

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 Teachers: Mentoring and Lesson Planning 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 40 course mega bundle that will exceed your expectations within your budget. The Teachers: Mentoring and Lesson Planning 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 Teachers: Mentoring and Lesson Planning bundle will help you build a solid foundation to become a proficient worker in the sector. This Teachers: Mentoring and Lesson Planning Bundle consists of the following 30 CPD Accredited Premium courses - Course 01 : ESL Teaching Masterclass Course 02 : Teaching and Learning Assistant Course 03 : Online Teaching Course 04 : Teacher Leadership Course 05 : Educational Psychology & Development Training Course 06 : Education and Pedagogy Diploma Course 07 : Essentials of Teaching Psychology Course 08 : Coaching & Mentoring Diploma Course 09 : School Shadow Support Course 10 : Primary Teacher Course 11 : SEN Teaching Assistant Course 12 : Teaching Phonics Level 4 Course 13 : Lesson Planning in Teaching Course 14 : Blended Learning Course for Teachers Course 15 : Learning Disability Nursing Course 16 : Nursery Teacher Course 17 : ADHD Awareness Course 18 : Learning Support Assistant Training Course 19 : Autism & Dyslexia Awareness Training Course 20 : Child Language Disorder (CLD) Course 21 : Child Playwork Course 22 : Child Neglect Awareness Training Course 23 : Cross-Cultural Awareness Course Course 24 : Communication Skills Masterclass Course 25: Mastering the presentation skills course Course 26: Managing online meetings Course 27: Performance Management Course 28: Creativity and Problem Solving Skills Course 29: Time Management Training Course 30: Document Control and Management 10 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 Course 06 : Business English Perfection Course Course 07 : Networking Skills for Personal Success Course 08 : Boost Your Confidence and Self-Esteem Course 09 : Public Speaking Training Course 10 : Learn to Fight Procrastination Learning Outcome This tailor-made Teachers: Mentoring and Lesson Planning 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 Teachers: Mentoring and Lesson Planning 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 400 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 Teachers: Mentoring and Lesson Planning 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 Teachers: Mentoring and Lesson Planning 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.

Teachers: Mentoring and Lesson Planning
Delivered Online On Demand9 days
£315

Safety regulations at your Work

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 Safety regulations at your Work 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 40 course mega bundle that will exceed your expectations within your budget. The Safety regulations at your Work 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 Safety regulations at your Work bundle will help you build a solid foundation to become a proficient worker in the sector. This Safety regulations at your Work Bundle consists of the following 30 CPD Accredited Premium courses - Course 1: Site Management Safety Training Scheme Course 2: CDM Regulations Course 3: Site Safety Plus Course 4: CSCS Health and Safety in a Construction Environment (Leading to CSCS Green Card) Course 5: Construction Project Management Course 6: Asbestos Surveying Course 7: COSHH Awareness Course 8: Noise and Hearing Protection Course 9: Working in Confined Spaces Course 10: LOLER Regulations and LOLER Inspection Training Course 11: Manual Handling Interactive Training Course 12: Fire Safety Course 13: Quality Assurance (QA) Management Course 14: Quantity Surveying Course 15: Banksman Course 16: PUWER Course 17: Supervisor Training Course 18: Logistic Maangement Course 19: Concussion Injuriy Course 20: Working at Height Training Course 21: Construction Management Level 3 Course 22: Environmental Engineering Course 23: Emergency First Aid at Work (EFAW) Course 24: Construction Project Management Course 25: Purchasing and Procurement Diploma Course 26: Operations and Supply Chain Management Course 27: Gas Safety Course 28: Environmental Health Course 29: Abrasive Wheels Course 30: Construction Risk Assessment 10 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 Course 4: Video Job Interview for Job Seekers Course 5: Create a Professional LinkedIn Profile Course 6: Business English Perfection Course Course 7: Networking Skills for Personal Success Course 8: Boost Your Confidence and Self-Esteem Course 9: Public Speaking Training Course 10: Learn to Fight Procrastination Learning Outcome This tailor-made Safety regulations at your Work 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 Safety regulations at your Work 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 400 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 Safety regulations at your Work 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 Safety regulations at your Work 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.

Safety regulations at your Work
Delivered Online On Demand9 days
£315