VMWare Infrastructure Toolkit – PowerShell Samples
Download VI Toolkit PowerShell One-liners Create a Virtual Machine Create a VM with 256MB of Memory and a 4GB disk. Get-VMHost | New-VM -Name “Test VM” -MemoryMB 256 -DiskMB 4096 Increase the Virtual CPUs Get-VM “Test VM” | Set-VM -NumCPUS 2 There a 102 cmdlets to try out in the beta. Lot’s of possibilities.


