How Can We Allow Users to Switch Versions of a Specific Software Without Admin Rights?

0
13
Asked By TechSavvyGuru42 On

I'm looking for solutions to let users uninstall and install a specific software without granting them admin rights on their PCs. This software is quite particular to our industry and requires elevated access for version changes. We want to avoid giving users administrative privileges while still allowing them to manage this specific application. Is there a way within the Windows or group policy framework to make this work? We've considered setting up a virtual machine with the old version, but that leads to other complications.

5 Answers

Answered By ITWizard89 On

Consider using AdminByRequest, which allows users to request permissions to install specific programs. It's handy because it requires a reason for the request and can even pre-approve installers based on certain criteria.

Answered By AdminNinja007 On

Intune and its Company Portal can be pretty effective for this. Users can simply download the apps configured in Intune without needing elevated permissions.

Answered By SysAdminSam On

Ultimately, a robust endpoint management tool is the safest route. Using tools like SCCM or Intune helps avoid granting admin rights while maintaining control over software installations.

Answered By UserFriendly123 On

Have you thought about using tools like Software Center with SCCM or Company Portal with Intune? They can help manage installations without needing to give out admin rights.

Answered By PolicyPro15 On

If the application isn't too large or complex, deploying it via Group Policy might work. You can publish the MSI which allows users to install it from the control panel on demand.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.