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

1845 Courses

AZ-040T00 Automating Administration with Powershell

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is intended for IT Professionals who are already experienced in general Windows Server, Windows client, Azure, and Microsoft 365 administration, and who want to learn more about using Windows PowerShell for administration. No prior experience with any version of PowerShell or any scripting language is assumed. This course is also suitable for IT Professionals already experienced in server administration, including Microsoft Exchange Server, Microsoft SharePoint Server, and Microsoft SQL Server. This course provides students with the fundamental knowledge and skills to use PowerShell for administering and automating administration of Windows servers. This course provides students the skills to identify and build the command they require to perform a specific task. In addition, students learn how to build scripts to accomplish advanced tasks such as automating repetitive tasks and generating reports. This course provides prerequisite skills supporting a broad range of Microsoft products, including Windows Server, Windows Client, Microsoft Azure, and Microsoft 365. In keeping with that goal, this course will not focus on any one of those products, although Windows Server, which is the common platform for all of those products, will serve as the example for the techniques this course teaches. Prerequisites Before attending this course, students must have: -Experience with Windows networking technologies and implementation. - Experience with Windows Server administration, maintenance, and troubleshooting. 1 - Review Windows PowerShell Learn about Windows PowerShell Get familiar with Windows PowerShell applications Identify factors to install and use Windows PowerShell Configure the Windows PowerShell console Configure the Windows PowerShell Integrated Scripting Environment (ISE) Use Visual Studio Code with PowerShell 2 - Understand the command syntax in Windows PowerShell Discover the structure of PowerShell cmdlets Discover the parameters for using PowerShell cmdlets Review the tab completion feature in PowerShell Display the About files content in PowerShell 3 - Find commands and Get-Help in Windows PowerShell Define modules in PowerShell Find cmdlets in PowerShell Use command aliases in PowerShell Use Show-Command and Get-Help in PowerShell Interpret the help file contents and update the local help content in PowerShell 4 - Manage Active Directory Domain Services using PowerShell cmdlets Manage user accounts in PowerShell Manage groups and group memberships in PowerShell Manage computer accounts in PowerShell Manage organizational units and Active Directory objects in PowerShell 5 - Manage network service settings for Windows devices using PowerShell cmdlets Manage IP addresses in PowerShell Manage IP routing in PowerShell Manage DNS clients in PowerShell Manage Windows Firewall settings in PowerShell 6 - Manage Windows Server settings using PowerShell cmdlets Automate management tasks using the Group Policy management cmdlets Manage server roles and services using PowerShell cmdlets Manage Hyper-V Virtual Machines using PowerShell cmdlets Manage Internet Information Services using PowerShell cmdlets 7 - Manage settings for a local Windows machine using PowerShell cmdlets Manage Windows 10 using PowerShell Manage permissions with PowerShell 8 - Understand the Windows PowerShell pipeline Review Windows PowerShell pipeline and its output Discover object members in PowerShell Control the formatting of pipeline output 9 - Select, sort, and measure objects using the pipeline Sort and group objects by property in the pipeline Measure objects in the pipeline Select a set of objects in the pipeline Select object properties in the pipeline Create and format calculated properties in the pipeline 10 - Filter objects out of the pipeline Learn about the comparison operators in PowerShell Review basic filter syntax in the pipeline Review advanced filter syntax in the pipeline Optimize the filter performance in the pipeline 11 - Enumerate objects in the pipeline Learn about enumerations in the pipeline Review basic syntax to enumerate objects in the pipeline Review advanced syntax to enumerate objects in the pipeline 12 - Send and pass data as output from the pipeline Write pipeline data to a file Convert pipeline objects to other forms of data representation in PowerShell Control additional output options in PowerShell 13 - Pass pipeline objects Pipeline parameter binding Identify ByValue parameters Pass data by using ByValue Pass data by using ByPropertyName Identify ByPropertyName parameters Use manual parameters to override the pipeline Use parenthetical commands Expand property values 14 - Connect with data stores using PowerShell providers Define Windows PowerShell providers Review the built-in providers in PowerShell Access provider help in PowerShell 15 - Use PowerShell drives in PowerShell Explain PowerShell drives in PowerShell Use PowerShell drive cmdlets in PowerShell Manage the file system in PowerShell Manage the registry in PowerShell Work with certificates in PowerShell Work with other PowerShell drives in PowerShell 16 - Review CIM and WMI Review architecture of CIM and WMI Review repositories in CIM and WMI Locate online class documentation by using CIM and WMI cmdlets 17 - Query configuration information by using CIM and WMI List local repository namespaces and classes by using CIM and WMI Query instances by using commands and WMI Query Language Connect to remote computers by using CIM and WMI cmdlets Query repository classes from remote computers by using CIMSession objects 18 - Query and manipulate repository objects by using CIM and WMI methods Discover methods of repository objects by using CIM and WMI Locate class methods and documentation by using CIM and WMI Invoke methods of repository objects by using CIM and WMI 19 - Manage variables in Windows PowerShell scripts Define variables in Windows PowerShell scripts Create variable names in Windows PowerShell scripts Assign values and types to variables in Windows PowerShell scripts Identify the methods and properties of variables in Windows PowerShell scripts Use string variables and methods in Windows PowerShell scripts Use date variables and methods in Windows PowerShell scripts 20 - Work with arrays and hash tables in Windows PowerShell scripts Define an array in Windows PowerShell scripts Work with array lists in Windows PowerShell scripts Define hash tables in Windows PowerShell Scripts Work with hash tables in Windows PowerShell scripts 21 - Create and run scripts by using Windows PowerShell Review Windows PowerShell scripts Modify scripts in the PowerShell Gallery Create scripts using Windows PowerShell Review the PowerShellGet module in Windows PowerShell Run scripts and set the execution policy in Windows PowerShell Review Windows PowerShell and AppLocker Sign the scripts digitally in Windows PowerShell 22 - Work with scripting constructs in Windows PowerShell Review and use the ForEach loop in Windows PowerShell scripts Review and use the If construct in Windows PowerShell scripts Review and use the Switch construct in Windows PowerShell scripts Review the For construct in Windows PowerShell scripts Review other loop constructs in Windows PowerShell scripts Review Break and Continue in Windows PowerShell scripts 23 - Import data in different formats for use in scripts by using Windows PowerShell cmdlets Use the Get-Content command in Windows PowerShell scripts Use the Import-Csv cmdlet in Windows PowerShell scripts Use the Import-Clixml cmdlet in Windows PowerShell scripts Use the ConvertFrom-Json cmdlet in Windows PowerShell scripts 24 - Use methods to accept user inputs in Windows PowerShell scripts Identify values that might change in Windows PowerShell scripts Use the Read-Host cmdlet in Windows PowerShell scripts Use the Get-Credential cmdlet in Windows PowerShell scripts Use the Out-GridView cmdlet in Windows PowerShell scripts Pass parameters to a Windows PowerShell script 25 - Troubleshoot scripts and handle errors in Windows PowerShell Interpret error messages generated for Windows PowerShell commands Add output to Windows PowerShell scripts Use breakpoints in Windows PowerShell scripts Interpret error actions for Windows PowerShell commands 26 - Use functions and modules in Windows PowerShell scripts Review functions in Windows PowerShell scripts Use variable scope in Windows PowerShell scripts Create modules in Windows PowerShell scripts Use the dot sourcing feature in Windows PowerShell 27 - Manage single and multiple computers by using Windows PowerShell remoting Review the remoting feature of Windows PowerShell Compare remoting with remote connectivity Review the remoting security feature of Windows PowerShell Enable remoting by using Windows PowerShell Use one-to-one remoting by using Windows PowerShell Use one-to-many remoting by using Windows PowerShell Compare remoting output with local output 28 - Use advanced Windows PowerShell remoting techniques Review common remoting techniques of Windows PowerShell Send parameters to remote computers in Windows PowerShell Set access protection to variables, aliases, and functions by using the scope modifier Enable multi-hop remoting in Windows PowerShell 29 - Manage persistent connections to remote computers by using Windows PowerShell sessions Review persistent connections in Windows PowerShell Create and manage persistent PSSessions by using Windows PowerShell Disconnect PSSessions by using Windows PowerShell Review the feature of implicit remoting in Windows PowerShell 30 - Review Azure PowerShell module Review Azure PowerShell Review the benefits of the Azure PowerShell module Install the Azure PowerShell module Migrate Azure PowerShell from AzureRM to Azure Review Microsoft Azure Active Directory module for Windows PowerShell and Azure Active Directory PowerShell for Graph modules 31 - Review the features and tools for Azure Cloud Shell Review the characteristics of Azure Cloud Shell Review the features and tools of Azure Cloud Shell Configure and experiment with Azure Cloud Shell 32 - Manage Azure resources with Windows PowerShell Create a new Azure virtual machine by using Windows PowerShell commands Manage Azure virtual machines by using Windows PowerShell commands Manage Azure related storage by using Azure PowerShell Manage Azure subscriptions by using Azure PowerShell 33 - Manage users, groups, and licenses in Microsoft Entra ID by using Windows PowerShell Review benefits to manage Microsoft 365 services by using Windows PowerShell Connect to the Microsoft 365 tenant by using Windows PowerShell Manage users in Microsoft 365 by using Windows PowerShell Manage groups in Microsoft 365 by using Windows PowerShell Manage roles in Microsoft 365 by using Windows PowerShell Manage licenses in Microsoft 365 by using Windows PowerShell 34 - Manage Exchange Online by using Windows PowerShell Connect to Exchange Online by using Windows PowerShell Manage mailboxes in Exchange Online by using Windows PowerShell Manage resources in Exchange Online by using Windows PowerShell Manage admin roles in Exchange Online by using Windows PowerShell 35 - Manage SharePoint Online by using Windows PowerShell Install and connect to SharePoint Online Management Shell by using Windows PowerShell Manage SharePoint Online users and groups by using Windows PowerShell Manage SharePoint sites by using Windows PowerShell Manage SharePoint Online external user sharing by using Windows PowerShell 36 - Manage Microsoft Teams by using Windows PowerShell Review Microsoft Teams PowerShell module Install the Microsoft Teams PowerShell module Manage teams with Microsoft Teams PowerShell module 37 - Create and manage background jobs using Windows PowerShell Define the types of background jobs in Windows PowerShell Start remote jobs and CIM/WMI jobs in Windows PowerShell Monitor jobs in Windows PowerShell Retrieve results for running jobs in Windows PowerShell 38 - Create and manage scheduled jobs using Windows PowerShell Create and run Windows PowerShell scripts as scheduled tasks Define scheduled jobs in Windows PowerShell Create job option and job trigger objects in Windows PowerShell Create and register a scheduled job in Windows PowerShell Retrieve the results from a scheduled job in Windows PowerShell

AZ-040T00 Automating Administration with Powershell
Delivered OnlineFlexible Dates
£2,975

GCSE Maths Online Course and Exam | Edexcel

By Lead Academy

£22/month Interest-free* Payments6 months Deposit£62 Total Price£290 Make an Enquiry × [gravityform id="76" title="false" description="false" ajax="true"] Tutor Support: Till exam Start Anytime: With 3 years of access to course materials Accredited by: Pearson Edexcel & Regulated by OFQUAL Mock Test Practice Get expert feedback on mock test Online Learning: Learn from anywhere, whenever you want Exams Preparation For May/June 2024 Gain the GCSE qualifications you get from school, 100% online at your own pace. Opportunity to book Live 1:1 or Group tutor support via Zoom Excellent student reviews with high satisfaction rates Full assistance is scheduling your GCSE exams Study on your phone, tablet or laptop at your own pace You will get unlimited tutor support via email Why GCSE Maths Course right for you? Our GCSE Maths online course is very flexible, allowing you to learn at your own pace without having to disrupt your busy life. It's designed to help you overcome any difficulties you may have with mathematics. You can book 1:1 or group Live Tutor Support via Zoom with your maths tutor Rita. Once you complete our GCSE Maths course, you'll build a solid foundation for further education and career advancement. Start your journey to a better future today! GCSE Maths Course & Exam Details GCSE Exam Details You choose to sit for the Foundation Tier or Higher Tier For Foundation Tier grades 1 to 5 will be given. For Higher Tier grades 4 to 9 will be given. For more updated information on the grade boundaries, you can check out GCSE Maths Grade Boundaries for All Boards - [2019 to 2023] blog. You can book your GCSE exam with us; we have GCSE exam centres across the UK. Explore the list of GCSE Exam Centres, and see nearest exam centre. In order to book your GCSE exams please email us at info@lead-academy.org Live Tutor Support Details Get personalised guidance and assistance throughout your GCSE exam preparation. Clarify difficult concepts and receive valuable feedback on practice exams, assignments and mock exams. 1:1 or Group Live classes are available with maths tutor Rita until the exam. Group Sessions Cost: £45+VAT per month (Class schedule once a week | 4 classes per month) 1:1 Live Class via Zoom available at the cost of £24+VAT per hour. You'll have the flexibility to choose your own schedule for the classes. Various class schedule options are available in the cart for you to choose from while booking. The classes are designed to prepare you for the exam. You will also get unlimited tutor support via email. Entry Requirements This GCSE Maths Course is available to all students, of all academic backgrounds and no experience or previous qualifications are required. You need a laptop or PC and stable internet connection GCSE Maths Exam Structure The Pearson Edexcel GCSE Maths consists of three paper-based assessments. Paper 1 Topics covered: Number, algebra, ratio, proportion and rates of change, geometry and measures, probability and statistics Exam duration: 1 Hour 30 minutes written exam Marks: 80 Weight: 33.33% of GCSE Question type: Written examination papers with a range of different question types Other information: No calculator is allowed Paper 2 Topics covered: Number, algebra, ratio, proportion and rates of change, geometry and measures, probability and statistics Exam duration: 1 Hour 30 minutes written exam Marks: 80 Weight: 33.33% of GCSE Question type: Written examination papers with a range of different question types Other information: Calculator is allowed Paper 3 Topics covered: Number, algebra, ratio, proportion and rates of change, geometry and measures, probability and statistics Exam duration: 1 Hour 30 minutes written exam Marks: 80 Weight: 33.33% of GCSE Question type: Written examination papers with a range of different question types Other information: Calculator is allowed Course Curriculum GCSE Maths Foundation Tier Number FT In the number FT classes, you will be learning how to order positive and negative integers, decimals, and fractions, use the symbols =, ≠, <, >, ≤, ≥, apply the four operations to integers, decimals, and simple fractions and mixed numbers - both positive and negative, understand and use place value, recognize and use relationships between operations, including inverse operations, use conventional notation for priority of operations, including brackets, powers, roots and reciprocals and many more things. Algebra FT You will be learning about algebraic manipulation in this module. These classes will also cover substituting numerical values into formulae and expressions, including scientific formulae. Understand and use the concepts and vocabulary of expressions, equations, formulae, inequalities, terms, and factors. Ratio, proportion and rates of change FT In these classes, you will learn to change freely between related standard units (e.g. time, length, area) and compound units (e.g. speed, rates of pay, prices) in numerical and algebraic contexts. You will also learn to use scale factors, scale diagrams and maps and understand and use the proportion as equality of ratios. Geometry FT In the geometry FT classes, you will learn details about perimeter, area, squares, rectangles, and triangles. You will also be introduced to the related formulas of perimeter, area, square, rectangles, triangles, and more. Probability FT From the probability FT chapter, you will learn about relating relative expected frequencies to theoretical probability; using appropriate language and the 0 to 1 probability scale, apply the property that the probabilities of an exhaustive set of outcomes sum to 1 and apply the property that the probabilities of an exhaustive set of mutually exclusive events sum to 1 and enumerate sets and combinations of sets systematically, using tables, grids, venn diagrams. Statistics FT You will learn to Interpret, analyse, and compare the distributions of data sets from empirical distributions, apply statistics to describe a population, use and interpret scatter graphs of bivariate data, and recognize correlation; this learning will help in understanding data, surveys, and more. Mock Paper 1 GCSE Maths Mock Paper Instruction GCSE Maths FT Paper-1 GCSE Maths FT Paper-1 MS GCSE Maths FT Paper-2 GCSE Maths FT Paper-2 MS GCSE Maths FT Paper-3 GCSE Maths FT Paper-3 MS Mock Paper 2 GCSE Maths Mock Paper Instruction GCSE Maths FT Paper-1. GCSE Maths FT Paper-1 MS. GCSE Maths FT Paper-2. GCSE Maths FT Paper-2 MS. GCSE Maths FT Paper-3. GCSE Maths FT Paper-3 MS. GCSE Maths Higher Tier Number HT In the number HT classes, you will be learning how to order positive and negative integers, decimals, and fractions, use the symbols =, ≠, <, >, ≤, ≥, apply the four operations to integers, decimals, and simple fractions and mixed numbers - both positive and negative, understand and use place value, recognize and use relationships between operations, including inverse operations, use conventional notation for the priority of operations, including brackets, powers, roots and reciprocals, and many more things. Algebra HT You will be learning about algebraic manipulation in this module. These classes will also cover the substitution of numerical values into formulae and expressions, including scientific formulae. Understand and use the concepts and vocabulary of expressions, equations, formulae, inequalities, terms, and factors. Ratio, proportion and rates of change HT In these classes, you will learn to change freely between related standard units (e.g. time, length, area) and compound units (e.g. speed, rates of pay, prices) in numerical and algebraic contexts. You will also learn to use scale factors, scale diagrams and maps and understand and use the proportion as equality of ratios. Geometry HT In the geometry HT classes, you will learn about perimeter, area, squares, rectangles, and triangles in detail. Along with this, you will be introduced to the related formulas of perimeter, area, square, rectangles, triangles, and more. Probability HT From the probability HT chapter, you will learn about relating relative expected frequencies to theoretical probability; using appropriate language and the 0 to 1 probability scale, apply the property that the probabilities of an exhaustive set of outcomes sum to 1 and apply the property that the probabilities of an exhaustive set of mutually exclusive events sum to 1 and enumerate sets and combinations of sets systematically, using tables, grids, Venn diagrams. Statistics HT You will learn to Interpret, analyse, and compare the distributions of data sets from empirical distributions, apply statistics to describe a population, use and interpret scatter graphs of bivariate data, and recognize correlation; this learning will help in understanding data, surveys, and more. Mock Paper 1 GCSE Maths Mock Paper Instruction GCSE Maths HT Paper-1 GCSE Maths HT Paper-1 MS GCSE Maths HL Paper-2 GCSE Maths HL Paper-2 MS GCSE Maths HL Paper-3 GCSE Maths HL Paper-3 MS Mock Paper 2 GCSE Maths Mock Paper Instruction GCSE Maths HT Paper-1. GCSE Maths HT Paper-1 MS. GCSE Maths HT Paper-2. GCSE Maths HT Paper-2 MS. GCSE Maths HT Paper-3. GCSE Maths HT Paper-3 MS. Awarding Body Pearson Edexcel is the most popular and prestigious awarding body in the UK and internationally. GCSE is a recognised academic credential at the secondary level worldwide. This qualification involves theoretical study and research. Pearson Edexcel prepares learners for higher education or employment. Edexcel's qualifications meet the needs of modern learners and are based on high British education standards. Pearson Edexcel's qualifications provide learners with necessary skills and knowledge to achieve their goals. FAQs Why should I do this higher-tier GCSE Math course? You must do the higher GCSE Math as it requires for university admission and also every stage of your life. GCSE Math is one of the core subjects of the GCSE course that every student should study. Do you offer any fundamental courses in GCSE Math? Yes, we offer the fundamental GCSE Math course, which helps you improve basic math. If you feel your math basics must be polished, you can do this course with us. How to pass GCSE maths? To pass the General Certificate of Secondary Education maths, start revision early and consistently, and practise with quality revision, not just reading through notes. Believe in your ability and personalise your approach to the exam. Focus on learning the basics first, like fractions and algebra. Practising under timed conditions can help you develop a strategy that works best for you. How many marks do you need to pass Pearson Edexcel maths? To pass Pearson Edexcel Maths, you need to achieve a grade of 4 or higher. In terms of marks, this equates to achieving at least 120 out of 240 for the Foundation tier and at least 135 out of 240 for the Higher tier. However, it's important to note that the grade boundaries can vary slightly from year to year, depending on the difficulty of the exam. What is the grading system for the exam? The grades for GCSE range from 9-1, with 9 being the highest grade and 1 being the lowest. I made my payment. How will I get access to the course? A confirmation email will be sent to your registered email after payment. Hereafter anytime, you can start your learning journey with Lead Academy. I am from outside the UK. Will I get access to the Course? Yes, you can. Since it is an e-learning course, anyone from anywhere can enrol in our courses. What is an Accredited course? The professional body approves the procedures if any e-learning platform claims its courses are accredited. What is an Edexcel accredited course? Exdexcel is a British multinational education and examination body. If any functional skills training providers claim the course is Edexcel accredited, that means the course has been approved by the governor body of Edexcel. Their certificates have been valued in the UK and worldwide.

GCSE Maths Online Course and Exam | Edexcel
Delivered Online On Demand
£129 to £389

C10M09 - Gas Extinguishing Detection & Electrical Actuation BS 6266 & BS 7273-1 (Online)

5.0(4)

By Ember Compliance

Learners will develop knowledge of FD&FA systems and apply this to the provision of detection and electrical actuation for gas extinguishing systems.

C10M09 - Gas Extinguishing Detection & Electrical Actuation BS 6266 & BS 7273-1 (Online)
Delivered OnlineFlexible Dates
£420

Legal Secretary and Paralegal - Double Endorsed Certificate

By Imperial Academy

2 QLS Endorsed Course | CPD Certified | Free PDF + Hardcopy Certificates | 80 CPD Points | Lifetime Access

Legal Secretary and Paralegal - Double Endorsed Certificate
Delivered Online On Demand
£150

Tenant Support in Social Housing Programs

5.0(5)

By Online Training Academy

Take on a transformative journey into the heart of social housing with our exclusive workshop on Tenant Support in Social Housing Programs. Imagine a realm where housing is not just about shelter, but a thriving community where tenants are supported, engaged, and empowered. In this course, we unravel the core fundamentals of social housing, delving into the intricate tapestry of tenant selection, financial management, and property maintenance. As we navigate through safety measures and delve into the art of tenant engagement, you'll discover the essential elements that make social housing programs not just spaces to live but communities to thrive in. Explore the nuanced terrain of recognizing and managing offensive behaviours, equipping yourself with the skills to foster a harmonious living environment. Understand the crucial roles played by social workers and housing officers, gaining insights into their responsibilities. Finally, glimpse into the vast career opportunities awaiting those passionate about making a meaningful impact in social housing management. Join us in this journey where housing transcends its conventional boundaries, becoming a catalyst for positive change and community well-being. Key Features: This Tenant Support in Social Housing Programs Course Includes This Tenant Support Course is CPD Certified Free Certificate Developed by Specialist Lifetime Access Course Curriculum: Tenant Support in Social Housing Programs Module 01: Social Housing Fundamentals Module 02: Tenant Selection and Oversight Module 03: Financial Management in Social Housing Module 04: Safety Measures and Property Maintenance in Social Housing Module 05: Tenant Engagement in Social Housing Module 06: Recognition and Management of Offensive Behaviours Module 07: Responsibilities of Social Workers and Housing Officers Module 08: Career Opportunities in Social Housing Management Learning Outcomes: Tenant Support in Social Housing Programs Master Social Housing Fundamentals, understanding the core principles and structures. Acquire skills in Tenant Selection and Oversight, ensuring efficient housing management. Develop proficiency in Financial Management specific to the dynamics of social housing. Implement Safety Measures and Property Maintenance for a secure and well-maintained environment. Foster Tenant Engagement in Social Housing, creating vibrant and connected communities. Recognize and Manage Offensive Behaviours, maintaining a harmonious social housing atmosphere. CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Tenant Support in Social Housing Programs Housing professionals seeking a comprehensive understanding of social housing dynamics. Tenant support staff looking to enhance their knowledge and effectiveness. Social workers and housing officers interested in refining their roles. Individuals involved in community development and social housing initiatives. Policy makers and advocates dedicated to improving social housing programs. Career path Tenant Support in Social Housing Programs Social Housing Officer - £20K to 30K/year. Housing Support Worker - £18K to 25K/year. Housing Officer - £22K to 35K/year. Community Support Worker - £17K to 28K/year. Tenant Liaison Officer - £20K to 32K/year. Certificates Digital certificate Digital certificate - Included Certificate of Completion Digital certificate - Included Will be downloadable when all lectures have been completed.

Tenant Support in Social Housing Programs
Delivered Online On Demand1 hour 42 minutes
£10

English Law Course

4.3(43)

By John Academy

Overview Being a lawyer allows you to bring justice to society while ensuring a generous earning. However, you need an excellent grasp of the legal system to thrive in this industry. This is where our English Law Course comes in. This course is the ideal training solution for both current and future legal professionals.  In this comprehensive course, you will be introduced to key aspects of the English legal system. The informative modules will educate you on the principles of contract law. Then, it will shed light on the essentials of criminal law, human rights law and administrative law. The course will also help you understand the fundamentals of property law, family law and employment law as well. After the compilation of the course, you will receive a CPDQS-accredited certificate of achievement. This certificate will elevate your resume and increase your employability in the legal industry. Join now!. Course Preview Learning Outcomes Introduce yourself to the English legal system Enhance your knowledge and understanding of contract law Get a clear understanding of criminal law, administrative law, human rights law and more Understand the core concepts of property law and family law Develop the skills required for legal research projects Why Take This Course From John Academy? Affordable, well-structured and high-quality e-learning study materials Engaging tutorial videos, materials from the industry-leading experts Opportunity to study in a user-friendly, advanced online learning platform Efficient exam systems for the assessment and instant result Earn UK & internationally recognised accredited qualification Easily access the course content on mobile, tablet, or desktop from anywhere, anytime Excellent career advancement opportunities Get 24/7 student support via email. What Skills Will You Learn from This Course? English Law Who Should Take this English Law Course? Whether you're an existing practitioner or an aspiring professional, this course is an ideal training opportunity. It will elevate your expertise and boost your CV with key skills and a recognised qualification attesting to your knowledge. Are There Any Entry Requirements? This English Law Course is available to all learners of all academic backgrounds. But learners should be aged 16 or over to undertake the qualification. And a good understanding of the English language, numeracy, and ICT will be helpful. Certificate of Achievement After completing this course successfully, you will be able to obtain an Accredited Certificate of Achievement. Certificates & Transcripts can be obtained either in Hardcopy at £14.99 or in PDF format at £11.99. Career Path​ This exclusive English Law Course will equip you with effective skills and abilities and help you explore career paths such as  Legal Advisor Paralegal Lawyer Module 01: Introduction to English Law Introduction to English Law 00:27:00 Module 02: Contract Law Contract Law 00:22:00 Module 03: Criminal Law Criminal Law 00:20:00 Module 04: Constitutional and Administrative Law Constitutional and Administrative Law 00:27:00 Module 05: Introduction to Human Rights Law Introduction to Human Rights Law 00:20:00 Module 06: Tort Law Tort Law 00:23:00 Module 07: Property Law Property Law 00:22:00 Module 08: Equity and Trusts Equity and Trusts 00:25:00 Module 09: Family Law Family Law 00:24:00 Module 10: Employment Law Employment Law 00:25:00 Module 11: Legal Research Project Legal Research Project 00:25:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

English Law Course
Delivered Online On Demand4 hours 20 minutes
£11.99

Legionella Responsible Person Course

By Airborne Environmental Consultants Ltd

Legionella Responsible Person is suitable for any persons wanting to gain an understanding of Legionella and how to prevent or control the risk of exposure to Legionella bacteria.

Legionella Responsible Person Course
Delivered in Manchester + 1 more or OnlineFlexible Dates
£150

Legal Secretary, Document Control & Minute Taking- QLS Endorsed

By Imperial Academy

3 QLS Endorsed Diploma | QLS Hard Copy Certificate Included | Plus 10 CPD Courses | Lifetime Access

Legal Secretary, Document Control & Minute Taking- QLS Endorsed
Delivered Online On Demand
£399

CSR, Business Law with Social Work Studies (QLS)

By Imperial Academy

3 QLS Endorsed Diploma | QLS Hard Copy Certificate Included | Plus 10 CPD Courses | Lifetime Access

CSR, Business Law with Social Work Studies (QLS)
Delivered Online On Demand
£399

Level 3 Diploma in Corel WordPerfect 12

4.3(43)

By John Academy

Corel WordPerfect is a word processing application with a long history on multiple personal computer platforms. Level 3 Diploma in Corel WordPerfect 12 is designed to help you in using WordPerfect 12 to become much more productive and efficient. The course is divided into three sections. In the first section of the course, you will get basic knowledge on foundation training along with Workspace manager, customizing spelling and grammar. Following that, you will move to an intermediate level where you will learn about creating and modifying charts, sorting data, basics of mail merge, creating XML document and so much more. After completing the intermediate level you will look forward to advanced modules. This module covers Macros, uses of the OfficeReady browser, WordPerfect, and Windows. By the end of this course, you will be able to customize toolbars, property bars, keyboards, menu bar, display settings etc. This course is a complete course for you. So save your time and money by enrolling in this course today. Learning Outcomes: Opening and closing the program; understanding the interface; using menus, quickmenus, toolbars and dialog boxes How to use the programs toolbar and property bar, showing or hiding toolbars, customizing and managing it Typing text basics, selecting text with mouse, keyboard and menu, general tips and tricks Working with text via cutting, copying, pasting, using drag and drop, understanding insert and typeover mode, and using undo and redo How to save files for the first and second times, opening and closing files and/or document Utilizing the help menu, help topics, Corel tutor, specialized help, contextual help amd 'What's This' option Navigation through your cursor, scroll bars, keyboard, and the toolbar Using the object browser, go to dialog box, find the dialog box, and find and replace words Managing fonts through font face, size, bold, underline, italics, colour, quickfonts button, highlighting, and text's case through the property bar More font options through the dialog box, and advanced font tasks like embedding fonts and more Managing text position using the alignment, justification, line and paragraph spacing, ruler, tabs, margins and more options Spelling and grammar checking, using prompt-as-you-go, Grammatik, thesaurus, and the dictionary Opening, using, creating a template and organising projects Using PerfectExpert, and creaing envelopes and labels from the menu option Inserting data, time, symbols, using QuickWords, QuickCorrect, and smart quotes Ways to insert, suppress, remove page numbers, force pages and further insert line numbers Inserting clipart and pictures, reshaping and resizing graphics, positioning through the QuickMenu, ordering and flipping pictures, and adding borders How to use page view, draft view, two page view and zoom Using the print preview option to make adjustments and printing through various settings and options Switching between various documents, arranging document windows, moving text between documents, saving text in a separate file, and inserting documents Emailing and faxing your documents, and publishing them as PDF Affects of HTML on your document, previewing file in your browser, and publishing to HTML Making WordPerfect look like MS Office, opening office documents, saving office files, and using outlook contacts in WordPerfect Utilizing the WordPerfect file dialog box and toolbar options Saving your files using file extensions, viewing file properties, backing up your documents, and saving different versions Using page setup through margins, layout options, page size and orientation Explore the various printing options in order to get printouts Creating, expanding and saving Master documents; also creating, editing and removing subdocuments Understanding reveal codes window and un-revealing codes Examining code - like modifying, deleting, hard vs. soft; working with specific codes - character, sentence and paragraphs, etc.; and finding and replacing codes Applying built-in style using the property bar, updating existing styles, and creating your own style using QuickStyles and dialog boxes Creating and using document styles; and managing styles through the adding, saving and settings options Inserting and creating different list styles, and managing these list styles Utilizing QuickFormat and other formatting tools like the Make-It-Fit command and more Creating headers and footers, using the property bar, placing, suppressing, and deleting headers and footers Formatting text into columns, commenting on documents and reviewing them as well How to create watermark or text boxes Moving, resizing, adding borders and fill, adding captions, and wrapping text in text boxes Understand the basics of custom graphics and how to edit them to meet your needs Creating hyperlink and speed link within your documents Working with bookmarks and quickmarks Create table of contents, setting it up, generating and re-generating it, and using the document map Discover how to use WordPerfect, Microsoft Word, WordPerfect Classic, and Legal mode Customize toolbars, property bars, menus, keyboards, display settings and application bar options Modify WordPerfect environment, file settings, setting summary and conversion options Keep your spelling and grammar on check, change language preferences, add words to dictionary, and customize word list Understand the table structure and use tables property bar, QuickCreate, table menu and perfect expert to manage tables Insert, delete, resize, join and split cells or columns and rows Format tables through cells rotation option, setting vertical alignment, adding borders and fill, using speedformat, and creating or deleting speedformat styles Carry out advanced table tasks by using QuickSum, creating formulas, changing numeric formula of a cell, converting table to tabbed text and vice versa Understand the structure of charts, insert charts, how interface differs when working with them, move, resize, and delete them Changing chart type, chart colours and fonts, legend box, and your perspective Sort out data using sort dialog, setting sort options, creating custom sort, and outputting sort results to a disk Importing and linking spreadsheets or databases, and inserting objects and other file types Merging mail, creating data file, entering your data, using meal merge toolbar in data file Finding records; navigating between records and fields; modifying field names; adding, deleting and editing records Create form documents, add merge fields and merge codes, performing the merge, and creating envelopes during the merge Get an overview of the XML interface, creating new documents, publishing to XML, and converting existing documents to XML Using macro toolbars and visual basic editor along with recording, playing, editing and deleting macros Downloading the OfficeReady browser, using it and templates from the browser How to searchfor files in WordPerfect, starting the WordPerfect when Windows starts, and the differences between Windows Clipboard vs. Corel Clipbook Assessment: At the end of the course, you will be required to sit for an online MCQ test. Your test will be assessed automatically and immediately. You will instantly know whether you have been successful or not. Before sitting for your final exam you will have the opportunity to test your proficiency with a mock exam. Certification: After completing and passing the course successfully, you will be able to obtain an Accredited Certificate of Achievement. Certificates can be obtained either in hard copy at a cost of £39 or in PDF format at a cost of £24. Who is this Course for? Level 3 Diploma in Corel WordPerfect 12 is certified by CPD Qualifications Standards and CiQ. This makes it perfect for anyone trying to learn potential professional skills. As there is no experience and qualification required for this course, it is available for all students from any academic background. Requirements Our Level 3 Diploma in Corel WordPerfect 12 is fully compatible with any kind of device. Whether you are using Windows computer, Mac, smartphones or tablets, you will get the same experience while learning. Besides that, you will be able to access the course with any kind of internet connection from anywhere at any time without any kind of limitation. Career Path After completing this course you will be able to build up accurate knowledge and skills with proper confidence to enrich yourself and brighten up your career in the relevant job market. Module : 1 OPENING COREL WORDPERFECT 12 00:30:00 MORE ABOUT TOOLBARS 00:30:00 CREATING AND SELECTING TEXT 00:30:00 WORKING WITH TEXT 00:30:00 WORKING WITH YOUR DOCUMENT 00:30:00 FINDING HELP 00:30:00 BASIC NAVIGATION 00:15:00 USING WORDPERFECT'S TOOLS TO NAVIGATE THROUGH YOUR DOCUMENT 00:30:00 USING FONTS ON THE PROPERTY BAR 00:30:00 USING THE FONTS DIALOG BOX 00:30:00 ADVANCED FONT TASKS 01:00:00 CHANGING TEXT'S POSITION 00:30:00 ADVANCED TEXT POSITIONING 00:30:00 LANGUAGE TOOLS 00:30:00 PROJECTS 01:00:00 OTHER PRE-FORMATTED DOCUMENTS 00:30:00 USING TIMESAVING TOOLS 01:00:00 USING PAGE NUMBERS 00:30:00 ADDING PICTURES 01:00:00 VIEWING YOUR DOCUMENT 00:30:00 USING PRINT PREVIEW 00:30:00 PRINTING YOUR DOCUMENT 00:30:00 WORKING WITH MULTIPLE DOCUMENTS 00:30:00 SENDING YOUR DOCUMENT ELSEWHERE 00:30:00 CREATING A WEB PAGE 00:15:00 WORDPERFECT AND MICROSOFT OFFICE 00:30:00 Module : 2 USING THE FILE DIALOG BOX 01:00:00 USING TOOLBARS 00:15:00 SAVING YOUR FILES 00:30:00 USING PAGE SETUP 00:30:00 PRINTING YOUR FILES 00:30:00 USING MASTER DOCUMENTS AND SUBDOCUMENTS 01:00:00 REVEALING CODES 00:30:00 EXAMINING CODE 00:30:00 SPECIFIC CODES 00:30:00 FINDING AND REPLACING CODES 00:30:00 APPLYING A BUILT-IN STYLE 00:30:00 CREATING A STYLE 00:30:00 USING DOCUMENT STYLES 00:30:00 MANAGING STYLES 00:30:00 USING LIST STYLES 01:00:00 MANAGING LIST STYLES 00:30:00 USING QUICKFORMAT 01:00:00 OTHER FORMATTING TOOLS 01:00:00 CREATING HEADERS AND FOOTERS 00:30:00 FORMATTING TEXT INTO COLUMNS 01:00:00 COMMENTING ON A DOCUMENT 01:00:00 REVIEWING A DOCUMENT 01:00:00 CREATING A WATERMARK 00:30:00 CREATING TEXT BOXES 00:30:00 JAZZING UP TEXT BOXES 01:00:00 THE BASICS OF CUSTOM GRAPHICS 00:30:00 EDITING CUSTOM GRAPHICS 01:00:00 CREATING LINKS TO OUTSIDE YOUR DOCUMENT 00:30:00 WORKING WITH BOOKMARKS 00:30:00 WORKING WITH QUICKMARKS 00:30:00 CREATING A TABLE OF CONTENTS 01:00:00 Module : 3 Using the Workspace Manager 00:30:00 Customizing How You Interact With Word 00:15:00 Customizing How WordPerfect Interacts With Data 00:30:00 Customizing Spelling and Grammar 00:30:00 Creating a Basic Table 01:00:00 Working With Rows and Columns 00:30:00 Formatting a Table 00:30:00 Advanced Table Tasks 01:00:00 Creating Charts 00:30:00 Modifying Charts 00:30:00 Sorting Data 01:00:00 Using Data From Other Applications 00:30:00 Mail Merge Basics 00:30:00 Modifying Your Data 00:30:00 Finalizing the Merge 00:30:00 Creating an XML Document 01:00:00 Macros 01:00:00 Using the OfficeReady Browser 00:30:00 WordPerfect and Windows 01:00:00 Order Your Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Level 3 Diploma in Corel WordPerfect 12
Delivered Online On Demand47 hours
£22