Sunday, January 18, 2009

check the operating system version

PS> [System.Environment]::OSVersion | fl


Platform : Win32NT <--- 32-bit type; Next Technology
ServicePack : Service Pack 2
Version : 5.1.2600.131072 <--- Major, Minor, Build, Release?
VersionString : Microsoft Windows NT 5.1.2600 Service Pack 2

'::' indicate a static method or property. '[xxx]' indicate a class name.

No comments:

Post a Comment