Get-ChildItem -Path Cert:LocalMachine\MY
Friday, 25 August 2023
List installed certificates and their thumbprints in PowerShell
Enter the following to list installed certificates and their thumbprints in PowerShell
Wednesday, 16 August 2023
Find install dates of apps in Windows from CMD
Simply run the following.
wmic product get Description,InstallDate
Subscribe to:
Posts (Atom)