Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

How to expand the result in powershell query ?

$
0
0

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.

Viewing all articles
Browse latest Browse all 6937

Trending Articles