Skip to content

Instantly share code, notes, and snippets.

@poshbrs
Created July 8, 2015 09:42
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save poshbrs/a73b61a608d7733f4456 to your computer and use it in GitHub Desktop.
Powershell.org july puzzle submission
gwmi win32_operatingsystem|select psc*,*j*,V*,@{n='BIOSSerial';e={(gwmi win32_bios -cn $_.__SERVER).serialnumber}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment