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

522 Courses

North Wales Music Tuition Centres 1-2-1 Music Lessons

3.0(2)

By North Wales Music Tuition Centres

1-2-1 music lessons for most instruments out of well equipped centres in North Wales

North Wales Music Tuition Centres 1-2-1 Music Lessons
Delivered In-Person in RhuddlanFlexible Dates
Price on Enquiry

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 1 & 2 Intensive Detailing Course

5.0(2)

By Uk Detailing Academy

Launch your Detailing Career Combining two of our syllabus levels into a 5-day period, this course has been specially created to accommodate those travelling from further afield, and international detailer training. UK Detailing Academy's recommended syllabus path remains that structured learning over a longer period remains the most effective way to deliver vocational education. It's the reason we disagree with supposed one-week 'master detailer' courses in principle, there's just too much information in a short space of time. However, we recognise that, for some, the logistical challenges can be both burdensome and financially off-putting. With that in mind, we have taken the decision to introduce an allowance to book Levels One and Two of our detailer syllabus back to back for those travelling long distances to attend. Attendees will still need to complete the coursework and take the online exams for both levels in order to achieve our certification. For more information on the syllabus of both courses, please read through the full course description below. Notes: Mondays are the only start day available online as this is a 5-day course. If you need to start on another day due to travel and run over into the following week, please contact us to discuss. To book this course using Paypal Credit, please contact the office as it exceeds the advertised maximum payment limit, which we can then negotiate. Combining two of our syllabus levels into a 5-day period, this course has been specially listed to accommodate those travelling from further afield and international detailer training. UK Detailing Academy's recommended syllabus path remains that structured learning over a longer period remains the most effective way to deliver vocational education. It's the reason we disagree with supposed 5-day 'master detailer' courses in principle. However, we recognise that for some the logistical challenges can be both burdensome and financially off-putting. With that in mind, we have taken the decision to introduce an allowance to book Levels One and Two of our detailer syllabus back to back for those travelling long distances to attend. Attendees will still need to complete the coursework and take the online exams for both levels in order to achieve our certification.   The aim of Level One is ideal for those just about to, or have recently entered the detailing industry, or those who wish to reset and refresh their skills. the aim is to familiarise the candidate with the processes and maintenance of vehicles from a professional and business view, teaching the foundations of correct vehicle cleaning up to the final familiarisation of entry-level dual action machine polishers. Business practices and health and safety are explored covering areas such as pricing, marketing, SDS and environmental conformity. Along the way topics covered will be: Washing stages Wash media Environmental considerations Drying methods Bonded contamination and its removal Wheel care and maintenance Glass and hard surfaces Engine bay cleaning Vulnerable surfaces Efficiency and process PPE and safety Clothing and working practices Risk assessment Chemical knowledge Van set-ups Interior detailing Leather and soft surface care Fillers/glazing Dual action machine polishers intro Minor defect identification Paint types LSPs Final presentation Marketing Conflict resolution and customer care Financing Insurance Pricing and quotes Business Administration Memberships Social Media Manual handling Safe working practices Pre-work inspection Level 2 Following your introduction skills learnt in Level One you will be progressing onto more advanced machine polishing and cleaning techniques. Machines introduced at this level include forced rotation dual action polishers, every inception of Dual action polishers, both in throw and size. We'll also look at pad types, heavy cutting options and defect identification to assess what can be rectified and how. Interiors are explored in greater depth with higher yield services with dry steam cleaning, odour removal, leather protection and treatment, and stain removal with the associated chemistry. • Pad types • Compound grades • Rubber and plastic protection • Coatings after-care • Polymer and PTFE exterior LSPs • Glass sealants • Troubleshooting • Accreditations • Financial management • Insurance • Marketing • Pricing • Spot Sanding • Targeting your customer base • Safe working practice • Workshop planning • Intermediate chemical knowledge • Efficiency and time management • Matt finishes • Environmental considerations • Advanced cleaner chemistry • Bonded overspray and concrete • LSPs • Engine bay detailing • Plastic trim restoration • Odour removal • Steam cleaning • Stain removal & chemical principles • Fabric and leather protection • Paint types and their principles • Long and short throw DA machines • Forced action machines • Lighting • Defect identification All levels are accompanied by a full course booklet to revisit topics covered when needed. Practical assessment takes place as part of the original training session, at the end of the course you will be assigned a (manageable) series of case studies and exercises to complete over the period of 3 months to cement the knowledge. There is then an externally assessed online exam, to ensure there are no weaker/problem areas and to assess the candidate's knowledge. After which the Level One and Two accreditations are awarded and you can either progress or choose to practice the skills gained with ongoing support. We would again stress that, if able to attend both courses separately, candidates are likely to better retain the information delivered. However, if logistics are a challenge, then this is the ideal course to get your detailing career started.   Course Length 3 Days (0930 - 1600) Group Size One-to-One Location UK Detailing Academy, 2 Purlieus Barn, Ewen, Cirencester, GL7 6BY Experience / Qualification Open to all Refreshments or Lunch Refreshments included

Level 1 & 2 Intensive Detailing Course
Delivered In-PersonFlexible Dates
£2,199

NVQ Level 7 Diploma in Construction Senior Management

5.0(29)

By Site Competence

CSCS Card NVQ Level 7 Diploma in Construction Senior Management This qualification is for candidates who are experienced Construction Site Managers or Construction Senior Managers. You will be responsible for a team and be able to make strategic decisions. You will work across at least two of the following pathways: Project development Procurement contracts and budgets Project Control Furthermore, this NVQ provides your recognition as a Senior Manager and offers you a direct route to professional memberships such as MCIOB. Induction - As soon as you register you will be given a dedicated assessor. They will arrange an induction and together with your assessor, you will decide on the pathway which best proves your competency. The induction is used to plan out how you will gather the relevant evidence to complete the course. During the course - The assessor will work with you to build a portfolio of evidence that allows you to showcase your knowledge, skills and experience. The assessor will also regularly review and provide you with feedback. This will allow you to keep on track to progress quickly. You will be assessed through various methods such as observations, written questions, evidence generated from the workplace, professional discussion and witness testimonials. On completion - Once all feedback has been agreed, the Internal Quality Assurer will review your portfolio and in agreement with assessor the certificate will be claimed. To download our PDF for this course then please click here.

NVQ Level 7 Diploma in Construction Senior Management
Delivered In-Person in Market Rasen or UK WideFlexible Dates
£1,980

Design Your Dream Life (free online masterclass) June 2025

4.9(7)

By Happiness Club

Design your dream life with this free masterclass from Happiness Club. Learn how to be Happy and get what you want.

Design Your Dream Life (free online masterclass) June 2025
Delivered OnlineFlexible Dates
FREE

Beginner's Content Marketing Online Training Course

By Study Plex

What you will learn from this course? Gain comprehensive knowledge about content marketing Understand the core competencies and principles of content marketing Explore the various areas of content marketing Know how to apply the skills you acquired from this course in a real-life context Become a confident and expert digital media marketer Course Highlights Course Type: Self-paced online course Duration: 11 hours 55 minute Tutor Support: Full tutor support is included Customer Support: 24/7 customer support is available Beginner's Content Marketing Online Training Course Master the skills you need to propel your career forward in content marketing. This course will equip you with the essential knowledge and skillset that will make you a confident digital media marketer and take your career to the next level. This comprehensive beginner's content marketing online training course is designed to help you surpass your professional goals. The skills and knowledge that you will gain through studying this beginner's content marketing online training course will help you get one step closer to your professional aspirations and develop your skills for a rewarding career. This comprehensive course will teach you the theory of effective content marketing practice and equip you with the essential skills, confidence and competence to assist you in the content marketing industry. You'll gain a solid understanding of the core competencies required to drive a successful career in content marketing. This course is designed by industry experts, so you'll gain knowledge and skills based on the latest expertise and best practices. This extensive course is designed for digital media marketer or for people who are aspiring to specialize in content marketing. Enroll in this beginner's content marketing online training course today and take the next step towards your personal and professional goals. Earn industry-recognized credentials to demonstrate your new skills and add extra value to your CV that will help you outshine other candidates. Who is this Course for? This comprehensive beginner's content marketing online training course is ideal for anyone wishing to boost their career profile or advance their career in this field by gaining a thorough understanding of the subject. Anyone willing to gain extensive knowledge on this Successful start to Content Marketing can also take this course. Whether you are a complete beginner or an aspiring professional, this course will provide you with the necessary skills and professional competence, and open your doors to a wide number of professions within your chosen sector. Entry Requirements This beginner's content marketing online training course has no academic prerequisites and is open to students from all academic disciplines. You will, however, need a laptop, desktop, tablet, or smartphone, as well as a reliable internet connection. Assessment This beginner's content marketing online training course assesses learners through multiple-choice questions (MCQs). Upon successful completion of the modules, learners must answer MCQs to complete the assessment procedure. Through the MCQs, it is measured how much a learner could grasp from each section. In the assessment pass mark is 60%. Advance Your Career This beginner's content marketing online training course will provide you with a fresh opportunity to enter the relevant job market and choose your desired career path. Additionally, you will be able to advance your career, increase your level of competition in your chosen field, and highlight these skills on your resume. Study Plex Subscription Study plex also provides a subscription option that allows you unlimited access to more than 700+ CPD courses for learning. You only need to spend £79 to take advantage of this fantastic offer, and you'll get an unlimited subscription for a full year. Additionally, you can cancel your membership from your account at any time by getting in touch with our friendly and devoted customer care team. Visit our subscriptions page for more details if you're interested. Why you should train with Study Plex? At Study Plex, you will have the chance to build social, technical and personal skills through a combination of extensive subjects tailored according to your interest. Along with receiving comprehensive knowledge and transferable skills, there are even more reasons o be involved with us, which include: Incredible Customer Support: We offer active customer service in the form of live chat, which you can access 24/7 Expert Tutor Support: You'll have access to our devoted and dedicated tutor support with all of our courses whenever you need it. Price Justified by Quality: We ensure that you will have the best experience possible for the price you are paying for the course. Money-back Guarantee: We provide a money-back guarantee if you are not satisfied with the course's quality. There is a 14-day time limit on this option (according to the terms and conditions). Instalment Facility: If your course costs more than £50, you can pay in three instalments using the instalment option. Satisfaction Guarantee: Our courses are designed to meet your demands and expectations by all means. Recognised Accreditation This course is accredited by continuing professional development (CPD). CPD UK is globally recognised by employers, professional organisations, and academic institutions, thus a certificate from CPD Certification Service creates value towards your professional goal and achievement. The Quality Licence Scheme is a brand of the Skills and Education Group, a leading national awarding organisation for providing high-quality vocational qualifications across a wide range of industries. What is CPD? Employers, professional organisations, and academic institutions all recognise CPD, therefore a credential from CPD Certification Service adds value to your professional goals and achievements. Benefits of CPD Improve your employment prospects Boost your job satisfaction Promotes career advancement Enhances your CV Provides you with a competitive edge in the job market Demonstrate your dedication Showcases your professional capabilities What is IPHM? The IPHM is an Accreditation Board that provides Training Providers with international and global accreditation. The Practitioners of Holistic Medicine (IPHM) accreditation is a guarantee of quality and skill. Benefits of IPHM It will help you establish a positive reputation in your chosen field You can join a network and community of successful therapists that are dedicated to providing excellent care to their client You can flaunt this accreditation in your CV It is a worldwide recognised accreditation What is Quality Licence Scheme? This course is endorsed by the Quality Licence Scheme for its high-quality, non-regulated provision and training programmes. The Quality Licence Scheme is a brand of the Skills and Education Group, a leading national awarding organisation for providing high-quality vocational qualifications across a wide range of industries. Benefits of Quality License Scheme Certificate is valuable Provides a competitive edge in your career It will make your CV stand out Course Curriculum Good Understanding of Content Content Means too Much 1.1 00:04:00 Content is more than all blogs and articles 1.2 00:02:00 Content is more than a cost understanding 1.3 00:02:00 Understand Content Marketing Understand Content Marketing 2.1 00:04:00 Where did This Content Marketing Come From 2.2 00:07:00 What is the Main Purpose of Content Marketing 2.3 00:04:00 Advanced goals of content marketing 2.4 00:04:00 Details for Successful Content Marketing How to grow the niche content audience 3.1 00:04:00 Understanding a Different Brand Perspective 3.2 00:04:00 Presenting content experiments 3.3 00:05:00 Actively understanding content 3.4 00:03:00 Developing a Successful Content Marketing Strategy Forget what you know 4.1 00:04:00 Choosing the right audience 4.2 00:04:00 Our competitive analysis priority 4.3 00:04:00 Understand Your Right to Win 4.4 00:03:00 How We Can Create and Source Effective Content Creating content on the customer journey 5.1 00:05:00 Choosing content marketing formats and channels 5.2 00:04:00 Source from anywhere 5.3 00:04:00 Making content very effective 5.4 00:04:00 Grow Content Operations Choosing a content calendar 6.1 00:04:00 Understand Content Processes 6.2 00:04:00 Clarifying roles and responsibilities 6.3 00:05:00 Content operations that come to life 6.4 00:03:00 Create Advanced Intelligence for Content Selecting content KPIs 7.1 00:05:00 Monitoring content KPI data 7.2 00:05:00 Optimizing content performance regularly 7.3 00:06:00 Using Content Technology By Constantly Renewing It Finding content technology 8.1 00:03:00 Considering advanced content technology 8.2 00:04:00 Developing strategy for content technology 8.3 00:03:00 Seize Content Marketing Opportunities Scaling Content Marketing 9.1 00:03:00 Succeeding as a Small Business 9.2 00:03:00 Succeed as a Large or Corporate Business 9.3 00:03:00 Live Video Styles Live educational videos 1.1 00:04:00 Live interview videos 1.2 00:04:00 Live demo videos 1.3 00:04:00 Live video tours 1.4 00:04:00 Creating Live Video Content When to Create Live Video 2.1 00:04:00 Different live video platforms 2.2 00:04:00 Preparing for your live video 2.3 00:03:00 Introductions and Conclusions in Your Live Video 2.4 00:05:00 Creating engagement during live videos 2.5 00:03:00 Promoting Your Live Video Building your live video audience 3.1 00:05:00 Sharing your live video 3.2 00:05:00 Repurposing your live video 3.3 00:04:00 Launching Live Video Tools for Live Video 4.1 00:04:00 Visuals for Live Video 4.2 00:04:00 Start Creating Live Videos 4.3 00:01:00 Welcome to the World of Marketing Where Short Video is King Modern Digital Marketing Strategies 1.1 00:06:00 The role of short-form video in social media marketing1.2 00:08:00 Techniques to Create Strong Short-form Video 1.3 00:08:00 Digging Deeper TikTok 1.4 00:08:00 Digging Deeper Instagram Reels 1.5 00:05:00 Effective marketing strategies for TikTok vidos Top Strategies for Creating Effective TikToks2.1 00:08:00 Understanding the TikTok Algorithm 2.2 00:08:00 Using Hashtags Effectively 2.3 00:08:00 Capitalizing on Trends and Challenges 2.4 00:08:00 Leveraging Influencers 2.5 00:08:00 Creating ads 2.6 00:07:00 Using Other TikTok Tools and Techniques 2.7 00:07:00 Effective Marketing Strategies for Instagram reels Connections Between Reels and TikTok Strategies 3.1 00:07:00 Understanding the Unique Selling Points of Instagram Reels 3.2 00:07:00 Implementing Your Social Strategy for TikTok and Reels 3.3 00:03:00 Instagram Profile Setup and Orientation Tour the Instagram user Interface1.1 00:06:00 Convert to an Instagram professional account1.2 00:04:00 Optimizing Your Professional Instagram Profile 1.3 00:04:00 Optimizing Uploads of Photos and Videos 1.4 00:05:00 Modify Instagram Settings 1.5 00:04:00 Using Instagram on a Computer 1.6 00:02:00 Get Started with Marketing on Instagram Explore Models of Business Success 2.1 00:05:00 Built-in Tools for Marketing 2.2 00:04:00 Interact with the Community to Build Trust 2.3 00:05:00 Develop a Marketing strategy for Instagram Content Ideas and Strategies for Instagram 3.1 00:05:00 Create a unique style on Instagram 3.2 00:04:00 Research your competition on Instagram 3.3 00:04:00 Utilize Hashtags With a Posting Schedule 3.4 00:05:00 Implement Your Instagram Marketing Campaign Marketing with Instagram Stories 4.1 00:04:00 Marketing with Instagram Reels 4.2 00:04:00 Marketing With IGTV 4.3 00:05:00 Marketing With Live Video on Instagram 4.4 00:05:00 Using Instagram Shopping Posts 4.5 00:04:00 Content Marketing with Instagram Guides 4.6 00:04:00 Leveraging Instagram Paid ads 4.7 00:05:00 Optimize Your Marketing Strategy on Instagram Review Instagram Insights to Optimize Marketing Strategy 5.1 00:05:00 Run Polls and ask Questions on Instagram 5.2 00:05:00 Saving Instagram Stories as Story Highlights 5.3 00:04:00 Embedding Instagram Photos into Websites 5.4 00:02:00 Additional Resources 5.5 00:02:00 How to Create Tribes On Social Media Understanding Community Management 1.1 00:03:00 Why Should We Build Our Own Community 1.2 00:07:00 Create Online Tribes How to Create your Great Strategy 2.1 00:10:00 Using Social Media to Build Your Community 2.2 00:09:00 Best Practices for Community Building 2.3 00:07:00 Growing Your Tribes On Social Media Creating Content Keeps Your Tribes Alive 3.1 00:10:00 How to Increase Active Participation in Your Communities 3.2 00:07:00 How to Find Brand Ambassadors and Influencers 3.3 00:07:00 How to Promote Your Community 3.4 00:08:00 Measuring their Success and Performance How to Scale Your Community 4.1mov 00:08:00 How to Measure the Growth of Your Fans 4.2 00:07:00 Demonstrate your Influence in Communities as a Leader 4.3 00:05:00 Tools for Managing Audience and Communities Very Good use of Tools for Community Management 5.1 00:04:00 Story Basics How Stories Connect 1.1.mov 00:06:00 Story Types to Grow 1.2 00:07:00 Good Story Qualities 1.3 00:07:00 Building a Story Finding Your Story 2.1 00:05:00 Your Audience 2.2 00:04:00 Call to Action 2.3 00:06:00 Telling a Story Story Structure 3.1 00:06:00 Grabbing Attention 3.2 00:05:00 Deep Engagement 3.3 00:08:00 Growing Community 3.4 00:04:00 Interactive Stories 3.5 00:05:00 More More Material 4.1 00:03:00 Interview 4.2 00:03:00 Core Values 4.3 00:03:00 Connect Before Convincing 4.4 00:03:00 Crowdfunding 4.5 00:03:00 How to Start Your Story 4.6 00:03:00 Tell Stories in Person 4.7 00:03:00 Obtain Your Certificate Order Your Certificate of Achievement 00:00:00 Get Your Insurance Now Get Your Insurance Now 00:00:00 Feedback Feedback 00:00:00

Beginner's Content Marketing Online Training Course
Delivered Online On Demand
£19

NVQ Level 6 Diploma in Construction Site Management (Construction)

5.0(29)

By Site Competence

Black CSCS Card NVQ Level 6 in Construction Site Management This qualification is for site managers who are responsible for leading projects, controlling resources, and overseeing quality standards. You are expected to be employed in site management, ideally overseeing, or starting to oversee, projects or sites. You will be responsible for leading teams, maintaining, and improving the standards of work. You may work across one or more of the following pathways: Building and Civil Engineering Highways Maintenance Residential Development Conservation Demolition Furthermore, this NVQ provides your recognition as a Construction Site Manager and offers you a route to professional memberships such as MCIOB. Induction - As soon as you register you will be given a dedicated assessor. They will arrange an induction and together with your assessor you will decide on the pathway which best proves your competency. The induction is used to plan out how you will gather the relevant evidence to complete the course. During the course - The assessor will work with you to build a portfolio of evidence that allows you to showcase your knowledge, skills and experience. The assessor will also regularly review and provide you with feedback. This will allow you to keep on track to progress quickly. You will be assessed through various methods such as observations, written questions, evidence generated from the workplace, professional discussion and witness testimonials. On completion - Once all feedback has been agreed, the Internal Quality Assurer will review your portfolio and in agreement with your assessor the certificate will be claimed. To download our PDF for this course then please click here.

NVQ Level 6 Diploma in Construction Site Management (Construction)
Delivered In-Person in Market Rasen or UK WideFlexible Dates
£1,800

NVQ Level 6 Diploma in Construction Contracting Operations Management

5.0(29)

By Site Competence

Black CSCS Card NVQ Level 6 Diploma in Construction Contracting Operations Management This qualification is designed for technical learners working in a wide range of job roles, for example estimator, quantity surveyor, buyer or planner. You will have responsibility for other people in their area of occupation. You could be site-based and have responsibility for functions such as dimensional control, surveys, physical testing and work planning. You may work across one or more of the following pathways: Estimating Buying Planning Surveying General Furthermore, this NVQ provides your recognition as a Construction Site Manager and offers you a route to professional memberships such as MCIOB. Induction - As soon as you register you will be given a dedicated assessor. They will arrange an induction and together with your assessor, you will decide on the pathway which best proves your competency. The induction is used to plan out how you will gather the relevant evidence to complete the course. During the course - The assessor will work with you to build a portfolio of evidence that allows you to showcase your knowledge, skills and experience. The assessor will also regularly review and provide you with feedback. This will allow you to keep on track to progress quickly. You will be assessed through various methods such as observations, written questions, evidence generated from the workplace, professional discussion and witness testimonials. On completion - Once all feedback has been agreed, the Internal Quality Assurer will review your portfolio and in agreement with your assessor the certificate will be claimed. To download our PDF for this course then please click here.

NVQ Level 6 Diploma in Construction Contracting Operations Management
Delivered In-Person in Market Rasen or UK WideFlexible Dates
£1,800

Subsea Production Engineering - Incorporating Subsea Tie-backs - Virtual Instructor Led Training

By EnergyEdge - Training for a Sustainable Energy Future

About this Virtual instructor Led Training (VILT)  The Subsea Production Engineering Virtual instructor Led Training (VILT) course provides an overview of all of the functionalities and key interfaces of subsea equipment. The VILT course will refer to relevant industry engineering standards for subsea equipment, subsea tie-backs and critical operational requirements. The sessions will cover challenges associated with equipment design and installability, as well as a new module on subsea tie-backs. The primary learning objectives for this VILT course are met through a combination of interactive presentations, discussion and exercises. Training Objectives By the end of this VILT course, participants will be able to: Apply the requirements of related industry standards (API 6A/ 17D, API 17A etc.) engineering standards Understand the barrier and qualification requirements Identify the barriers in place given a specific mode of operation Evaluate and select which tree alternatives are valid based on the key design drivers Identify and describe the key design drivers Explain the importance of well kill rate Describe which tree alternatives are valid for certain scenarios based on an evaluation of the key tree design requirements Examine what effects subsurface requirements may have on tree design Understand the challenges associated with designing equipment for manufacturability and installability Recognise the implications of design changes to specific components and the effects on transportation and installation (such as what type of vessels, lifting equipment, and tools to use and the logistical requirements) Recognise the implication of design changes on manufacturability of subsea equipment Target Audience This VILT course provides a comprehensive understanding of the equipment used in subsea production systems. It is designed for petroleum engineers, production engineers, subsea project engineers and is also highly suitable for cost, planning, offshore installation and offshore operations engineers. Anyone directly or indirectly involved with subsea equipment will benefit from attending this VILT course - from engineers installing the equipment to procurement staff looking to understand more. Training Methods The VILT course will be delivered online in 4 half-day sessions comprising 4 hours per day, with 2 breaks of 10 minutes per day. Course Duration: 4 half-day sessions, 4 hours per session (16 hours in total). Trainer Most of his working life, your expert course leader has been in a role that has enabled him to pass on skills and knowledge to others. A full-time role in Training and Development came about in 1996 with the offer to take up a full-time teaching post at Aberdeen College. In 1998, he was recruited by Kvaerner Oilfield Products, an Oil & Gas industry company, specialising in Subsea Control Systems, to develop and implement a Training & Competence program acceptable for its staff of over 600 and their client companies - a challenge he could not resist. In 2003, he broadened his horizons and became an independent Training & Development consultant. Building a reputation for delivering training and development to the Oil & Gas industry to the highest standards, he later joined Jee Ltd, a leading subsea engineering and training company based in Aberdeen. He was tasked with a wide portfolio of training, coaching & mentoring to achieve high levels of competence for the client's staff and customers. He is also a Science and Engineering Ambassador (Scotland), promoting the need for engineers and technicians for Scotland's industries, a frequent consultant to the European Economic & Social Committee for standardising Vocational Skills training and competence throughout the EU. He holds memberships in the Society of Operations Engineers, Chartered Institute of Personnel & Development and Society of Underwater Technologies. POST TRAINING COACHING SUPPORT (OPTIONAL) To further optimise your learning experience from our courses, we also offer individualized 'One to One' coaching support for 2 hours post training. We can help improve your competence in your chosen area of interest, based on your learning needs and available hours. This is a great opportunity to improve your capability and confidence in a particular area of expertise. It will be delivered over a secure video conference call by one of our senior trainers. They will work with you to create a tailor-made coaching program that will help you achieve your goals faster. Request for further information about post training coaching support and fees applicable for this. Accreditions And Affliations

Subsea Production Engineering - Incorporating Subsea Tie-backs - Virtual Instructor Led Training
Delivered in Internationally or OnlineFlexible Dates
£1,165 to £2,199

Level 1 Detailing Course + Motorbike Detailing Course

5.0(2)

By Uk Detailing Academy

Launch your Detailing Career on all vehicle types Level One + Motorbike is ideal for those just starting a detailing career, about to enter the detailing industry, or those who wish to reset, update, and refresh their skills, with the addition of a day spent exclusively on motorcycle detailing. The aim is to familiarise the candidate with the processes and maintenance of vehicles from a professional and business view, teaching the foundations of correct vehicle cleaning up to the final familiarisation of entry-level dual-action machine polishers. Business practices and health and safety are explored covering areas such as pricing, marketing, SDS and environmental conformity. This Level 1 Course comes bundled with our One-Day Motorbike extension course at a discounted rate to the bolt-on in isolation, perfect to give you all the knowledge you need to complete a full detail on a motorcycle, including use of paddock stands, fairing removal, mechanical areas, and much more. Alternatively, Level 1 candidates can later book the Learn2 Motorcycle Detailing 1 Day course as a bolt-on, to complete at another suitable time. The aim of Level One is ideal for those just about to, or have recently entered the detailing industry, or those who wish to reset and refresh their skills, with the addition of a day spent exclusively on motorcycle detailing. The aim is to familiarise the candidate with the processes and maintenance of vehicles from a professional and business view, teaching the foundations of correct vehicle cleaning up to the final familiarisation of entry-level dual action machine polishers over the course of 3 days of intense training. Business practices and health and safety are explored covering areas such as pricing, marketing, SDS and environmental conformity. This Level 1 Course comes bundled with our one-day motorbike extension course, perfect to give you all the knowledge you need to complete a full detail on a motorcycle, including the use of paddock stands, fairing removal, mechanical areas, and much more. alternatively, candidates can book the Learn2 Motorcycle Detailing 1 Day course as a bolt-on to an automotive Level 1 Course to complete at another suitable time. Along the way, in addition to the motorcycle training, topics covered will be: Washing stages Wash media Environmental considerations Drying methods Bonded contamination and its removal Wheel care and maintenance Glass and hard surfaces Engine bay cleaning Vulnerable surfaces Efficiency and process PPE and safety Clothing and working practices Risk assessment Chemical knowledge Van set-ups Interior detailing Leather and soft surface care Fillers/glazing Dual action machine polishers intro Minor defect identification Paint types LSPs Final presentation Marketing Conflict resolution and customer care Financing Insurance Pricing and quotes Business Administration Memberships Social Media Manual handling Safe working practices Pre-work inspection All levels are accompanied by a full course booklet to jog your memory when needed. Practical assessment takes place as part of the original training session, at the end of the course you will be assigned a (manageable) series of case studies and exercises to complete over the period of 3 months to cement the knowledge. There is then a short externally assessed exam prior to the optional commencement of Level Two, to ensure there are no weak areas. After which the Level One accreditation is awarded and you can either progress or choose to practice the skills gained with ongoing support. Course Length 3 Days (0930 - 1600) Group Size One-to-One Location UK Detailing Academy, 2 Purlieus Barn, Ewen, Cirencester, GL7 6BY Experience / Qualification Open to all Refreshments or Lunch Refreshments included

Level 1 Detailing Course + Motorbike Detailing Course
Delivered In-PersonFlexible Dates
£1,650