Skip to content

Instantly share code, notes, and snippets.

@thomasrayner
Created July 6, 2015 16:07
Show Gist options
  • Save thomasrayner/ccbac1b3464ad05e7224 to your computer and use it in GitHub Desktop.
Save thomasrayner/ccbac1b3464ad05e7224 to your computer and use it in GitHub Desktop.
$Computers = @('comp1','comp2'); Get-WmiObject -Class Win32_OperatingSystem -ComputerName $Computers | Format-Table PSComputerName,ServicePackMajorVersion,Version,@{N='BIOSSerial';E={$(Get-WMIObject -Class Win32_BIOS -ComputerName $_.PSComputerName).SerialNumber}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment