VMware Communities > Blogs > John Tuffin's Blog > 2008 > April > 25

Blog Posts

John Tuffin's Blog

Previous Next
0

Here is how you can use PowerShell to create a virtual machine:

get-vmhost ESX1 | new-vm -name `

"First VM User N" -memorymb 256 `

-diskmb 1024 -pool `

(get-resourcepool studentN-esx1) `

-location (get-folder studentN)



There are no comments on this post