Module 4: Administering and Troubleshooting Exchange Online Lab: Administering and Troubleshooting Exchange Online
Module 4: Administering and Troubleshooting Exchange Online Lab: Administering and Troubleshooting Exchange Online
Objectives
After completing this lab, you will be able to:
Note: The lab steps for this course change frequently due to updates to Office 365.
Microsoft Learning updates the lab steps frequently, so they are not available in this
manual. Your instructor will provide you with the lab documentation.
Lab setup
Estimated time: 75 minutes
User name: Adatum\Administrator
Password: Pa55w.rd
For this lab, you will use the available virtual machine environment. Before you begin
the lab, if necessary, you must complete the following steps:
1. On the host computer, click Start, point to Administrative Tools, and then
click Hyper-V Manager.
User name: Administrator
Password: Pa55w.rd
Domain: Adatum
Scenario
In preparation for migrating more users to Office 365, you must ensure that you can
manage Exchange Online recipients by using the Exchange admin center and
Windows PowerShell. Also, you must create distribution groups and resource
mailboxes.
2. Open the Microsoft 365 admin center and then open Exchange Admin center.
3. Disable IMAP access for Amy Santiago and enable archive for this user. Name
the archive folder AmyArchive.
3. Sign in to the Office 365 portal as Ada Russell and verify that you can open
the Projects shared mailbox.
$credential = Get-Credential
Get-Mailbox
Note: This command returns the list of mailboxes and verifies that you can connect
to your Office 365 subscription.
6. In the Exchange Admin center, click Refresh. You should be able to see both
resources.
Scenario
Adatum has delegated some administrative tasks in Exchange 2016 on-premises and
would like to duplicate this configuration in Exchange Online. You must configure
delegated administration to achieve this task.
Enable-OrganizationCustomization
New-RoleGroup -Name BranchOfficeAdmins -roles "Mail Recipients", "Distribution
Groups", "Move Mailboxes", "Mail Recipient Creation"
Get-RoleGroupMember "BranchOfficeAdmins"
5. In the Exchange admin center, click Refresh. Ensure that you can see the
new BranchOffice Admins role group. Also, verify roles that are added and
verify that Amy is a member.
Remove-PSSession $exchangeSession
7. In the Exchange admin center, click Refresh. You can see the new role
assignment policy.
Result: After completing this exercise, you will have configured delegated
administration of your Exchange Online organization.
Scenario
Adatum wants to restrict some options for Outlook on the web and mobile clients.
You must configure Outlook Web App policies and mobile device access and mailbox
policies to accomplish this task.
1. On LON-CL1, in the Exchange admin center, browse to the Outlook Web App
policies in permissions.
Instant messaging
Text messaging
Unified messaging
Journaling
Note: In some cases, it may take a few minutes for the new Outlook Web App
mailbox policy to take effect.
Require a password
Result: After completing this exercise, you will have configured client access policies.
Scenario
In this exercise, you will first run a script to simulate a problem. Your task is to identify
the issue and resolve it.
1. Generate a problem
2. Try to open Outlook on the web for Ada Russell. You will not be able to do so.
3. Identify and troubleshoot this issue so that Ada Russell is able to access her
mailbox via Outlook on the web.
4. Try to open the Projects shared mailbox from Ada's mailbox. You will not be
able to do so.
Keep the virtual machines running for the lab in the next module.
Result: After completing this exercise, you will have troubleshot Exchange Online.
Question Why was user Ada Russell not able to access Outlook on the web?