Check-Disk-space-on-clusters

Powershell Command to determine the Free Space of a Cluster Shared Volumes on a Remote Windows Server.

Example

                 PS > Get-ClusterSharedVolume | fc *
    

Copy and Try it