I built a GPO that turns on the Screen Saver and requires recovery Password.
It's been tested successfully.
Then I built another GPO that blocks USB storage devices.
In both cases, there are some DENY users.
BUT, when I link in the USB GPO, the Screen Saver GPO stops being deployed.
Since they are supposed to be independent, how can that be?
Hello Fred,
I would suggest to run gpresult and compare which control is getting enabled/disabled from which policy.
From Elevated Command Prompt
gpresult /scope:COMPUTER /V
Logically, one policy should not impact on the other as long as they are used for two different controls.
Cheers !