I have an OU of users that have historically only connected to my network/domain via terminal services. I have a GPO assigned to that OU to restrict what those users can see (i.e. drives, printers, etc.) on the terminal server. This all works properly and as desired.
The issue is we are now deploying laptops to these users and they will be connecting in via VPN. Unfortunately, this aforementioned GPO is being applied to these users. I understand this is how we currently have it configured.
What I'd like to know is if there's a way to keep this user based GPO from deploying to these laptops. I do need to keep the GPO active in case the users still connect in via T/S.
Basically something like this:
If <user> & <terminal server> then
GPO applied
ElseIf <user> & not<terminal server> then
GPO not applied
EndIf
Thanks!
The issue is we are now deploying laptops to these users and they will be connecting in via VPN. Unfortunately, this aforementioned GPO is being applied to these users. I understand this is how we currently have it configured.
What I'd like to know is if there's a way to keep this user based GPO from deploying to these laptops. I do need to keep the GPO active in case the users still connect in via T/S.
Basically something like this:
If <user> & <terminal server> then
GPO applied
ElseIf <user> & not<terminal server> then
GPO not applied
EndIf
Thanks!