Applies to: Exchange Server 2010 SP3, Exchange Server 2010 SP2

Topic Last Modified: 2012-07-23

You can use the Shell to create a new Autodiscover virtual directory for Microsoft Exchange Server 2010. This can't be done using the EMC. The Autodiscover virtual directory provides the internal and external URLs that connecting Outlook clients require to access Exchange services, including the Availability service, the offline address book, and Unified Messaging.

Note:
The ability to use the Autodiscover service on a mobile phone depends on the operating system that's running on the mobile phone. Not all mobile phone operating systems that support synchronization with Exchange 2010 also support the Autodiscover service. For more information, contact the manufacturer of your mobile phone.

Looking for other management tasks related to the Autodiscover service? Check out Managing the Autodiscover Service.

Use the Shell to create a new Autodiscover virtual directory

You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "Autodiscover virtual directory settings" entry in the Client Access Permissions topic.

This example creates an Autodiscover virtual directory under the Default Web Site in the Internet Information Services (IIS) Manager, with client authentication set to allow Basic and Integrated Windows authentication.

Copy Code
New-AutodiscoverVirtualDirectory -Websitename <websitename> -BasicAuthentication:$true -WindowsAuthentication:$true

For more information about syntax and parameters, see New-AutodiscoverVirtualDirectory.

Other Tasks

After you create a new Autodiscover virtual directory, you may also want to: