July 2017
Intermediate to advanced
648 pages
31h 9m
English
To easily check all the IP addresses configured on a particular receive connector, we can use the following command:
(Get-ReceiveConnector EX1\Relay).RemoteIPRanges.Expression | Sort
Just be aware that this is a numeric sort, so the following will happen (notice the 70 before the 9):
172.20.64.7
172.20.64.70
172.20.64.8
172.20.64.9
Read now
Unlock full access