Skip to content

Instantly share code, notes, and snippets.

@githubbery
Created September 12, 2015 10:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save githubbery/1fc9230160d0710ba1d4 to your computer and use it in GitHub Desktop.
Save githubbery/1fc9230160d0710ba1d4 to your computer and use it in GitHub Desktop.
Import-Csv "C:\scripts\Input.csv" | select MACHINENAME,@{n="OSVERSION";e={(Get-WmiObject Win32_OperatingSystem -ComputerName $_.machinename).Caption}} | Export-Csv "C:\scripts\Output.csv" -NoTypeInformation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment