Applies to: Exchange Server 2013

Topic Last Modified: 2013-02-04

Because the Exchange admin center (EAC) is a web-based management console in Exchange Server 2013, you access it by using the ECP virtual directory URL in a web browser. This topic shows you how to find the ECP virtual directory URL.

Note:
The ECP is the web-based user interface developed for Exchange Server 2010. The EAC cmdlets for virtual directories still use “ECP” in the name, and these cmdlets can be used to manage Exchange 2010 and Exchange 2013 ECP virtual directories.

To learn more about the EAC, see Exchange Admin Center in Exchange 2013.

What do you need to know before you begin?

  • Estimated time to complete: 5 minutes.

  • You can’t use the EAC to perform this procedure. You must use the Shell.

  • You need to be assigned permissions before you can perform this procedure or procedures. To see what permissions you need, see the "Exchange Administration Center connectivity" entry in the Exchange and Shell Infrastructure Permissions topic.

  • For information about keyboard shortcuts that may apply to the procedures in this topic, see Keyboard Shortcuts in the Exchange Admin Center.

Tip:
Having problems? Ask for help in the Exchange forums. Visit the forums at: Exchange Server, Exchange Online, or Exchange Online Protection

Use the Shell to find the internal and external URLs for the ECP virtual directory

This example returns the ECP virtual directory name, internal URL, and external URL in a formatted list.

Copy Code
Get-ECPVirtualDirectory | Format-List Name,InternalURL,ExternalURL

When the command is completed, use the InternalURL or ExternalURL values in your web browser to launch the EAC.

For detailed syntax and parameter information, see Get-EcpVirtualDirectory.