#The following commands are for the single Exchange Server 2007 scenario #holding the MBX, CA, HT roles #Check the SCP details (Autodiscover Uri): Get-ClientAccessServer | FL #Set the new URI for SCP Get-ClientAccessServer | Set-ClientAccessServer -AutoDiscoverServiceInternalUri https://mail.netometer.com/Autodiscover/Autodiscover.xml #Check the Web Services URL: Get-WebServicesVirtualDirectory | FL #Set the new URL for Web Services: Get-WebServicesVirtualDirectory | Set-WebServicesVirtualDirectory -InternalUrl https://mail.netometer.com/EWS/Exchange.asmx -ExternalUrl https://mail.netometer.com/EWS/Exchange.asmx #List Certificates in local store: Get-ExchangeCertificate #Asign an existing Certificate ofr Exchange Services: Enable-ExchangeCertificate #Additional links: #How to Install GoDaddy SSL Certificate in IIS6 http://www.netometer.com/video/tutorials/godaddy-ssl-certificate/index.php #How to Install GoDaddy SSL Certificate in IIS7 http://www.netometer.com/video/tutorials/iis7-godaddy-ssl-certificate/