Hi,
I'd like to know if it is possible to expand the triple dot to show all of the IP address neatly using powershell ?
here's the command that I use:
Get-ReceiveConnector|SelectName,RemoteIPRanges| ft -AutoSize
Name RemoteIPRanges
---- --------------
ReceiveConnector {10.2.1.10,203.22.161.11}
CustomReceiveConnector {10.2.3.0/24,10.2.3.138,10.2.2.105,10.2.2.249...}
LotusNotesTestConnector{10.2.2.93,10.2.2.121}
Thanks.