Hi,
It's not possible through GPO.
You have to use another like SCCM to perform this kind of software deployment.
Please don't forget to mark helpful reply as answer
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Anybody know if I can install a software for only certain users in AD so that they can see the software upon they login and rest of users cannot see the software when they login?
I used a GPO for enforcing a software installation but all users can see it after logging in. I want to install the software for certain users across my domain.
Hi,
It's not possible through GPO.
You have to use another like SCCM to perform this kind of software deployment.
Please don't forget to mark helpful reply as answer
Yes you can! The easiest way is to make sure you add the install to the "User Configuration" part of a new GPO. If you have loopback processing active then you can also use "Computer Configuration", but let's use User for now.
The important step that you have probably missed is to set security filtering. If you use GPMC you select the GPO in the left pane and choose the Scope tab in the right. By default every GPO has "Authenticated Users", but in your case you should remove this group and add users, or preferably a group, instead.
Last, you have to link the GPO to the OU where your users are placed.
Hope this helps.