To add a local admin you have to open Powershell as an admin.
After Powershell is open you type the following command to make an Azure user a local admin on the system.
net localgroup administrators /add “AzureAD\Username”
To add a local admin you have to open Powershell as an admin.
After Powershell is open you type the following command to make an Azure user a local admin on the system.
net localgroup administrators /add “AzureAD\Username”