Remove File Server from Cluster Manager using PowerShell

I needed to remind myself about a terrific PowerShell command that will remove resources from Cluster Manager. Run the following PowerShell commands to remove the File Server (file servers are simply clustered file shares):

Import-Module Failover
Clusters Get-ClusterResource -Name “FileServer-(NameOfFileServer)(Cluster Disk 6)”|Remove-ClusterResource

Leave a Reply