In this chapter, we will learn how to use PowerShell to connect to Office 365 and Azure Active Directory from a client computer. We will also learn the cmdlets available to create, modify, or delete users from Office 365. Furthermore, we will go over how to view our available licenses, how to assign a license to a user, and how to create a custom license if we don’t want all the services in our subscription!
Connecting to Office 365
One of the first things we will have to do to manage our users and licenses is connect to Office 365 from PowerShell. In ...