July 2017
Beginner
222 pages
5h 2m
English
Office 365 is a subscription-based service, and it is important for organizations to manage the licenses of users, such as assigning a license to a new user, removing licenses, and activating new licenses in bulk.
Before assigning the license, let's see how we can filter users based on some criteria. For example, if you have users in multiple locations, we can use the following cmdlets to filter users based on the location Bethesda:
Import-Module MSOnline $cred = Get-Credential
This will launch the Windows PowerShell ...
Read now
Unlock full access