User permission to install softwares on their machines??

MP-0852 6 Reputation points
2021-10-07T14:29:22.753+00:00

Is there any way to let an user install softwares on their machines, and their machines only? We have hybrid Azure AD joined devices and the users should be able to install any software without needing an authentification from an Admin. How is this possible?

Microsoft Security | Microsoft Entra | Microsoft Entra ID
{count} votes

3 answers

Sort by: Most helpful
  1. Alan Kinane 16,951 Reputation points MVP Volunteer Moderator
    2021-10-07T14:36:15.693+00:00

    The most common way to achieve this is to make the users local device admins.

    Here's a how to for Azure AD:
    https://learn.microsoft.com/en-us/azure/active-directory/devices/assign-local-admin

    If this is not an option for you, then you might be able to control the required level of access for installing applications by using Intune configuration policies or else group policy through Active Directory.

    1 person found this answer helpful.

  2. Siva-kumar-selvaraj 15,721 Reputation points
    2021-10-07T17:17:30.57+00:00

    Hello @MP-0852 ,

    Thanks for reaching out.

    No, standard users require admin access to install software and it depends on the software architecture, because user can install software which only need access on user profile like Edge , Chrome browser exe which doesn't require Admin access to install setup. Similarly, for an example if application files going to install it on drive where standard user doesn't have access like Application need write permissions on .\Programfiles directory to store config files in such cases it require elevation as Admin account.

    Alternatively, as an admin you can install software remotely or have central repository software management tools like SCCM or use third-party software to give Admin elevation just in time access.

    Hope this helps.

    ------
    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    1 person found this answer helpful.
    0 comments No comments

  3. ARTHUR Tom (FRA-DPIT) 0 Reputation points
    2024-12-10T14:12:09.81+00:00

    The real MS solution is to deploy Software Center which requires licenses - you'll need to research which you have and/or need. I see a lot of people asking about this on the Internet and no one at MS or an "expert" mention this. SC lets an admin create a curated list of software packages and grant installation permissions to user/groups/machines etc. There are also tools for creating your own packages or modifying standard packaged Windows software (msi) for your environment. If you are in an Active Directory domain/forest environment with a large and/or remote user base, this is your tool. Disclaimer: I have no financial or other interest in Microsoft or this software specifically.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.