Technical Requirements
In this chapter, you will need access to the Microsoft Teams admin center, which you can reach at https://admin.teams.microsoft.com. You will need to be a Global Administrator or Teams Administrator in order to carry out most of the steps covered in this chapter. However, the Compliance Administrator role will be enough for many of the activities described. Where there are other roles that may work for a specific task, it will be mentioned in context.
You will also need to be able to access Windows PowerShell to configure some features and policies. Note that the former Azure Active Directory (AD), Azure AD Preview, and MSOnline PowerShell modules are deprecated. Microsoft Graph PowerShell (MgGraph
module) will now allow you to interact with Microsoft Entra ID.
To follow the steps in this chapter, you will need to have already uninstalled Azure AD (Uninstall-Module -Name AzureAD
) and installed the Microsoft.Graph
module in PowerShell. This can be done by...