Remove-ZeroPortalClusterNode
Removes a node from this node's HA topology registry.
Syntax
Remove-ZeroPortalClusterNode -NodeId <Guid> -Name <string>
Beschreibung
Clears the LOCAL registry entry only - the remote machine is not touched and would re-register on its next start. Intended for stale entries: a decommissioned server, or one left behind when a role change bypassed the promotion wizard (the wizard clears the topology itself).
The local node cannot be removed - it would re-add itself immediately.
Beispiele
Remove-ZeroPortalClusterNode -Name 'APPV01'
Get-ZeroPortalClusterNode | Where-Object { -not $_.IsLocal -and -not $_.BaseUrl } |
Remove-ZeroPortalClusterNode