If you want to add a user to the local admin group on a Azure AD joined device, you will simply have to run the following command:
net localgroup "administrators" /add AZUREAD\username

credits: Mark Luiten
Your guide to Azure!
If you want to add a user to the local admin group on a Azure AD joined device, you will simply have to run the following command:
net localgroup "administrators" /add AZUREAD\username
credits: Mark Luiten