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