I have inherited an environment where things were not properly decommissioned. I have a cluster that was just shutdown and the machines were destroyed (deleted VMs), so the cluster object still exists in Active Directory. If I try to destroy the cluster
using cluster.exe or Remove-Cluster in PowerShell, I get errors since both try to connect to the cluster to destroy it. I am thinking I am going to have to manually remove it from AD. Aside from deleting the Computer object, what else do I have to do? I want
to make sure that it is not listed in the "cluster list" for AD (cluster /list -or- Get-Cluster -Domain contoso.com).
↧