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

1606 Courses delivered Online

Property Sourcing Business Blueprint

By Property SQ2

Build a property sourcing business, negotiation property deals as a sourcing agent or buyer's agent. Be legal and compliant, learning industry best practice as a deal packager.

Property Sourcing Business Blueprint
Delivered OnlineFlexible Dates
£1,100 to £3,000

Understanding Key Principles of Real Estate Modelling (Advanced Theoretical Course)

4.3(5)

By Bayfield Training

On this course, we will use case studies to enhance the delegates understanding of Real Estate financial appraisals, and help them fully appreciate the theory behind the numbers.

Understanding Key Principles of Real Estate Modelling (Advanced Theoretical Course)
Delivered in person or Online + more
£950

Profitable Property

By Property SQ2

Identify property opportunities, complete due diligence, know your numbers, build a plan to repeat for success.

Profitable Property
Delivered Online On Demand3 hours
£149.99

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 Online
£2,975

Property Law

5.0(1)

By LearnDrive UK

property law course provides you with a detailed understanding of property law, regardless of whether your goal is to learn about it for personal or professional reasons.

Property Law
Delivered Online On Demand1 hour
£5

Property Coordinator

4.7(160)

By Janets

Discover the key role of a Property Coordinator in ensuring seamless real estate operations. Explore responsibilities such as property maintenance, tenant communication, and logistical coordination. Learn how a skilled Property Coordinator enhances property value and tenant satisfaction, making them an indispensable asset in the dynamic world of real estate management

Property Coordinator
Delivered Online On Demand22 hours
£9.99

Property Law

4.7(160)

By Janets

Explore the intricate web of Property Law with our comprehensive guide. From real estate transactions to landlord-tenant relationships, delve into the legal framework that governs property rights. Whether you're a homeowner, tenant, or investor, gain insights into property ownership, boundaries, and legal remedies. Navigate the complexities of Property Law confidently with our expert resources.

Property Law
Delivered Online On Demand3 weeks
£25

Estate Agent, Property Development & Property Law

4.7(26)

By Academy for Health and Fitness

***24 Hour Limited Time Flash Sale*** Estate Agent, Property Development & Property Law Admission Gifts FREE PDF & Hard Copy Certificate| PDF Transcripts| FREE Student ID| Assessment| Lifetime Access| Enrolment Letter Ever dreamt of ruling the realms of real estate or playing the property game like a pro? Our all-inclusive 'Estate Agent, Property Development & Property Law' bundle is your ticket to this thrilling domain. With a magnificent blend of 3 QLS-endorsed courses and 5 CPD QS-accredited courses, we provide you with the key to unlocking an exciting new career. Make your mark in the marketplace with courses like 'Real Estate Agent,' 'UK Property Development,' and 'Property Law and Taxation.' These QLS-endorsed courses offer a distinctive edge in the competitive landscape. What's more? The prestige of these accolades will be enshrined in a hardcopy certificate, an emblem of your expertise. Supplement your knowledge with 5 additional CPD QS-accredited courses. Master the art of 'Contracts Law UK 2021,' delve into the dynamics of 'Conveyancing' and sharpen your skills in 'Social Housing and Tenant Management.' Each course underpins your theoretical understanding, laying a solid foundation for your real estate aspirations. Join the ranks of the leading lights in property with our comprehensive course bundle. Infused with enriching content and driven by a theoretical approach, this is an invaluable opportunity to dive deep into the property world. Whether you're a beginner or a seasoned professional seeking to expand your knowledge, the 'Estate Agent, Property Development & Property Law' bundle is your stairway to success. Key Features of the Estate Agent, Property Development & Property Law Bundle: 3 QLS-Endorsed Courses: We proudly offer 3 QLS-endorsed courses within our Estate Agent, Property Development & Property Law bundle, providing you with industry-recognized qualifications. Plus, you'll receive a free hardcopy certificate for each of these courses. QLS Course 01: Real Estate Agent QLS Course 02: UK Property Development QLS Course 03: Property Law and Taxation 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: Property Management DiplomaCourse 02: Contracts Law UK 2021Course 03: Property Law and TaxationCourse 04: ConveyancingCourse 05: Social Housing and Tenant Management In Addition, you'll get Five Career Boosting Courses absolutely FREE with this Bundle. Course 01: Professional CV WritingCourse 02: Job Search SkillsCourse 03: Self Esteem & Confidence BuildingCourse 04: Professional Diploma in Stress ManagementCourse 05: Complete Communication Skills Master Class Convenient Online Learning: Our Estate Agent, Property Development & Property Law courses are accessible online, allowing you to learn at your own pace and from the comfort of your own home. Learning Outcomes: Acquire a comprehensive understanding of the UK's property market and its legal framework. Gain insight into property development and real estate management. Understand the fundamentals of UK contract law and how it relates to property transactions. Delve into the intricacies of conveyancing and its role in property acquisition. Develop a strong theoretical foundation in property taxation and its impacts. Learn about social housing and tenant management. Understand the workings of estate agencies in the UK market. Unearth the secrets of the property sector with our 'Estate Agent, Property Development & Property Law' bundle. Comprising 8 comprehensive courses, our offering is designed to provide a theoretical understanding of the property market, property law, and estate agency. Immerse yourself in UK contract law, property taxation, social housing, tenant management, and more. This bundle is a perfect blend of QLS-endorsed and CPD QS-accredited courses, providing a unique blend of knowledge and prestige to elevate your professional trajectory. CPD 250 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Aspiring real estate agents who want to understand the intricacies of the property market. Property developers seeking to deepen their knowledge of property law and taxation. Professionals working in the property sector who want to expand their theoretical understanding. Anyone interested in property management, including social housing and tenant management. Career path Real Estate Agent (£20,000 - £60,000) Property Developer (£25,000 - £80,000) Property Lawyer (£30,000 - £90,000) Property Manager (£22,000 - £45,000) Contract Law Specialist (£40,000 - £120,000) Social Housing Manager (£28,000 - £40,000) Certificates Digital certificate Digital certificate - Included Hard copy certificate Hard copy certificate - Included

Estate Agent, Property Development & Property Law
Delivered Online On Demand42 hours
£309

Begin your property journey

By Property SQ2

Learn the key first steps in starting to build a property portfolio. Understand your personal finance position, types of properties and common construction methods, embrace the power of focus to achieve your goals, target the right investment areas..

Begin your property journey
Delivered Online On Demand
£599.99

Property Law And Taxation Training

4.7(160)

By Janets

Unlock the complexities of Property Law and Taxation with our comprehensive training program. Dive into essential legal principles governing real estate while mastering the intricacies of taxation. Equip yourself with the knowledge to navigate property transactions seamlessly and optimize financial outcomes. Join our expert-led training to enhance your expertise in this dynamic field.

Property Law And Taxation Training
Delivered Online On Demand6 days
£25