How to allow local user to install software onto an Entra managed PC
- Get the user’s full UPN, which is usually something like “username@companyname.onmicrosoft.com”
- on local computer, open administrative command prompt
- provide administrator credentials to open command prompt
- net localgroup administrators /add “AzureAD\username@companyname.onmicrosoft.com”
- You should see “command completed successfully” or similar.
- The user should now be able to install software on their device by logging in with their full UPN and Entra Password.