VMware

John Tuffin's Blog

John Tuffin's Personal Log about E-Learning Course Development

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

Click to view cpqarray's profile Member since: Nov 24, 2005

John Tuffin's Personal Log about E-Learning Course Development

View cpqarray's profile

Communities