I have removed a server (Database server) from a SharePoint 2007 farm. However the server still displays in the "Farm Topology" list.
Is there a way to remove the server to correct the Farm Topology list?
Thanks
|
I have removed a server (Database server) from a SharePoint 2007 farm. However the server still displays in the "Farm Topology" list. Is there a way to remove the server to correct the Farm Topology list? Thanks |
|||||||||||
|
|
Even though you literally answered your question yourself but I would say get your desired server using Get-SPServer method and then delete it using SPServer.Delete method of SPServer class. However this blog is not recommending above solution as it can cause damages as expained,
Taken from Removing or Uninstalling server from topology Hope it helps. |
|||
|