Set the preferred site for Windows Server 2016 clusters

Configure the preferred site for a Windows Server 2016 cluster.

John Savill

June 2, 2016

1 Min Read
Set the preferred site for Windows Server 2016 clusters

Q. How do I set the preferred site for Windows Server 2016 failover clustering?

A. To set the preferred site for a 2016 cluster that has sites defined use:

(Get-Cluster).PreferredSite =

If you have the situation with multi-active datacenters you can define different preferred sites for different cluster groups which will be used to govern where VMs start initially.

(Get-ClusterGroup ).PreferredSite=

Note that because of the various different levels of preference it may be confusing which wins. The order of priority for placement is:

  1. Storage affinity

  2. Group preferred site

  3. Cluster preferred site

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