Here is the scenario:
We have 3 site(data center) in parent domain. The members (developers and engineers) of this domain needs to access the machines on each data center and they needs to get out to the Internet (for the meantime) so they can download the things they need.
Problem: As we know the proxy configuration is under "User Configuration" of the Group Policy. Having the same instance of the user object on a different OU is not allowed. How can I configure the AD to allow a user when he access Site A, he/she will use the proxy on Site A and when he/she goes to a machine in site B he/she will use the proxy on site B.
AD structure:
Parentdomain.com
---- Site A OU
--------Site A Machine OU
---- Site B
--------Site B Machine OU
---- Site C
--------Site C Machine OU
Note: I have already have in mind using script to run on the on the "Computer Configuration" is there any other way side using this method?
Thank you in advance.