Which three actions should you perform?

###BeginCaseStudy###
Case Study: 3
Litware, Inc

Overview
Litware, Inc., is a manufacturing company located in North America.
The company has a main office and two branch offices. The main office is located in Chicago. The
branch offices are located in Baltimore and Los Angeles.
Existing Environment
Active Directory Environment
The network contains one Active Directory forest named litwareinc.com. Each office is configured as
an Active Directory site.
All domain controllers in the Los Angeles office run Windows Server 2008 R2. All domain controllers
in the Chicago office run Windows Server 2003 Service Pack 1 (SP1). All domain controllers in the
Baltimore office run Windows Server 2012.
All of the FSMO roles are located on a domain controller in the Baltimore office. All of the domain
controllers are configured as global catalog servers.
You have a distribution group for each department. The distribution groups contain all of the users
in each respective department.
Network Infrastructure
The servers in each office are configured as shown in the following table.

The Baltimore and Chicago offices have independent Internet connections. Internet connectivity for
the Los Angeles office is provided through Chicago.
Users frequently send large email messages to other users in the company. Recently, you increased
the maximum message size to 50 MB.
Planned Changes
The company plans to deploy a new Exchange Server 2013 infrastructure that will contain two
Clients Access servers and two Mailbox servers in the Chicago office. The servers will be configured
as shown in the following table.

All client connections to the Exchange Server organization will be routed through a hardware load
balancer. The name client.litwareinc.com will point to the virtual IP address of the hardware load
balancer.
Once the transition to Exchange Server 2013 in the Chicago office is complete, all mail flow to and
from the Internet will be managed centrally through that office by using a Send connector that has
the following configurations:
• Connector name: CH-to-Internet
• Address space: *
• Source servers: CH-EX2, CH-EX3
• Cost: 10
###EndCaseStudy###

DRAG DROP
You need to create and configure a hierarchical address book (HAB) named Litware to reflect the
company’s organizational chart.
Which three actions should you perform?
To answer, move the three appropriate actions from the list of actions to the answer area and
arrange them in the correct order.

###BeginCaseStudy###
Case Study: 3
Litware, Inc

Overview
Litware, Inc., is a manufacturing company located in North America.
The company has a main office and two branch offices. The main office is located in Chicago. The
branch offices are located in Baltimore and Los Angeles.
Existing Environment
Active Directory Environment
The network contains one Active Directory forest named litwareinc.com. Each office is configured as
an Active Directory site.
All domain controllers in the Los Angeles office run Windows Server 2008 R2. All domain controllers
in the Chicago office run Windows Server 2003 Service Pack 1 (SP1). All domain controllers in the
Baltimore office run Windows Server 2012.
All of the FSMO roles are located on a domain controller in the Baltimore office. All of the domain
controllers are configured as global catalog servers.
You have a distribution group for each department. The distribution groups contain all of the users
in each respective department.
Network Infrastructure
The servers in each office are configured as shown in the following table.

The Baltimore and Chicago offices have independent Internet connections. Internet connectivity for
the Los Angeles office is provided through Chicago.
Users frequently send large email messages to other users in the company. Recently, you increased
the maximum message size to 50 MB.
Planned Changes
The company plans to deploy a new Exchange Server 2013 infrastructure that will contain two
Clients Access servers and two Mailbox servers in the Chicago office. The servers will be configured
as shown in the following table.

All client connections to the Exchange Server organization will be routed through a hardware load
balancer. The name client.litwareinc.com will point to the virtual IP address of the hardware load
balancer.
Once the transition to Exchange Server 2013 in the Chicago office is complete, all mail flow to and
from the Internet will be managed centrally through that office by using a Send connector that has
the following configurations:
• Connector name: CH-to-Internet
• Address space: *
• Source servers: CH-EX2, CH-EX3
• Cost: 10
###EndCaseStudy###

DRAG DROP
You need to create and configure a hierarchical address book (HAB) named Litware to reflect the
company’s organizational chart.
Which three actions should you perform?
To answer, move the three appropriate actions from the list of actions to the answer area and
arrange them in the correct order.

Answer: See the explanation

Explanation:
Box 1: Create a root distribution group named Litware.
Box 2:

Box 3: Run the Set-Group cmdlet and specify the -ishierarchicalgroup parameter for each
distribution group in the HAB.



Leave a Reply 1

Your email address will not be published. Required fields are marked *


Senan Kazimov

Senan Kazimov

WRONG- Create OU – we can use an existing OU in your Exchange forest.
WRONG- SeniorityIndex parameter to rank individual recipients or organizational groups by seniority within these organizational tiers. This ranking specifies the order in which the recipients or groups are displayed in the HAB.

1) Create the root distribution group named “Litware”
2) Designate “Litware” as the root organization for the HAB.
Set-OrganizationConfig -HierarchicalAddressBookRoot “Litware”

3) Designate each of the groups as members of the HAB
Set-Group -Identity “Litware” -IsHierarchicalGroup $true