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
Ta przeglądarka nie jest już obsługiwana.
Przejdź na przeglądarkę Microsoft Edge, aby korzystać z najnowszych funkcji, aktualizacji zabezpieczeń i pomocy technicznej.
This will return the list of Failover Management Servers for specified agent.
get-agent | where {$_.computername -eq "netbios computername"} | Get-FailoverManagementServer | select computername