Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

SOLVED Allow users to install applications

  • Thread starter Thread starter zedraz
  • Start date Start date
  • Replies Replies 3
  • Views Views 5K

zedraz

New Member
Messages
1
Reaction score
0
Points
1
Hi All
This is a simply question but want to know what is the best method.
Currently end users in the organisation cannot install software or updates on their machines. Currently prompts to ender local admin credentials.
CTO has asked us to change the default policy or AD to allow users to install software (I know not the best but he wants it to happen).
So the standard default user should be able to install applications and updates on their local pc. Nothing more.
Should this be done via editing the default Group policy or Active Directory (assign poweruser rights?) and if so what needs to be done?
Many Thanks
 
There are some ways to do this via GPO, but you shouldn't do them as most of these methods provide local admin rights to users.

Why not invest in a tool that can handle application packaging, deployment and software update deployment which would make your life easier. I understand that not all organizations can afford for expensive tool, but there are some tools that are comparatively cheaper and efficient for doing these tasks.
 
Check to see whether you have the option to install the application as a user installation,

For example, While installing an MSI application, you may see a screen,
Group policy installation command line, msiexec /i <MSI code> ALLUSERS=2 /qn

1678709017829.png

For exe, check with the vendor or search the command line in the vendor technical forum.

Some applications can only be installed as per device installation. i.e., All users.
Using group policy in this scenario is little challenge.
 

Forum statistics

Threads
7,043
Messages
27,535
Members
17,729
Latest member
ironmonkey

Trending content

Back
Top