Book Image

Microsoft Office 365 Administration Cookbook

By : Nate Chamberlain
Book Image

Microsoft Office 365 Administration Cookbook

By: Nate Chamberlain

Overview of this book

Organizations across the world have switched to Office 365 to boost workplace productivity. However, to maximize investment in Office 365, you need to know how to efficiently administer Office 365 solutions. Microsoft Office 365 Administration Cookbook is packed with recipes to guide you through common and not-so-common administrative tasks throughout Office 365. Whether you’re administering a single app such as SharePoint or organization-wide Security & Compliance across Office 365, this cookbook offers a variety of recipes that you’ll want to have to hand. The book begins by covering essential setup and administration tasks. You’ll learn how to manage permissions for users and user groups along with automating routine admin tasks using PowerShell. You’ll then progress through to managing core Office 365 services such as Exchange Online, OneDrive, SharePoint Online, and Azure Active Directory (AD). This book also features recipes that’ll help you to manage newer services such as Microsoft Search, Power Platform, and Microsoft Teams. In the final chapters, you’ll delve into monitoring, reporting, and securing your Office 365 services. By the end of this book, you’ll have learned about managing individual Office 365 services along with monitoring, securing, and optimizing your entire Office 365 deployment efficiently.
Table of Contents (16 chapters)
14
Chapter 14: Appendix – Office 365 Subscriptions and Licenses

Assigning the User Administrator admin role in Azure AD

User management is usually assigned to helpdesk resources, and not a global admin. This recipe outlines the steps to assigning user management admin roles to users. This role provides its members an appropriate level of permission to manage users, but not all the access and abilities granted to the global admin role. Let's assign the User Administrator admin role to a user.

Getting ready

You'll need access to Azure AD and the Global administrator or Privileged Role administrator role to assign other admin roles.

How to do it…

  1. Go to Azure AD at https://aad.portal.azure.com.
  2. Select Azure Active Directory from the left navigation menu:
    Figure 2.35 – Azure Active Directory highlighted in the left-hand 
navigation menu in the Azure AD admin center

    Figure 2.35 – Azure Active Directory highlighted in the left-hand navigation menu in the Azure AD admin center

  3. Select Roles and administrators from beneath the Manage header:
    Figure 2.36 – Roles and administrators highlighted in the Manage section

    Figure 2.36 – Roles and administrators highlighted in the Manage section

  4. Search or scroll the list until you locate User administrator, then select it:
    Figure 2.37 – User administrator role highlighted in Administrative roles search results

    Figure 2.37 – User administrator role highlighted in Administrative roles search results

  5. Select Add assignments:
    Figure 2.38 – Add assignments option in the Assignments screen of the User administrator role details

    Figure 2.38 – Add assignments option in the Assignments screen of the User administrator role details

  6. Select each shared service account or individual user you want added to this role group. The search bar can help find specific accounts more quickly. When finished, select Add:
    Figure 2.39 – Selected users being added to an admin role in Azure AD

    Figure 2.39 – Selected users being added to an admin role in Azure AD

  7. You may now exit Azure AD:
Figure 2.40 – The confirmation notification that appears once users are successfully assigned

Figure 2.40 – The confirmation notification that appears once users are successfully assigned

How it works…

You've just used Azure AD to assign the User Administrator admin role. Users and accounts assigned to the user management role can reset passwords, create and manage users and groups, filter and manage service requests, and monitor service health. Azure AD is the preferred method of assigning roles because you can assign to multiple accounts at once. As you'll see in the next recipe, the Microsoft 365 Admin Center only allows one account to be assigned at a time.

Tip

Use shared service accounts (for example, [email protected]) to minimize the administrative tasks involved during employee turnover and onboarding.

See also