Removing a vCenter Server from Horizon View
The
Remove-ViewVC
command can be used to remove a vCenter Server that is currently linked to Horizon View.
How it works…
The Remove-ViewVC
requires only the vCenter Server name in order to unlink it from Horizon View. The vCenter Server cannot be removed if desktops are currently deployed.
How to do it…
The following example command will remove the VC-01.vjason.local
vCenter Server from Horizon View:
Remove-ViewVC -ServerName "VC-01.vjason.local"