Summary: Learn how to use Windows PowerShell to export a certificate.
How can I use Windows PowerShell to export a certificate?
Use the Export-Certificate cmdlet and specify the file output destination. By default it will export a file
of the type Cert. Here is an example:
Export-Certificate -Cert (Get-Item Cert:\CurrentUser\My\3EF2) -FilePath c:\fso\mycert.cert