Q. How can I disable cluster shared volumes in Windows Server 2008 R2?
John Savill
June 18, 2009
1 Min Read
A. If you want to turn off cluster shared volumes, disable them for the cluster using the following command in PowerShell.
Get-Cluster | %{$_.EnableSharedVolumes = "Disabled"}
This is the only way to disable cluster shared volumes.
Related Reading:
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