Article ID: 311154 - Last Review: February 28, 2007 - Revision: 2.4 Outlook Web Access segmentation in Exchange 2000 ServerThis article was previously published under Q311154 IMPORTANT: This article contains information about modifying the registry. Before you
modify the registry, make sure to back it up and make sure that you understand how to restore
the registry if a problem occurs. For information about how to back up, restore, and edit the
registry, click the following article number to view the article in the Microsoft Knowledge Base:
256986
(http://support.microsoft.com/kb/256986/EN-US/
)
Description of the Microsoft Windows Registry
On This PageSUMMARY
This article describes Microsoft Outlook Web Access (OWA) segmentation.
MORE INFORMATION
OWA segmentation provides the ability to selectively enable features of OWA. For example, you can disable or enable mail, Calendaring, Contacts, public folders, Calendar reminders, new mail notification, and Microsoft Internet Explorer 5 support according to service offering. Administrators can segment OWA into different support offerings in Exchange 2000 Server Service Pack 2 (SP2) and later. You can segment OWA on a per-server or a per-user basis. Per-user settings override per-server settings, if both are in place.
Segmenting OWA for Each ServerTo segment OWA on a per-server basis, edit the registry on the back-end server where the mailbox is located. If the back-end server is a clustered server, modify the registry on each node in the same manner.WARNING: If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk. You can segment OWA on a per-server basis by adding a registry value that is not present by default. To add this value:
To determine the correct REG_DWORD value, calculate the sum of the individual values for each feature that you want to enable. For example, according to the table in the Exchange 2000 Help, the decimal value for messaging is 1, the decimal value for new mail notification is 256, and the decimal value for rich client interface is 512. 1 + 256 + 512 = 769. 769 decimal = 301 hexadecimal. Therefore, to enable these features, type a decimal value of 769 (or the hexadecimal equivalent) in the Data box of the REG_DWORD value. If you type a decimal value, the Dec button must be selected, and if you type the corresponding hexadecimal value, the Hex button must be selected. You must restart the Information Store service for this change to take effect. Segmenting OWA for Each UserYou can configure OWA segmentation on a per-user basis by adding an Active Directory attribute that is not present by default after the installation of Exchange 2000 SP2: the msExchMailboxFolderSet attribute. You need to modify the Active Directory schema to add this attribute. You can modify the Active Directory schema with an Ldifde file manually, or with a Microsoft Visual Basic script. Both are included in the Exchange 2000 SP2 folder structure in the Support\OWASchema folder.Manually Extending the Active Directory SchemaNOTE: The person who updates the schema in your organization must be a member of the Schema Admins group.To manually extend the Active Directory schema:
Extending the Active Directory Schema with the Owa-schema.vbs ScriptThe Owa-schema.vbs script locates the Active Directory Schema Master, disables the schema update lock, updates the schema, and then re-enables the schema lock automatically.To extend the Active Directory schema with the Owa-schema.vbs script that is included with Exchange 2000 SP2:
For example, according to the table, the decimal value for messaging is 1, the decimal value for new mail notification is 256, and the decimal value for Internet Explorer 5 rich client user interface is 512. To enable these three features for an OWA user, give the msExchMailboxFolderSet attribute a decimal value of 769. The per-user settings take effect immediately if they are newly implemented. Changes to existing per-user settings take effect once the DS Access cache is cleared, which by default occurs every 10 minutes. Do not enter this value in hexadecimal format. You must enter the per-user attribute in decimal format. Using ADSI Edit to Modify the "msExchangeMailboxFolderSet" Attribute of a User ObjectTo use ADSI Edit to modify the msExchangeMailboxFolderSet attribute of a user object:
Notes and RemindersYou can enter per-server registry values as hexadecimal or decimal values. However, you must enter the per-user Active Directory attribute values in decimal values. The bit mask table in the Exadmin.chm file lists the values for each feature in decimal format. For additional information about extending the Active Directory schema for OWA segmentation purposes, see the Web version of the Exchange 2000 SP2 Help (Exadmin.chm) from the following Microsoft Web site:http://www.microsoft.com/exchange/
(http://www.microsoft.com/exchange/)
After you find the Help topic, search for "OWA and segmentation."
| Article Translations
|
Back to the top
