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
Tätä selainta ei enää tueta.
Päivitä Microsoft Edgeen, jotta voit hyödyntää uusimpia ominaisuuksia, suojauspäivityksiä ja teknistä tukea.
This will return the list of Failover Management Servers for specified agent.
get-agent | where {$_.computername -eq "netbios computername"} | Get-FailoverManagementServer | select computername