Getting Started with PowerCLI and VMware Jeffery Hicks Consultant ~ Trainer ~ Author Level: Introductory.

Slides:



Advertisements
Similar presentations
The VMware vSphere 5.0 Image Builder
Advertisements

MODULE 7: BACKUPS. Agenda Unidesk Backup Concepts Backing up the MA, MCP and shared Layers Personalization layer backup process Restoring a personalization.
Resource Shares Dynamic resource management
HP Storage Virtualization Adapter VMware Site Recovery Manager Simplifies and automates disaster recovery workflows −Setup, testing, failover Turns manual.
12-1 VMware HA in Action VC Server ESX Server Virtual Machine B Virtual Machine C ESX Server Virtual Machine D Virtual Machine A Virtual Machine E Virtual.
Remote Desktop Services
1 Week #1 Objectives Review clients, servers, and Windows network models Differentiate among the editions of Server 2008 Discuss the new Windows Server.
Deliver your Technology-Based Labs with VMware Lab Manager 5/6/2010 Michael Fudge.
1 Week #1 Objectives Review clients, servers, and Windows network models Differentiate among the editions of Server 2008 Discuss the new Windows Server.
Virtual techdays INDIA │ 9-11 February 2011 Cross Hypervisor Management Using SCVMM 2008 R2 Vikas Madan │ Partner Consultant II, Microsoft Corporation.
Best of.
TechNet and Community Tour - Dynamic IT Dynamic Desktop Deployment Level Advanced.
Microsoft virtual machine converter
Terminal Services Terminal Services is the modern equivalent of mainframe computing, in which servers perform most of the processing and clients are relatively.
© 2011 VMware Inc. All rights reserved New Alternatives for Deploying VMware vSphere Module 8.
© 2010 VMware Inc. All rights reserved VMware ESX and ESXi Module 3.
Patch Management Module 13. Module You Are Here VMware vSphere 4.1: Install, Configure, Manage – Revision A Operations vSphere Environment Introduction.
VMware vCenter Server Module 4.
MODULE 2: INSTALLING UNIDESK. Agenda Understanding Unidesk components Basic Installation of Unidesk Licensing.
Virtual Machine Management
© 2010 VMware Inc. All rights reserved Data Protection Module 10.
VMWare Workstation Installation. Starting Vmware Workstation Go to the start menu and start the VMware Workstation program. *Note: The following instructions.
XD 5.6 Overview. XenDesktop 5.6 Main Focus = Integration of personal vDisk Features Support for Microsoft SCVMM 2012 and SCCM 2012 Updated Citrix License.
© 2010 VMware Inc. All rights reserved Access Control Module 8.
Access Control Module 8. Module You Are Here VMware vSphere 4.1: Install, Configure, Manage – Revision A vSphere Environment Introduction to VMware.
OM. Brad Gall Senior Consultant
Yury Kissin Infrastructure Consultant Storage improvements Dynamic Memory Hyper-V Replica VM Mobility New and Improved Networking Capabilities.

© 2010 VMware Inc. All rights reserved Patch Management Module 13.
Introduction to VMware Virtualization
Implementing Update Management
UI and Data Entry UI and Data Entry Front-End Business Logic Mid-Tier Data Store Back-End.
Using PowerCLI to automate your VMware vSphere environment 4th DuPSUG meeting, Amsterdam, April 2 nd, 2014 Robert van den Nieuwendijk.
From Virtualization Management to Private Cloud with SCVMM 2012 Dan Stolts Sr. IT Pro Evangelist Microsoft Corporation
Cisco Confidential © 2010 Cisco and/or its affiliates. All rights reserved. 1 MSE Virtual Appliance Presenter Name: Patrick Nicholson.
APC by Schneider Electric– Bill Pasquill SSPCNSV Installation ●Steps needed to install PCNSV on VMware ESX server 3.5 ●Mount CD ●Copy files ●Run Installation.
© 2010 VMware Inc. All rights reserved vSphere 4.1: Install, Configure, Manage.
Virtualization Infrastructure Administration Other Jakub Yaghob.
VMWare Workstation Installation. Starting Vmware Workstation Go to the start menu and start the VMware Workstation program. *Note: The following instructions.
Iftekhar Hussain Partner Technology Advisor Microsoft Corporation SESSION CODE: VIR309.
How to Deploy and Configure the Smart Net Total Care CSPC Collector
System Center & SharePoint On- Prem Matija Blagus, Acceleratio
Intro to Datazen.
Virtualization Technology and Microsoft Virtual PC 2007 YOU ARE WELCOME By : Osama Tamimi.
© Copyright 2011 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. HP Restricted Module 7.
20409A 7: Installing and Configuring System Center 2012 R2 Virtual Machine Manager Module 7 Installing and Configuring System Center 2012 R2 Virtual.
Hersey Cartwright vBrownBag – Tech Talk VMworld 2015 Managing SSH with PowerCLI.
Virtual techdays INDIA │ 9-11 February 2011 Unleash the power of MDT 2010 Kaliyan Selvaraj │ Sr. Technical Consultant, Dell India.
Microsoft Virtual Academy Module 12 Managing Services with VMM and App Controller.
MODULE 8: SYSTEM SETTINGS. Agenda Manage Appliances’ Action Menu Review of MA and CP settings Review and explanation of the options in “Settings and Configurations”
Level 300 System Center App Controller 2012 Marin Franković, Visoko učilište Algebra.
Planning Server Deployments Chapter 1. Server Deployment When planning a server deployment for a large enterprise network, the operating system edition.
VIRTUAL MACHINE – VMWARE. VIRTUAL MACHINE (VM) What is a VM? – A virtual machine (VM) is a software implementation of a computing environment in which.
Windows 2012R2 Hyper-V and System Center 2012
VMware ESX and ESXi Module 3.
Patch Management Module 13.
Managing User and Service Accounts
Deep Serucity 7.0 Training
Automating AD Administration with Windows PowerShell
Exam : Implementing Microsoft Azure Infrastructure Solutions
Hands-On Virtualization in the Classroom
Module 0: Introduction Chapter 2: Getting Started
Valid And Updated Exam Certifications Dumps Questions
20409A 7: Installing and Configuring System Center 2012 R2 Virtual Machine Manager Module 7 Installing and Configuring System Center 2012 R2 Virtual.
Managing Services with VMM and App Controller
Microsoft Virtual Academy
Tomáš Urych, ESO9 international
Creating your own Virtual Machines
Service Template Creation from the Ground Up
Presentation transcript:

Getting Started with PowerCLI and VMware Jeffery Hicks Consultant ~ Trainer ~ Author Level: Introductory

Agenda PowerCLI Requirements and Setup Working with Host servers Managing Virtual Machines Creating Management Reports Demo! Demo! Demo! Our focus is on leveraging automation using Windows PowerShell for common tasks.

Slides and Demos Updated slides, notes, and demos will be published to

PowerCLI Requirements Windows PowerShell (I recommend 2.0).NET Framework 2.0 or later Windows XP SP2 and later Vmware Infrastructure –VMware ESXi Server 3.0 or later –VMware VirtualCenter 2.5 –VMware ESX 3.0 and VirtualCenter 2.0 –VMware ESX 4.0 and vCenter 4.0 –VMware ESX 4.0 Update 1 and vCenter 4.0 Update 1

PowerCLI Setup Install PowerShell Download 32 or 64 bit Run Install Use the Vmware menu Or load the PSSnapin manually

Exploring the PowerCLI PSSnapin VMware.VimAutomation.Core Get-Command –module VMware.VimAutomation.Core about_PowerCLI_objects about_vimdatastore New PSDrives

PowerCLI Concepts RunAsync to create VM tasks asynchronously PowerCLIConfiguration –Single or multiple default servers –Connect via proxy Authentication –User and Password –PSCredential –SSPI (Security Support Provider Interface) –Prompt

Working with VMware Hosts Connect-VIServer Get-VMHost Host Networking –Get-VMHostNetwork –Get-VMHostNetworkAdapter –New-VMHostNetworkAdapter –Remove-VMHostNetworkAdapter –Set-VMHostNetwork –Set-VMHostNetworkAdapter

Managing Virtual Machines *-VM cmdlets Using VM Templates (*-Template) ResourcePools (*-ResourcePool) Networking configuration –Get-VMGuestNetworkInterface –Set-VMGuestNetworkInterface

Managing VM Guests *-VMGuest* cmdlets Stop/Shutdown/Restart Manage Vmware Tools (*-Tools)

Creating Management Reports VM Inventory Performance and Statistics Leverage PowerShell (CSV, XML, HTML,File)

Demos

Questions & Answers

Resources Windows PowerShell 2.0: TFM by Don Jones & Jeffery Hicks Managing VMware Infrastructure with Windows PowerShell: TFM by Hal Rottenberg vmtn/vsphere/automationtools/windows_toolk it?view=discussions/

Thank You!