Search This Blog

Friday, January 29, 2010

Hosted Exchange 2010 - continued

here are some useful links

this link refers to generating self-created cert for outlook anywhere.

http://www.kirkouimet.com/blog/2008/06/generate-a-self-signed-certificate-in-exchange-server-2007-to-be-used-for-outlook-anywhere-on-outlook-2007/

I got an error exporting it, this one didn't work for me
Export-ExchangeCertificate -Thumbprint C0120462272A19141382FEB24008A50BA7AAD31D -Path C:\Certificate.pfx -Password:(Get-Credential).password
The MS technet has a couple of good cmdlets
$file = Export-ExchangeCertificate -Thumbprint C0120462272A19141382FEB24008A50BA7AAD31D -BinaryEncoded:$true -Password (Get-Credential).password

Set-Content -Path "c:\certificates\exch01.pfx" -Value $file.FileData -Encoding Byte

No comments:

Post a Comment