Summary: Use Windows PowerShell to create a new virtual disk.
How can I use Windows PowerShell to create a new virtual disk?
Use the New-VirtualDisk cmdlet, for example:
New-VirtualDisk -StoragePoolFriendlyName Data -FriendlyName MyData -Size 10GB

Summary: Use Windows PowerShell to create a new virtual disk.
How can I use Windows PowerShell to create a new virtual disk?
Use the New-VirtualDisk cmdlet, for example:
New-VirtualDisk -StoragePoolFriendlyName Data -FriendlyName MyData -Size 10GB

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.
0 comments