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

3346 Courses delivered Online

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

Level 2 Diploma in Safeguarding and Protecting Children and Young People

4.5(3)

By Studyhub UK

24 Hour Flash Deal **40-in-1 Safeguarding and Protecting Children and Young People Mega Bundle** Safeguarding and Protecting Children and Young People Enrolment Gifts **FREE PDF Certificate**FREE PDF Transcript ** FREE Exam** FREE Student ID ** Lifetime Access **FREE Enrolment Letter ** Take the initial steps toward a successful long-term career by studying the Safeguarding and Protecting Children and Young People package online with Studyhub through our online learning platform. The Safeguarding and Protecting Children and Young People bundle can help you improve your CV, wow potential employers, and differentiate yourself from the mass. This Safeguarding and Protecting Children and Young People course provides complete 360-degree training on Safeguarding and Protecting Children and Young People. You'll get not one, not two, not three, but forty Safeguarding and Protecting Children and Young People courses included in this course. Plus Studyhub's signature Forever Access is given as always, meaning these Safeguarding and Protecting Children and Young People courses are yours for as long as you want them once you enrol in this course This Safeguarding and Protecting Children and Young People Bundle consists the following career oriented courses: Course 01: Child Protection Course 02: Child Protection in Education Course 03: Parental Mental Health & Child Protection Course 04: Child Safeguarding Course 05: Internet Safety: Safeguarding Children Course 06: Child Sexual Exploitation Awareness Diploma Course 07: Safeguarding Children & Child Risk Assessment Course 08: Child Neglect Awareness Certificate Course 09: How to Save Children from Abuse | Interactive Training Course 10: Diploma in Children and Young People's Mental Health Problems Course 11: Early Childhood Mental Health: Strategies and Interventions Course 12: Crisis and Trauma Counselling in Early Childhood Course 13: Child and Adolescent Counselling Course 14: Play Therapy, Mental Health and Child Psychology Diploma Course 15: Counselling Children & Supporting Their Wellbeing Course 16: Bereavement and Grief Counselling Course 17: Reactive Strategies for Challenging Behaviour of Young People Course 18: Young People and Challenging Behaviour Diploma Course 19: Child Behaviour Course 20: Positive Behaviour in Children and Youth Course 21: Self Regulation in Young Children Course 22: Residential Childcare & Cognitive Development Training Course 23: Childcare Training, Nutrition and Development Course 24: Child Development and Care Course 25: The Importance of Preschool Education in Child Development Course 26: EYFS Teaching Assistant and Child Development Course 27: The Whole Brain Learning Approach in Child Development Course 28: Child Psychology Course 29: Socialisation and Adaptation in Early Childhood Course 30: Special Education Needs (SEN) Teaching Methodologies Course 31: SENCO - Special Educational Needs Coordination Course Course 32: Autism Training Course 33: Teaching Assistant with Autism Essential Course 34: Effective Strategies for Teaching Students with Learning Disabilities Course Course 35: Childcare and Nannying Diploma Course 36: Home Education Certificate Course 37: Home Based Childcarer Course 38: Paediatric Care Course Course 39: Paediatric First Aid Course 40: The Purpose of Professional Boundaries: Ethical and Professional Practice In this exclusive Safeguarding and Protecting Children and Young People bundle, you really hit the jackpot. Here's what you get: Step by step Safeguarding and Protecting Children and Young People lessons One to one assistance from Safeguarding and Protecting Children and Young People professionals if you need it Innovative exams to test your knowledge after the Safeguarding and Protecting Children and Young People course 24/7 customer support should you encounter any hiccups Top-class learning portal Unlimited lifetime access to all forty Safeguarding and Protecting Children and Young People courses Digital Certificate, Transcript and student ID are all included in the price PDF certificate immediately after passing Original copies of your Safeguarding and Protecting Children and Young People certificate and transcript on the next working day Easily learn the Safeguarding and Protecting Children and Young People skills and knowledge you want from the comfort of your home The Safeguarding and Protecting Children and Young People course has been prepared by focusing largely on Safeguarding and Protecting Children and Young People career readiness. It has been designed by our Safeguarding and Protecting Children and Young People specialists in a manner that you will be likely to find yourself head and shoulders above the others. For better learning, one to one assistance will also be provided if it's required by any learners. The Safeguarding and Protecting Children and Young People Bundle is one of the most prestigious training offered at StudyHub and is highly valued by employers for good reason. This Safeguarding and Protecting Children and Young People bundle course has been created with forty premium courses to provide our learners with the best learning experience possible to increase their understanding of their chosen field. This Safeguarding and Protecting Children and Young People Course, like every one of Study Hub's courses, is meticulously developed and well researched. Every one of the topics is divided into Safeguarding and Protecting Children and Young People Elementary modules, allowing our students to grasp each lesson quickly. CPD 400 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This Safeguarding and Protecting Children and Young Peopletraining is suitable for - Students Recent graduates Job Seekers Individuals who are already employed in the relevant sectors and wish to enhance their knowledge and expertise in Safeguarding and Protecting Children and Young People and who wants to further enrol in Level 2 Certificate for the Children and Young People's Workforce (RQF) RQF Children and Young People's Workforce Leadership for Children and Young People's Workforce Level 2 Certificate for the Children and Young People's Workforce Level 3 Diploma for the Children and Young People's Workforce (Early Years Educator) (RQF) TQUK Level 2 Certificate in Understanding Children and Young People's Mental Health (RQF) Level 2 Award in Safeguarding and Protecting Children and Young People Level 2 Award in Safeguarding and Protecting Children and Young People (RQF) Level 2 Certificate in Introducing Caring Children & Young People Level 2 Certificate in Introducing Caring for Children and Young People (RQF) Level 5 Diploma in Leadership for Health and Social Care and Children and Young People's Services (England (RQF) Level 3 Diploma for the Children and Young People's Workforce Course Leadership for Children and Young People's Workforce Requirements To participate in this Safeguarding and Protecting Children and Young People course, all you need is - A smart device A secure internet connection And a keen interest in Safeguarding and Protecting Children and Young People Career path You will be able to kickstart your Safeguarding and Protecting Children and Young Peoplecareer because this course includes various courses as a bonus. This bundle is an excellent opportunity for you to learn multiple skills from the convenience of your own home and explore Children and Young People's Mental Health career opportunities. Certificates CPD Accredited Certificate Digital certificate - Included CPD Accredited e-Certificate - Free CPD Accredited Hardcopy Certificate - Free Enrolment Letter - Free Student ID Card - Free

Level 2 Diploma in Safeguarding and Protecting Children and Young People
Delivered Online On Demand9 days
£399

Level 2 Certificate for the Children and Young People's Workforce

4.5(3)

By Studyhub UK

24 Hour Flash Deal **40-in-1 Children and Young People's Workforce Certificate Mega Bundle** Children and Young People's Workforce Certificate Enrolment Gifts **FREE PDF Certificate**FREE PDF Transcript ** FREE Exam** FREE Student ID ** Lifetime Access **FREE Enrolment Letter ** Take the initial steps toward a successful long-term career by studying the Children and Young People's Workforce Certificate package online with Studyhub through our online learning platform. The Children and Young People's Workforce Certificate bundle can help you improve your CV, wow potential employers, and differentiate yourself from the mass. This Children and Young People's Workforce Certificate course provides complete 360-degree training on Children and Young People's Workforce Certificate. You'll get not one, not two, not three, but forty Children and Young People's Workforce Certificate courses included in this course. Plus Studyhub's signature Forever Access is given as always, meaning these Children and Young People's Workforce Certificate courses are yours for as long as you want them once you enrol in this course This Children and Young People's Workforce Certificate Bundle consists the following career oriented courses: Course 01: Diploma in Children and Young People's Mental Health Problems Course 02: Child Behaviour Course 03: Positive Behaviour in Children and Youth Course 04: Child Development and Care Course 05: The Importance of Preschool Education in Child Development Course 06: EYFS Teaching Assistant and Child Development Course 07: The Whole Brain Learning Approach in Child Development Course 08: Early Childhood Mental Health: Strategies and Interventions Course 09: Child Psychology Course 10: Paediatric Care Course Course 11: Paediatric First Aid Course 12: Childcare Training, Nutrition and Development Course 13: Physical Education (PE) Teacher Course 14: Early Years Foundation Stage (EYFS Practitioner) Course 15: Montessori Education for Early Childhood Course 16: Socialisation and Adaptation in Early Childhood Course 17: Residential Childcare & Cognitive Development Training Course 18: Reactive Strategies for Challenging Behaviour of Young People Course 19: Young People and Challenging Behaviour Diploma Course 20: Self Regulation in Young Children Course 21: Special Education Needs (SEN) Teaching Methodologies Course 22: SENCO - Special Educational Needs Coordination Course Course 23: Child and Adolescent Counselling Course 24: Play Therapy, Mental Health and Child Psychology Diploma Course 25: Using Reggilio Emilia Approach in Early Childhood Course Course 26: Child Protection Course 27: Child Protection in Education Course 28: Parental Mental Health & Child Protection Course 29: Child Safeguarding Course 30: Childcare and Nannying Diploma Course 31: Home Education Certificate Course 32: Speech And Language Therapy Course 33: Crisis and Trauma Counselling in Early Childhood Course 34: Children's Literature in Education Course 35: Educational Psychology and Development Course 36: Counselling Children & Supporting Their Wellbeing Course 37: Youth Work Diploma Course 38: Autism Training Course 39: Teaching Assistant with Autism Essential Course 40: Teaching (SEN Teaching, Autism, ADHD) In this exclusive Children and Young People's Workforce Certificate bundle, you really hit the jackpot. Here's what you get: Step by step Children and Young People's Workforce Certificate lessons One to one assistance from Children and Young People's Workforce Certificate professionals if you need it Innovative exams to test your knowledge after the Children and Young People's Workforce Certificate course 24/7 customer support should you encounter any hiccups Top-class learning portal Unlimited lifetime access to all forty Children and Young People's Workforce Certificate courses Digital Certificate, Transcript and student ID are all included in the price PDF certificate immediately after passing Original copies of your Children and Young People's Workforce Certificate certificate and transcript on the next working day Easily learn the Children and Young People's Workforce Certificate skills and knowledge you want from the comfort of your home The Children and Young People's Workforce Certificate course has been prepared by focusing largely on Children and Young People's Workforce Certificate career readiness. It has been designed by our Children and Young People's Workforce Certificate specialists in a manner that you will be likely to find yourself head and shoulders above the others. For better learning, one to one assistance will also be provided if it's required by any learners. The Children and Young People's Workforce Certificate Bundle is one of the most prestigious training offered at StudyHub and is highly valued by employers for good reason. This Children and Young People's Workforce Certificate bundle course has been created with forty premium courses to provide our learners with the best learning experience possible to increase their understanding of their chosen field. This Children and Young People's Workforce Certificate Course, like every one of Study Hub's courses, is meticulously developed and well researched. Every one of the topics is divided into Children and Young People's Workforce Certificate Elementary modules, allowing our students to grasp each lesson quickly. The Children and Young People's Workforce Certificate course is self-paced and can be taken from the comfort of your home, office, or on the go! With our Student ID card you will get discounts on things like music, food, travel and clothes etc. CPD 400 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This Children and Young People's Workforce Certificatetraining is suitable for - Students Recent graduates Job Seekers Individuals who are already employed in the relevant sectors and wish to enhance their knowledge and expertise in Children and Young People's Workforce and who wants to further enrol in Level 2 Certificate for the Children and Young People's Workforce (RQF) RQF Children and Young People's Workforce Leadership for Children and Young People's Workforce Level 2 Certificate for the Children and Young People's Workforce Level 3 Diploma for the Children and Young People's Workforce (Early Years Educator) (RQF) TQUK Level 2 Certificate in Understanding Children and Young People's Mental Health (RQF) Level 2 Award in Safeguarding and Protecting Children and Young People Level 2 Award in Safeguarding and Protecting Children and Young People (RQF) Level 2 Certificate in Introducing Caring Children & Young People Level 2 Certificate in Introducing Caring for Children and Young People (RQF) Level 5 Diploma in Leadership for Health and Social Care and Children and Young People's Services (England (RQF) Level 3 Diploma for the Children and Young People's Workforce Course Leadership for Children and Young People's Workforce Please Note: Studyhub is a Compliance Central approved resale partner for Quality Licence Scheme Endorsed courses. Requirements To participate in this Children and Young People's Workforce Certificate course, all you need is - A smart device A secure internet connection And a keen interest in Children and Young People's Workforce Certificate Career path You will be able to kickstart your Children and Young People's Workforce Certificatecareer because this course includes various courses as a bonus. This course is an excellent opportunity for you to learn multiple skills from the convenience of your own home and explore Children and Young People's Mental Health career opportunities. Certificates CPD Accredited Certificate Digital certificate - Included CPD Accredited e-Certificate - Free CPD Accredited Hardcopy Certificate - Free Enrolment Letter - Free Student ID Card - Free

Level 2 Certificate for the Children and Young People's Workforce
Delivered Online On Demand9 days
£399

Personal Tai Chi Coaching

By Bute Tai Chi

Learn Tai Chi at your own pace with expert guidance. Sessions conducted via Zoom and In-Person, subject to mutual agreement.

Personal Tai Chi Coaching
Delivered OnlineFlexible Dates
FREE to £600

Microsoft Power BI Desktop (live online classes)

By Microsoft Office Training

This course will allow you to explore the potential of self-service business intelligence using Power BI Desktop to analyse and connect to different sources of data, creating Relationships between those different datasets, Query the data using Shaping and data Modelling, to create Visualizations, and publish Reports to different platforms . Course Objectives At the end of this course you will be able to: Connect to data from different sources. Use the Query Editor Perform Power BI desktop data Shaping and Transformation. Create Power BI desktop Modelling. Create Power BI desktop Visualizations and Reports. ' 1 year email support service Take a closer look at the consistent excellent feedback from our growing corporate clients visiting our site ms-officetraining co uk With more than 20 years experience, we deliver courses on all levels of the Desktop version of Microsoft Office and Office 365; ranging from Beginner, Intermediate, Advanced to the VBA level and Business Intelligence. Our trainers are Microsoft certified professionals with a proven track record with several years experience in delivering public, one to one, tailored and bespoke course Tailored training courses: in in company training, you can choose to run the course exactly as they are outlined by us or we can customise it so that it meets your specific needs. A tailored or bespoke course will follow the standard outline but may be adapted to your specific organisational needs. Please visit our site (ms-officetraining co uk) to get a feel of the excellent feedback our courses have had and look at other courses you might be interested in. Introduction to Power BI Power BI Jargon explained A quick look at Power BI Desktop A quick look at the Power BI service Helpful resources Power BI and Excel Introduction to using Excel data in Power BI Upload Excel data to Power BI Import Power View and Power Pivot to Power BI Getting started with Power BI Desktop Overview of Power BI Desktop Accessing Help and Helpful resources Connect to data sources in Power BI Desktop Shaping and Transforming Data with Query Editor Introduction to the Query Editor Data Sources Power BI Desktop can Connect to Introduction to Steps and M code Combining Data Using Merge and Append Queries Data Type Properties Working with Delimiters Clean and transform your data with the Query Editor Text Specific Transformation Tools Number Specific Transformation Tools Date Specific Transformation Tools Split and Merge columns Creating an Index Column Adding Conditional Columns Columns From Examples Grouping and Aggregating data Pivoting and Unpivoting Using filters Modeling the data Introduction to modeling your data How to manage your data relationships Create calculated columns Optimizing data models Create calculated measures Show Values As and Quick Measures Create calculated tables Explore your time-based data Introduction to DAX DAX calculation types DAX functions Visualizations Introduction to visuals in Power BI Create and customize simple visualizations Modify colors in charts and visuals Shapes, text boxes, and images Page layout and formatting Group interactions among visualizations Visual hierarchies and drill-down Using custom visualizations Create a KPI Visualization Geo-Data and Maps Reports, Publishing and Sharing Introduction to the Power BI service Quick insights in Power BI Create and configure a dashboard Ask questions of your data with natural language Create custom Q&A suggestions Share dashboards with your organization Introduction to content packs, security, and groups Publish Power BI Desktop reports Print and export dashboards and reports Create groups in Power BI Use content packs Update content packs Publish to web Who is this course for? Who is this course for? This course facilitates you with knowledge on the potential for Power BI Desktop to analyse and connect to different sources of data, creating Relationships between those different datasets, Query the data using Shaping and data Modelling, and to create Visualizations, and publish Reports to different platforms. Requirements Requirements Before attending this course, delegates should have: - A general knowledge of database concepts (fields, records and relationships) - Familiarity with Excel. Career path Career path Business Intelligence Data Analysis ETL & Data Warehousing

Microsoft Power BI Desktop (live online classes)
Delivered OnlineFlexible Dates
£750

Cinnamon × Coffee Bean Candle Workshop

By Noel Candle

Discover our Cinnamon Coffee Bean candles, crafted from natural soy wax. Personalize your design for a unique touch, blending cozy aromas and custom aesthetics for a perfect home ambiance.

Cinnamon × Coffee Bean Candle Workshop
Delivered in St. Helens or OnlineFlexible Dates
£48 to £108

Accountancy Tuition

By Hone Financial

Hone your accountancy skills with professional accountancy tuition from Hone Financial. Delivered online, courses can be tailor made to suit your pace and your requirements

Accountancy Tuition
Delivered OnlineFlexible Dates
£45

Level 7 Certificate for Executive and Senior Level Coaches and Mentors - CPD Approved

4.5(3)

By Studyhub UK

24 Hour Flash Deal **33-in-1 Executive and Senior Level Coaches and Mentors Mega Bundle** Executive and Senior Level Coaches and Mentors Enrolment Gifts **FREE PDF Certificate**FREE PDF Transcript ** FREE Exam** FREE Student ID ** Lifetime Access **FREE Enrolment Letter ** Take the initial steps toward a successful long-term career by studying the Executive and Senior Level Coaches and Mentors package online with Studyhub through our online learning platform. The Executive and Senior Level Coaches and Mentors bundle can help you improve your CV, wow potential employers, and differentiate yourself from the mass. This Executive and Senior Level Coaches and Mentors course provides complete 360-degree training on Executive and Senior Level Coaches and Mentors. You'll get not one, not two, not three, but thirty-three Executive and Senior Level Coaches and Mentors courses included in this course. Plus Studyhub's signature Forever Access is given as always, meaning these Executive and Senior Level Coaches and Mentors courses are yours for as long as you want them once you enrol in this course This Executive and Senior Level Coaches and Mentors Bundle consists the following career oriented courses: Course 01: Coaching & Mentoring Course 02: Leadership and Management Course 03: Career Coaching Level 3 Course Course 04: Life Coaching Training Course 05: Motivational Interviewing Course 06: Employee Engagement and Retention Strategies Course 07: Diploma in Career Development and Passion Course 08: Personal Development Coach Course Course 09: Corporate Relationship Goals for Success Course 10: Motivation Skills Course 11: Mental Health-Self Care Course 12: Strategic Management and Leadership Development Course 13: Talent Management & Employee Retention Techniques Course 14: Team Building Masterclass Course 15: Employee Training Responsibilities: Effective Training Management Course 16: Motivating, Performance Managing and Maintaining Team Culture in a Remote Team Course 17: Workplace Health and Safety Advanced Diploma Course 18: Conflict Resolution Course 19: Diploma in Workplace Professionalism and Communication Course 20: Accredited Mediator Skills Training: Mediation & Dispute Resolution Course 21: Emotional Intelligence and Social Management Diploma Course 22: Performance Management Course 23: Diversity Training Course 24: Courageous Communication Strategies Course 25: Leadership Skills Training Course 26: Delegation Skills Training Course 27: Managing Online Meetings Course 28: PR : Public Relation and Management Training Course 29: Operations and Time Management Course 30: Stakeholder Management Course 31: Art of Negotiation and Conflict Resolution Course 32: Lean Leadership, Culture and Management - Online Diploma Course 33: Cross-Cultural Awareness Training Diploma Certificate In this exclusive Executive and Senior Level Coaches and Mentors bundle, you really hit the jackpot. Here's what you get: Step by step Executive and Senior Level Coaches and Mentors lessons One to one assistance from Executive and Senior Level Coaches and Mentors professionals if you need it Innovative exams to test your knowledge after the Executive and Senior Level Coaches and Mentors course 24/7 customer support should you encounter any hiccups Top-class learning portal Unlimited lifetime access to all thirty-three Executive and Senior Level Coaches and Mentors courses Digital Certificate, Transcript and student ID are all included in the price PDF certificate immediately after passing Original copies of your Executive and Senior Level Coaches and Mentors certificate and transcript on the next working day Easily learn the Executive and Senior Level Coaches and Mentors skills and knowledge you want from the comfort of your home The Executive and Senior Level Coaches and Mentors course has been prepared by focusing largely on Executive and Senior Level Coaches and Mentors career readiness. It has been designed by our Executive and Senior Level Coaches and Mentors specialists in a manner that you will be likely to find yourself head and shoulders above the others. For better learning, one to one assistance will also be provided if it's required by any learners. The Executive and Senior Level Coaches and Mentors Bundle is one of the most prestigious training offered at StudyHub and is highly valued by employers for good reason. This Executive and Senior Level Coaches and Mentors bundle course has been created with thirty-three premium courses to provide our learners with the best learning experience possible to increase their understanding of their chosen field. This Executive and Senior Level Coaches and Mentors Course, like every one of Study Hub's courses, is meticulously developed and well researched. Every one of the topics is divided into Executive and Senior Level Coaches and Mentors Elementary modules, allowing our students to grasp each lesson quickly. The Executive and Senior Level Coaches and Mentors course is self-paced and can be taken from the comfort of your home, office, or on the go! With our Student ID card you will get discounts on things like music, food, travel and clothes etc. CPD 330 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This Executive and Senior Level Coaches and Mentors training is suitable for - Students Recent graduates Job Seekers Individuals who are already employed in the relevant sectors and wish to enhance their knowledge and expertise in Executive and Senior Level Coaches and Mentors After completing this course you can progress towards- City & Guilds Level 7 Certificate for Executive and Senior Level Coaches and Mentors Level 7 Certificate and Diploma for Executive and Senior Level Coaches and Mentors City & Guilds Level 7 Diploma for Executive and Senior Level Coaches and Mentors Please Note: Studyhub is a Compliance Central approved resale partner for Quality Licence Scheme Endorsed courses. Requirements To participate in this Executive and Senior Level Coaches and Mentors course, all you need is - A smart device A secure internet connection And a keen interest in Executive and Senior Level Coaches and Mentors Career path You will be able to kickstart your Executive and Senior Level Coaches and Mentors career because this course includes various courses as a bonus. This Executive and Senior Level Coaches and Mentors is an excellent opportunity for you to learn multiple skills from the convenience of your own home and explore Executive and Senior Level Coaches and Mentors career opportunities. Certificates CPD Accredited Certificate Digital certificate - Included CPD Accredited e-Certificate - Free CPD Accredited Hardcopy Certificate - Free Enrolment Letter - Free Student ID Card - Free

Level 7 Certificate for Executive and Senior Level Coaches and Mentors - CPD Approved
Delivered Online On Demand7 days
£330

Level 5 Diploma in Leadership and Management for Residential Childcare (England) - CPD

4.5(3)

By Studyhub UK

24 Hour Flash Deal **33-in-1 Leadership and Management for Residential Childcare Mega Bundle** Leadership and Management for Residential Childcare Enrolment Gifts **FREE PDF Certificate**FREE PDF Transcript ** FREE Exam** FREE Student ID ** Lifetime Access **FREE Enrolment Letter ** Take the initial steps toward a successful long-term career by studying the Leadership and Management for Residential Childcare package online with Studyhub through our online learning platform. The Leadership and Management for Residential Childcare bundle can help you improve your CV, wow potential employers, and differentiate yourself from the mass. This Leadership and Management for Residential Childcare course provides complete 360-degree training on Leadership and Management for Residential Childcare. You'll get not one, not two, not three, but thirty-three Leadership and Management for Residential Childcare courses included in this course. Plus Studyhub's signature Forever Access is given as always, meaning these courses are yours for as long as you want them once you enrol in this course This Leadership and Management for Residential Childcare Bundle consists the following career oriented courses: Course 01: Level 3 Diploma for Residential Childcare (England) Course 02: Leadership and Management Course 03: Residential Childcare & Cognitive Development Training Course 04: Team Management Course 05: Reactive Strategies for Challenging Behaviour of Young People Course 06: Child and Adolescent Counselling Course 07: Motivating, Performance Managing and Maintaining Team Culture in a Remote Team Course 08: Child Protection Course 09: Conflict Management Course 10: Employee Engagement and Retention Strategies Course 11: Performance Management Course 12: Effective Strategies for Teaching Students with Learning Disabilities Course Course 13: Child Behaviour: Child Psychology level 4, Mental Health Certification, Autism and Development Course 14: Child Development and Care Course 15: The Importance of Preschool Education in Child Development Course 16: Early Childhood Mental Health: Strategies and Interventions Course 17: Positive Behaviour in Children and Youth Course 18: Play Therapy, Mental Health and Child Psychology Diploma Course 19: Special Education Needs (SEN) Teaching Methodologies Course 20: Emotional Intelligence and Social Management Diploma Course 21: Employee Training Responsibilities: Effective Training Management Course 22: Diversity Training Course 23: Childcare and Nutrition Course 24: SENCO - Special Educational Needs Coordination Course Course 25: UK Employment Law Course 26: Workplace Communication Management Course 27: Middle Manager Management Course 28: Strategic Management and Leadership Development Course 29: Motivational Mentorship: Inspiring Personal and Professional Growth Course 30: Child Protection in Education Course 31: Diploma in Children and Young People's Mental Health Problems Course 32: Understanding the Immune System Course 33: Public Health and Safety In this exclusive Leadership and Management for Residential Childcare bundle, you really hit the jackpot. Here's what you get: Step by step Leadership and Management for Residential Childcare lessons One to one assistance from Leadership and Management for Residential Childcare professionals if you need it Innovative exams to test your knowledge after the Leadership and Management for Residential Childcare course 24/7 customer support should you encounter any hiccups Top-class learning portal Unlimited lifetime access to all thirty-three Leadership and Management for Residential Childcare courses Digital Certificate, Transcript and student ID are all included in the price PDF certificate immediately after passing Original copies of your Leadership and Management for Residential Childcare certificate and transcript on the next working day Easily learn the Leadership and Management for Residential Childcare skills and knowledge you want from the comfort of your home The Leadership and Management for Residential Childcare course has been prepared by focusing largely on Leadership and Management for Residential Childcare career readiness. It has been designed by our specialists in a manner that you will be likely to find yourself head and shoulders above the others. For better learning, one to one assistance will also be provided if it's required by any learners. The Leadership and Management for Residential Childcare Bundle is one of the most prestigious training offered at StudyHub and is highly valued by employers for good reason. This bundle course has been created with thirty-three premium courses to provide our learners with the best learning experience possible to increase their understanding of their chosen field. This Leadership and Management for Residential Childcare Course, like every one of Study Hub's courses, is meticulously developed and well researched. Every one of the topics is divided into Leadership and Management for Residential Childcare Elementary modules, allowing our students to grasp each lesson quickly. The Leadership and Management for Residential Childcare course is self-paced and can be taken from the comfort of your home, office, or on the go! With our Student ID card you will get discounts on things like music, food, travel and clothes etc. CPD 330 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This Leadership and Management for Residential Childcare training is suitable for - Students Recent graduates Job Seekers Individuals who are already employed in the relevant sectors and wish to enhance their knowledge and expertise in Leadership and Management for Residential Childcare This course is suitable for anyone interested to further progress there career in: Level 5 Diploma in Leadership and Management for Residential Childcare (England) (RQF) Level 3 Diploma for Residential Childcare (England) (RQF) Level 5 Diploma in Leadership for Health and Social Care and Children and Young People's Services (England) (RQF) Level 5 (NVQ) Diploma in Leadership for Health and Social Care and Children's and Young People's Services (England) Level 3 Diploma for Residential Childcare (England) (RQF) ABBE Level 6 Diploma in Residential Surveying and Valuation Please Note: Studyhub is a Compliance Central approved resale partner for Quality Licence Scheme Endorsed courses. Requirements To participate in this Leadership and Management for Residential Childcare course, all you need is - A smart device A secure internet connection And a keen interest in Leadership and Management for Residential Childcare Career path You will be able to kickstart your Leadership and Management for Residential Childcare career because this course includes various courses as a bonus. This Leadership and Management for Residential Childcare is an excellent opportunity for you to learn multiple skills from the convenience of your own home and explore Leadership and Management for Residential Childcare career opportunities. Certificates CPD Accredited Certificate Digital certificate - Included CPD Accredited e-Certificate - Free CPD Accredited Hardcopy Certificate - Free Enrolment Letter - Free Student ID Card - Free

Level 5 Diploma in Leadership and Management for Residential Childcare (England) - CPD
Delivered Online On Demand7 days
£329

Level 3 Certificate in Cyber Security Practices - CPD Approved

4.5(3)

By Studyhub UK

24 Hour Flash Deal **33-in-1 Level 3 Certificate in Cyber Security Practices Mega Bundle** Level 3 Certificate in Cyber Security Practices Enrolment Gifts **FREE PDF Certificate**FREE PDF Transcript ** FREE Exam** FREE Student ID ** Lifetime Access **FREE Enrolment Letter ** Take the initial steps toward a successful long-term career by studying the Level 3 Certificate in Cyber Security Practices package online with Studyhub through our online learning platform. The Level 3 Certificate in Cyber Security Practices bundle can help you improve your CV, wow potential employers, and differentiate yourself from the mass. This Level 3 Certificate in Cyber Security Practices course provides complete 360-degree training on Level 3 Certificate in Cyber Security Practices. You'll get not one, not two, not three, but thirty-three Level 3 Certificate in Cyber Security Practices courses included in this course. Plus Studyhub's signature Forever Access is given as always, meaning these Level 3 Cyber Security courses are yours for as long as you want them once you enrol in this course This Level 3 Certificate in Cyber Security Practices Bundle consists the following career oriented courses: Course 01: Cyber Security Advanced Training Course 02: CompTIA CySA+ Cybersecurity Analyst Course Course 03: Cyber Security Awareness Training Course 04: Web Application Penetration Testing Course 05: Cyber Security Incident Handling and Incident Response Course 06: Data Protection Level 3 and Data Security (GDPR) Training Certification Course 07: Cyber Security Law Course 08: Information Governance and Data Management Training Course 09: Network Security and Risk Management Course 10: CEH: Learn Ethical Hacking From A-Z: Beginner To Expert Course 11: Computer Networks Security from Scratch to Advanced Course 12: Data Center Training Essentials: Mechanical & Cooling Course 13: IT Administration and Networking Course 14: CompTIA Network+ Certification (N10-007) Course 15: Foundations of IT Security: Protecting Digital Assets Course 16: Digital Forensic Science: Unraveling Cybercrime Mysteries Course Course 17: IT Support Technician: Troubleshooting and Technical Expertise Course 18: SQL Database Management Course 19: Quick Data Science Approach from Scratch Course 20: Deep Learning Neural Network with R Course 21: Computer Workstation Safety Training Course 22: Foundations of Artificial Intelligence: Building Intelligent Systems Course 23: Functional Skills IT/ ICT Level 2 Course 24: Internet of Things (IoT) Course 25: AutoCAD Programming using with Windows Forms Course 26: Ransomware Uncovered Specialist Certificate Course 27: Security Management and Fraud Prevention Training Course 28: Financial Statements Fraud Detection Training Course 29: Transaction Monitoring in Financial Services: Ensuring Security Course 30: AWS Certified Solutions Architect Associate Preparation Course 31: Machine Learning Basics Course 32: Electronic Device and Circuits Protection Training Course 33: Robotics - Sensors In this exclusive Level 3 Certificate in Cyber Security Practices bundle, you really hit the jackpot. Here's what you get: Step by step Level 3 Certificate in Cyber Security Practices lessons One to one assistance from Level 3 Certificate in Cyber Security Practices professionals if you need it Innovative exams to test your knowledge after the Level 3 Certificate in Cyber Security Practices course 24/7 customer support should you encounter any hiccups Top-class learning portal Unlimited lifetime access to all thirty-three Level 3 Certificate in Cyber Security Practices courses Digital Certificate, Transcript and student ID are all included in the price PDF certificate immediately after passing Original copies of your Level 3 Certificate in Cyber Security Practices certificate and transcript on the next working day Easily learn the Level 3 Certificate in Cyber Security Practices skills and knowledge you want from the comfort of your home The Level 3 Certificate in Cyber Security Practices course has been prepared by focusing largely on Level 3 Certificate in Cyber Security Practices career readiness. It has been designed by our Cyber Security specialists in a manner that you will be likely to find yourself head and shoulders above the others. For better learning, one to one assistance will also be provided if it's required by any learners. The Level 3 Certificate in Cyber Security Practices Bundle is one of the most prestigious training offered at StudyHub and is highly valued by employers for good reason. This Level 3 Certificate in Cyber Security Practices bundle course has been created with thirty-three premium courses to provide our learners with the best learning experience possible to increase their understanding of their chosen field. This Level 3 Certificate in Cyber Security Practices Course, like every one of Study Hub's courses, is meticulously developed and well researched. Every one of the topics is divided into Level 3 Certificate in Cyber Security Practices Elementary modules, allowing our students to grasp each lesson quickly. The Level 3 Certificate in Cyber Security Practices course is self-paced and can be taken from the comfort of your home, office, or on the go! With our Student ID card you will get discounts on things like music, food, travel and clothes etc. CPD 330 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This Level 3 Certificate in Cyber Security Practices training is suitable for - Students Recent graduates Job Seekers Individuals who are already employed in the relevant sectors and wish to enhance their knowledge and expertise in Level 3 Certificate in Cyber Security Practices Course Progression: After completing this course, you can also take- NCFE Level 2 Certificate in the Principles of Cyber Security NCFE Level 3 Certificate in Cyber Security Practices Cisco Cybersecurity Specialist Cisco Certified Network Professional Security (CCNP Security) Cisco Certified Network Associate Security (CCNA Security) Please Note: Studyhub is a Compliance Central approved resale partner for Quality Licence Scheme Endorsed courses. Requirements To participate in this Level 3 Certificate in Cyber Security Practices course, all you need is - A smart device A secure internet connection And a keen interest in Level 3 Certificate in Cyber Security Practices Career path You will be able to kickstart your Level 3 Certificate in Cyber Security Practices career because this course includes various courses as a bonus. This Level 3 Certificate in Cyber Security Practices is an excellent opportunity for you to learn multiple skills from the convenience of your own home and explore Level 3 Certificate in Cyber Security Practices career opportunities. Certificates CPD Accredited Certificate Digital certificate - Included CPD Accredited e-Certificate - Free CPD Accredited Hardcopy Certificate - Free Enrolment Letter - Free Student ID Card - Free

Level 3 Certificate in Cyber Security Practices - CPD Approved
Delivered Online On Demand7 days
£329