Applies to: Exchange Server 2007 SP3, Exchange Server 2007 SP2, Exchange Server 2007 SP1, Exchange Server 2007
Topic Last Modified: 2006-12-18

This topic explains how to use the Exchange Management Shell to configure Gzip compression for Microsoft Office Outlook Web Access in Microsoft Exchange Server 2007. Gzip compression improves performance over slow network connections by compressing content on the server. Gzip compression might slow performance on the server. 

Note:
By default, Gzip compression is set to low on all virtual directories.

Procedure

To use the Exchange Management Shell to configure Gzip compression

  • Run the following command to configure Gzip compression to High on an Outlook Web Access virtual directory that is named owa in the default Internet Information Services (IIS) Web site on the local server:

    Copy Code
    Set-OwaVirtualDirectory -identity "owa (Default Web Site)" -GzipLevel High
    
  • Run the following command to set Gzip compression to Off on an Outlook Web Access virtual directory that is named owa in the default IIS Web site on the local server:

    Copy Code
    Set-OwaVirtualDirectory -identity "owa (Default Web Site)" -GzipLevel Off
    
Note:
You must restart Internet Information Services (IIS) by using the command iisrest/noforce for these changes to take effect.

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

For More Information

For more information about Gzip compression settings, see Managing Outlook Web Access Advanced Features.