Bulk Check of User Licenses

Bulk Check of User Licenses

Reads a list of users from a txt file and retrieves license info for each account, displays it on screen. Great for migrations when needing to check that all migrated mailboxes or accounts have been licensed correctly. In summary, the script reads a list of usernames...
Bulk Check of User Licenses

Check User License in Azure AD

This script allows you to input a username, and then it checks the user’s license information by querying Azure AD and displays the DisplayName and Licenses properties for that user in a formatted list. Technical Details The provided script is a PowerShell...