-
OoO not working because AutoDiscover does not work
1 First: Always check Certificates and DNS 1.1 Check if your certificates are configured correctly and if they have expired. Open the Exchange Management Console and run: Get-ExchangeCertificate | fl Review your certificates and ensure that they have not expired 1.2 Check DNS A good way to test DNS is using NSLOOKUP. Open cmd and type nslookup and hit enter. (In our case we need to run nslookup to our client’s autodiscover address to test redirection as we user autodiscover redirect.) Type autodiscover.yourdomain.com (or .net etc.) this should return with the redirect address as per below screenshot. …
-
How to setup Autodiscovery on Exchange 2007
This is how to setup Autodiscover for Exchange 2007 after the trusted certs have been setup: Create an AutoDiscover DNS Record on you DC – Open t DNS Manager. – Expand Forward Lookup Zones then expand domain.xx – Right-click domain.xx and select New Host(A) – Type autodiscover and the IP Address of the Exchange 2007 server, then click on add. – Click OK then click Done. Configure Exchange 2007 Server – On the Exchange server open Exchange Management Shell – Type the following: Set-OutlookProvider –id exch –ssl:$true and press Enter. – Then type the following: Set-OutlookProvider –id exch –server:servername and then press Enter.