How do I recreat autodiscover website
Hello,We're running Server 2008 and Exchange 2007 CAS role. I accidently deleted my autodiscover website which lived under "default website" with all the other Exchange sites. Could someone walk me through recreating it?
July 17th, 2008 11:48pm
Dear customer:
From your post, you can try the following command to create a new Autodiscover service virtual directory:
New-AutodiscoverVirtualDirectory -Websitename <websitename> -BasicAuthenticationtrue -WindowsAuthenticationtrue
Note: You cannot use the Exchange Management Console to create a new Autodiscover service virtual directory.
Also, before you perform this procedure, confirm that the Autodiscover service is disabled on the Exchange 2007 server. The Autodiscover service is disabled if the Autodiscover service virtual directory is not present under the Default Web Site node in the Internet Information Services (IIS) console tree.
For more information about How to Create a New Autodiscover Service Virtual Directory, please refer to the following documents:
How to Create a New Autodiscover Service Virtual Directory
http://technet.microsoft.com/en-us/library/aa996418(EXCHG.80).aspx
For more information about New-AutodiscoverVirtualDirectory, please refer to the following documents:
New-AutodiscoverVirtualDirectory
http://technet.microsoft.com/en-us/library/bb123983.aspx
Hope it helps.
Rock Wang - MSFT
Free Windows Admin Tool Kit Click here and download it now
July 18th, 2008 5:19am
Hi,I have existing autodiscover site but unfortunately someone missed out the subject when creating the certificate on the autodiscover.domain.com. It was only mail.domain.com that was on the certificate.That is why we got the error when doing the https://autodiscover.domain.com/autodiscover/autodiscover.xml<?xml version="1.0" encoding="utf-8" ?>
- <Autodiscover xmlns="http://schemas.microsoft.com/exchange/autodiscover/responseschema/2006">
- <Response>
- <Error Time="05:45:41.8288382" Id="3067181984">
<ErrorCode>600</ErrorCode>
<Message>Invalid Request</Message> I am planning to get another certificate ready but unfortunately I dont want to mess the current production site which uses the old certificate on Outlook Anywhere and OWA.Can I have 2 website in the Exchange CAS co exist in the current box and installed the correct one certificate and not having to mess the production? Can you give some insight on this. Appreciate it.
October 29th, 2009 1:27am