Created
October 19, 2017 07:48
-
-
Save f-bader/a804708e57be75e5e41b1ec0f4478efc to your computer and use it in GitHub Desktop.
List all Microsoft Failover Cluster computer objects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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