Skip navigation

Q. How can I disable cluster shared volumes in Windows Server 2008 R2?

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:
Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish