2009年12月5日 星期六

Exchange 2007 啟動 outlook anywhere

Server side

 

1.要求憑證 (exchange command line)

New-ExchangeCertificate -GenerateRequest -subjectname "dc=tw,dc=com,dc=mmik,o=Mmik Solutions,cn=mail.mmik.com.tw" -domainname "mail.mmik.com.tw" -PrivateKeyExportable $true -path c:\a.txt

 

2.取得cert檔案

c:\a.txt的內容貼到CA server的網頁去要求憑證 http://127.0.0.1/certsrv

 

3.import cert

Import-ExchangeCertificate -Path c:\certificates\filename.cer -friendlyname "Contoso CAS01"

 

4.check 是否成功

get-exchangecertificate | fl

1 則留言:

mmik 提到...

http://technet.microsoft.com/zh-tw/library/bb310781.aspx