Hi There,
I have created a storage pool and a Virtual disk on windows 2012R2 OS.
A volume has been created from the VD.
When I try to crate a snapshot of the VD,I am getting the below message.
----
PS C:\Windows\system32> New-VirtualDiskSnapshot -FriendlyName snap1 -VirtualDiskFriendlyName VD0
New-VirtualDiskSnapshot : The requested operation is not supported.
At line:1 char:1
+ New-VirtualDiskSnapshot -FriendlyName snap1 -VirtualDiskFriendlyName VD0
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotImplemented: (MSFT_VirtualDis...crosoft/Win...):ROOT/Microsoft/
...SFT_VirtualDisk) [New-VirtualDiskSnapshot], CimException
+ FullyQualifiedErrorId : MI RESULT 7,New-VirtualDiskSnapshot
---
Could anyone help on this?