Adding Azure Active Directory accounts to local user groups
Open powershell as admin on the target computer
Enter the correct login email address of the AAD account and execute the following
1 |
Add-LocalGroupMember -Group "Remote Desktop Users" -Member "AzureAD\someone@somehwere.com" |