Skip to content

Instantly share code, notes, and snippets.

@f-bader
Created October 19, 2017 07:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save f-bader/a804708e57be75e5e41b1ec0f4478efc to your computer and use it in GitHub Desktop.
Save f-bader/a804708e57be75e5e41b1ec0f4478efc to your computer and use it in GitHub Desktop.
List all Microsoft Failover Cluster computer objects
Get-ADComputer -Filter { servicePrincipalName -like "MSServerCluster*"} | Select-Object DNSHostName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment