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
Questo browser non è più supportato.
Esegui l'aggiornamento a Microsoft Edge per sfruttare i vantaggi di funzionalità più recenti, aggiornamenti della sicurezza e supporto tecnico.
This will return the list of Failover Management Servers for specified agent.
get-agent | where {$_.computername -eq "netbios computername"} | Get-FailoverManagementServer | select computername