>NULL: August 2023

Friday 25 August 2023

List installed certificates and their thumbprints in PowerShell

Enter the following to list installed certificates and their thumbprints in PowerShell
Get-ChildItem -Path Cert:LocalMachine\MY

Wednesday 16 August 2023

Find install dates of apps in Windows from CMD

Simply run the following.
wmic product get Description,InstallDate