Consider the following scenario:
- You have clustered storage spaces in a Windows Server 2012 R2 failover cluster.
- You delete a clustered storage space, and the cluster physical disk resource remains associated with the storage space.
Note Storage spaces are virtual disks that are created from free space in a storage pool. A storage pool consists of cluster physical disk resources. - You run the Get-VirtualDisk virtual disk name| Get-ClusterResource Windows PowerShell cmdlet to obtain the information about resources for other clustered storage spaces.
Get-ClusterResource : An error occurred while retrieving the private properties for the resource 'Cluster Virtual Disk
(virtual disk name)'.
Cluster properties cannot be returned at this time
At line:1 char:26
+ get-virtualdisk virtual disk name| Get-ClusterResource
+ ~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Get-ClusterResource], ClusterCmdletException
+ FullyQualifiedErrorId : Get-ClusterResource,Microsoft.FailoverClusters.PowerShell.GetResourceCommand
(virtual disk name)'.
Cluster properties cannot be returned at this time
At line:1 char:26
+ get-virtualdisk virtual disk name| Get-ClusterResource
+ ~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Get-ClusterResource], ClusterCmdletException
+ FullyQualifiedErrorId : Get-ClusterResource,Microsoft.FailoverClusters.PowerShell.GetResourceCommand