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

51003 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

Castle Rock SNMPc for engineers

5.0(3)

By Systems & Network Training

SNMPc training course description A hands on course providing a solid foundation on network management using SolarWinds. The course specifically focusses on SolarWinds Orion Network Performance Monitor. The course starts with configuring agents and device discovery, onto exploiting SNMP with SolarWinds and then Alerts, reports and customisation of menus, views and maps. What will you learn Discover devices using Solarwinds. Use Solarwinds. Poll and monitor devices using Solarwinds. Create Alarms and reports. Diagnose faults using Solarwinds. SNMPc training course details Who will benefit: Technical staff working with Solarwinds. Prerequisites: None. Duration 2 days SNMPc training course content Getting started with SNMPc Manual discovery, automatic discovery, controlling IP discovery, mapping network devices. Hands on Using SNMPc. Agents Configuring Cisco devices for SNMP support, communities, traps, syslog. MIBs. Hands on Device discovery. Adding devices. Customising maps. Using SNMPc Polling, obtaining MIB information, MIB walking. Compiling MIBs. Hands on Monitoring devices. Groups. MIB walking. SNMP traps. Alarms Events and alarms, thresholds, event actions. Hands on Automatic alarms. Reports Creating reports, trend reports, customising reports. Hands on Performance reports. Graphs. Administration Users, customised views, backups, the database. Hands on Adding a user. Backups.

Castle Rock SNMPc for engineers
Delivered in Internationally or OnlineFlexible Dates
£2,477

Design Of Circulating Fluidized Bed Boilers

By EnergyEdge - Training for a Sustainable Energy Future

About this training course This 5 full-day course will provide a comprehensive understanding of the design of circulating fluidized bed (CFB) boilers. The design of all CFB boiler components and equipment including furnace, cyclones, economizers, superheaters, reheaters, loop seals, expansion joints, refractory, and L-valves will be covered in detail. All potential operating problems and major operating problems, corrective actions and maintenance required for CFB boilers will be covered thoroughly. This course will focus on designing CFB boilers that have the highest efficiency, and maximum longevity and capacity factor. All the common problems encountered in CFB Boilers will be discussed in detail.This includes thermally induced failures, anchor system induced failures, water walls tube failures, NMEJ damages, clinker formation, refractory damages, APH tube chock-up, erosion and corrosion. The solutions to each of these problems will be presented. All repair and refurbishment methods, preventive and predictive maintenance required for CFB boilers will be covered in-depth. Several studies have confirmed that CFB boilers are the best method for power generation.This is due to their fuel flexibility, and lowest electricity cost among all types of boilers. This technology is in great demand due to various other advantages such as lower emissions as compared to other types of boilers and has a carbon footprint well below the norms laid down by the World Bank emission requirements. This course is a MUST for anyone who is involved in the design, operation or maintenance of circulating fluidized bed boilers, because it covers how these boilers are designed and provides guidelines and rules that ensure the CFB boilers have great performance. This course will also provide up-dated information in respect to the design of supercritical once-through CFB boilers and ultra supercritical CFB boilers. Training Objectives Circulating Fluidized Bed Boiler Design: Gain a thorough understanding of the best design methods of circulating fluidized bed boilers. Design of Circulating Fluidized Bed Boiler: Components and Systems: Learn all the techniques used to design CFB boiler equipment and systems including furnace, cyclones, economizers, superheaters, reheaters, loop seals, expansion joints, refractory, and L-valves. Design of Circulating Fluidized Bed Boiler to Achieve Highest Efficiency, and Best Performance and Economics: Gain a thorough understanding of all the methods used to design CFB boilers having the highest efficiency, longevity and capacity factor as well as best economics. Circulating Fluidized Bed Boiler Equipment: Learn about various equipment of circulating fluidized bed boilers including: furnaces, cyclones, economizers, superheaters, reheaters, ammonia injection systems, electrostatic precipitators, polishing dry scrubbers, fuel and sorbent feeding systems, bottom ash handling and extraction systems and materials. Circulating Fluidized Bed Boiler Environmental Emissions: Learn about the monitoring and control of environmental emissions from circulating fluidized boilers. Circulating Fluidized Bed Boiler Instrumentation and Control Systems: Learn about the latest instrumentation and control systems of circulating fluidized bed boilers. Circulating Fluidized Bed Boiler Reliability and Testing: Increase your knowledge of predictive and preventive maintenance, reliability and testing of circulating fluidized bed boilers. Circulating Fluidized Bed Boiler Selection and Applications: Gain a detailed understanding of the selection considerations and applications of circulating fluidized bed boilers. Circulating Fluidized Bed Boiler Maintenance: Learn all the maintenance activities required for circulating fluidized bed boilers, to minimize their operating cost and maximize their efficiency, reliability, and longevity. Circulating Fluidized Bed Boiler Refurbishment, and Life Extension Methods: Learn about life cycle cost, profitability, refurbishment, and life extension methods for all types of circulating fluidized bed boilers. Circulating Fluidized Bed Boiler Commissioning: Understand all the commissioning requirements of circulating fluidized bed boilers. Circulating Fluidized Bed Boiler Codes and Standards: Learn all the codes and standards applicable for circulating fluidized bed boilers. Target Audience Engineers of all disciplines Managers Technicians Maintenance personnel Other technical individuals Training Methods Your specialist course leader relies on a highly interactive training method to enhance the learning process. This method ensures that all participants gain a complete understanding of all topics covered. The training environment is highly stimulating, challenging, and effective because the participants will learn by case studies which will allow them to apply the material taught to their own organization. Each delegate will receive a copy of the following materials written by the instructor: 'POWER GENERATION HANDBOOK' published by McGraw-Hill in 2012 (800 pages) Design of Circulating Fluidized Bed Boiler manual (600 pages) Trainer Your specialist course leader has more than 32 years of practical engineering experience with Ontario Power Generation (OPG), one of the largest electric utility in North America. He was previously involved in research on power generation equipment with Atomic Energy of Canada Limited at their Chalk River and Whiteshell Nuclear Research Laboratories. While working at OPG, he acted as a Training Manager, Engineering Supervisor, System Responsible Engineer and Design Engineer. During the period of time, he worked as a Field Engineer and Design Engineer, he was responsible for the operation, maintenance, diagnostics, and testing of gas turbines, steam turbines, generators, motors, transformers, inverters, valves, pumps, compressors, instrumentation and control systems. Further, his responsibilities included designing, engineering, diagnosing equipment problems and recommending solutions to repair deficiencies and improve system performance, supervising engineers, setting up preventive maintenance programs, writing Operating and Design Manuals, and commissioning new equipment. Later, he worked as the manager of a section dedicated to providing training for the staff at the power stations. The training provided by him covered in detail the various equipment and systems used in power stations. In addition, he has taught courses and seminars to more than four thousand working engineers and professionals around the world, specifically Europe and North America. He has been consistently ranked as 'Excellent' or 'Very Good' by the delegates who attended his seminars and lectures. He written 5 books for working engineers from which 3 have been published by McGraw-Hill, New York. Below is a list of the books authored by him; Power Generation Handbook: Gas Turbines, Steam Power Plants, Co-generation, and Combined Cycles, second edition, (800 pages), McGraw-Hill, New York, October 2011. Electrical Equipment Handbook (600 pages), McGraw-Hill, New York, March 2003. Power Plant Equipment Operation and Maintenance Guide (800 pages), McGraw-Hill, New York, January 2012. Industrial Instrumentation and Modern Control Systems (400 pages), Custom Publishing, University of Toronto, University of Toronto Custom Publishing (1999). Industrial Equipment (600 pages), Custom Publishing, University of Toronto, University of Toronto, University of Toronto Custom Publishing (1999). Furthermore, he has received the following awards: The first 'Excellence in Teaching' award offered by PowerEdge, Singapore, in December 2016 The first 'Excellence in Teaching' award offered by the Professional Development Center at University of Toronto (May, 1996). The 'Excellence in Teaching Award' in April 2007 offered by TUV Akademie (TUV Akademie is one of the largest Professional Development centre in world, it is based in Germany and the United Arab Emirates, and provides engineering training to engineers and managers across Europe and the Middle East). Awarded graduation 'With Distinction' from Dalhousie University when completed Bachelor of Engineering degree (1983). Lastly, he was awarded his Bachelor of Engineering Degree 'with distinction' from Dalhousie University, Halifax, Nova Scotia, Canada. He also received a Master of Applied Science in Engineering (M.A.Sc.) from the University of Ottawa, Canada. He is also a member of the Association of Professional Engineers in the province of Ontario, Canada. 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 post training support and fees applicable Accreditions And Affliations

Design Of Circulating Fluidized Bed Boilers
Delivered in Internationally or OnlineFlexible Dates
£3,009 to £3,499

Spray Tan Refresher Course

By Black Magic Advanced Spray Tan Training

Our professional spray tan training teaches you everything you need to deliver flawless, streak-free tans with confidence. You'll master skin assessment, product selection, and expert application techniques, ensuring a natural, even finish every time. With a strong focus on health & safety, client consultation, and troubleshooting, our training gives you the skills to provide a premium tanning experience. Learn from industry experts and take your tanning skills to the next level!

Spray Tan Refresher Course
Delivered Online On Demand12 hours
£180 to £330

RYA Coastal Skipper Theory And Yachtmaster Offshore Theory Online Course

5.0(5)

By Ardent Training

The RYA Yachtmaster Fast Track Online Theory Course is an online theory course designed to suit those who have a lot of experience at sea but have no formal qualifications. Alternatively, perhaps you have completed the Day Skipper course but your skills are a little rusty and underused. The RYA Yachtmaster Course Fast Track course will provide a little more background on each topic before moving onto the advanced skills of the Yachtmaster syllabus.

RYA Coastal Skipper Theory And Yachtmaster Offshore Theory Online Course
Delivered Online On Demand
£345

Copywriting, SEO (Ranking on Google) and Creative Writing

4.7(47)

By Academy for Health and Fitness

24-Hour Knowledge Knockdown! Prices Reduced Like Never Before Did you know that 95% of UK consumers use search engines to find information online? If you're a business owner or entrepreneur, that means your online presence is crucial. But how do you get your website seen by the right people? Do you dream of crafting captivating stories or novels that transport readers to new worlds? This comprehensive bundle offers something for everyone. This Copywriting, SEO bundle will equip you with the skills to write compelling content that not only engages readers but also ranks high on search engines like Google. You'll learn the secrets of SEO (Search Engine Optimization) to drive traffic to your website and boost your sales. Additionally, you'll have the opportunity to explore your creative side and develop your storytelling skills, whether you're a budding novelist or simply want to write more engaging short stories. Key Features of the Copywriting, SEO (Ranking on Google) and Creative Writing Bundle: 3 QLS-Endorsed Courses: We proudly offer 3 QLS-endorsed courses within our Copywriting, SEO (Ranking on Google) and Creative Writing bundle, providing you with industry-recognized qualifications. Plus, you'll receive a free hardcopy certificate for each of these courses. QLS Course 01: Diploma in Copywriting at QLS Level 5 QLS Course 02: SEO - Search Engine Optimisation QLS Course 03: Diploma in Creative Writing at QLS Level 5 5 CPD QS Accredited Courses: Additionally, our bundle includes 5 relevant CPD QS accredited courses, ensuring that you stay up-to-date with the latest industry standards and practices. Course 01: Creative Writing : Start Writing Your Own Stories Course 02: Creative Writing Course - Novel Course 03: Content Management Course 04: Creative Writing Course - Short Stories Course 05: SEO Training Kit In Addition, you'll get Five Career Boosting Courses absolutely FREE with this Bundle. Course 01: Professional CV Writing Course 02: Job Search Skills Course 03: Self-Esteem & Confidence Building Course 04: Professional Diploma in Stress Management Course 05: Complete Communication Skills Master Class Convenient Online Learning: Our Copywriting, SEO (Ranking on Google) and Creative Writing courses are accessible online, allowing you to learn at your own pace and from the comfort of your own home. Learning Outcomes of Copywriting Understand the principles of powerful copywriting and content creation for driving sales and SEO. Gain a thorough understanding of how to rank #1 on Google using strategic SEO practices. Enhance your creative writing skills and learn how to craft engaging short stories and novels. Learn effective content management strategies for digital platforms. Comprehend the theoretical groundwork of creating captivating narratives. Develop a comprehensive knowledge of SEO to optimise content for search engine visibility. Receive three QLS-endorsed hardcopy certificates to boost your professional credibility. Whether you're a business owner, marketer, or aspiring writer, this bundle offers the perfect blend of practical skills and creative exploration. Take control of your online presence and unlock new career possibilities today! Why Choose Us? Get 3Free QLS Endorsed Certificate upon completion of Copywriting Get a free student ID card with Copywriting Training program (£10 postal charge will be applicable for international delivery) The Copywriting is affordable and simple to understand This course is entirely online, interactive lesson with voiceover audio Get Lifetime access to the Copywriting course materials The Copywriting comes with 24/7 tutor support Start your learning journey straightaway! *** Course Curriculum *** QLS Course 01: Diploma in Copywriting at QLS Level 5 Module 01: Introduction To Copywriting Module 02: Basics Of Copywriting Module 03: Eye-Catching Headlines Module 04: Attention-Grabbing Advertisements Module 05: Essential Copywriting Skills Module 06: Online Copywriting Module 07: Press Related Copywriting Module 08: Print Media Copywriting Module 09: Copywriting For Mainstream Media Module 10: Copywriting For Other Media Module 11: How To Write Better Copy Module 12: Making An Impact With Creative Copy Module 13: So You Want To Be A Copywriter? Module 14: Final Tips QLS Course 02: SEO - Search Engine Optimisation Section 1: Introduction Section 2: SEO: Core Concepts Section 3: On - Page Optimisation Section 4: Keyword Research & Optimisation Section 5: SEO Content Writing Section 6: Off Page SEO Section 7: Conclusion QLS Course 03: Diploma in Creative Writing at QLS Level 5 Module 01: Introduction To Creative Writing Module 02: The Development Of Creative Writing Module 03: Novel Writing Module 04: Writing Non-Fiction Module 05: Creating Fictional Characters Module 06: Writing Realistic Dialogue Module 07: Writing Horrors, Thriller And Murder Stories Module 08: Writing For Children Module 09: Writing Poetry Module 10: Proposal Writing Module 11: Critical Thinking Module 12: Business Writing Module 13: Other Writings Module 14: Editing, Evaluating And Getting Published =========>>>>> And 10 More Courses <<<<<========= How will I get my Certificate? After successfully completing the course, you will be able to order your Certificates as proof of your achievement. PDF Certificate: Free (Previously it was £12.99*13 = £168) QLS Endorsed Hard Copy Certificate: Free (For The 3 QLS Course: Previously it was £119*3 =357) CPD 450 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Anyone interested in learning more about the topic is advised to take this bundle. This bundle is ideal for: Aspiring writers looking to expand their skill set in creative and SEO-based writing. Content creators, bloggers, and marketers seeking to enhance their writing prowess and understand SEO. Individuals pursuing a career change and wanting to enter the field of digital content creation. Entrepreneurs aiming to boost their online presence through compelling content and effective SEO. Requirements You will not need any prior background or expertise to enrol in this bundle. Career path After completing this bundle, you are to start your career or begin the next phase of your career. Copywriter: £20,000 to £50,000 annually SEO Specialist: £25,000 to £45,000 annually Content Manager: £30,000 to £55,000 annually Creative Writer (Novels & Short Stories): £15,000 to £40,000 annually (depends on sales) Digital Marketer: £25,000 to £55,000 annually Certificates Advanced Certificate in SEO - Search Engine Optimisation at QLS Level 4 Hard copy certificate - Included Please note that International students have to pay an additional £10 as a shipment fee. CPD Accredited Digital Certificate Digital certificate - Included Upon passing the Course, you need to order a Digital Certificate for each of the courses inside this bundle as proof of your new skills that are accredited by CPD QS for Free. Diploma in Copywriting at QLS Level 5 Hard copy certificate - Included Please note that International students have to pay an additional £10 as a shipment fee. Diploma in Creative Writing at QLS Level 5 Hard copy certificate - Included Please note that International students have to pay an additional £10 as a shipment fee.

Copywriting, SEO (Ranking on Google) and Creative Writing
Delivered Online On Demand40 hours
£249

Time Management Course

By KEMP CENTER

Learn how to get more done and become a master of time management Do you want to be a good communicator? Become a master of time management Learn the latest time organization techniques, how to plan your calendar, manage your team and delegate tasks. Learn from the best The course is taught by a time management expert that will reveal effective methods and techniques based on his years of experience. Test your knowledge In the course, you will find tests and practical tasks to consolidate your knowledge and skills. Do you try to manage your time, but still struggle to get anything done? If yes, then it’s time to take matters into your own hands and learn how to manage your time. Being able to manage your time wisely is crucial for anyone who wants to keep their life under control, no matter whether you run your own business or work for a company. We carefully designed this course in time management to answer all your needs. During the course, you will learn not only the most important theoretical issues of time planning methods, but above all, you will gain new practical skills on how to plan, organize your work time, rest time, and manage your calendar. We have prepared for you a series of repetition materials, practical tasks, tests, and necessary tools needed for skillful planning and increasing efficiency. If you are interested in increasing personal effectiveness, managing yourself and others, you are in the right place. We’ll introduce you to the best time management techniques and teach you planning and organizational skills for your career and life. Note: the training is designed for those with previous experience in time management, but also for those with no experience in the field. On the top of everything, at the end of the course, you will receive a certificate, which you can proudly display in your office or room, as well as boast about your experience in your CV. Join the communication course and get the benefits: Learning from a professional instructor24/7 access from any devicePractical exercisesTests, quizzes and recapsCertificate of completionExtra materials and downloadable bonuses100% satisfaction guarantee Your Singing Instructor: Robert Sotelo Time Management Expert The time management course will be delivered by a time management expert, the best one in the field, with many years of experience. The trainer will share all the knowledge and experience with you and will teach you the most important theoretical issues of time planning methods. They will also teach you how to plan and organize your work time and your free time. At the end of the course, you’ll be a master of effectively managing your time; you’ll be the one who controls time. You’ll learn how to manage your schedule and how to arrange your weekly, monthly and yearly calendar. Your expert trainer will assist you and guide you through several knowledge repetitions, practical tasks and tests to make sure you remember all the important information and to consolidate your knowledge even better. Overview of the course: I. Video presentations Effective time managementOutline the most important aspects of controlling your time and calendar. Theoretical introduction and beyond. Personal effectiveness, managing yourself and others over timeSome tips on how to get the most efficiency. Tips related to human resource management. Time organization apps – essential toolsA presentation of the best apps to keep your calendar well organized. Time management methodsDiscuss the most important methods of managing time, your own and others. Use of specific techniques in theory and practice. Organizing your own workWork organizational systems in a professional context. How to handle pair duties well? II. Training videos Tools to support effective time managementA set of tools, apps and traditional forms of time organization. Guide how to use them properly. Making a task list and setting prioritiesExercises to consolidate the acquired theoretical knowledge. The 4-step method and its application in practiceDiscuss the 4-step method and the tasks involved in using it. Goal setting and implementationHow to set your goals and, with the help of a calendar, make them happen? Practical tasks and exercises to help manage time and combine it with goal setting Expert CalendarHow to arrange your calendar wisely? Expectations vs. reality. The most common time planning mistakes. III. Tests Tests and repetitions of acquired knowledgeAt the end of each section, you will receive a summary and a short test to make sure you remember all the important information. Final testAt the end of the course, you will have a final test, after which you will get your certificate. IV. Tasks Tasks and practical exercisesPractical tasks will allow you to consolidate your knowledge even better, e.g. adjusting time management techniques depending on the situation or developing a plan and calendar based on a case study. V. Bonus materials for the course Additional materials for daily work You will receive a collection of time management applications, a set of techniques for increasing efficiency or an example of time management training games, and more. A letter from your expert instructor: Are you overwhelmed by the amount of responsibilities? Are you still short on time? Do you feel time is slipping through your fingers? Are you constantly on the run? Do you have a lot of time, but you don’t know how to use it? Would you like to use every moment of the day effectively?Good news for you: We offer you an effective solution to all your time management problems. We are pleased to invite you to our time management course, carefully designed to teach you how to manage your time. You will gain new practical skills on how to plan and organize your work time, get more free time and manage your calendar.Through the course, you will go through tests and repetitions to make sure you remember all the important information. You will also complete tasks and practical exercises that will allow you to better consolidate your gained knowledge.After successfully completing the course, you will receive a certificate that will serve as a proof of your newly developed skills.Learn how to manage and control your time and become a master of time management!Join us today!Faustine ParsonsCommunication expert

Time Management Course
Delivered Online On Demand10 hours
£257

The Complete Full-Stack JavaScript Course!

4.8(9)

By Skill Up

Gain the skills and credentials to kickstart a successful career in the technology industry and learn from the

The Complete Full-Stack JavaScript Course!
Delivered Online On Demand25 hours
£25

Customer Service Training | Online Course

4.9(27)

By Apex Learning

Overview This comprehensive course on Customer Service Training | Online Course will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This Customer Service Training | Online Course comes with accredited certification from CPD, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast-track your career ladder. How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this Customer Service Training | Online Course. It is available to all students, of all academic backgrounds. Requirements Our Customer Service Training | Online Course is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Learning this new skill will help you to advance in your career. It will diversify your job options and help you develop new techniques to keep up with the fast-changing world. This skillset will help you to- Open doors of opportunities Increase your adaptability Keep you relevant Boost confidence And much more! Course Curriculum 7 sections • 7 lectures • 00:38:00 total length •Introduction to Customer Service: 00:06:00 •Characteristics of Good Customer Service: 00:04:00 •Customer Relationship Management: 00:04:00 •Communicate with Customers: 00:06:00 •Handling Customer Complaints: 00:06:00 •Problem Solving Over Phone: 00:05:00 •Improving Customer Service: 00:07:00

Customer Service Training | Online Course
Delivered Online On Demand38 minutes
£12

CompTIA Server+

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is designed for IT professionals such as PC, desktop, and help desk technicians who have experience supporting PC hardware who wish to make the transition to become server hardware and support specialists. This course is also designed for existing server managers who are preparing to take the CompTIA Server+ Exam SKO-005. Overview Upon successful completion of this course, you will be able to perform the duties of a server administrator. In this course, you will: - Manage server hardware. - Install server hardware and operating systems. - Configure networking hardware and protocols. - Perform basic server configuration tasks. - Create a virtual server environment. - Administer servers. - Implement server storage solutions. - Secure the server. - Plan and test disaster recovery. - Troubleshoot server issues. This course can also benefit you if you are preparing to take the CompTIA Server+ examination (Exam SK0-004). This course builds on existing professional experience with personal computer hardware support to present the next tier of skills & concepts students will use on the job when administering any type of network server. 1 - Outline Lesson 1: Understanding Server Administration Concepts Lesson 2: Understanding Virtualization and Cloud Computing Lesson 3: Understanding Physical and Network Security Concepts Lesson 4: Managing Physical Assets Lesson 5: Managing Server Hardware Lesson 6: Configuring Storage Management Lesson 7: Installing and Configuring an Operating System Lesson 8: Troubleshooting OS, Application, and Network Configurations Lesson 9: Managing Post-Installation Administrative Tasks Lesson 10: Managing Data Security Lesson 11: Managing Service and Data Availability Lesson 12: Decommissioning Servers Additional course details: Nexus Humans CompTIA Server Plus Certification (Exam SKO-005) training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the CompTIA Server Plus Certification (Exam SKO-005) course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

CompTIA Server+
Delivered OnlineFlexible Dates
£2,475