IT tutorials
 
Technology
 

Microsoft Exchange Server 2013 : Addressing Exchange - Hierarchical address book

10/11/2014 9:26:44 PM
- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019

The standard address book meets the needs of most companies throughout the world. Presenting users and groups sorted by first name or last name does not work so well in companies where the culture is strongly based on adherence to a hierarchical structure, especially in East Asian countries. In these situations, the desired result is to present the organization in terms of seniority so that the most important members are listed first. Users can then search down through the address book of the organization, following its structure. For example, they can move from the CEO to the vice presidents who run major departments, to the directors, managers, and then individual contributors.

From Exchange 2010 SP1 onward, any Outlook client later than Outlook 2007 SP2 can display a hierarchical address book (HAB) if the necessary steps are taken to establish the hierarchy within Exchange. You can follow these steps to create a new HAB. Steps 1 and 3 are optional insofar as you don’t strictly need to use a dedicated OU for the HAB. However, its use enables you to maintain a clear separation between the objects that form the HAB and the other Exchange groups and users. Steps 4 and 5 can be combined into a single set of Set-Group commands. They are isolated here to emphasize the need for the two distinct properties that must be set to allow objects to be included in the HAB.

  1. Create an OU in Active Directory to act as container for the groups and user objects that will form the HAB.

  2. Configure the organization with the alias of the group that will act as the root of the HAB. In this case, mark a group containing the CEO’s email address as the root of the HAB:

    Set-OrganizationConfig –HierarchicalAddressBook DG-CEO1
  3. Add the groups and users that will form the HAB into the OU. Again, this is an optional step.

  4. Modify each group object that will be in the HAB to set its IsHierarchicalGroup property to $True.

    Set-Group –Identity DG-CEO1 –IsHierarchicalGroup $True
  5. Modify each group and user object that will be in the HAB to set its SeniorityIndex property to an integer value that Exchange will use to sort the HAB. An object with a SeniorityIndex value of 1 will be at the top of the HAB, so if your CEO represents the top of the organization, you’d set this value to 1 for his object (or for the group object that might contain the CEO and members of his staff). Groups and users that occur farther down the hierarchy are assigned higher SeniorityIndex values.

    Set-Group –Identity DG-CEO1 –SeniorityIndex 1
    Set-Group –Identity DG-Senior-VP2 –SeniorityIndex 2
    Set-Group –Identity DG-VP3 –SeniorityIndex 3
  6. Ensure that groups of each level include the groups of the next level down in their membership so that the members of each level are shown when a user navigates through the hierarchy. For example, the HAB shown in Figure 1 uses organizational titles from the CEO downward as the basis of its hierarchy. To create this view, the Senior Vice Presidents group is a member of the Chief Executive Officer group, the Vice Presidents group is a member of the Senior Vice Presidents group, and the Senior Managers group is a member of the Vice Presidents group, with the same arrangement based on seniority continuing for the remainder of the hierarchy.

    This screen shot shows how Outlook presents a hierarchical address book. The top level of the organization is the chief executive officer, then senior vice presidents, vice presidents, senior managers, and, finally, managers. The individuals who hold these positions are displayed for each level.

    Figure 1. Viewing a HAB

  7. To make the HAB more accessible, you can also set the PhoneticDisplayName property for groups and users. Outlook sorts the HAB first by the SeniorityIndex and then by PhoneticDisplayName.

    Set-Group –Identity DG-HAB-Group1 –PhoneticDisplayName 'HAB Group 1'
    Set-User –Identity User-HAB1 –PhoenticDisplayName 'User 1'
  8. Open a supported version of Outlook and open the Address Book. Click the Organization tab to reveal the HAB.

Only a single HAB can exist in an organization, and HABs can be viewed only by Outlook clients that are configured to use cached Exchange mode and that have successfully downloaded an OAB that was generated after the properties of the groups that form the HAB were updated as just described.

 
Others
 
- Microsoft Exchange Server 2013 : Addressing Exchange - The Offline Address Book (part 3) - Creating and using customized OABs
- Microsoft Exchange Server 2013 : Addressing Exchange - The Offline Address Book (part 2) - How Exchange 2013 generates the Offline Address Book
- Microsoft Exchange Server 2013 : Addressing Exchange - The Offline Address Book (part 1) - The OAB and Outlook
- Microsoft Exchange Server 2013 : Addressing Exchange - Address book policies - Creating and implementing an ABP
- Microsoft Exchange Server 2013 : Addressing Exchange - Address lists
- User Profiles in SharePoint 2013 (part 3) - A Custom Profile Property and Subtype in Action - Audiences
- User Profiles in SharePoint 2013 (part 2) - A Custom Profile Property and Subtype in Action - Organization Profiles
- User Profiles in SharePoint 2013 (part 1) - User Profile Properties and Subtypes
- Windows 8 : Managing Internet Explorer add-ons (part 5) - Managing Internet Explorer add-ons by using Group Policy
- Windows 8 : Managing Internet Explorer add-ons (part 4) - Managing other add-ons - Enabling or disabling add-ons , Starting Internet Explorer without add-ons
 
 
Top 10
 
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
Technology FAQ
- Is possible to just to use a wireless router to extend wireless access to wireless access points?
- Ruby - Insert Struct to MySql
- how to find my Symantec pcAnywhere serial number
- About direct X / Open GL issue
- How to determine eclipse version?
- What SAN cert Exchange 2010 for UM, OA?
- How do I populate a SQL Express table from Excel file?
- code for express check out with Paypal.
- Problem with Templated User Control
- ShellExecute SW_HIDE
programming4us programming4us