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

Topic Last Modified: 2012-07-23

You can use the Shell to enable the Autodiscover service in Microsoft Exchange ActiveSync. You can't configure the Autodiscover service for Exchange ActiveSync using the EMC.

Note:
The ability to use Autodiscover depends on the operating system of the mobile phone. Not all mobile phone operating systems that support synchronization with Microsoft Exchange Server 2010 support Autodiscover. For more information about operating systems that support Autodiscover, contact the manufacturer of the mobile phone.

Looking for other management tasks related to Exchange ActiveSync? Check out Managing Exchange ActiveSync.

Use the Shell to configure Autodiscover in Exchange ActiveSync

You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "Exchange ActiveSync mobile phone settings" entry in the Client Access Permissions topic.

This example configures Autodiscover for Exchange ActiveSync and sets the ExternalURL property.

Copy Code
Set-ActiveSyncVirtualDirectory -Identity "COMPUTERNAME\Microsoft-Server-ActiveSync (Default Web Site)" -ExternalURL "https://servername.com/"

For more information about syntax and parameters, see Set-ActiveSyncVirtualDirectory.