How to install a software only for certain users across domain?

Majid 26 Reputation points
2021-10-06T15:16:52.627+00:00

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.

Windows for business Windows Client for IT Pros User experience Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Thameur-BOURBITA 36,261 Reputation points Moderator
    2021-10-07T14:45:02.673+00:00

    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

    1 person found this answer helpful.

  2. Eirik Hamer 81 Reputation points
    2021-10-07T15:07:18.427+00:00

    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.

    1 person found this answer helpful.

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.