Quantcast
Channel: PowerShell.org » All Posts
Viewing all articles
Browse latest Browse all 13067

Reply To: Convert Cisco "Show Interfaces" output to PowerShell objects

$
0
0

Please test if below code works for you.


$PortFil = 'C:\data\ScriptLAB\SwitchType_C2960G_8port.txt'
$CSVports = Import-Csv -Path $PortFil -Delimiter ' '


Viewing all articles
Browse latest Browse all 13067

Trending Articles