Powershell Tip #78: Find the Windows installation date By powershellgu | November 23, 2015 0 Comment Tip: You can find the installation date of Windows : PowerShell (Get-CimInstance -ClassName Win32_OperatingSystem).InstallDate 1 (Get-CimInstance -ClassName Win32_OperatingSystem).InstallDate