AU Study/ECU 191

Windows Server 2019 iSCSI PowerShell

Last72 2019. 4. 15. 19:33

# Create new virtual disk from storage pool

C:\Users\Administrator> New-VirtualDisk -StoragePoolFriendlyName 1500gbpool -FriendlyName 1000gbvd1 -Size 1024GB -ProvisioningType Thin -ResiliencySettingName Parity

 

 

 

 

Ref: https://docs.microsoft.com/en-us/powershell/module/storage/new-virtualdisk?view=win10-ps

저작자표시 비영리 동일조건 (새창열림)