Get Failover MS List for Agent Computer
This will return the list of Failover Management Servers for specified agent.
get-agent | where {$_.computername -eq "netbios computername"} | Get-FailoverManagementServer | select computername
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
This will return the list of Failover Management Servers for specified agent.
get-agent | where {$_.computername -eq "netbios computername"} | Get-FailoverManagementServer | select computername