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

Creating a new user

When someone joins your organization, you will need to create a new user profile so that person can be assigned credentials to your tenant. In this recipe, we'll walk through the steps of creating a single user via the Microsoft 365 Admin Center.

Getting ready

The user creating the account must be an admin with the appropriate role (such as Global Admin).

How to do it…

  1. Go to the Microsoft 365 Admin Center at http://admin.microsoft.com.
  2. Select Users > Active users.
  3. Select Add a user.
  4. A form will display, in which you enter the user's basic information. Fill in the first section, Set up the basics:
    Figure 2.1 – Fields and options for setting up a new user in Office 365

    Figure 2.1 – Fields and options for setting up a new user in Office 365

    In the Password settings section, it is recommended to allow the tenant to set a temporary password by leaving the default selections checked. You may check Send password in email upon completion and add an email address, or when the setup is complete, you will have a chance to copy the user's credentials.

    Click Next to move to the Product licenses section.

  5. As discussed in Chapter 1, Office 365 Setup and Basic Administration, select the appropriate location and license. Additionally, you can select the Create user without product license (not recommended) option if you would like to assign licenses later:
    Figure 2.2 – License options when adding a new user

    Figure 2.2 – License options when adding a new user

    Click Next to move to the Optional settings section.

    From here, you can assign an admin or elevated rights role to the user, or you can add in additional profile information for the user.

  6. Select the appropriate option by expanding the section and filling in the details:
    Figure 2.3 – Optional role and profile information for a new user

    Figure 2.3 – Optional role and profile information for a new user

  7. Click Next to move to the Finish section.
  8. Your user is not yet created. Review the information and click Finish adding:
    Figure 2.4 – Confirmation screen for reviewing the details of a new user

    Figure 2.4 – Confirmation screen for reviewing the details of a new user

  9. From this screen, you can copy the User details and provide those to the user:
Figure 2.5 – Optional ability to save a new user's configuration as a template for future new users

Figure 2.5 – Optional ability to save a new user's configuration as a template for future new users

How it works…

In this recipe, you created a new user from scratch. User management starts with this action of creating a new user. Once the user has been created and appropriate product licenses applied, the user will have the ability to sign in.