Overview of Exchange Server Virtual Directories

Written by Paul Cunningham on February 4, 2010 – 5:34 pm -

cableSome Exchange Server 2007 and Exchange Server 2010 roles require Internet Information Services (IIS) to function.   On these servers Exchange will install a series of IIS virtual directories.  In this post I will describe the Exchange Server virtual directories and their purpose.

/owa – This is the directory for OWA (Outlook Web Access on Exchange 2007, and now called Outlook Web App on Exchange 2010), which is the web browser version of Outlook that is usually accessed by remote workers.  The /owa directory is for access to Exchange 2007 or 2010 mailboxes.

/Public – This is the directory used by OWA users when accessing any Public Folders in the organization.

/Exchweb – This directory is used for OWA access for Exchange 2003 or 2000 users but is not usually accessed directly by the end user.  The OWA session will automatically refer the connect to this virtual directory when necessary.

/Exchange – This directory is again used for OWA access.  When an Exchange 2003 or 2000 mailbox user access the /Exchange virtual directory they are proxied to their mailbox.  For Exchange 2007 or 2010 mailbox users they are redirected to the /owa directory for their mailbox access.

This is useful during the transition from legacy Exchange versions to 2007 or 2010, because users can continue to connect to the /Exchange directory and the result will always be that they connect to their mailbox, as long as the server does not run the Mailbox Server role.  In other words, the /Exchange directory only works for legacy mailbox users if the server is a dedicated Client Access Server (though it can also contain the Hub Transport Server role without a problem). Continue reading Overview of Exchange Server Virtual Directories

Subscribe to my RSS feed

How to Implement Outlook Web Access for Exchange Server 2007 (Pt. 2)

Written by Paul Cunningham on May 22, 2009 – 1:34 pm -

This is the second, and last, part to the article ‘How to Implement Outlook Web Access for Exchange Server 2007′. The first part can be read here.

OWA in Exchange Server 2007 is available in two versions:

  • Outlook Web Access Premium client: Provides a complete and enhanced functionality of OWA. It requires Internet Explorer 6 or a later version.
  • Outlook Web Access Light client: Provides fewer features but fast connectivity. Fit to use on a slow Internet connection and requires strict browser settings. Allows you to use any browser.

 

 

Implementing Outlook Web Access

Once the Client Access role is installed on your Exchange Server, the OWA is available to your remote users who want to access their mailboxes using their web browsers. Although none of the settings are mandatory for the implementation of OWA, it requires you to configure various features and settings in Exchange Server 2007 for customization and efficiency. You can use various tools to configure OWA. These tools are:

  • Exchange Management Console: A GUI used to manage the most common settings of OWA including Organization Configuration.
  • Exchange Management Shell: A command-line interface that allows you to manage futures that cannot be managed using Exchange Management Console. It also allows you to automate administrative tasks and manage the associated command-line plug-ins.
  • IIS Manager: A MMC that allows you to manage virtual directories.
  • Web.config: A configuration file that must be modified using notepad. It allows you to modify OWA settings that are specific to ASP.NET.
  • Registry editor: A sensitive tool that can be used to directly configure OWA settings such as the PublicClientTimeout, SSLOffloaded, and TrustedClientTimeout 

  Continue reading How to Implement Outlook Web Access for Exchange Server 2007 (Pt. 2)

Subscribe to my RSS feed

How to Implement Outlook Web Access for Exchange Server 2007 (Pt. 1)

Written by Paul Cunningham on May 21, 2009 – 3:55 pm -

Outlook Web Access (OWA) in Exchange Server 2007 has come up with many new features that were not available in its earlier versions. The OWA can be implemented in Exchange Server 2007 by installing Client Access role on your Exchange Server computer.

Exchange Server 2007 has introduced five new server roles that provide distinct and granular division of functionality. These five server roles are: Client Access, Edge Transport, Hub Transport, Mailbox, and Unified Messaging, as shown in Figure 1:

client-access-role-11

Introduction to Outlook Web Access

OWA allows you to access your mailbox from anywhere using any web browser. OWA in Exchange Server 2007 has significantly improved.

It offers features such as:

Improved Logon Options: It presents clear logon options to users that enable them to specify whether they are on a secured computer or an unsecured computer, as shown in Figure 2. OWA also provides Explicit Logon feature that allow users to open any mailbox to which they have permissions in a new browser window.

Continue reading How to Implement Outlook Web Access for Exchange Server 2007 (Pt. 1)

Subscribe to my RSS feed

RPC Over HTTP – Troubleshooting ValidPorts

Written by Mike Rede on May 20, 2009 – 3:22 pm -

If you’ve wanted to get more use out of your HTTP connections in Exchange Server then you’ve probably been thinking about how to bypass your VPN. You could securely do this and connect directly to the server using Outlook’s OWA (Outlook Web Access).

RPC over HTTP can enable a connection between Outlook clients and the Exchange server without the need for special software. And with a lowered network risk it is a viable alternative to VPN.
 
Support for RPC over HTTP is included as a feature in the Microsoft® Exchange Server, Microsoft Office Outlook, and Microsoft Windows Server software. Users will not need a virtual private network (VPN) to allow them to connect to their Exchange mailbox as long as they are using the Microsoft Windows RPC over HTTP feature. From Outlook, clients can connect directly to an Exchange server in a corporate environment from the Internet.

Remote Procedure Calls (RPC) are sent across the internet through tunnel connections over HTTP between clients and servers. Clients, such as Outlook 2007, are able to read and exchange email via RPC calls to the Exchange server.

Continue reading RPC Over HTTP – Troubleshooting ValidPorts

Subscribe to my RSS feed