Skip to content

Instantly share code, notes, and snippets.

@repentster
Last active August 29, 2015 14:24
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 repentster/015d575a944ab65311b6 to your computer and use it in GitHub Desktop.
Save repentster/015d575a944ab65311b6 to your computer and use it in GitHub Desktop.
2015-July Scripting Games Puzzle
gwmi win32_operatingsystem -Co ((Read-Host "Computer(s)")-split ',') | select psc*,s*aj*,v*,@{N="BiosSerial";E={(gwmi win32_bios -Co $_.PSComputerName).SerialNumber}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment