July 2017
Intermediate to advanced
648 pages
31h 9m
English
To add one or more IP address to a single receive connector, we can use the following code:
$recCon = Get-ReceiveConnector "EX1\Relay"
$recCon.RemoteIPRanges += "172.28.125.239", "172.28.125.242", "172.28.125.249"
Set-ReceiveConnector $recCon -RemoteIPRanges $recCon.RemoteIPRanges
Read now
Unlock full access