Powershell Tip #78: Find the Windows installation date By powershellgu | November 23, 2015 2 Comments Tip: You can find the installation date of Windows : PowerShell (Get-CimInstance -ClassName Win32_OperatingSystem).InstallDate 1 (Get-CimInstance -ClassName Win32_OperatingSystem).InstallDate
Pingback: Powershell Tip #77: List users with “Store passwords using reversible encryption” enabled | Powershell Guru
Pingback: Powershell Tip #79: Search a user from another domain | Powershell Guru