JustScriptIt
Technical User
I have powershell code,
And I have output
I am unable to figure out how to access 1st row, 2nd column, or 2nd row, 4th column.
Help!
Code:
$file = Import-CSV C:\PS\IP_list.csv
Write-Output $file
And I have output
I am unable to figure out how to access 1st row, 2nd column, or 2nd row, 4th column.
Help!