You are on page 1of 14

Manage Administration Delegation

In both (GUI and CLI Mode)

Contents
Objectives ............................................................................................ Error! Bookmark not defined.
Lab setup ............................................................................................................................................ 2

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.

Note: Do not install Office 365 Products in your personal machine. Please
use the lab machines instead
Lab setup
www.practice-labs.com

Virtual machines: PLABDC01 and PLABWIN10

User Name: Administrator

Password: Passw0rd
Note: You will be using your Office 365 Trial Account that you created by
following our lab guide. If you do not have your trial account, kindly get the
lab guide and have one.

This course uses the Office 365 Admin center for all labs.

In all tasks:

• Login to the office 365 portal using the account that you have created from
the previous guide

This lab requires the following virtual machines (use only the VMs required for
your lab):

• PLABDC01

o Sign in as Administrator by using the password Passw0rd

• PLABWIN101

o Sign in as Administrator by using the password Passw0rd


1. We will join Office 365 Domain from our PLABWIN101 machine

2. Open Microsoft Edge, and then browse to https://portal.office.com/.

3. Sign in using your trial account, that you created by following our lab guide
4. On the Office 365 portal, select Admin.

5. Select Active teams & groups


6. Select your subjected user to provide elevated access on office 365

7. Click on 3 dotted icon and select manage roles


8. After selecting Admin Center Access, select any role you want to assign

9. Click to Save changes button


10. Click on user, on the fly out scroll and check the update role
11. Now we will perform same task by PowerShell, minimize MS Edge.

12. Right click on Start and Launch Windows PowerShell (Admin)


13. Click on Yes

14. Run these two commands to connect PLABWIN101 with Office 365 Trial Account “Install-
Module MSOnline and Connect-MsolService
Note: You will be using your Office 365 Trial Account that you created by
following our lab guide. If you do not have your trial account, kindly get the
lab guide and have one.

15. PowerShell's execution policy settings dictate what PowerShell scripts can be run on a
Windows system. Setting this policy to Unrestricted enables Holly to load all
configuration files and run all scripts Set-ExecutionPolicy unrestricted
16. To view all the available roles in Microsoft 365, enter the following command Get-MsolRole
|Select-Object -Property Name,Description |Out-GridView

17. Add-MsolRoleMember -RoleName "Service support administrator” –RoleMemberEmailAddress


ABC@xxxxxZZZZZZ.onmicrosoft.com (Replace this blue underline text with the Office 365 user
email ID)
18. You should now run the following two commands to verify $role = Get-MsolRole -RoleName
"Service support administrator” and Get-MsolRoleMember -RoleObjectId $role.ObjectId
19. Maximize the MS Edge and Click to Refresh Button and Click on User to verify new update role

You might also like