Skip to content

Instantly share code, notes, and snippets.

@sellynx
Created July 10, 2015 15:25
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 sellynx/b4bbbd5516760627dedd to your computer and use it in GitHub Desktop.
Save sellynx/b4bbbd5516760627dedd to your computer and use it in GitHub Desktop.
2015-july-scripting-games-puzzle
GWmi -Class win32_operatingsystem -computername "onecomputername","twocomputername" | ft -Property PSComputername,ServicePackMajorVersion,Version, @{Label="BIOSSerial"; Expression={$_.serialnumber}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment