RE: How to set up Autodiscovery for Outlook 2007? (Full Version)

All Forums >> [Microsoft Exchange 2007] >> General



Message


alanmara -> RE: How to set up Autodiscovery for Outlook 2007? (21.Mar.2008 5:31:27 AM)

Doesn't work with Set-OutlookProvider.
  1. INSTALL Rollup post SP1 http://support.microsoft.com/kb/946506/en-us
  2. IIS on CAS with Default Web Site and associated certificate "mail.company.com"
  3. Create SRV record in DNS, External and Internal.
  4. Set-ClientAccessServer -identity CASServer -AutodiscoverServiceInternalUri http://mail.company.com
  5. Set-WebServicesVirtualDirectory -Identity "CASServer\EWS (Default Web Site)” -InternalURL https://casserver.shudnow.net/EWS/Exchange.asmx -ExternalURL https://webmail.shudnow.net/EWS/Exchange.asmx -BasicAuthentication:$true
  6. Set-OABVirtualDirectory -Identity "CASServer\OAB (Default Web Site)” -InternalURL https://casserver.shudnow.net/OAB -ExternalURL https://webmail.shudnow.net/OAB -RequireSSL:$true
  7. Set-ActiveSyncVirtualDirectory -Identity "CASServer\Microsoft-Server-ActiveSync (Default Web Site)” -ExternalURL https://webmail.shudnow.net/Microsoft-Server-Activesync
  8. Set-UMVirtualDirectory -Identity "CASServer\UnifiedMessaging (Default Web Site)” -InternalURL  https://casserver.shudnow.net/UnifiedMessaging/Service.asmx -ExternalURL https://webmail.shudnow.net/UnifiedMessaging/Service.asmx -BasicAuthentication:$true  OPTIONAL
  9. Enable-OutlookAnywhere -Server CASServer -ExternalHostname "webmail.shudnow.net” -ExternalAuthenticationMethod "Basic” -SSLOffloading:$False OPTIONAL
  10. FROM OUTLOOK, right click Outlook icon in system tray holding down Ctrl key, and select "Test E-mail AutoConfiguration....". Only check Autodiscover.
THAT'S the way it works...........remember to set values matching the CN of certificate on Default Web Site.
 
Otherwise, you can create mutliple web sites each one with appropriate certificate. Example: mail.company.com, autodiscover.company.com, AND Leave the Default Web Site with Default Self Signed Certificate, so Outlook doesn't show cert warning.

Alan
MCITP Exchange 2007




Page: <<   < prev  1 [2]