PowerTip: Use PowerShell to Create New Virtual Disk

Doctor Scripto

Summary: Use Windows PowerShell to create a new virtual disk.

Hey, Scripting Guy! Question How can I use Windows PowerShell to create a new virtual disk?

Hey, Scripting Guy! Answer Use the New-VirtualDisk cmdlet, for example:

New-VirtualDisk -StoragePoolFriendlyName Data -FriendlyName MyData -Size 10GB

0 comments

Discussion is closed.

Feedback usabilla icon