Module 2: Office 365 Administration, Tools, and Techniques Lab: Administering Office 365
Module 2: Office 365 Administration, Tools, and Techniques Lab: Administering Office 365
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: 60 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
User name: Holly
Password: Pa55w.rd
Domain: Adatum
In all tasks:
Note: If you see the Update your admin contact info prompt at any time during the
lab, click Cancel to continue.
Scenario
To familiarize administrators with graphical interfaces for administration, you want to
evaluate the administration portal for Office 365 administration.
The main tasks for this exercise are as follows:
5. On the User was added page, view the temporary password, and then note
the temporary password here: ____________
Christie Thomas
Amy Santiago
Sallie McIntosh
Francisco Chaves
1. In Microsoft Edge, in the Microsoft 365 admin center, in the navigation pane,
click Admin centers.
2. Select the Exchange admin center and review the available recipients.
3. Review the organization settings.
6. From the Admin center, open the Teams and Skype admin center and select
the Legacy portal.
Result: After completing this exercise, you will have used the administrative portal
and explored the user interface.
Scenario
In your day-to-day work as an Office 365 administrator, you expect that you will need
to manage hundreds of user and group accounts. To manage these efficiently, you
will need to use Windows PowerShell. In preparation for this, you need to get familiar
with managing users and groups using Windows PowerShell.
Connect-MsolService
Get-MsolUser -UnlicensedUsersOnly
8. To view the available licenses, at the command prompt, type the following
command, and then press Enter:
Get-MsolAccountSku
11. Use the following command to prevent a user from signing in to Office 365,
replacing yyxxxxx with your unique Adatum number:
Set-MsolUser -UserPrincipalName [email protected]
-BlockCredential $true
13. Use the following command to view the list of deleted users:
Get-MsolUser -ReturnDeletedUsers
Get-MsolUser -ReturnDeletedUsers
17. Verify that Catherine Richard is no longer in the deleted users list.
18. Use the following command to view the active users list:
Get-MsolUser
20. Use the following command to allow a user to sign in, replacing yyxxxxx with
your unique Adatum number:
2. Use the following command to set user passwords to expire. At the command
prompt, type the following command, and then press Enter:
Scenario
Your team members will have different responsibilities in Office 365. To ensure that
team members have only the permissions that they require to perform various tasks
in Office 365, you plan to assign different administrator roles to different users.
3. In the Microsoft 365 admin center, edit Francisco Chaves, and change the role
to Billing administrator by using the alternate email address [email protected].
4. In the Microsoft 365 admin center, edit Tameka Reed, and change the role
to Password administrator using the alternate email address [email protected].
5. In the Microsoft 365 admin center, edit Christie Thomas, and change the role
to User management administrator by using the alternate email
address [email protected].
3. Use the following command to input the service support administrator role to
the $role variable:
5. Verify that Sallie McIntosh is in the list of users who have the Service Support
Administrator role.
6. Use the following command to input the billing administrator role to the $role
variable:
8. Verify that Francisco Chaves is in the list of users who have the billing
administrator role.
9. Use the following command to input the company administrator role to the
$role variable:
11. Verify that Amy Santiago is in the list of users who have the Company
Administrator role.
4. Verify that you cannot modify any settings for Lindsey Gates's user account.
9. Verify that you can modify settings on the Lindsey Gates user account. Change
her phone number to 555-1234, and then block her sign-in access.
10. Verify that you can add a new user named Chris Breland.
11. Verify that you can also delete the user account that you created.
Result: After completing this exercise, you will have assigned Office 365 administrator
roles.
Scenario
During the administration of Office 365, one of the administrators reports that he is
not able to perform certain tasks in Office 365 that are part of his responsibilities. You
must troubleshoot this issue.
2. Attempt a resolution
3. Test your resolution
3. When prompted, change Sallie's password to a new password and sign in.
Using the skills that you have learned in this module, attempt to resolve the
problem.
When you have finished the lab, keep the virtual machines running for the next
module.
Result: After completing this exercise, you will have resolved issues with Office 365
administration.