I have the same issue with Storage Spaces as the person who posted a question here on March 5th.
In an administrative PowerShell console, when I issue the below command:
New-VirtualDisk -StoragePoolFriendlyName "Storage pool" -FriendlyName "StoragePool" -NumberOfColumns 4 -Interleave 32KB -ResiliencySettingName Parity -UseMaximumSize
I get the following error:
New-VirtualDisk : Not Supported
Activity ID: {6ec5fb66-7faa-000e-0dce-c76eaa7fdb01}
At line:1 char:1
+ New-VirtualDisk -StoragePoolFriendlyName "Storage pool" -FriendlyName ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (StorageWMI:ROOT/Microsoft/...SFT_StoragePool) [New-VirtualDisk], CimException
+ FullyQualifiedErrorId : StorageWMI 1,New-VirtualDisk
I'm trying to create the new Storage Space because I want to create a custom interleave size.
Has anyone else experienced this issue or found a workaround?