Powershell Cheat sheet
Powershell Cheat sheet
List all mailboxes with a forwardingaddress set
Get MFA status
Teamsgroup export with membercount, owners, whencreated etc
List all users and the assigned plans including when it was assigned. Export to CSV
Or you can match one serviceplan from https://docs.microsoft.com/en-us/azure/active-directory/enterprise-users/licensing-service-plan-reference
List available Account SKUIDs (licenses)
List all services enabled for a user with a specific license
Re-enable services for an account (all)
Convert GUID to ImmuteableId
And vice versa...
GUID -> ImmuteableId
ImmutableId -> GUID
Installing the module
Interactive Connection
This will open up your default browser and ask you to sign in. This will grant permission of the user
Interactive login with limited scope
For example, only requesting permissions for User.Read.All
Non interactive with certificate
Starting the migrate from the old modules
Finding the right command
Finding the right command based on old cmdlet
Finding the right command based on URL from the Api
Searching user by UserPrincipalName
Last updated