(Cloud) Tip of the Day: Promote Azure AD guest user to member

Today’s Tip…

Use Azure AD PowerShell to promote Azure AD guest users to a member. To do this, run the following similar cmdlet…

Set-MsolUser -UserPrincipalName john@contoso.com -UserType Member

This could be useful to assign an administrative role to the user since administrative roles can only be assigned to members of the directory and not to guest users.