Monthly Archives: November 2025

How to allow local user to install software onto an Entra managed PC

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