Created
July 4, 2015 14:23
-
-
Save artisticcheese/28094a3eb4b36c07e464 to your computer and use it in GitHub Desktop.
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_BIOS -ov a | out-null; gwmi Win32_OperatingSystem -ov b | select PSComputerName, @{n="ServicePackMajorVersion";e={$b.ServicePackMajorVersion}}, @{n="Version";E={$b.Version}}, @{N="BIOS Serial";E={$a.SerialNumber}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment