Get-ZeroPortalClusterNode

Lists the nodes registered in this node's HA topology.

Syntax

Get-ZeroPortalClusterNode [-Name <string>]

Description

Shows the registry itself, not a live probe. A node WITHOUT a BaseUrl is never probed again - its Reachable flag keeps whatever it had when it last registered, which is how a decommissioned server can linger as "online". Use Remove-ZeroPortalClusterNode for those.

Examples

Get-ZeroPortalClusterNode | Where-Object { -not $_.BaseUrl -and -not $_.IsLocal }