Exporting certificates from a Microsoft CA
I recently had the requirement to export all valid certificates of a Windows certification authority so that the certificates could be entered into a certificate management software. I therefore created a small PowerShell script that exports all certificates that are still valid at the time the script runs to a folder. Since only ... Read more