export-exchangecertificate
After running: export-exchangecertificate with -binaryexcoded:$true and -password:(get-credential).password, I get an error saying I cannot gain access to the private key or it is not exportable, as a result cannot export as PKCS-12.
I ran get-exchangecertificate | fl * and noticed the HasPrivateKey is set to True and PrivateKeyExportable is set to false.
Is there a way to set PrivateKeyExportable to true without having to create a new certificate, so that I can export it?ScottL
July 7th, 2011 4:56pm
If the PrivateKeyExportable is set to False, then you cannot export the certificate provate key.
there is no way of change this. This setting is set during the import/creation of the certificate.
lasse at humandata dot se, http://anewmessagehasarrived.blogspot.com
Free Windows Admin Tool Kit Click here and download it now
July 7th, 2011 5:08pm
Thank youScottL
July 7th, 2011 5:10pm