Created
July 8, 2015 09:42
-
-
Save poshbrs/a73b61a608d7733f4456 to your computer and use it in GitHub Desktop.
Powershell.org july puzzle submission
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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