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




tfernandes -> RE: How to set up Autodiscovery for Outlook 2007? (24.Jul.2010 6:12:21 AM)

Hi all,

I have the following scenario

VM Ware Server 2.0.2 - Just for study purpose - Prep fo 70-236
Win 2003 + Ex2k7 (CAS, HUB, MB) all roles on one - Testing Purpose
Win XP SP2 - For testing purpose client

I was trying to configure Auto discover but could go ahead

1. I have put the dns record for autodiscover (192.168.10.5 - My ex server)
   main.flightexchange (FQDN)

2. set-outlookexchangeprovider -id exch server:main.flightexchange  (Successful)
3. set-outlookexchangeprovider -id exch ssl:$true (doesnt work)

My win xp client is able to resolve the user ID when i click on microsoft outlook
After this it shows failed to establish network connection

Cant understand how to troubleshoot this. Is it something to do with DNS or autodiscover virtual directory.

Im tryinig to resolve this since 1 week but no success.

Someone kindly help

REgards
thaddeus dot fernandes at gmail dot com






Page: <<   < prev  1 [2]