Install a Gateway Server | Microsoft Learn

PHOTO EMBED

Mon Aug 26 2024 21:23:57 GMT+0000 (Coordinated Universal Time)

Saved by @curtisbarry

$GatewayServer = Get-SCOMGatewayManagementServer -Name "GW01.dmz.contoso.com"
$FailoverServer = Get-SCOMManagementServer -Name "MS02.Contoso.com","MS03.Contoso.com"
Set-SCOMParentManagementServer -GatewayServer $GatewayServer -FailoverServer $FailoverServer
content_copyCOPY

https://learn.microsoft.com/en-us/system-center/scom/deploy-install-gateway-server?view