Display all Virtual Machines in a Hyper-V Failover Cluster

Here is a quick command you can run via PowerShell to give you a list of all the clustered Virtual Machines on your Virtual Server Hosts.

Make sure your running this from a Server with the Failover Manager PowerShell Modules installed.

  1. Launch Powershell
  2. Type “Import-Module FailoverClusters”
  3. Run the following “Get-ClusterResource -Cluster PSHVCLUS03 | ft OwnerGroup”

You Should now have your list Smile

About the author