Frequently Asked Question
Exchange - PS command to list out certs to a file.
Last Updated 4 years ago
This command will list out all of the certificates on the machine and send them to a file on the c drive.
Get-ExchangeCertificate | fl | out-file –filePath c:\certs.txt
Get-ExchangeCertificate | fl | out-file –filePath c:\certs.txt