PS C:\> Get-CimInstance Win32_OperatingSystem | Select-Object Caption, Version, OSType, ServicePackMajorVersion, OSAr
itecture, BuildNumber, MUILanguages, OSLanguage, Locale, CodeSet, CountryCode | FL
Caption : Microsoft Windows 10 Pro
Version : 10.0.10586
OSType : 18
ServicePackMajorVersion : 0
OSArchitecture : 64 ビット
BuildNumber : 10586
MUILanguages : {ja-JP}
OSLanguage : 1041
Locale : 0411
CodeSet : 932
CountryCode : 81
Last active
August 1, 2016 09:20
-
-
Save unakatsuo/3503eaa2b9552c0e903de7cf0599ecef to your computer and use it in GitHub Desktop.
Show basic OS information using PowerShell
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
Get-CimInstance Win32_OperatingSystem | Select-Object Caption, Version, OSType, ServicePackMajorVersion, OSAr | |
itecture, BuildNumber, MUILanguages, OSLanguage, Locale, CodeSet, CountryCode | FL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment