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

1575 Cloud courses delivered Online

Fundamentals Of Object-Oriented Programming: Java and IntelliJ

By Packt

This course introduces you to the paradigm and features of object-oriented programming using Java, an object-oriented language popular in the industry and IntelliJ. The course entails modeling objects and classes, object-oriented facilities like inheritance and polymorphism, native data structures, exception handling, file management, and streams.

Fundamentals Of Object-Oriented Programming: Java and IntelliJ
Delivered Online On Demand6 hours 39 minutes
£41.99

VMware vSphere: Install, Configure, Manage [v7.0]

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for Software Engineers Senior Software Engineers Java Developers DevOps Engineers Software Developers .NET Developers Systems Engineers Full Stack Developers Full Stack Java Developers Data Scientists Overview By the end of the course, you should be able to meet the following objectives: Describe the software-defined data center (SDDC) Explain the vSphere components and their function in the infrastructure Install and configure VMware ESXi™ hosts Deploy and configure VMware vCenter Server Appliance™ Use VMware vSphere Client™ to manage the vCenter Server inventory and the vCenter Server configuration Manage, monitor, back up, and protect vCenter Server Appliance Create virtual networks with vSphere standard switches Describe the storage technologies supported by vSphere Configure virtual storage using iSCSI and NFS storage Create and manage VMware vSphere VMFS datastores Use the vSphere Client to create virtual machines, templates, clones, and snapshots Create a content library and deploy virtual machines from templates in the library Manage virtual machine resource use Migrate virtual machines with VMware vSphere vMotion and VMware vSphere Storage vMotion Create and manage a vSphere cluster that is enabled with VMware vSphere High Availability and VMware vSphere Distributed Resource Scheduler™ Discuss solutions for managing the vSphere life cycle Use VMware vSphere Update Manager™ to apply patches and perform upgrades to ESXi hosts and virtual machines This five-day course features intensive hands-on training that focuses on installing, configuring, and managing VMware vSphere© 7, which includes VMware ESXi? 7 and VMware vCenter Server© 7. This course prepares you to administer a vSphere infrastructure for an organization of any size. This course is the foundation for most of the other VMware technologies in the software-defined data center Course Introduction Introductions and course logistics Course objectives Introduction to vSphere and the Software-Defined Data Center Explain basic virtualization concept Describe how vSphere fits into the software-defined data center and the cloud infrastructure Explain how vSphere interacts with CPUs, memory, networks, and storage Recognize the user interfaces for accessing the vCenter Server system and ESXi hosts Use VMware Host Client? to access and manage ESXi host Virtual Machines Create and remove a virtual machine Provision a virtual machine with virtual devices Identify the files that make up a virtual machine Explain the importance of VMware Tools vCenter Server Describe the vCenter Server architecture Discuss how ESXi hosts communicate with vCenter Server Deploy and configure vCenter Server Appliance Use the vSphere Client to manage the vCenter Server inventory Add data center, organizational objects, and hosts to vCenter Server Use roles and permissions to enable users to access objects in the vCenter Server inventory Back up vCenter Server Appliance Monitor vCenter Server tasks, events, and appliance health Use vCenter Server High Availability to protect a vCenter Server Appliance Configuring and Managing Virtual Networks Create and manage standard switches Describe the virtual switch connection types Configure virtual switch security, traffic-shaping and load-balancing policies Compare vSphere distributed switches and standard switches Configuring and Managing Virtual Storage Identify storage protocols and storage device types Discuss ESXi hosts using iSCSI, NFS, and Fibre Channel storage Create and manage VMFS and NFS datastores Explain how multipathing works with iSCSI, NFS, and Fibre Channel storage Deploy virtual machines on a VMware vSAN? datastore Virtual Machine Management Use templates and cloning to deploy new virtual machines Modify and manage virtual machines Create a content library and deploy virtual machines from templates in the library Dynamically increase the size of a virtual disk Use customization specification files to customize a new virtual machine Perform vSphere vMotion and vSphere Storage vMotion migrations Create and manage virtual machine snapshots Examine the features and functions of VMware vSphere© Replication? Resource Management and Monitoring Discuss CPU and memory concepts in a virtualized environment Describe what overcommitment of a resource means Describe methods for optimizing CPU and memory usage Use various tools to monitor resource use Create and use alarms to report certain conditions or events vSphere Clusters Describe options for making a vSphere environment highly available Explain the vSphere HA architecture Configure and manage a vSphere HA cluster Examine the features and functions of VMware vSphere© Fault Tolerance Configure a vSphere cluster using ESXi Cluster Quickstart Describe the functions of a vSphere DRS cluster Create a vSphere DRS cluster vSphere Lifecycle Management Describe how VMware vSphere© Lifecycle Manager? works Use vSphere Lifecycle Manager to update ESXi hosts in a cluster Additional course details:Notes Delivery by TDSynex, Exit Certified and New Horizons an VMware Authorised Training Centre (VATC) Nexus Humans VMware vSphere: Install, Configure, Manage [v7.0] 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 vSphere: Install, Configure, Manage [v7.0] 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 vSphere: Install, Configure, Manage [v7.0]
Delivered OnlineFlexible Dates
Price on Enquiry

DevOps for networking engineers

5.0(3)

By Systems & Network Training

Network DevOps course description This course is not a soft skills course covering the concepts of DevOps but instead concentrates on the technical side of tools and languages for network DevOps. Particular technologies focussed on are ansible, git and Python enabling delegates to leave the course ready to starting automating their network. Hands on sessions follow all major sections. More detailed courses on individual aspects of this course are available. What will you learn Evaluate network automation tools. Automate tasks with ansible. Use git for version control. Use Python to manage network devices. Use Python libraries for network devices. Network DevOps course details Who will benefit: Administrators automating tasks. Prerequisites: TCP/IP Foundation Duration 5 days Network DevOps course contents What is DevOps Programming and automating networks, networks and clouds, AWS, OpenStack, SDN, DevOps for network operations. Initial configuration Configuring SSH, ZTP, POAP. Hands on Initial lab configuration. Getting started with ansible The language, the engine, the framework. Uses of ansible, orchestration. The architecture, Controlling machines, nodes, Agentless, SSH, modules. Configuration management, inventories, playbooks, modules, roles. Hands on Installing ansible, running ad hoc commands. Ansible playbooks ansible-playbook, YAML, plays, tasks, handlers, modules. Playbook variables. Register module, debug module. Hands on Running playbooks. Ansible Inventories /etc/ansible/hosts, hosts, groups, static inventories, dynamic inventories. Inventory variables, external variables. Limiting hosts. Hands on Static inventories, variables in inventory files. Ansible modules for networking Built in modules, custom modules, return values. Core modules for network operations. Cisco and/or Juniper modules. ansible_connection. Ansible 2.6 CLI. Hands on Using modules. Ansible templating and roles aConfiguration management, full configurations, partial configurations. The template module, the assemble module, connection: local, Jinja2 templates, variables, if, for, roles. Hands on Generating multiple configurations from a template. Network programming and modules Why use Python? Why use ansible? alternatives, ansible tower, Linux network devices. Programming with Python Python programming Functions. Classes, objects and instances, modules, libraries, packages. Python strings, Python file handling, pip list, pip instal. Hands on Python programming with pyping. More Python programming Functions. Classes, objects and instances, modules, libraries, packages. Python strings, Python file handling, pip list, pip install. Hands on Python programming with pyping. Git Distributed version control, repositories, Git and GitHub, Alternatives to GitHub, Installing git, git workflows, creating repositories, adding and editing files, branching and merging, merge conflicts. Hands on working with Git. Python and networking APIs, Sockets, Telnetlib, pysnmp, ncclient, ciscoconfparse. Paramiko SSH and Netmiko Integrating Python and network devices using SSH. Netmiko, Netmiko methods. Hands on Netmiko. NAPALM What is NAPALM, NAPALM operations, getters, Replace, merge, compare, commit, discard. Hands on Configuration with NAPALM. Integrating ansible and NAPALM. Python and REST REST APIs, enabling the REST API. Accessing the REST API with a browser, cURL, Python and REST, the request library. Hands on Using a REST API with network devices.

DevOps for networking engineers
Delivered in Internationally or OnlineFlexible Dates
£3,697

Network automation for engineers

5.0(3)

By Systems & Network Training

Network automation course description This course is not a soft skills course covering the concepts of DevOps but instead concentrates on the technical side of tools and languages for network DevOps. Particular technologies focussed on are ansible, git and Python enabling delegates to leave the course ready to starting automating their network. Hands on sessions follow all major sections. More detailed courses on individual aspects of this course are available. What will you learn Evaluate network automation tools. Automate tasks with ansible. Use git for version control. Use Python to manage network devices. Use Python libraries for network devices. Network automation course details Who will benefit: Network engineers. Prerequisites: TCP/IP foundation for engineers. Duration 5 days Network automation course contents What is DevOps Programming and automating networks, networks and clouds, AWS, OpenStack, SDN, DevOps for network operations. Initial configuration Configuring SSH, ZTP, POAP. Hands on Initial lab configuration. Getting started with ansible The language, the engine, the framework. Uses of ansible, orchestration. The architecture, Controlling machines, nodes, Agentless, SSH, modules. Configuration management, inventories, playbooks, modules, roles. Hands on Installing ansible, running ad hoc commands. Ansible playbooks ansible-playbook, YAML, plays, tasks, handlers, modules. Playbook variables. Register module, debug module. Hands on Running playbooks. Ansible Inventories /etc/ansible/hosts, hosts, groups, static inventories, dynamic inventories. Inventory variables, external variables. Limiting hosts. Hands on Static inventories, variables in inventory files. Ansible modules for networking Built in modules, custom modules, return values. Core modules for network operations. Cisco and/ or Juniper modules. ansible_connection. Ansible 2.6 CLI. Hands on Using modules. Ansible templating and roles Configuration management, full configurations, partial configurations. The template module, the assemble module, connection: local, Jinja2 templates, variables, if, for, roles. Hands on Generating multiple configurations from a template. Network programming and modules Why use Python? Why use ansible? alternatives, ansible tower, Linux network devices. Programming with Python Scripting versus application development, Python interactive mode, Python scripts, Python 2.7 vs Python 3. A simple Python script. Variables, loops, control statements, operators. PEP style guide. Python IDEs. Hands on Simple Python programs. More Python programming Functions. Classes, objects and instances, modules, libraries, packages. Python strings, Python file handling, pip list, pip install, Hands on Python programming with pyping. Git Distributed version control, repositories, Git and GitHub, Alternatives to GitHub, Installing git, git workflows, creating repositories, adding and editing files, branching and merging, merge conflicts. Hands on working with Git. Python and networking APIs, Sockets, Telnetlib, pysnmp, ncclient, ciscoconfparse. Paramiko SSH and Netmiko Integrating Python and network devices using SSH. Netmiko, Netmiko methods. Hands on Netmiko. PyEZ Juniper, NETCONF, installing PyEZ, a first pyEZ script, pyEZ configuration management. Hands on Juniper configuration management with pyEZ. NAPALM What is NAPALM, NAPALM operations, getters, Replace, merge, compare, commit, discard. Hands on Configuration with NAPALM. Integrating ansible and NAPALM. Python and REST REST APIs, enabling the REST API. Accessing the REST API with a browser, cURL, Python and REST, the request library. Hands on Using a REST API with network devices.

Network automation for engineers
Delivered in Internationally or OnlineFlexible Dates
£3,697

Understanding Microservices | A Technical Overview (TT7050)

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for This overview-level course is ideally suited for professionals seeking an introduction to microservices architecture and its application within a business context. Ideal attendee roles include software developers, system architects, technical managers, and IT professionals who are part of teams transitioning to a microservices approach. It's also an excellent starting point for non-technical roles such as product owners or business analysts who work closely with technical teams and want to better understand and become conversant in the language and principles of microservices. Overview This course combines engaging instructor-led presentations and useful demonstrations with engaging group activities. Throughout the course you'll explore: Understand the Basics of Microservices: Get to know the fundamental principles and characteristics of microservices and how they revolutionize traditional software development approaches. Explore the Design of Microservices: Gain an overview of how microservices are designed based on business requirements and what makes them unique in the software architecture world. Overview of Managing and Scaling Microservices: Get an introduction to how microservices are managed and scaled independently, and understand the significance of these features in your business operations. Familiarize with the Microservices Ecosystem: Learn about the typical patterns, best practices, and common pitfalls in the microservices world, setting a foundation for future learning and implementation. Introduction to Microservices in a Business Context: Acquire a basic understanding of how microservices can be aligned with specific business capabilities, and get a glimpse into how they can coexist with legacy systems in a business setting. Microservices have rapidly emerged as a popular architectural style, breaking down applications into small, independent services that can be developed, deployed, and scaled individually. Microservices offer a robust method to address a variety of projects, such as e-commerce platforms and content management systems, enhancing scalability and boosting productivity. This technology, when employed correctly, can greatly increase software delivery speed and system resilience, making it a crucial skill set for modern technology professionals.Understanding Microservices - A Technical Overview is a one-day course ideally suited for technical professionals seeking an introduction to microservices architecture and its application within a business context. Under the guidance of an industry expert, this engaging class combines lecture-style learning with lively demonstrations, case study review and group discussions.Throughout the course you?ll explore the principles and characteristics that define microservices, how to identify suitable projects for a microservices approach, the factors to consider when designing them, and the strategies to effectively manage and scale them within complex systems. You?ll also learn about the best practices, patterns, and anti-patterns, arming you with the knowledge to make the right architectural choices. This course also explores the real-world implementation of microservices in a business enterprise. We'll discuss how to align the application of microservices with your organization's specific business capabilities, and offer strategies for smoothly integrating this technology within existing legacy systems. Introduction to Microservices Understand what microservices are and their role in modern software development. Introduction to Microservices: what they are and why they matter. Monolithic vs Microservices: highlighting the shift and benefits. Key principles and characteristics of microservices. Identifying suitable applications for microservices transformation. Demo: Analyzing a sample application and identifying potential microservices Architecting and Managing Microservices Learn the basic strategies for scaling and managing microservices. Scaling Microservices: from a single service to hundreds. Key components of a microservices architecture. Introduction to resilience patterns: Circuit-Breakers and Bulkheads. Load management and provisioning in a microservices setup. Understanding the role of cloud services in microservices. Optional Demo: Illustrating how a microservice-based application scales in real-time Designing Microservices Learn the key aspects to consider when designing microservices. Defining microservice boundaries: Deciding the scope of a microservice. Communication patterns in microservices. Understanding Microservice endpoints. Exploring data stores and transaction boundaries in microservices. Overcoming challenges in Microservices design. Demo: Designing microservices for a hypothetical business requirement Implementing Microservices in a Business Enterprise Understand the process and considerations for implementing microservices in an enterprise context. Assessing enterprise readiness for microservices. Building the business case for microservices: strategic advantages and potential challenges. Aligning microservices with business capabilities. Organizational changes: Team structures and processes for microservices. Dealing with Legacy Systems: Strategies for microservices integration. Demo: Exploring a case study of successful microservices implementation in a business enterprise The Microservices Ecosystem Understand the key tools and best practices in the Microservices ecosystem. Understanding the typical Microservices Stack. Monitoring and Logging in Microservices. Introduction to Docker: Containerization of Microservices. Deployment strategies in a Microservices setup. Introduction to Orchestration in Microservices Demo: Containerizing and deploying a simple microservice Microservices Deployment Strategies Understand various ways to safely introduce changes in a microservices environment. The concept of Blue-Green Deployment: changing services without downtime. Canary Releases and Feature Toggles: slowly rolling out changes to users. Database changes in a microservices environment: keeping data consistent. Demo: Examining various deployment strategies Microservices Best Practices and DevOps Learn key strategies to ensure a smooth operation of your microservices setup. The DevOps culture in Microservices: collaboration for efficiency. Defining a Minimum Viable Product in a Microservices setup: building small, delivering fast. Dealing with data in a distributed setup: managing Data Islands. The importance of Continuous Integration/Continuous Delivery in a microservices setup. Governance: Keeping track of your services and their consumers. Demo: Visualizing a simple continuous delivery pipeline Microservices Patterns and Anti-Patterns Learn about common do's and don'ts when working with microservices. Understanding patterns that help with efficient microservices operation. Recognizing and avoiding anti-patterns that can hinder performance. Dealing with common challenges: dependencies between services, managing service boundaries. Demo: Examples of real-world patterns and anti-patterns Simple Overview of OAuth and OpenID for Microservices Introduction to OAuth and OpenID: What they are and why they matter in Microservices. The role of tokens in OAuth 2.0: How they help in securing communications. A simplified look at OpenID Connect: Linking identities across services. Demo

Understanding Microservices | A Technical Overview  (TT7050)
Delivered OnlineFlexible Dates
Price on Enquiry

Adobe Photoshop, Illustrator and Graphic Design Bundle Course

4.7(160)

By Janets

Register on the Adobe Photoshop, Illustrator and Graphic Design Bundle Course today and build the experience, skills and knowledge you need to enhance your professional development and work towards your dream job. Study this course through online learning and take the first steps towards a long-term career. The course consists of a number of easy to digest, in-depth modules, designed to provide you with a detailed, expert level of knowledge. Learn through a mixture of instructional video lessons and online study materials. Receive online tutor support as you study the course, to ensure you are supported every step of the way. Get a certificate as proof of your course completion. The Adobe Photoshop, Illustrator and Graphic Design Bundle Course course is incredibly great value and allows you to study at your own pace. Access the course modules from any internet-enabled device, including computers, tablets, and smartphones. The course is designed to increase your employability and equip you with everything you need to be a success. Enrol on the now and start learning instantly! What You Get With The Adobe Photoshop, Illustrator and Graphic Design Bundle Course course Receive a digital certificate upon successful completion of the course Get taught by experienced, professional instructors Study at a time and pace that suits your learning style Get instant feedback on assessments 24/7 help and advice via email or live chat Get full tutor support on weekdays (Monday to Friday) Course Design The course is delivered through our online learning platform, accessible through any internet-connected device. There are no formal deadlines or teaching schedules, meaning you are free to study the course at your own pace. You are taught through a combination of Video lessons Online study materials Certification After the successful completion of the final assessment, you will receive a CPD-accredited certificate of achievement. The PDF certificate is for £9.99, and it will be sent to you immediately after through e-mail. You can get the hard copy for £15.99, which will reach your doorsteps by post. Who Is This Course For: The course is ideal for those who already work in this sector or are aspiring professionals. This course is designed to enhance your expertise and boost your CV. Learn key skills and gain a professional qualification to prove your newly-acquired knowledge. Requirements: The online training is open to all students and has no formal entry requirements. To study the Adobe Photoshop, Illustrator and Graphic Design Bundle Course course, all you need is a passion for learning, A good understanding of English, numeracy, and IT skills. You must also be over the age of 16. Course Content Adobe Photoshop Getting Started Introduction 00:15:00 The Photoshop CS3 Screen 00:15:00 File Management Basics 00:30:00 Modifying Your Photoshop Layout 00:30:00 Getting Help 00:30:00 Exploring Photoshop Introduction to the Photoshop Toolbox 01:00:00 Using Tool Presets 00:15:00 Introduction to the Photoshop Palettes 00:30:00 Getting Started 00:15:00 Printing your Image 00:15:00 Images and Color Understanding Digital Images 00:30:00 Image Size and Resolution 01:00:00 Working with Your Canvas 00:30:00 Working with Color 01:00:00 Working with Color Tools 00:30:00 Image Basics Making Selections 01:00:00 Manipulating Selections 01:00:00 Editing with Selections 00:15:00 Adjusting Your Image 00:30:00 Basic Editing Tools 00:15:00 Adobe Illustrator Illustrator Course Outline 00:02:00 The Power of Adobe illustrator 00:01:00 Achieve the best learning experience 00:02:00 Illustrator Fundamentals & Basics Illustrator Documents 00:04:00 Ilustrator workspaces & Properties Panel 00:13:00 Artboards 00:13:00 Illustrator Navigation & zooming 00:09:00 Illustrator Prefrences & Settings 00:12:00 Illustrator Basic geometric shapes 00:16:00 Illustrator Transformation & Rotation (resized) 00:12:00 Illustrator Pathfinder & shape builder tool 00:11:00 Illustrator Selection tools & methods 00:09:00 Grouping elements in illustrator 00:06:00 illustrator Layers & Arranging elements 00:08:00 Illustrator Align & distribute panel 00:04:00 Illustrator Gudies, Grids & Rulers 00:11:00 Excercise (layers, selection, pathfinder, guides, coloring, Artboards) 00:17:00 Colors, Appearance & Graphic Styles in Illustrator Illustrator Stroke Panel 00:09:00 Illsutrator color panels ( color, swatches, themes, guide) 00:19:00 Illustrator Gradiant colors panel 00:13:00 Illustrator Appearane & Graphic style panels 00:09:00 Illustrator effects 00:14:00 Exercise (Appearance, Graphic Style, Gradients, strokes) 00:09:00 Drawing Tools & Techniques Illustrator pencil tool 00:07:00 Illustrator Brush tool 00:04:00 Drawing modes & blob brush tool 00:17:00 Illustrator Pen Tools 00:14:00 Illustrator curvature tool 00:06:00 Pen Tools & curvature tool exercise 00:18:00 Illustrator drawing modifying tools 00:14:00 illustrator Transform & Liquify tools 00:10:00 illustrator puppet warp tool 00:04:00 illustrator envelope distort1 00:07:00 Drawing Symmetric Shapes 00:09:00 Drawing Concentric Symmetrical design 00:11:00 Illustrator Clipping Masks 00:11:00 Illustrator Opacity Masks 00:08:00 illustrator live paint bucket tool 00:09:00 Recolor Artwork 00:09:00 Exercise Complex Drawing 00:09:00 Illustrator Complex Drawing techniques explained 00:15:00 Illustrator Brushes Illustrator Art Brushes 00:14:00 Illustrator Scatter Brush 00:10:00 illustrator Bristle Brush1 00:08:00 Illustrator Calligraphic brush 00:10:00 Illustrator Pattern brush 00:08:00 Illustrator Images brushes 00:09:00 Exercise (Brushes) 00:03:00 Design With images in illustrator handling images in illustrator1 00:16:00 images modifications before tracing 00:06:00 Tracing images in illustrator 00:13:00 Enhancing traced Vectors & coloring hints 00:07:00 Exercise (Images) 00:03:00 Typography in Illustrator Illustrator Typography Anatomy & Character control 00:15:00 illustrator Paragraphes control 00:12:00 Illustrator Chracter & paragraph styles panels 00:11:00 Illustrator Fonts (Filtering, Variable, glyphs, stylistic sets, open type panel, svg) 00:16:00 illustrator Touch type tool 00:02:00 Illustrator type on a path tools 00:07:00 Clipping Typography Masks 00:04:00 Illustrator Typography Art directions & trending visual effects 00:15:00 illustrator type envlope distort 00:04:00 illustrator text wrap- 00:02:00 Exercise (Typography Composition) 00:03:00 Illustrator Advanced Techniques & Tricks Illustrator blend tool 00:10:00 illustrator perspective drawing 00:12:00 67 Illustrator Symbols- 00:12:00 Creating Patterns in Illustrator 00:09:00 illustrator Graphs 00:15:00 illustrator gradiant mesh 00:08:00 Exporting & Finalizing Artwork in illustrator exporting illustrator files & save for web 00:07:00 Preparing & exporting illustrator file for printing 00:07:00 Illustrator Asset Export panel 00:02:00 Creative cloud & libraries 00:07:00 Illustrator export for screens, save for web & Archiving files 00:09:00 Graphic Design Section 01 Week 1: Lesson 1 00:56:00 Week 1: Lesson 2 01:00:00 Week 2: Lesson 1 01:03:00 Week 2 : Lesson 2 01:03:00 Week 3: Lesson 1 01:01:00 Week 3: Lesson 2 01:00:00 Week 4: Lesson 1 00:51:00 Week 4: Lesson 2 01:01:00 Section 02: Week 1: Lesson 1 00:50:00 Week 1: Lesson 2 01:00:00 Week 2: Lesson 1 00:56:00 Week 2: Lesson 2 00:59:00 Week 3: Lesson 1 01:00:00 Week 3: Lesson 2 01:05:00 Week 4: Lesson 1 00:51:00 Week 4: Lesson 2 01:01:00 Section 03: Week 1: Lesson 1 00:44:00 Week 1: Lesson 2 00:58:00 Week 2: Lesson 1 00:54:00 Week 2: Lesson 2 00:47:00 Week 3: Lesson1 00:51:00 Week 3: Lesson 2 00:00:00 Week 4: Lesson 1 00:06:00 Week 4: Lesson 2 01:03:00 Resources Resources - Adobe Photoshop, Illustrator and Graphic Design Bundle Course 00:00:00 Assignment Assignment - Adobe Photoshop Illustrator and Graphic Design Bundle Course 00:00:00

Adobe Photoshop, Illustrator and Graphic Design Bundle Course
Delivered Online On Demand43 hours
£25

ASP.NET Core - SOLID and Clean Architecture (.NET 5 and Up)

By Packt

This comprehensive .NET Core course will provide a strong foundation in clean architecture, SOLID principles, and help implement the CQRS and Mediator patterns. You will also learn to build and consume APIs in a Blazor WebAssembly application. The course content is fully compatible with .NET 6 and .NET 7, ensuring you are up-to-date with the latest version.

ASP.NET Core - SOLID and Clean Architecture (.NET 5 and Up)
Delivered Online On Demand10 hours 3 minutes
£41.99

Sales Consultant - CPD Accredited

4.5(3)

By Studyhub UK

Do you want to prepare for your dream job but strive hard to find the right courses? Then, stop worrying, for our strategically modified Sales & Marketing bundle will keep you up to date with the relevant knowledge and most recent matters of this emerging field. So, invest your money and effort in our 37 course mega bundle that will exceed your expectations within your budget. The Sales & Marketing related fields are thriving across the UK, and recruiters are hiring the most knowledgeable and proficient candidates. It's a demanding field with magnitudes of lucrative choices. If you need more guidance to specialise in this area and need help knowing where to start, then StudyHub proposes a preparatory bundle. This comprehensive Sales & Marketing bundle will help you build a solid foundation to become a proficient worker in the sector. This Sales & Marketing Bundle consists of the following 30 CPD Accredited Premium courses - Course 01 :Sales Executive Training Course 02 :10 Sales Secrets for Success Course 03 :Creating Highly Profitable Sales Funnels Course 04 :Salesforce Heroku Masterclass Course 05 :Sales Analysis in Excel Course 06 :Get a Job in Sales: Your Fast Track to Career Success Course 07 :Marketing Masterclass Course 08 :Sales: Reading Body Language As A Sales Tool Course 09 :Professional Marketing and Advertising Complete Online Course Course 10 :Building Sales Funnels With ClickFunnels Course 11 :Sales Optimization Skills: Increase Your Sales by 1000% Course 12 :Business Development & Sales Course 13 :Digital Marketing Diploma Level 3 Course 14 :Digital Marketing Strategies for Business Owners Course 15 :Affiliate Marketing Masterclass Course 16 :SEO Masterclass Course 17 :Professional Copywriter - Level 4 Course 18 :Social Media Marketing (SMM) Course 19 :LinkedIn Marketing & Sales Lead Generation Blueprint Course 20 :Facebook Ads For Scaling Business - Complete Training Course 21 :Content Creation & Content Marketing Course 22 :Digital Marketing - Business Tips Course 23 :Digital Marketing and SEO Course 24 :Investment Basics Course 25: Making Budget & Forecast Course 26: Retargeting Ads Guide - How Retargeting Works Course 27: Customer Service Course 28: Business Productivity Training Course 29: Commercial law Course 30: Body Language Secrets 7 Extraordinary Career Oriented courses that will assist you in reimagining your thriving techniques- Course 01 :Career Development Plan Fundamentals Course 02 :CV Writing and Job Searching Course 03 :Interview Skills: Ace the Interview Course 04 :Video Job Interview for Job Seekers Course 05 :Create a Professional LinkedIn Profile Course 06 :Business English Perfection Course Course 07 :Networking Skills for Personal Success Learning Outcome This tailor-made Sales & Marketing bundle will allow you to- Uncover your skills and aptitudes to break new ground in the related fields Deep dive into the fundamental knowledge Acquire some hard and soft skills in this area Gain some transferable skills to elevate your performance Maintain good report with your clients and staff Gain necessary office skills and be tech savvy utilising relevant software Keep records of your work and make a report Know the regulations around this area Reinforce your career with specific knowledge of this field Know your legal and ethical responsibility as a professional in the related field Develop a profound understanding of foundational sales techniques, incorporating both traditional and modern approaches. Hone and apply advanced interpersonal communication skills within diverse sales contexts, ensuring effective communication with clients from various backgrounds. Display active listening skills as a cornerstone of successful sales conversations, actively engaging with customers to uncover their unique needs and preferences. Cultivate expertise in building and nurturing enduring client relationships, appreciating the significance of long-term partnerships in the sales process. Master the art of crafting and employing strategic questions to extract comprehensive information from clients, facilitating personalised and effective sales interactions. Apply consultative selling methods to systematically understand and address client needs, promoting tailored solutions for enhanced customer satisfaction. Acquire an in-depth knowledge of the products and services offered, enabling the delivery of comprehensive and persuasive sales pitches. Proficiently handle objections and rejections through the application of advanced objection-handling techniques, turning challenges into opportunities. Articulate and execute sophisticated negotiation strategies, ensuring favourable outcomes for both the customer and the sales professional. Skillfully adapt and customise sales scripts to various situations, mastering the art of balancing consistency with flexibility. Develop and apply persuasive communication skills, strategically influencing buying decisions through compelling and tailored messaging. Deepen understanding of the psychology of buyer behaviour, allowing for insightful and anticipatory responses to customer needs and preferences. Analyse and interpret market trends and competitor activities, integrating market intelligence into sales strategies for a competitive edge. Utilise Customer Relationship Management (CRM) software proficiently, ensuring efficient management of client data and seamless coordination of sales activities. Create and deliver compelling sales presentations, incorporating elements of storytelling and visual aids for maximum impact. Enhance time management skills for the streamlined execution of sales processes, maximising productivity and prioritising high-value activities. Grasp the ethical principles governing sales interactions, fostering a reputation for integrity and trustworthiness in the marketplace. Develop a comprehensive understanding of the sales funnel, optimising each stage for heightened efficiency and conversion rates. Analyse and interpret sales data and metrics, leveraging analytical insights to refine sales strategies and improve performance. Master the use of sales forecasting techniques, accurately predicting market trends and aligning sales strategies accordingly. Refine cold calling and prospecting skills, employing advanced strategies to generate high-quality leads and opportunities. Harness social selling techniques across various platforms, capitalising on digital channels for enhanced outreach and relationship building. Develop a strategic approach to account management, tailoring sales strategies to the unique needs and goals of key clients. Establish and enhance a personal brand within the sales profession, cultivating a distinctive and memorable professional identity. Proficiently navigate both online and offline sales channels, integrating a multi-channel approach for maximised market reach. Implement advanced follow-up strategies, maintaining persistent yet personalised communication with potential clients to drive conversions. Develop a sophisticated understanding of the sales lifecycle, anticipating and addressing challenges at each stage for consistent success. Execute upselling and cross-selling strategies with finesse, leveraging existing relationships to expand product or service offerings. Navigate the legal and regulatory landscape of sales adeptly, ensuring compliance and mitigating risks in all transactions. Enhance relationship-building skills with key stakeholders, establishing mutually beneficial partnerships for sustained success. Master the integration of technology in sales, incorporating Artificial Intelligence tools for enhanced efficiency and effectiveness. Apply emotional intelligence principles in sales interactions, fostering empathetic and authentic connections with clients. Develop collaborative teamwork skills, facilitating cohesive efforts within sales teams for collective success. Demonstrate resilience and perseverance in the face of challenges, maintaining motivation and composure in dynamic sales environments. Adapt to changes in market conditions and customer needs, staying agile and responsive to evolving sales landscapes. Develop polished written communication skills for creating impactful proposals, emails, and other sales materials. Understand and apply principles of effective pricing strategies, ensuring competitive yet profitable positioning in the market. Cultivate expertise in solution-based selling, tailoring offerings to address specific customer challenges and goals. Demonstrate cultural sensitivity in international sales, adapting sales approaches to diverse cultural contexts. Apply techniques for objection prevention through proactive and strategic communication, anticipating and addressing concerns before they arise. Master the art of crafting and delivering compelling sales pitches, captivating audiences with persuasive narratives. Embrace the use of storytelling in sales presentations, creating memorable and relatable narratives to reinforce key messages. Exhibit proficiency in relationship-based selling, leveraging genuine connections for sustained customer loyalty. Develop and maintain accurate and insightful sales reports, utilising data for continuous improvement and informed decision-making. Recognise the critical role of networking in sales, expanding professional connections for enhanced opportunities. Refine skills in handling difficult customers and resolving complaints, ensuring customer satisfaction even in challenging situations. Utilise persuasive writing techniques in sales materials, creating compelling content that resonates with target audiences. Understand the impact of social and cultural factors on sales, adapting approaches to align with societal norms and expectations. Implement advanced negotiation and deal-closing techniques, ensuring mutually beneficial agreements for all parties involved. Apply basic financial analysis skills for sales forecasting, incorporating financial insights into strategic planning. Understand and apply the principles of value-based selling, aligning product or service offerings with customer values and priorities. Develop skills in objection prevention through effective communication, creating a positive and proactive sales environment. Proficiently navigate various online sales platforms and marketplaces, capitalising on digital channels for increased sales opportunities. Certification After studying the complete training you will be able to take the assessment. After successfully passing the assessment you will be able to claim all courses pdf certificates and 1 hardcopy certificate for the Title Course completely free. Other Hard Copy certificates need to be ordered at an additional cost of •8. CPD 370 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Develop proficiency in strategic account planning, ensuring a comprehensive and tailored approach to key accounts. Create and deliver compelling product demonstrations, showcasing features and benefits in a memorable and persuasive manner. Apply effective strategies for handling customer feedback, using feedback as a tool for continuous improvement. Understand the importance of brand loyalty in sales, implementing strategies to foster and reinforce customer loyalty. Develop skills in handling sales objections gracefully, turning objections into opportunities for further engagement. Demonstrate proficiency in using social media for sales outreach, harnessing the power of digital platforms for enhanced visibility. Apply effective strategies for handling and closing complex sales, navigating intricate sales processes with finesse. Master the use of analytics for optimizing sales strategies, leveraging data for data-driven decision-making. Understand the principles of value proposition development, crafting compelling value propositions that resonate with target customers. Develop skills in creating and maintaining a sales pipeline, ensuring a steady flow of opportunities for sustained growth. Apply effective strategies for handling customer objections and concerns, addressing customer hesitations with confidence. Demonstrate adaptability in changing sales environments, adjusting strategies to align with evolving market dynamics. Develop skills in identifying and qualifying sales leads, ensuring that efforts are focused on high-potential opportunities. Master the use of CRM data for targeted marketing, leveraging customer data for personalised and effective marketing strategies. Understand the principles of consultative selling, fostering collaborative and value-driven interactions with clients. Apply techniques for managing and resolving customer disputes, ensuring a positive and constructive resolution. Understand the legal and ethical considerations in sales, ensuring compliance and ethical conduct in all transactions. Master the use of storytelling in sales presentations, creating narratives that resonate and connect with customers. Implement effective strategies for upselling and cross-selling, increasing revenue through additional product or service offerings. Develop skills in creating persuasive sales proposals, compelling clients to take desired actions. Understand the principles of relationship marketing, prioritising long-term relationships over transactional interactions. Demonstrate proficiency in using social proof in sales, leveraging testimonials and endorsements for increased credibility. Master the art of objection-handling in sales negotiations, addressing objections with confidence and expertise. Apply effective strategies for upselling and cross-selling, expanding revenue streams through complementary offerings. Develop skills in managing and resolving customer disputes, ensuring customer satisfaction and loyalty. Understand the impact of cultural diversity on sales, adapting sales approaches to different cultural contexts. Learn effective ways to build credibility with clients, establishing trust as a foundation for successful sales relationships. Master the use of analytics for optimizing sales performance, leveraging data-driven insights for continuous improvement. Demonstrate proficiency in creating personalised sales strategies, tailoring approaches to individual client needs and preferences. Develop skills in creating persuasive sales proposals, compelling clients to take desired actions. Understand the principles of solution-focused selling, offering tailored solutions to meet specific customer needs. Ambitious learners who want to strengthen their CV for their desired job should take advantage of the Sales & Marketing bundle! This bundle is also ideal for professionals looking for career advancement. Requirements To participate in this course, all you need is - A smart device A secure internet connection And a keen interest in Sales & Marketing Career path Upon completing this essential Bundle, you will discover a new world of endless possibilities. These courses will help you to get a cut above the rest and allow you to be more efficient in the relevant fields.

Sales Consultant - CPD Accredited
Delivered Online On Demand8 days
£300

ICMCMS-CT-Implementing, Configuring and Managing Cisco Meeting Server

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for The primary audience for this course is as follows: Network Video Engineer Voice/UC/Collaboration/Communications Engineer Collaboration Tools Engineer Collaboration Sales/Systems Engineer Overview Cisco Meeting Server Overview Cisco Meeting Server Deployment Cisco Meeting Server User Licensing Cisco Meeting Server Configuration Cisco Meeting Server Configuration with Cisco Unified Communication Manager (CUCM) Cisco Meeting Server Integration VCS/Expressway Cisco Meeting Server Integration with TMS Cisco Meeting Server Configuration with Lync/Skype for Business Cisco Meeting Server Recording and Streaming Cisco Meeting Manager (CMM) Deployment Cisco Meeting Server WebRTC using Expressway Proxy Cisco Meeting Server Customization Cisco Meeting Server Troubleshooting In this course, students will install and configure a Cisco Meeting Server version 2.x. Students will configure a multimode CMS Cluster and implement all the different components of a clustered solution. Student will also integrate CMS with Unified Communications Manager and VCS/Expressway. Students will also integrate Recording and Skype/Lync. Students will use the TMS and new Cisco Meeting Manager Schedule and monitor CMS. Cisco Meeting Server Overview What is Cisco Meeting Server Cisco Meeting Server Benefits Cisco Meeting Server vs Telepresence Server vs MCU Cisco Meeting Server Functions? Cisco Meeting Server Components Cisco Meeting Server Call Bridge Cisco Meeting Server Web Bridge Cisco Meeting Server Turn Server Cisco Meeting Server XMPP Server Cisco Meeting Server Database Cisco Meeting Server Scalability On-premises and Cloud Conferencing API Integration Cisco Meeting Server Deployment MMP CLI Cisco Meeting Server Prerequisites Cisco Meeting Server 2000 Deployments Installing the server Configuring the Fabric Interconnect modules Configuring the Cisco Meeting Server 2000 through the MMP Checking the installed software Configuring the Web Admin Interface Applying a License File Cisco Meeting Server 1000/VM Deployments Installing CMM via VMware Configuring VMware Network Management Configuring the VMware Instance using vSphere client Retrieving and activating VMware Licenses Accessing the Cisco Meeting Server 1000 Console Installing CMM via Hyper-V Single combined server deployment Single Split Server Deployment Deploying a Core Server Deploying an Edge Server Certificate Guidelines for Single Split Server Deployment Scalable and Resilient Server Deployments Cisco Meeting Server User Licensing Obtaining and Entering a License File Cisco Meeting Server Licenses Cisco User Licenses Personal Multiparty Plus Licensing Shared Multiparty Plus Licensing Cisco Meeting Server Capacity Units XMPP Licensing for Cisco Meeting Apps Cisco Meeting Server Capacity Units Cisco Meeting Server Configuration Transferring the License File to the Cisco Meeting Sever Creating a Cisco Meeting Server Administrator Account Setting up the Network Interface for IPv4 Adding additional Network Interfaces Configuring the Web Admin Interface Creating the certificate for the Web Admin Interface Configuring the Web Admin Interface for HTTS Access Configuring the Web Bridge Configuring the TURN server Configuring the Databases Deploying Web Bridges Deploying multiple Web Bridges Setting up the Web Bridges? certificates Setting up the Web Bridges via the API Web Bridge call flow Cisco Meeting App and WebRTC Client Enabling HTTP redirect and the Web Bridge Deploying the TURN Servers Dial plan configuration ? Overview Dial plan rules for incoming calls and outbound calls Outbound Dial Plan Rules Inbound Dial Plan Rules Forwarding Dial Plan Rules Dial plan configuration?SIP endpoints Cisco Meeting Server (CMS) Configuration with Cisco Unified Communication Manager (CUCM) CUCM and CMS Integration Setting up Escalated ad hoc calls Configuring the Meeting Server Setup Incoming Dial Plan Setup Administrator Account with API Permission Adding the Cisco Meeting Server as a Conference Bridge Creating a Media Resource Group Creating a Media Resource List Adding the Media Resource Group to a Device Pool or Device Setting up Scheduled and Rendezvous Calls Configure Outbound Dial Plan Dial Plan Configuring Cisco Unified Communications Server Configure Route Groups Configure Route Lists Configure Route Pattern Support for Active Control Participant List Indicators Selecting Layout Limitations Overview of ActiveControl and the iX protocol CUCM 8.x and earlier Third-party networks VCS-centric deployments Load Balancing Calls Configuring Call Bridges for Load Balancing Incoming Calls Creating Call Bridge Groups Enabling Load Balancing Fine Tuning Load Balancing Enable Load Balancing of Outbound SIP Calls Setup Outbound Dial Plan Rule for Load Balancing SIP Calls Supply the Call Bridge Group or Specific Call Bridge to Use for Outbound SIP Calls Cisco Meeting Server Integration VCS/Expressway Gateway Configuration Call Testing Inbound call from an endpoint registered to a VCS/Expressway Outbound call to an endpoint registered to a VCS/Expressway Calling non Cisco Meeting App users from H.323 endpoint Troubleshooting Cisco Meeting Server Integration with TMS TMS Integration Cisco Meeting Server Configuration with Lync/Skype for Business Configuring Cisco Meeting Server with SKYPE Dial plan configuration ? integrating Lync/Skype for Business Lync clients dialing into a call on clustered Meeting Servers Integrating SIP endpoints and Lync clients Adding calls between Lync clients and SIP video endpoints Lync Front End server configuration VCS configuration Meeting Server configuration Integrating Cisco Meeting App with SIP and Lync clients Integrating Lync using Lync Edge service Controlling the bandwidth for sharing content on Microsoft Lync and Skype for Business calls Direct Lync federation Calling into scheduled Lync meetings directly and via IVR Office 365 Dual Homed Experience with OBTP Scheduling Cisco Meeting Server Recording and Streaming Recording Meetings Recorder licensing Recording with Vbrick Prerequisites for the Meeting Server Configuring the Meeting Server to work with Vbrick Steps to configuring the Streamer Deploying streaming Streamer licensing Recording meetings Cisco Meeting Manager (CMM) Deployment Deploy Cisco Meeting Manager Cisco Meeting Manager Meetings Navigation List Meetings Edit Meetings Layout Recording Streaming Participants Find meetings Find participants Change layout for all participants in a meeting Start and stop recording Start and stop streaming Add participants Change layout for an individual participant Turn audio or video on or off View participant details Call statistics Cisco Meeting Server WebRTC using Expressway Proxy Configure Cisco Meeting Server for WebRTC Proxy Configure Cisco Expressway C Configure Turn on Cisco Expressway E Cisco Meeting Server Customization WebRTC App Customization Call Customization IVR Message Customization SIP/LYNC Call Message Customization Invitation Customization Cisco Meeting Server Troubleshooting Troubleshooting Cisco Meeting Server Connectivity Troubleshooting Web Bridge connectivity Troubleshooting Call Server issues Troubleshooting Conferencing issues

ICMCMS-CT-Implementing, Configuring and Managing Cisco Meeting Server
Delivered OnlineFlexible Dates
Price on Enquiry

VMware vSphere: Fast Track [V8]

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for System administrators System engineers Overview By the end of the course, you should be able to meet the following objectives: Install and configure ESXi hosts Deploy and configure vCenter Use the vSphere Client to create the vCenter inventory and assign roles to vCenter users Configure vCenter High Availability Create and configure virtual networks using vSphere standard switches and distributed switches Create and configure datastores using storage technologies supported by vSphere Use the vSphere Client to create virtual machines, templates, clones, and snapshots Configure and manage a VMware Tools Repository Create content libraries for managing templates and deploying virtual machines Manage virtual machine resource use Migrate virtual machines with vSphere vMotion and vSphere Storage vMotion Create and configure a vSphere cluster that is enabled with vSphere High Availability and vSphere Distributed Resource Scheduler Manage the life cycle of vSphere to keep vCenter, ESXi hosts, and virtual machines up to date Configure and manage vSphere networking and storage for a large and sophisticated enterprise Use host profiles to manage VMware ESXi host compliance Monitor the vCenter, ESXi, and VMs performance in the vSphere client This five-day, extended hour course takes you from introductory to advanced VMware vSphere© 8 management skills. Building on the installation and configuration content from our best-selling course, you will also develop advanced skills needed to manage and maintain a highly available and scalable virtual infrastructure. Through a mix of lecture and hands-on labs, you will install, configure, and manage vSphere 7. You will explore the features that build a foundation for a truly scalable infrastructure and discuss when and where these features have the greatest effect. This course prepares you to administer a vSphere infrastructure for an organization of any size using vSphere 8, which includes VMware ESXi? 8 and VMware vCenter Server© 8. Course Introduction Introductions and course logistics Course objectives vSphere and Virtualization Overview Explain basic virtualization concepts Describe how vSphere fits in the software-defined data center and the cloud infrastructure Recognize the user interfaces for accessing vSphere Explain how vSphere interacts with CPUs, memory, networks, storage, and GPUs Install an ESXi host vCenter Management Recognize ESXi hosts communication with vCenter Deploy vCenter Server Appliance Configure vCenter settings Use the vSphere Client to add and manage license keys Create and organize vCenter inventory objects Recognize the rules for applying vCenter permissions View vSphere tasks and events Create a vCenter backup schedule Recognize the importance of vCenter High Availability Explain how vCenter High Availability works Deploying Virtual Machines Create and provision VMs Explain the importance of VMware Tools Identify the files that make up a VM Recognize the components of a VM Navigate the vSphere Client and examine VM settings and options Modify VMs by dynamically increasing resources Create VM templates and deploy VMs from them Clone VMs Create customization specifications for guest operating systems Create local, published, and subscribed content libraries Deploy VMs from content libraries Manage multiple versions of VM templates in content libraries Configure and Manage vSphere Networking Configure and view standard switch configurations Configure and view distributed switch configurations Recognize the difference between standard switches and distributed switches Explain how to set networking policies on standard and distributed switches Configure and Manage vSphere Storage Recognize vSphere storage technologies Identify types of vSphere datastores Describe Fibre Channel components and addressing Describe iSCSI components and addressing Configure iSCSI storage on ESXi Create and manage VMFS datastores Configure and manage NFS datastores Discuss vSphere support for NVMe and iSER technologies Managing Virtual Machines Recognize the types of VM migrations that you can perform within a vCenter instance and across vCenter instances Migrate VMs using vSphere vMotion Describe the role of Enhanced vMotion Compatibility in migrations Migrate VMs using vSphere Storage vMotion Take a snapshot of a VM Manage, consolidate, and delete snapshots Describe CPU and memory concepts in relation to a virtualized environment Describe how VMs compete for resources Define CPU and memory shares, reservations, and limits Recognize the role of a VMware Tools Repository Configure a VMware Tools Repository Recognize the backup and restore solution for VMs vSphere Monitoring Monitor the key factors that can affect a virtual machine's performance Describe the factors that influence vCenter performance Use vCenter tools to monitor resource use Create custom alarms in vCenter Describe the benefits and capabilities of VMware Skyline Recognize uses for Skyline Advisor Pro Deploying and Configuring vSphere Cluster Use Cluster Quickstart to enable vSphere cluster services and configure the cluster View information about a vSphere cluster Explain how vSphere DRS determines VM placement on hosts in the cluster Recognize use cases for vSphere DRS settings Monitor a vSphere DRS cluster Describe how vSphere HA responds to different types of failures Identify options for configuring network redundancy in a vSphere HA cluster Recognize the use cases for various vSphere HA settings Configure a cluster enabled for vSphere DRS and vSphere HA Recognize when to use vSphere Fault Tolerance Describe the function of the vCLS Recognize operations that might disrupt the healthy functioning of vCLS VMs ESXi Operations Use host profiles to manage ESXi configuration compliance Recognize the benefits of using configuration profiles Managing the vSphere Lifecycle Generate vCenter interoperability reports Recognize features of vSphere Lifecycle Manager Describe ESXi images and image depots Enable vSphere Lifecycle Manager in a vSphere cluster Validate ESXi host compliance against a cluster image and remediate ESXi hosts using vSphere Lifecycle Manager Describe vSphere Lifecycle Manager automatic recommendations Use vSphere Lifecycle Manager to upgrade VMware Tools and VM hardware Network Operations Configure and manage vSphere distributed switches Describe how VMware vSphere Network I/O Control enhances performance Define vSphere Distributed Services Engine Describe the use cases and benefits of vSphere Distributed Services Engine Storage Operations Describe the architecture and requirements of vSAN configuration Describe storage policy-based management Recognize components in the vSphere Virtual Volumes architecture Configure Storage I/O Control

VMware vSphere: Fast Track [V8]
Delivered OnlineFlexible Dates
Price on Enquiry