Configure preferred site for a cluster group

Set the preferred site for a cluster group.

John Savill

March 3, 2017

1 Min Read
Configure preferred site for a cluster group

Q. How do I configure a preferred site for a cluster group?

A. To set a preferred site for a group use:

(Get-ClusterGroup ).PreferredSite=""

To set to automatic use

(Get-ClusterGroup ).AutoAssignNodeSite=1

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like