Add Azure AD user to local admin on a workstation

Add an azure AD user as local admin on a workstation:

cmd as admin

net localgroup administrators AzureAD\<username> /add

Admin rights required to do this, ofcourse, <username> is the upn address of the local user you want to add.

This entry was posted in Active Directory, Azure. Bookmark the permalink.