All the screen saver settings are USER settings, not COMPUTER settings, so,
to get them applied to users that logon to certain computers, you need to
have loopback processing enabled for the OU with the computer accounts in
it - I suggest using "Merge" mode so that any settings applied to the OU
containing the user accounts will also be applied when those users logon at
the computers that are subject to loopback processing.
The Loopback processing setting is in Computer Configuration, Administrative
Templates, System, Group Policy.
Create a child OU under the OU with the computer accounts, move the computer
accounts for those with different screensaver timeouts into the child OU.
Create a new GPO, linked to the child OU, that has just the "special"
screensaver timeout setting .
For example:
Domain
|
|-- MyComputersOU <- put "most" of the computer accounts in this OU
| |---> SpecialComputersOU -< link GPO with loopback enabled (GPO#1)
| and;
| link GPO with screen saver settings
| you want for users
| on the "special" computers
| (GPO#2);
| put computers with "special" screen
| saver requirement in this OU
|-MyUsersOU <- link GPO that has normal user settings, including the
"default" ("normal"?) screen saver timeout
setting (GPO#3);
put your user's user accounts into this OU
Note: GPO#2 only needs to have settings for the screen saver timeout - all
the other settings from GPO#3 will be applied to users that logon at any
computer regardless of which OU the computer's account is in. The
loopback setting in GPO#1 will cause the User Configuration settings in
GPO#2 to be applied to any user that logs on to a computer whose
computer account is in SpecialComputersOU.
The order of application of USER settings will then be:
1. settings in the User Configuration part of GPOs at the Domain level
2. settings in the User Configuration part of GPOs applied to MyUsersOU -
including any screen saver settings in GPO#3
3. settings in the User Configuration part of GPO#1 (I suggest NOT having
any USER settings in this GPO)
4. Settings in the User Configuration part of GPO#2 - the special
screensaver timeout value
Settings applied later in the application order take precedence (override)
corresponding settings applied earlier. So, the screensaver timeout setting
in GPO#2 will be in effect when users logon at computers that have computer
accounts in the SpecialComputersOU because they are applied last.
All of this assumes you have not done anything "unusual", such as applying a
Security or WMI filter any of the GPOs or GPO links.
I find it useful to keep User Configuration settings and Computer
Configuration settings in separate GPOs - avoids confusion (see
http://members.shaw.ca/bsanders/WindowsGeneralWeb/HappyGPOs.htm.
Correct application of GPOs requires an appropriate OU structure for the
computer accounts and user accounts. It is generally more useful to create
your own OUs and avoid putting objects that you create into the "default OU"
that are created when the Domain is created.
--
Bruce Sanderson MVP Printing
http://members.shaw.ca/bsanders
It is perfectly useless to know the right answer to the wrong question.