Module 3 Managing Recipient Object
Module 3 Managing Recipient Object
Objectives
After completing this lab, you will be able to:
Manage recipients.
Manage public folder mailboxes.
Lab Setup
For this lab, you will use the available virtual machine environment. Before you begin the
lab, you must complete the following steps:
1. On the host computer, click Start, point to Administrative Tools, and then click
Hyper-V Manager.
2. In Hyper-V Manager, click EXC19-LON-DC1, and in the Actions pane, click Start.
3. In the Actions pane, click Connect. Wait until the virtual machine starts.
4. Sign in by using the following credentials:
User name: Adatum\Administrator
Password: Pa55w.rd
5. Repeat steps 2 to 4 for EXC19-LON-EX1.
6. Repeat steps 2 and 3 for EXC19-LON-CL1
13. Double-click AW_Room1 and then click the booking delegates tab.
14. Click Select delegates who can accept or decline booking requests.
15. Under Delegates, click Add, click Kendra Sexton, click add, and then click OK. Click
Save.
16. In the Exchange Management Shell, type the following command, and then press
Enter to configure the resource booking policy.
Set-CalendarProcessing –Identity AW_Room1 –BookinPolicy AllAdventureWorks
17. On LON-EX1, in the Exchange Administration Center, in the Features pane, click
recipients.
18. Click the shared tab, click New, and then fill in the following information:
Display name: AdventureWorks Sales
Alias: AdventureWorksSales
Organizational unit: AdventureWorks\Sales
19. Under Users, click Add, click AW_Sales, click add, and then click OK.
20. Click More options.
21. Under Mailbox database, click browse, click AdventureWorksDB, and then click
OK.
22. Click Save.
Task 3: Create the Adventure Works Cycles distribution groups
1. On LON-EX1, in the Exchange Administration Center, click the groups tab.
2. Click New, click Distribution group, and then fill in the following information:
Display name: AW_SalesMgrs
Alias: AWSalesMgrs
Organizational unit: AdventureWorks\Sales
Members: Christie Thomas, Perry Brill
Owner approval is required: Closed
Choose whether the group is open to leave: Closed
3. Click Save.
4. On the groups tab, click New, click Distribution group, and then fill in the following
information:
Display name: AdventureWorksNews
Alias: AdventureWorksNews
Organizational unit: AdventureWorks
Members: none
Owner approval is required: Open
Choose whether the group is open to leave: Open
5. Click Save.
6. On LON-EX1, in the Exchange Management Shell, type cd C:\Labfiles\Mod03, and then
press Enter.
7. Type the following command, and press Enter to initiate the script to import the users
from the spreadsheet. (to configure all members of the AdventureWorks integration team
with a custom attribute)
$users=Import-Csv .\AdventureWorksIntegrationTeam.csv
8. Type the following command, and then press Enter to configure the mailboxes based on
the list in the spreadsheet.
ForEach ($i in $users) {Set-Mailbox –Identity $i.Displayname –CustomAttribute1 “AdventureWorks
Integration Project Team”}
create a new dynamic distribution group with the following settings:
Results: After completing this exercise, you should have created AD DS user and group
accounts for Adventure Works Cycles, created a room mailbox with custom permissions, and
configured a shared mailbox. You also should have configured distribution groups for the
Adventure Works Cycles users.
Exercise 2: Managing public folder mailboxes
Exercise Scenario
A. Datum has not implemented public folders, but Adventure Works Cycles users have used
public folders in the past and would like to continue using them. You need to create a public
folder infrastructure for Adventure Works Cycles users, and ensure that only Adventure
Works Cycles users have access to the public folders.
Results: After completing this exercise, you should have created public folder mailboxes for
Adventure Works Cycles and verified that users can access the mailboxes.
Objectives
After completing this lab, you will be able to:
Manage email-address policies.
Lab Setup
For this lab, you will use the available virtual machine environment. These should still be
running from the previous lab.
Exercise Scenario
Adventure Works Cycles maintains a distinct identity for customers, but some functions,
such as accounting, are integrated with A. Datum Corporation. To ensure that users receive
all email properly, they must be able to receive email at all domains, but use their own
domain as the reply-to address.
Results: After completing this exercise, you should have configured the email-address policy for
Adventure Works Cycles users to receive email sent to the A. Datum email domain and the
Adventure Works Cycles email domain, configured the reply-to email address for the Adventure
Works Cycles users for the Adventure Works Cycles email domain, and verified that these
changes were applied correctly.