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

command shell main menu