Good day everyone. Would like to ask you a question
I need to install a program on a Terminal Server, but this program must be allowed to run only for a 3 users. Right now I accomplished this task by using Don't Run specified Windows Application GPO along w/ using Security filtering by adding RestrictedAppGroup group.
But its quite time-consuming because I must add all users in AD to RestrictedAppGroup group then remove those users who are allowed to run an application. And, when I add new User to AD, I need to add same user in RestrictedAppGroup group.
So I'd like to only have a AllowedAppGroup, and add only those users who allowed to run an application. So how can I accomplish this task?