get-virtualdisk | fl
PS C:\Users\Administrator> get-virtualdisk | fl
ObjectId : {bd94efc7-38bd-11e2-93ed-001a92823421}
PassThroughClass :
PassThroughIds :
PassThroughNamespace :
PassThroughServer :
UniqueId : C7EF94BDBD38E21193ED001A92823421
Access : Read/Write
AllocatedSize : 858993459200
DetachedReason : None
FootprintOnPool : 1288490188800
FriendlyName : FileShare
HealthStatus : Healthy
Interleave : 262144
IsDeduplicationEnabled : False
IsEnclosureAware : False
IsManualAttach : False
IsSnapshot : False
LogicalSectorSize : 512
Name :
NameFormat :
NumberOfAvailableCopies : 0
NumberOfColumns : 3
NumberOfDataCopies : 1
OperationalStatus : OK
OtherOperationalStatusDescription :
OtherUsageDescription :
ParityLayout : Rotated Parity
PhysicalDiskRedundancy : 1
PhysicalSectorSize : 4096
ProvisioningType : Fixed
RequestNoSinglePointOfFailure : True
ResiliencySettingName : Parity
Size : 858993459200
UniqueIdFormat : Vendor Specific
UniqueIdFormatDescription :
Usage : Other
PSComputerName :
You can control the number of columns and the stripe interleave when creating a new storage space by using the Windows PowerShell cmdlet New-VirtualDisk with the NumberOfColumns and Interleave parameters.
Each type of storage space has a minimum number of stripe columns which translates to a minimum number of physical disks, given their column-to-disk correlation (below).
New-VirtualDisk –StoragePoolFriendlyName “Storage Space” –ResiliencySettingName Parity –Size 10TB –FriendlyName “My Storage” -Numberofcolumns 5