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

2595 Courses in Cardiff delivered Live Online

Networking Microsoft Systems

5.0(3)

By Systems & Network Training

Networking Microsoft Systems course description A hands-on course covering the network aspects of Microsoft systems. The course progresses from basic TCP/IP tools and configuration settings through to advanced security considerations finishing with an overview of Exchange and IIS. Hands on sessions are based on a choice of Windows Server 2003 or Windows 2000 server and Windows XP or Windows 2000 professional. Customised versions with other Microsoft platforms are also available. What will you learn Design networks with consideration for Microsoft issues such as logons. Design, configure and troubleshoot TCP/IP, DNS, WINS and DHCP. Configure security features such as PKI and IPSec. Describe the Windows TCP/IP implementation details. Networking Microsoft Systems course details Who will benefit: Anyone working with Microsoft systems. Prerequisites: TCP/IP foundation for engineers Supporting Windows ( XP or 2000 or 2003) Duration 5 days Networking Microsoft Systems course contents Configuring network cards PnP, resources, Ethernet cards, wireless cards, dial up networking, other cards, Ethernet settings, layer 2 QoS. Configuring and supporting IP Basic IP settings, advanced IP settings, advanced TCP settings, DrTCP and registry settings, security DHCP DHCP server, authorising the DHCP service, DHCP client, DHCP relays, Address pools, options, lease duration's, Integrating with DNS. Microsoft networking overview Workgroups and domains, Domain controllers, the logon process in a network, the role of Active Directory, synchronisation, protocol stacks and bindings. Accessing file and print resources Shared folders, permissions, network printers, browsing, NetBIOS, SMB. WINS Servers, clients, Client registration, renewing and releasing of names. NetBIOS node types. DNS1 Overview, Primary and secondary servers, DDNS, zones, resource records. The browser service Master, backup and other browser roles, elections, announcements, recovery from failure, Inter subnet browsing. TCP/IP implementation details Dead gateway detection, Multi homing, multicasting, MTU path discovery, registry settings, QOS and RSVP, Windows as a router, performance implications of Microsoft services. Internet Access Options, NAT, Firewall capabilities and Proxy server, Internet Authentication Service. Remote Access Installing, RAS servers. RAS process, protocols Security: PKI PPTP, L2TP, What is IPSec, configuring IPSec. Security: VPNs PPTP, L2TP, What is IPSec, configuring IPSec. Other Microsoft networking services & tools Netmeeting, instant messaging, white boarding, document collaboration, video conferencing Microsoft Exchange, IIS, Directory replication, SNMP, Net Monitor, integration with other platforms.

Networking Microsoft Systems
Delivered in Internationally or OnlineFlexible Dates
£3,697

Microsoft Access Advanced (live online classes)

By Microsoft Office Training

Course Objectives At the end of this course you will be able to: Do advance Table design Do advance Query design and Action Querys Do advance Form design with the use of macros and buttons Export and import data to and from different sources. 1 year email support service Take a look at the consistent excellent feedback from our corporate clients visiting our site ms-officetraining co uk With more than 20 years experience, we deliver courses on all levels of the Desktop version of Microsoft Office and Office 365; ranging from Beginner, Intermediate, Advanced to the VBA level. Our trainers are Microsoft certified professionals with a proven track record with several years experience in delivering public, one to one, tailored and bespoke courses. Tailored in company training courses: You can choose to run the course exactly as they are outlined by us or we can customise it so that it meets your specific needs. A tailored or bespoke course will follow the standard outline but may be adapted to your specific organisational needs. Advanced Table Design Advanced Field Properties Table Properties Advanced Query Design Advanced Naming Conventions Join Tables in Queries Manage Query Joins Use Self-Joins in Queries Summarise Data in Queries Parameter Queries Action Queries Crosstab Queries Advanced Form Design Create Subforms and Linked Forms Form Controls Command Buttons Form Properties Interface, Start-Up and Navigations Forms Working with Macros Create Single Macros Run Macros Work with Sub Macros Use Conditional Macros Run Macros from Buttons Assign Macros to Events Extending Data Reach Import Data Export Data Work with Linked Tables Managing Databases Object Dependencies Database Documenter Performance Analyzers Regular Management of a Database Access Database Security Who is this course for? Who is this course for? The course is aimed at all users who would like to obtain the necessary skills to create advanced table, query, form and reports as well as to automate tasks with the use of macros. Career path Career path Microsoft Office know-how can instantly increase your job prospects as well as your salary. 80 percent of job openings require spreadsheet and word-processing software skills

Microsoft Access Advanced (live online classes)
Delivered OnlineFlexible Dates
£550

Certificate in Education and Training Level 4

4.0(1)

By Panda Education and Training Ltd

Certificate in Education and Training

Certificate in Education and Training Level 4
Delivered Online + more
£129

Using Windows PowerShell

5.0(3)

By Systems & Network Training

Windows PowerShell training course description This course is intended for IT Professionals who are already experienced in general Windows Server and Windows Client administration, and who want to learn more about using Windows PowerShell for administration. No prior experience with any version of Windows PowerShell, or any scripting language, is assumed. This course is also suitable for IT Professionals already experienced in server administration, including Exchange Server, SharePoint Server, SQL Server, System Center, and others. What will you learn Work with Windows PowerShell pipeline. Query system information by using WMI and CIM. Work with variables, arrays, and hash tables. Write advanced scripts in Windows PowerShell. Administer remote computers. Use advanced Windows PowerShell techniques. Windows PowerShell training course details Who will benefit: IT professionals. Prerequisites: Supporting Windows Server Duration 5 days Windows PowerShell training course contents Getting started with Windows PowerShell Overview and background of Windows PowerShell, Understanding command syntax, Finding commands. Hands on Configuring Windows PowerShell console & ISE application. Hands on Finding and running basic commands, Using the About files. Cmdlets for administration Active Directory administration cmdlets, Network configuration cmdlets, Other server administration cmdlets. Hands on Windows Administration. Creating and managing Active Directory objects, Configuring network settings on Windows Server, Creating a web site. Working with the Windows PowerShell pipeline Understanding the pipeline, Selecting, sorting, and measuring objects, Filtering objects out of the pipeline, enumerating objects in the pipeline, Sending pipeline data as output. Hands on Using the pipeline. Selecting, sorting, and displaying data. Hands on Filtering objects. Hands on Enumerating objects. Hands on Sending output to a file. Exporting user information to a file. Understanding how the pipeline works Passing the pipeline data, Advanced considerations for pipeline data. Hands on Working with pipeline parameter binding. Predicting pipeline behaviour. Using PSProviders and PSDrives Using PSProviders, Using PSDrives. Hands on Using PSProviders and PSDrives Creating files and folders on a remote computer, Creating a registry key for your future scripts, Create a new Active Directory group. Querying system information by using WMI and CIM Understanding WMI and CIM, Querying data by using WMI and CIM, Making changes with WMI/CIM. Hands on Working with WMI and CIM. Querying information by using WMI, Querying information by using CIM, Invoking methods. Working with variables, arrays, and hash tables Manipulating variables, arrays and hash tables. Hands on Working with variables, Using arrays, Using hash tables. Basic scripting Introduction to scripting, Scripting constructs, Importing data from files. Hands on Basic scripting. Setting a script, Processing an array with a ForEach loop, Processing items by using If statements, Creating a random password, Creating users based on a CSV file. Advanced scripting Accepting user input, Overview of script documentation, Troubleshooting and error handling, Functions and modules. Hands on Accepting data from users. Querying disk information from remote computers, Updating the script to use alternate credentials, Documenting a script. Hands on Implementing functions and modules. Creating a logging function, Adding error handling to a script, Converting a function to a module. Administering Remote Computers Using basic Windows PowerShell remoting, Using advanced Windows PowerShell remoting techniques, Using PSSessions. Hands on Using basic remoting. Enabling remoting on the local computer, Performing one-to-one remoting, Performing one-to-many remoting. Hands on Using PSSessions. Using implicit remoting, Managing multiple computers. Using background jobs and scheduled jobs Using background jobs, Using scheduled jobs. Hands on Using background jobs and scheduled jobs. Starting and managing jobs, Creating a scheduled job. Using advanced Windows PowerShell techniques Creating profile scripts, Using advanced techniques. Hands on Practicing advanced techniques. Creating a profile script, Verifying the validity of an IP address, Reporting disk information, Configuring NTFS permissions, Creating user accounts with passwords from a CSV file. Hands on Practicing script development (optional)

Using Windows PowerShell
Delivered in Internationally or OnlineFlexible Dates
£3,697

Hyper V for engineers

5.0(3)

By Systems & Network Training

Hyper V for engineers training course description This five day course will provide you with the knowledge and skills required to design and implement Microsoft Server Virtualization solutions using Hyper-V and System Center. Please note that due to the nature of the lab / environment build delegates may be required to work in pairs. What will you learn Install and configure the Hyper-V server role. Create virtual machines, create and manage virtual hard disks and work with snapshots. Create and configure virtual machine networks in a Hyper-V environment. Provide high availability for Hyper-V environment by implementing failover clustering. Use System Center 2012 R2 Virtual Machine Manager. Create and manage virtual machines by using VMM. Hyper V for engineers training course details Who will benefit: Anyone designing, implementing, managing and maintaining a virtualization infrastructure. Prerequisites: Supporting Windows server 2012 Duration 5 days Hyper V for engineers training course contents Evaluating the environment for virtualization Overview of Microsoft virtualization, Overview of system center 2012 R2 components, Evaluating current environment for virtualization, Extending virtualization to the cloud environment. Selecting the appropriate virtualization method, Assessing the environment by using MAP. Installing and configuring the Hyper-V role Installing the Hyper-V role, Managing Hyper-V, Configuring Hyper-V settings, Hyper-V Host storage and networking, Installing the Hyper-V server role, Configuring Hyper-V settings, Accessing and managing Hyper-V remotely. Creating and managing virtual hard disks, virtual machines, and checkpoints Creating and configuring virtual hard disks, Creating and configuring virtual machines, Installing and Importing virtual machines, Managing virtual machine checkpoints, Monitoring Hyper-V, Designing virtual machines for server roles and services, Creating and managing virtual hard disks, Creating and managing virtual machines, Importing virtual machines and working with checkpoints monitoring Hyper-V. Creating and configuring virtual machine networks Creating and using Hyper-V virtual switches, Advanced Hyper-V networking features, Configuring and using Hyper-V network virtualization, Creating and using Windows Server 2012 R2 Hyper-V virtual switches, Configuring and using advanced virtual switch features, Configuring Hyper-V Network virtualization. Virtual machine movement and Hyper-V replica Providing high availability and redundancy for virtualization, Implementing virtual machine movement, Implementing and managing Hyper-V replica, Moving Hyper-V storage and virtual machines, Configuring and managing Hyper-V replica. Implementing failover clustering with Hyper-V Overview of failover clustering, Configuring and using shared storage, Implementing and managing failover clustering with Hyper-V, Creating a Hyper-V failover cluster, Managing a Hyper-V failover cluster. Installing and configuring System Center 2012 R2 virtual machine manager Integrating system center and server virtualization, Overview of VMM, Installing VMM, Adding hosts and managing host groups, Installing and configuring System Center 2012 R2 VMM, Managing hosts and host groups. Managing the Networking and storage infrastructure in System Center 2012 R2 VMM Managing networking infrastructure managing storage infrastructure, Managing infrastructure updates, Implementing a network infrastructure, Implementing a storage infrastructure, Managing infrastructure updates. Creating and managing VM using MS System Center 2012 R2 VMM VMM tasks in VMM, Creating, cloning, and converting VMs, Overview of VM updating, Creating a VM and modifying it's properties, Cloning a VM. Configuring and managing the MS System Center 2012 R2 VMM library and library objects Overview of the VMM library, Working with profiles and templates, Configuring and managing the VMM library, Creating and managing profiles and templates. Managing clouds in MS System Center 2012 R2 VMM Introduction to clouds, Creating and managing a cloud, Working with user roles in VMM, Creating a cloud, Working with user roles, Deploying VMs to a private cloud. Managing services in MS System Center 2012 R2 VMM and app controller Understanding services in VMM, Creating and managing services in VMM, Using app controller Creating a service template, Deploying a service and updating a service template, Configuring app controller, Deploying a VM in app controller. Protecting and monitoring virtualization infrastructure Overview of backup and restore options for VM, Protecting virtualization Infrastructure using DPM, Using Operations Manager for monitoring and reporting, Integrating VMM with Operations Manager, Implementing MS System Center 2012 R2 Operations Manager agents, Configuring Operations Manager monitoring components, Configuring Operations Manager integration with System Center 2012 R2 VMM.

Hyper V for engineers
Delivered in Internationally or OnlineFlexible Dates
£3,697

Network design

5.0(3)

By Systems & Network Training

Network design training course description This course provides you with the knowledge needed to perform the design of a network infrastructure that supports desired network solutions to achieve effective performance, scalability, and availability. We recognise that the role of design does not normally require hands on skills but hands on sessions are used to reinforce the theory not to teach configuration or troubleshooting. What will you learn Create HA enterprise network designs. Develop optimum Layer 3 designs. Design effective modern WAN and data center networks. Develop effective migration approaches to IPv6. Create effective network security designs. Network design training course details Who will benefit: Anyone involved with network design. Prerequisites: TCP/IP Foundation for engineers Duration 5 days Network design training course contents Part I Reliable, resilient enterprise L2/3 network designOptimal Enterprise Campus Design:Enterprise campus design principles, hierarchy, modularity, flexibility, resiliency.EIGRP design:EIGRP Design, Should you use EIGRP?OSPF design: OSPF scalability designs, OSPF area design, OSPF Full-Mesh Design, OSPF Hub-and-Spoke Design, OSPF convergence design and optimization techniques. IS-IS Design:The protocol, IS-IS hierarchical architecture, IS-IS vs OSPF, IS-IS Deep Dive, IS-IS Design Considerations. BGP design:BGP overview, Designing Scalable iBGP Networks, BGP Route Reflector Design, Enhancing the Design of BGP Policies with BGP Communities, Case Study: Designing Enterprise wide BGP Policies Using BGP Communities, BGP Load-Sharing Design.Part II Enterprise IPv6 Design ConsiderationsIPv6 Design Considerations in the Enterprise: IPv6 Deployment and Design Considerations, Considerations for Migration to IPv6 Design, IPv6 Transition Mechanisms, Final Thoughts on IPv6 Transition Mechanisms. Challenges of the Transition to IPv6: IPv6 Services, Link Layer Security Considerations. Part III Modern Enterprise Wide-Area Networks DesignService Provider-Managed VPNs:Choosing Your WAN Connection, Layer 3 MPLS VPNs, Case Study: MPLS VPN Routing Propagation, Layer 2 MPLS VPN Services. Enterprise-Managed WANs: Enterprise-Managed VPNs, GRE, Multipoint GRE, Point-to-Point and Multipoint GRE, IPsec, IPsec and dynamic VTI, DMVPN, Case Study: EIGRP DMVPN, DMVPN and Redundancy, Case Study: MPLS/VPN over GRE/DMVPN, SSL VPN. Enterprise WAN Resiliency Design: WAN Remote-Site Overview, MPLS L3 WAN Design Models, Common L2 WAN Design Models, Common VPN WAN Design Models, 3G/4G VPN Design Models, Remote Site Using Local Internet, Remote-Site LAN, Case Study: Redundancy and Connectivity, NGWAN, SDWAN, and IWAN Solution Overview, IWAN Design Overview, Enterprise WAN and Access Management. Part IV Enterprise Data Center DesignsMultitier Data Center Designs: Case Study: Small Data Centers (Connecting Servers to an Enterprise LAN), Case Study: Two-Tier Data Center Network Architecture, Case Study: Three-Tier Data Center Network Architecture.Trends and Techniques to Design Modern Data Centers: The Need for a New Network Architecture, Limitations of Current Networking Technology, Modern Data Center Design Techniques and Architectures, Multitenant Data Center. SDN:SDN characteristics, How SDN addresses current Networking Limitations, SDN Architecture Components, SDN Network Virtualization overlays. Data Center Connections:Data Center Traffic Flows, The Need for DCI, IP Address Mobility, Case Study: Dark Fiber DCI, Pseudowire DCI. Part V Design QoS for Optimized User ExperienceQoS Overview:QoS Overview, IntServ versus DiffServ, Classification and Marking, Policers and Shapers, Policing Tools: Single-Rate Three-Color Marker, Policing Tools: TwoRate Three-Color Marker, Queuing Tools, Dropping Tools. QoS design principles and best practices: QoS overview, classification and marking design principles, policing and remarking design principles, queuing design principles, dropping design principles, Per-Hop behavior queue design principles, RFC 4594 QoS Recommendation, QoS Strategy Models. Campus QoS, WAN QoS, Data Center QoS.MPLS VPN QoS Design: The Need for QoS in MPLS VPN, Layer 2 Private WAN QoS Administration, Fully Meshed MPLS VPN QoS Administration, MPLS DiffServ Tunneling Modes, Sample MPLS VPN QoS Roles. IPsec VPN QoS Design: The Need for QoS in IPsec VPN, VPN Use Cases and Their QoS Models, IPsec Refresher, Encryption and Classification: Order of Operations, MTU Considerations, DMVPN QoS Considerations. Part VI IP Multicast DesignEnterprise IP Multicast Design: How Does IP Multicast Work? Multicast Protocols, Multicast Forwarding and RPF Check, Multicast Protocol Basics, PIM-SM Overview, Multicast Routing Table, Basic SSM Concepts, Bidirectional PIM. RP discovery, Anycast RP Features, MSDP. Part VII Designing Optimum Enterprise Network SecurityDesigning Security Services and Infrastructure Protection Network Security Zoning, Designing Infrastructure Protection.Designing firewall & IPS solutions: Firewall architectures, virtualized firewalls. Case Study: Application Tier separation, Case Study: Firewalls in a Data Center, Case Study: Firewall High Availability, IPS Architectures, Case Study: Secure Campus Edge Design (Internet and Extranet Connectivity). IP Multicast Security: Multicast Security Challenges, Multicast Network Security Considerations. Designing Network Access Control Solutions:IEEE 802.1X, EAP, 802.1X supplicants, 802.1X phased deployment, Case Study: Authorization Options. Part VIII Design scenariosDesign Case Studies: 1: Enterprise Connectivity, 2: Enterprise BGP with Internet Connectivity, 3: IPv6, 4: Data Center Connectivity, 5: Resilient Enterprise WAN, 6: Secure Enterprise Network, 7: QoS in the Enterprise Network.

Network design
Delivered in Internationally or OnlineFlexible Dates
£3,697

SketchUp - Rendering with V-Ray Course

By ATL Autocad Training London

Who is this course for? SketchUp - Rendering with V-Ray Course This course is tailored for architects, designers, 3D artists, and anyone interested in enhancing their rendering skills using SketchUp and V-Ray. Whether you're a beginner or an experienced user, this course provides in-depth training to create stunning visualizations and realistic renders in SketchUp using V-Ray. Check our Website Course Duration: 6 hours  Training Method: 1-on-1, (Face to Face) or Live Online session. Personalized to your needs. Course Content Overview: SketchUp and V-Ray: Exploring Intermediate Modeling Techniques Mastering V-Ray Materials: Textures, Sources, and Editing Managing and Optimizing Textures for Graphics and Bitmaps Illuminate Your Designs: Delving into Lighting: Types, Placement, and Scene Enhancement Understanding V-Ray Camera: Exposure, White Point, and Efficient Setup Achieve Stunning Renderings: Rendering Scenes: Digital Output, File Formats, and Best Practices Optimizing Quality Settings for Efficient Scene Creation Transitioning from 2D to 3D: Modeling Essentials for Visualization Utilizing Follow-Me and Push-Pull Techniques Enhancing Designs with Components: Choosing Between Groups and Components Mastering V-Ray Frame Buffer: Automatic 2D Graphic Saving File Types, Properties, and Effective Usage Perfecting V-Ray Materials: Materials Editor: Layering, Previews, and Shiny Surfaces Incorporating Bumps and Bitmaps for Realism Exploring Advanced Techniques: Unveiling Ambient Occlusion Effects Advanced Modeling, including Magic Box and Polygon Techniques Optimizing Texturing: Projected UVW Mapping Fine-Tuning Mapping Size and Position Locking Mapping for Consistency Alpha Channels: Preparing Graphics with Alpha Channels Integrating Rendered Output with Photoshop Hands-On Learning: Practical Exercises: From Concept to Stunning Renderings Vray for SketchUp Trial. https://www.chaosgroup.com/vray/sketchup/free-trial. Texture resources https://www.vray-materials.de/ and https://textures.com After completing the SketchUp and Vray course, participants will: Gain expertise in creating realistic 3D architectural and interior design scenes using Vray for SketchUp. Master lighting, camera settings, and composition for visually striking renders. Excel in applying Vray materials and textures for enhanced design quality. Produce high-quality renderings and refine them with post-production techniques. Receive a certification of attendance and 30 days of post-course email support. Job opportunities include roles in architectural visualization, interior design, real estate marketing, product design, and more. Skills Acquired: Advanced SketchUp Proficiency: Master advanced techniques for modeling and designing in SketchUp. V-Ray Rendering Skills: Learn how to use V-Ray to create realistic, high-quality renders in SketchUp. Texture Mapping and Material Application: Understand the art of texturing and applying materials for lifelike renders. Lighting Techniques: Explore various lighting setups to enhance the realism of your renders. Post-Processing: Gain skills in enhancing renders further through post-processing techniques. Job Opportunities: Architectural Visualizer: Create detailed and realistic architectural visualizations for projects. Interior Designer: Develop compelling interior visualizations for residential or commercial spaces. 3D Artist: Work in the gaming or animation industry, creating 3D models and environments. Visualization Specialist: Provide visualization services for real estate, marketing, or design agencies. Freelance Renderer: Offer your rendering services on a freelance basis to various clients. Why Choose Our Training? Personalized Coaching: Benefit from one-on-one training sessions conducted either Face to Face (SW96DE) or Live online, ensuring a tailored experience with practicing architects and designers. Flexible Hours: Our training is available Monday to Saturday from 9 am to 7 pm, accommodating your schedule for a seamless learning experience. Tailored Tutorials: Take advantage of custom video tutorials designed specifically for you, providing additional resources to enhance your learning journey. Comprehensive Reference: Receive a digital reference book to support thorough revision, ensuring a comprehensive understanding of each concept covered. Ongoing Support: Enjoy free and continuous support via phone or email even after the course concludes, ensuring your success beyond the classroom. Adaptable Syllabus: We customize the syllabus and projects to meet your specific needs, ensuring a focused learning experience on what matters most to you. Official Certification: Receive a certificate upon completing your course, recognizing your achievement in mastering the content. Why Us? Individualized Learning Support: Our courses, ranging from 10 hours to 120 hours Diploma training Courses, provide consistent support. With personalized assignments and post-course assistance, we guide you towards mastering software with dedicated help. Personal Attention, No Crowds: Say goodbye to crowded classrooms. Experience the intimacy of one-on-one learning, ensuring you receive the focused attention necessary for a confident and comfortable learning environment. Financial Flexibility: We understand the financial aspects of education. We offer various payment plans tailored to your needs, making your learning journey accessible and affordable. Expert Instructors, Real-world Knowledge: Our instructors are industry experts chosen for their extensive knowledge and teaching passion. Dedicated to imparting invaluable skills, they provide real-world insights to anyone eager to learn.

SketchUp - Rendering with V-Ray Course
Delivered in London or OnlineFlexible Dates
£259.20

Microsoft Word Intermediate - In-company (now with live online classes)

By Microsoft Office Training

Course Objectives At the end of this course you will be able to: Customise tables and charts Customise formatting with styles and themes Modify pictures in a document Create customised graphic elements Insert content using Quick Parts Control text flow Use templates to automate document creation Perform mail merges Use macros to automate common tasks '1 year email support service Take a look at the consistent excellent feedback from our corporate clients visiting our site ms-officetraining co uk Customer Feedback Excelent enviroment for training. Tahnk you. Jenny Price - ACER ' With more than 20 years experience, we deliver courses on all levels of the Desktop version of Microsoft Office and Office 365; ranging from Beginner, Intermediate, Advanced to the VBA level. Our trainers are Microsoft certified professionals with a proven track record with several years experience in delivering public, one to one, tailored and bespoke courses. Our competitive rates start from £550.00 per day of training Tailored training courses: You can choose to run the course exactly as they are outlined by us or we can customise it so that it meets your specific needs. A tailored or bespoke course will follow the standard outline but may be adapted to your specific organisational needs. Working with Tables and Charts Sort Table Data Control Cell Layout Perform Calculations in a Table Create a Chart Customising Formats Using Styles and Themes Create and Modify Text Styles Create Custom List or Table Styles Apply Document Themes Using Images in a Document Resize an Image Adjust Image Appearance Integrate Pictures and Text Insert and Format Screenshots Use the Snipping tool Creating Custom Graphic Elements Create Text Boxes and Pull Quotes Draw Shapes Add WordArt and Other Text Effects Create Complex Illustrations with SmartArt Inserting Content Using Quick Parts Insert Building Blocks Create and Modify Building Blocks Insert Fields Using Quick Parts Controlling Text Flow Control Paragraph Flow Insert Section Breaks Insert Columns Link Text Boxes to Control Text Flow Using Templates Create a Document Using a Template Create a Template Using Mail Merge The Mail Merge Features Merge Envelopes and Labels Create a Data Source Using Word Using Macros Automate Tasks Using Macros Create a Macro Who is this course for? Who is this course for? This course is designed for users who to create or modify complex business documents as well as customised Word efficiency tools Requirements Requirements Preferably, delegates should have attended the Word Introduction course. Career path Career path Microsoft Office know-how can instantly increase your job prospects as well as your salary. 80 percent of job openings require spreadsheet and word-processing software skills Certificates Certificates Certificate of completion Digital certificate - Included

Microsoft Word Intermediate - In-company (now with live online classes)
Delivered in London or UK Wide or OnlineFlexible Dates
£650

Twinmotion Training Course

By ATL Autocad Training London

Who is this course for? Twinmotion Training Course. The Twinmotion course is designed for architects, interior designers and urban planners. Learn how to create architectural visualizations and real-time animations. Students interested in exploring the world of architectural rendering and visualization using Twinmotion software. Click here for more info: Website Duration: 10 hours Approach: 1-on-1 training with tailored content. Schedule: Book a time that suits you, Mon to Sat, from 9 am to 7 pm, and create your own schedule. Course Outline for Twinmotion Real-time 3D Architecture Visualization: Module 1: Twinmotion Introduction Explore the real-time 3D visualization capabilities of Twinmotion Master efficient scene manipulation through the Twinmotion interface Prepare 3D files for import and manage the workflow effectively Module 2: Materials and Realism Enhancement Enhance scenes with realistic materials and elevate visual quality Utilize videos as materials and apply glowing effects Create grunge materials to add texture and realism Employ the X-ray material for specific visualization needs Module 3: Landscape and Vegetation Integration Integrate vegetation using Twinmotion's scatter, HQ trees, and growth features Customize grass and utilize HQ vegetation assets for realistic landscapes Create time-lapse effects for dynamic vegetation growth Module 4: Library and Object Management Access the Twinmotion library for furniture and objects Seamlessly import external 3D objects into your scenes Obtain high-quality 3D assets from the internet and add them to your user library Utilize BIM-objects for additional assets Module 5: Lighting and Animation Techniques Work with various lighting options, including area light and volumetric light, to enhance scenes Add animated characters and vehicles to infuse dynamism into your visuals Incorporate construction vehicles and aircraft for realistic scenes Module 6: Volumes and Interactive Elements Utilize volumes and the animator feature to create dynamic scenes Implement urban elements and measurement tools for precision and accuracy Module 7: Nature and Weather Effects Utilization Harness Twinmotion's nature features, such as physical sky and weather effects, to create lifelike outdoor scenes Establish realistic lighting for outdoor environments Add ocean effects to enhance water elements in your scenes Module 8: Advanced Rendering Techniques Master rendering processes, from creating images to exporting panoramas and animations Implement depth of field improvements to create visually captivating scenes Create BIM motion virtual reality phases for immersive experiences Utilize the Twinmotion presenter feature for seamless presentations Module 9: Final Project Apply acquired knowledge and skills to complete a final rendering project in Twinmotion Download Twinmotion https://www.twinmotion.com â€º download Learn how to download and install Twinmotion, the fast, easy real-time archvis tool. Learning Outcomes of Real-Time Rendering: Efficient Scene Creation: Rapid development of immersive 3D environments using essential tools and techniques. Realistic Material Application: Expertise in applying authentic textures and shaders for visually convincing scenes. Dynamic Lighting: Understanding dynamic lighting effects for visually compelling, realistic scenes. Interactive Elements: Integration of animations and dynamic objects for engaging user experiences. Performance Optimization: Optimizing assets and scenes for smooth real-time rendering across diverse hardware. Library Utilization: Efficient use of asset libraries to enhance scene complexity without compromising performance. Visual Effects: Application of weather conditions, particle systems, and post-processing effects for stunning environments. Collaborative Rendering: Mastering real-time collaborative rendering techniques for teamwork and live interactions. Future Trends in Real-Time Rendering: Ray Tracing Advancements: Real-time ray tracing for realistic lighting, shadows, and reflections. AI-Powered Rendering: AI-driven predictive rendering for faster, high-quality outcomes. Immersive Experiences: Real-time rendering enabling immersive simulations in gaming, education, and architecture. Cross-Platform Compatibility: Seamless experiences across devices, from gaming consoles to VR headsets. Blockchain Integration: Blockchain tech ensuring asset authenticity and ownership verification. Real-Time Cinematography: Revolutionizing film and animation with efficient real-time visual effects. Environmental Sustainability: Focus on energy-efficient algorithms for reduced environmental impact. Collaborative Design: Real-time rendering facilitating interactive design reviews and creative collaboration. Twinmotion Course: Expertise in Real-Time Visualization: Develop mastery in Twinmotion, enabling the creation of captivating architectural environments in real-time. Improved Design Communication: Enhance concept communication by utilizing dynamic visualizations, elevating the quality of design presentations. Access to High-Quality Assets: Utilize an extensive library of premium assets to enrich scenes, adding realism and creativity to your projects. Crafting Lifelike Environments: Learn to create realistic landscapes, water effects, weather conditions, and special effects, providing immersive and lifelike experiences. Flexible Learning Options: Choose between in-person or live online sessions, ensuring a personalized and convenient learning experience tailored to your needs. Lifetime Access and Support: Benefit from perpetual access to lesson recordings and receive continuous support through lifetime email assistance, allowing you to stay connected with knowledgeable instructors for ongoing guidance. Course Advantages: Mastery of Real-Time Visualization: Acquire expertise in Twinmotion for creating captivating architectural environments. Enhanced Design Communication: Improve concept communication through dynamic visualizations, elevating design presentations. Abundant High-Quality Assets: Utilize an extensive library of top-notch assets, enriching scenes with realism and creativity. Creation of Lifelike Environments: Craft realistic landscapes, water effects, weather conditions, and special effects for immersive experiences. Flexible Learning Options: Choose between in-person or live online sessions, ensuring a personalized and convenient learning experience. Lifetime Access and Support: Enjoy perpetual access to lesson recordings and receive continuous support through lifetime email assistance, staying connected with knowledgeable instructors.

Twinmotion Training Course
Delivered in London or OnlineFlexible Dates
£396

Architecture Tutor One to One

By Real Animation Works

Face to Face customised and bespoke.

Architecture Tutor One to One
Delivered in London or OnlineFlexible Dates
£380