Hello,<\/p>\n
I have a VPN package .msi file I want to deploy via GPO and a VPN users AD group. What is the proper way to deploy this to only the users that are a member of the VPN users group?<\/p>\n
All of our desktops/laptops have their own OU by location.<\/p>\n
Thanks!<\/p>","upvoteCount":2,"answerCount":4,"datePublished":"2020-08-05T16:25:20.000Z","author":{"@type":"Person","name":"tylerlachaussie9486","url":"https://community.spiceworks.com/u/tylerlachaussie9486"},"suggestedAnswer":[{"@type":"Answer","text":"
Hello,<\/p>\n
I have a VPN package .msi file I want to deploy via GPO and a VPN users AD group. What is the proper way to deploy this to only the users that are a member of the VPN users group?<\/p>\n
All of our desktops/laptops have their own OU by location.<\/p>\n
Thanks!<\/p>","upvoteCount":2,"datePublished":"2020-08-05T16:25:20.000Z","url":"https://community.spiceworks.com/t/deploying-package-with-group-policy-by-group-to-computers/771544/1","author":{"@type":"Person","name":"tylerlachaussie9486","url":"https://community.spiceworks.com/u/tylerlachaussie9486"}},{"@type":"Answer","text":"
Assuming that you are not giving your users Administrative rights I would imagine you will need to break out the computers into a security group for VPN users, apply the GPO to the new Computer Security group.<\/p>\n
This is why I have become a huge fan of the ManagedBy attribute in AD, if you are are using this, would would be able to script the creation of this group with power shell, less manual labor<\/p>","upvoteCount":0,"datePublished":"2020-08-05T17:11:02.000Z","url":"https://community.spiceworks.com/t/deploying-package-with-group-policy-by-group-to-computers/771544/2","author":{"@type":"Person","name":"nicholasconnelly","url":"https://community.spiceworks.com/u/nicholasconnelly"}},{"@type":"Answer","text":"
I would create a security group for the VPN group (‘VPN users’ or something) then in the GPO set the scope to apply to that group only. (Scope tab > Security Filtering box.)<\/p>\n
Also make sure that the GPO is set up only for this MSI install and not other settings or other users will start to complain when things go wrong (assuming they notice).<\/p>","upvoteCount":0,"datePublished":"2020-08-10T00:01:19.000Z","url":"https://community.spiceworks.com/t/deploying-package-with-group-policy-by-group-to-computers/771544/3","author":{"@type":"Person","name":"krisspencer","url":"https://community.spiceworks.com/u/krisspencer"}},{"@type":"Answer","text":"
Select the linked GPO in the Group Policy Objects node, go to the Scope tab, and in the Security Filtering group add the user groups on whose computers the package should be installed.<\/p>\n