1 / 10

Automating VMware View

Automating VMware View. How to use PowerShell to rapidly deploy and document floating, linked-clone Pools. Brad Christian Leader of DFW VMUG VCAP5-DCD , VCP5-Cloud, VCP5-DT, VCP 5/4/ 3 Twitter: @BChristian21 LinkedIn: linkedin.com/in/bradchristian21 / Blog: vhipster.com.

bracha
Download Presentation

Automating VMware View

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Automating VMware View How to use PowerShell to rapidly deploy and document floating, linked-clone Pools Brad Christian Leader of DFW VMUG VCAP5-DCD, VCP5-Cloud, VCP5-DT, VCP 5/4/3 Twitter: @BChristian21 LinkedIn: linkedin.com/in/bradchristian21/ Blog: vhipster.com

  2. Automating View with PowerCLI • See vhipster.com for the spreadsheet and instructions on how to do all this. • I hate the Flash interface, and how long the wizards are. • I am lazy.I want to things once, I want to do it fast and I don’t want to have to remember how to do it twice. I hate documentation. • I have to able to quickly train admins who are new to VMware, VMware View, PowerShell and scripting in general. I also have to enforce standards in environments that are a mess. • This is for making Pools. For deploying the infrastructure, use AutoLab or check out vTexan.com for a great View install guide.

  3. Nutanix graciously lent me an awesome lab… …and I ran out of time. So I had to make due with…

  4. AutoLab running on the Hulk…slowly

  5. Review of Concatenate + =

  6. Overview of Creating a Pool • Name and size the pool: Pool ID, Friendly Name, identify the base VM, the Desktop Prefix and the Minimum, Maximum and Spare number of Desktops. • Identify and use a naming convention for objects in vCenter: Datastores, Resource Pools and Default Images. • Identify Active Directory objects: OUs, Domain Local Groups, Global Groups and GPOs

  7. Invisible Objects

  8. Browse the actual inventory of objects managed by vSphere

  9. VMware View Optimization Guide for Windows 7 http://www.vmware.com/files/pdf/VMware-View-OptimizationGuideWindows7-EN.pdf Open in a PDF viewer, not a browser and look at the attachments

  10. Setting up the Environment • add-pssnapinVMware.View.Broker is only going to work on the connection server. Remote PowerCli management is supposed to be coming. See Andre Leibovici’s post at http://myvirtualcloud.net/?p=3474 on scripting remote management (not for the faint of heart) • Install PowerCli and PowerGui on the connection server for easy-mode. • You may need to run one or all of these: add-pssnapinVMware.VimAutomation.Core add-pssnapinVMware.View.Broker Import-Module ActiveDirectory

More Related