PowerShell script that checks for issues/misplaced certificates in the Certificate Store.
The tests performed by the script are described here:
Checks to do in the Lync/Skype4B Certificate Store
https://uclobby.com/2015/06/19/checks-to-do-in-the-lync-sfb-certificate-store/
Usage:
Test-CertificateStore.ps1
Currently the script doesn’t accept any parameter.
Change Log
- v1.2 - 2023/04/17 - Updated to publish in PowerShell Gallery
- v1.1 – 2018/08/01 - Check #7 - Expired certificates in Root, Intermediate and Personal Store
- v1.0 – 2015/07/21 - Initial release