April 27, 2011
How to remove headers from table:
format-table -HideTableHeaders
April 4, 2011
$array1 = (Get-Content C:\Servers.csv) #no header in file $array2 = (Get-Content C:\backup.txt) #no header in file $array1 | where {$array2 -notcontains $_}
Subscribe to:
Posts (Atom)
Blog Archive
Tags
Links
About Me
- Catherina
- I took the PowerShell Master Class for Thomas Lee in Stockholm in march 2010.