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

1696 Architecture 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

Structural Engineering (Online) - CPD Certified

4.7(47)

By Academy for Health and Fitness

If you aim to enhance your Structural Engineering skills, our comprehensive Structural Engineering course is perfect for you. Designed for success, this Structural Engineering course covers everything from basics to advanced topics in Structural Engineering. Each lesson in this Structural Engineering course is crafted for easy understanding, enabling you to become proficient in Structural Engineering. Whether you are a beginner or looking to sharpen your existing skills, this Structural Engineering is the ideal choice. With our Structural Engineering exclusive bundle, you will get a PDF Certificate, PDF Transcript and Digital Student ID Card (worth £50) Absolutely FREE. Courses are Included in This Structural Engineering Bundle: Course 01: Read Construction & Structural Drawing Like Expert Course 02: Architectural Studies Course 03: Landscape Architecture Course 04: Construction Management - Course Course 05: Building Surveying Practice Course 06: LEED V4 - Building Design and Construction Why Choose Our Structural Engineering Course? FREE Structural Engineering certificate accredited Get a free student ID card with Structural Engineering Training Get instant access to this Structural Engineering course. Learn Structural Engineering from anywhere in the world The Structural Engineering is affordable and simple to understand The Structural Engineering is an entirely online, interactive lesson with voiceover audio Lifetime access to the Structural Engineering course materials The Structural Engineering comes with 24/7 tutor support So enrol now in this Structural Engineering Today to advance your career! Start your learning journey straightaway! This Structural Engineering's curriculum has been designed by Structural Engineering experts with years of Structural Engineering experience behind them. The Structural Engineering course is extremely dynamic and well-paced to help you understand Structural Engineering with ease. You'll discover how to master the Structural Engineering skill while exploring relevant and essential topics. Assessment Process Once you have completed all the courses in the Structural Engineering bundle, you can assess your skills and knowledge with an optional assignment. Our expert trainers will assess your assignment and give you feedback afterwards. CPD 60 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This Structural Engineering bundle is suitable for everyone. Requirements You will not need any prior background or expertise. Career path This Structural Engineering bundle will allow you to kickstart or take your career in the related sector to the next stage. Certificates CPD Accredited Digital certificate Digital certificate - Included CPD Accredited Hard copy certificate Hard copy certificate - £29 If you are an international student, you will be required to pay an additional fee of 10 GBP for international delivery, and 4.99 GBP for delivery within the UK, for each certificate

Structural Engineering (Online) - CPD Certified
Delivered Online On Demand28 hours
£39

Learn RabbitMQ: Asynchronous Messaging with Java and Spring

By Packt

Learn RabbitMQ: Asynchronous Messaging with Java and Spring

Learn RabbitMQ: Asynchronous Messaging with Java and Spring
Delivered Online On Demand2 hours 37 minutes
£11.99

Photography Diploma - QLS Level 7

By Imperial Academy

Level 7 Diploma | FREE QLS Endorsed Certificate | 11 CPD Courses & Certificates | CPD Accredited | Lifetime Access

Photography Diploma - QLS Level 7
Delivered Online On Demand
£129

AutoCAD - Mega Bundle

By Imperial Academy

Level 6 Diploma (FREE QLS Endorsed Certificate) | 11 CPD Courses + 11 PDF Certificates | 255 CPD Points | CPD Accredited

AutoCAD - Mega Bundle
Delivered Online On Demand
£129

VMware NSX Advanced Load Balancer: Install, Configure, Manage [V20.x]

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for Experienced system administrators and network administrators Overview By the end of the course, you should be able to meet the following objectives: Describe the NSX Advanced Load Balancer architecture Describe the NSX Advanced Load Balancer components and main functions Explain the NSX Advanced Load Balancer key features and benefits Deploy and configure the NSX Advanced Load Balancer infrastructure within private or public clouds using Write and No Access Cloud Connectors Explain, deploy, and configure Service Engines Explain and configure local load balancing constructors such as virtual services, pools, health monitors, and related components Understand and modify application behavior through profiles, policies, and DataScripts Configure advanced services such as global server load balancing Describe how to use NSX Advanced Load Balancer REST API interfaces and related automation capabilities Describe and configure NSX Advanced Load Balancer application and infrastructure monitoring Gather relevant information and perform basic troubleshooting of applications that use built-in NSX Advanced Load Balancer tooling This five-day, fast-paced course provides comprehensive training to install, configure, and manage a VMware NSX© Advanced Load Balancer? (Avi Networks) solution. This course covers key NSX Advanced Load Balancer (Avi Networks) features and functionality offered in the NSX Advanced Load Balancer 20.x release. Features include the overall infrastructure, virtual services and application components, global server load balancing, various cloud connectors, application troubleshooting, and solution monitoring. Hands-on labs provide access to a software-defined data center environment to reinforce the skills and concepts presented in the course. Course Introduction Introduction and course logistics Course objectives Introduction to NSX Advanced Load Balancer Introduce NSX Advanced Load Balancer Discuss NSX Advanced Load Balancer use cases and benefits Explain NSX Advanced Load Balancer architecture and components Explain the management, control, data, and consumption planes and their respective functions Virtual Services Configuration Concepts Explain Virtual Service components Explain Virtual Service types Explain and configure basic Virtual Service components such as Application Profiles, Network Profiles Profiles and Policies Explain and deep dive on Advanced Virtual Service creation Explain and deep dive on Application Profiles and Types such as L4, DNS, Syslog, and HTTP Explain and configure advanced application HTTP Profile options Deep dive on Network Profiles and Types Explain and configure SSL Profiles and Certificates Explain and Configure HTTP and DNS policies Pools Configuration Concepts Explain and deep dive on Pools configuration options Describe available Load Balancing algorithms Explain multiple Health Monitor types Explain multiple Persistence Profiles Explain and configure Pool Groups Modifying Application Behavior Design and apply application solutions leveraging application profiles Design and apply application solutions leveraging Network and HTTP Policies and DataScripts Explain DataScript fundamentals Explain and leverage NSX Advanced Load Balancer analytics to understand application behavior Describe and configure Client SSL Certificate Validation Describe and configure Virtual Service DDoS, Rate Limiting, and Throttling capabilities Modify Network Profiles properties such as TCP connection properties Design and apply application solutions leveraging Persistence Profiles NSX Advanced Load Balancer Infrastructure Architecture Deep dive on the management, control, data, and consumption planes and functions Describe Control Plane Clustering and High Availability Describe Controller Process Sharding Describe Controller Sizing Describe Service Engine CPU and NIC Architecture Explain Tenants Deep dive and configure properties of Service Engine Groups Explain Service Engine Group High Availability Modes Describe and configure Active/Standby High Availability Mode Describe and configure Elastic HA High Availability Mode (Active/Active, N+M) Explain Service Engine Failure Detection and Self-Healing Describe Service Engine as a Router Deep dive on Virtual Service scale out options, such as Layer 2 (Native), Layer 3 (BGP), and DNS-based Introduction to Cloud Connector Introduce Cloud Connectors Review Cloud Connector integration modes Introduce Cloud Connector types Install, Configure and Manage NSX Advanced Load Balancer in No-Access Cloud Explain No Access Cloud concepts Configure No Access Cloud integration Explain and Configure Linux Server Cloud Describe the Advanced Configuration options available in Bare-Metal (Linux Server Cloud) Install, Configure and Manage NSX Advanced Load Balancer in VMware Environment: Cloud Configuration Introduce VMware integration options Explain and configure VMware No Access Cloud Connector Explain and configure VMware Write Access Cloud Connector Describe VMware Write with NSX-V Access Cloud Connector Describe VMware NSX-T integration AWS Cloud Configuration Describe NSX Advanced Load Balancer Public Cloud integrations Explain and demonstrate AWS Public Cloud Integration DNS Foundations Review, discuss, and explain DNS fundamentals Describe NSX Advanced Load Balancer DNS and IPAM providers Global Server Load Balancing Introduce Global Server Load Balancing Concepts and Benefits Explain and configure NSX Advanced Load Balancer infrastructure Explain and configure DNS Virtual Service components Explain and configure GSLB Service Engine Group Describe and configure GSLB Sites Explain and configure basic GSLB Services to include pools and health monitors Describe GSLB Service Load Balancing algorithms Explain and configure Data and Control Plane-based Health Monitors Describe GSLB Health Monitor Proxy NSX Advanced Load Balancer: Troubleshooting Introduce Infrastructure and Application Troubleshooting Concepts Describe Control Plane and Data Plane-based Troubleshooting Explain Application Analytics and Logs Describe client logs analysis Explain Headers troubleshooting and Packet Capture mechanism Leverage CLI for detailed data plane troubleshooting Explain Service Engine Logs Explain Health Monitors troubleshooting Explain BGP session troubleshooting Describe Control Plane Troubleshooting, Clustering, and Cloud Connector issues Events and Alerts Describe NSX Advanced Load Balancer Events Describe and configure NSX Advanced Load Balancer Alerts Describe NSX Advanced Load Balancer monitoring capabilities, leveraging SNMP, Syslog, and Email Introduction to NSX Advanced Load Balancer Rest API Introduce NSX Advanced Load Balancer REST API interface Describe REST API Object Schema Explain and interact with REST API interface, leveraging browser and command line utility Explain Swagger-based API documentation Additional course details:Notes Delivery by TDSynex, Exit Certified and New Horizons an VMware Authorised Training Centre (VATC) Nexus Humans VMware NSX Advanced Load Balancer: Install, Configure, Manage [V20.x] 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 VMware NSX Advanced Load Balancer: Install, Configure, Manage [V20.x] 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.

VMware NSX Advanced Load Balancer: Install, Configure, Manage [V20.x]
Delivered OnlineFlexible Dates
Price on Enquiry

Complete Python Web Course: Build 8 Python Web Applications

By Packt

This course will help you become familiar with the process of building web applications in Python. From understanding Python fundamentals, to studying the database structure to building, and deploying applications, you will learn it all with the help of interesting activities

Complete Python Web Course: Build 8 Python Web Applications
Delivered Online On Demand15 hours 27 minutes
£93.99

Investment Banking - CPD Accredited Course

5.0(2)

By Training Express

The financial world may look complex from the outside, but understanding its inner workings can be both rewarding and intellectually satisfying. This Investment Banking course cuts through the jargon and delivers clear, structured insights into how deals are brokered, markets move, and institutions operate. Designed for learners curious about the mechanics behind major financial decisions, this course demystifies the roles, responsibilities and strategies used by professionals in high-stakes environments. Whether you're keen on analysing financial statements, exploring mergers and acquisitions, or simply gaining a solid foundation in capital markets, this CPD-accredited programme offers a streamlined and thoughtful approach. You’ll gain knowledge tailored for individuals looking to broaden their financial acumen, deepen their understanding of investment strategies, or explore a possible direction in finance. It’s all about learning smart, not hard—with content that respects your time and rewards your focus. Enrol now and we'll see you in class. P.S. - There's a full curriculum breakdown given in the description section below. Check it out if you want more information about the course and the topics it covers. Course Curriculum: Module 01: Introduction to Landscape Architecture Module 02: Green-scaping Module 03: Planting Trees and Shrubs Module 04: Maintenance of Planting Module 05: Pathways Module 06: Walls and Fences Module 07: Water Features Module 08: Entertainment and Recycling Projects Module 09: Landscape Ecology Course Assessment You will immediately be given access to a specifically crafted MCQ test upon completing Investment Banking - CPD Accredited course. For each test, the pass mark will be set to 60%. CPD 10 CPD hours / points Accredited by The CPD Certification Service Who is this course for? The Investment Banking - CPD Accredited training is ideal for highly motivated individuals or teams who want to enhance their skills and efficiently skilled employees. Requirements There are no formal entry requirements for the course, with enrollment open to anyone! Career path Learn the essential skills and knowledge you need to excel in your professional life with the help & guidance from our Investment Banking - CPD Accredited training.

Investment Banking - CPD Accredited Course
Delivered Online On Demand1 hour
£23

Vectorworks Landmark Training

By London Design Training Courses

Why choose Vectorworks Landmark Training Course? Course info Explore the Vectorworks Landmark Training Course! 1-on-1 Live Online sessions led by certified tutors and industry experts. Master Vectorworks Landmark for landscape and site design, creating captivating outdoor spaces. Enroll now to unleash your design skills. Duration: 16 hrs. Method: 1-on-1, Personalized attention. Schedule: Tailor your own schedule by pre-booking a convenient hour of your choice, available from Mon to Sat between 9 am and 7 pm. This course focuses on Vectorworks Landmark fundamentals, providing essential tools and techniques for landscape architecture, design, and related disciplines. Participants should have a basic understanding of Vectorworks software. The course covers 2D and 3D drawing, file organization, landscape plan/model creation, and more. Learning Objectives: Organize drawing files using industry standards and best practices for effective collaboration. Utilize imported files and field-collected data for base plans and site inventories. Integrate 2D and 3D elements for plan documentation and model analysis. Utilize worksheet features for material quantification and project efficiency. Course Prerequisites: Participants should be familiar with basic drafting concepts, computer operations, and keyboard shortcuts. This training demonstrates sustainable design principles and the use of CAD tools for erosion control, runoff calculations, plant tracking, and sun/shade analysis. Participants will learn to create a 3D site digital terrain model and assess proposed plantings' effects on solar heat gain and water usage. Vectorworks Landmark Basic to Intermediate Training Course Duration: 16 hours Join our comprehensive Vectorworks Landmark Basic to Intermediate Training, designed for landscape architects and designers. Master 2D and 3D landscape design with essential techniques, covering site analysis, plans, irrigation, and 3D visualization. Unleash your creativity with custom plant symbols and detailed planting plans using the plant database. Course Outline: I. Introduction to Vectorworks Landmark (1 hour) An overview of Vectorworks Landmark for landscape design Interface orientation and basic tool usage Navigation and viewport controls Landscape design project creation and management II. Site Analysis and Site Plans (3 hours) Collecting site information and producing site analysis drawings Crafting site plans and hardscape design Working with contours, elevations, and terrain models Incorporating site amenities like paths, fences, and walls III. Planting Plans (5 hours) Utilizing the plant database to select suitable plants for specific regions Creating personalized plant symbols Developing comprehensive planting plans and plant lists Understanding plant compatibility and growth patterns IV. Irrigation Design (2 hours) Designing and editing irrigation systems and zones Integrating irrigation components into the site plan Generating irrigation reports for efficient planning V. 3D Visualization (3 hours) Creating captivating 3D models of landscape designs Applying textures and materials to hardscape elements and plants Utilizing the Renderworks engine for high-quality rendering Enhancing designs with lighting and special effects VI. Customization (1 hour) Tailoring the interface for landscape design efficiency Creating custom object styles and resource libraries VII. Collaboration and Sharing (1 hour) Importing and exporting data from other software platforms Sharing landscape design drawings with colleagues and collaborators VIII. Conclusion and Next Steps (1 hour) Comprehensive review of course content Guidance on further learning resources Q&A session and feedback gathering Enroll in our Vectorworks Landmark Basic to Intermediate Training to enhance your landscape design expertise and unleash your creative prowess. Download Vectorworks Landmark https://www.vectorworks.net/en-GB/landmark By the end of the Vectorworks Landmark Training Course, participants will: Understand the key features and functionalities of Vectorworks Landmark for landscape design. Demonstrate proficiency in using essential tools for site analysis, site plans, and hardscape design. Create detailed planting plans, selecting appropriate plants, and understanding their compatibility and growth patterns. Design efficient and effective irrigation systems, including generating irrigation reports. Create 3D visualizations of landscape designs, applying textures, materials, lighting, and special effects. Customize the interface and create personalized object styles and resources. Collaborate and share landscape design drawings with other software users. Have the foundation to pursue further learning and exploration in landscape design using Vectorworks Landmark.

Vectorworks Landmark Training
Delivered in London or OnlineFlexible Dates
£465

Land Surveying Diploma

4.9(27)

By Apex Learning

Rapid urbanisation and climate change are the real concerns now. This has increased the importance of quality Land Surveying. With the increased global crisis, demand for land surveying and land surveyors is constantly rising. Land Surveying is required across all sectors, from architecture to councils. This means having adequate knowledge and skills for Land Surveying gives you the power to transform communities and shape the world around you for the better. This also means being proficient in Land Surveying opens doors to many career opportunities. So sign up for this bundle now and find out all other benefits of Land Surveying. This Land Surveying Bundle Consists of 11 Sought-after Courses: Course 01: Land Surveying Course 02: Property Law and Legislation Course 03: Real Estate Investor Level 3 Course 04: Understanding Wills and Probate Laws - Level 2 Course 05: Sales: Psychology of Customers Course 06: Financial Advisor Course 07: Construction Cost Estimation Diploma Course 08: Construction Estimation using RSMeans Course Course 09: Leadership & Management Diploma Course 10: Time Management Course 11: Report Writing *****Course Curriculum of Land Surveying Bundle***** Course 1: Land Surveying Module 01: Introduction Module 02: Basics Module 03: Land Surveying Module 04: Methods and Techniques Module 05: Topographic Surveying and Mapping Module 06: Boundary Surveying Module 07: Surveying Health and Safety ------------10 more Courses----------- How will I get my Certificate? After successfully completing the Land Surveying course you will be able to order your CPD Accredited Certificates (PDF + Hard Copy) as proof of your achievement. PDF Certificate: Free (Previously it was £6*11 = £66) Hard Copy Certificate: Free (For The Title Course: Previously it was £10) CPD 110 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This 11-in-1 Land Surveying bundle is designed for those who want to acquire or polish their existing knowledge about the topic. Hence this Land Surveying bundle is perfect for- Students Graduates Job Seekers Job Holders Entrepreneurs Requirements No requirements to enrol Land Surveying course. Career path Along with enhancing your knowledge and skills, this Land Surveying bundle will also open doors for many career opportunities, including- Land Surveyor Commercial/Residential Surveyor Estimator Project Manager For these career opportunities, the average salary generally varies from £32,000 to £55,000 a year. Certificates Certificate of completion Digital certificate - Included Certificate of completion Hard copy certificate - Included You will get the Hard Copy certificate for the title course (Land Surveying) absolutely Free! Other Hard Copy certificates are available for £10 each. Please Note: The delivery charge inside the UK is £3.99, and the international students must pay a £9.99 shipping cost.

Land Surveying Diploma
Delivered Online On Demand
£39