
Originally Posted by
PreviousPoster
Hi,
GP processing reacts exactly as it should. Basically you have placed a GPO on your COMPUTERS ACCOUNTS - you have limited this by using a security group (which is great) - adding the USER to this group makes no sense at all, as the policy hits the COMPUTER CONFIGURATION. The computer doesn't care WHO logs on when applying computer policies - as that's done long before users even start loggin on. And as you know - computer policies will apply to ALL users logging on... So, if you want "something else" to happen for a specific user, you need to find a User Policy Setting for that!
A) You cannot say (unfortunately):
On this COMPUTER, if this USER logs on, put on this COMPUTER GPO
B) However, by using Loopback Processing, you can say:
On this COMPUTER, if any USER logs on, put on this USER GPO
As I read you post, you want A) to work, am I right?