This is how you export the list of IP addresses in a “friendly” CSV format…
Get-ReceiveConnector “smtp relay”| select -ExpandProperty remoteipranges|export-csv c:\temp\RelayIPs.csv
This is how you export the list of IP addresses in a “friendly” CSV format…
Get-ReceiveConnector “smtp relay”| select -ExpandProperty remoteipranges|export-csv c:\temp\RelayIPs.csv