Quantcast
Viewing all articles
Browse latest Browse all 3333

PowerTip: Find Operating System Version and Installation Date with PowerShell

Summary: Use Windows PowerShell to find the operating system version and installation date.

Image may be NSFW.
Clik here to view.
Hey, Scripting Guy! Question
 How can I use Windows PowerShell to find the version of my Windows operating system, its installation date,
           and the operating system architecture?

Image may be NSFW.
Clik here to view.
Hey, Scripting Guy! Answer
 Use the Get-CimInstance cmdlet (GCIM is an alias) and query the Win32_OperatingSystem WMI class,
           for example:

gcim Win32_OperatingSystem | select Version, InstallDate, OSArchitecture

Image may be NSFW.
Clik here to view.

Image may be NSFW.
Clik here to view.

Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>