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.
Set the preferred site for a cluster group.
March 3, 2017
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
You May Also Like