I have a series of notebooks and desktops on my Windows 2003 domain. These
notebooks are spread into diffierent OU's - which are named by location then
a sub OU by business unit.
I have one policy which applies across the entire forest. I have another
policy which has loopback processing enabled (merge) and is applied to a
single test OU. When I update the GP on the test workstations using this
method (so the loopback processing policy should apply), it works perfectly
(security filtering is set to Domain Computers and Authenticated Users).
Anyone who logs on to these test systems receives the loopback GP.
The trick is that I need this to apply at the root of the domain but I only
want this to apply to notebook computers (systems that users take home) - not
workstations or servers. The easiest way to manage this is to create a new
security group in AD (called Notebooks), remove the Domain Computers security
filter on the loopback GPO (leaving Authenticated Users) and apply the new
Notebook group to the security filter of the loopback GPO. However, it
doesn't seem to want to work. I read an article somewhere (I can't find it
now) that mentioned loopback processing can only be applied to actual
computer objects and not to AD security groups. Is this true?
If so, sould it be possible to create some type of WMI filter to block out
notebook computers somehow? Will WMI filtering stop a loopback GPO from not
applying?
If not, how can I approach this?
Thanks in advance for any assistance,
UCG
"UnderCoverGuy" <UnderC...@discussions.microsoft.com> wrote in message
news:9F931B66-92FF-48FF...@microsoft.com...
I set up a GPO WMI filter based on whether a file exist on the local
computer (i.e., c:\notebook.txt). If it exist, then the GPO gets applied
otherwise it doesn't.
Now, all I need to do is modify the logon script so that it test AD group
membership and if the computer is a member of a specific AD group then copy
over the notebook.txt file to the local workstation.
That and I need to figure out how to pass a system variable (i.e. WINDIR) to
the WMI filter in GPO. Does anyone know if that will work? I would prefer
to put the notebook.txt file in the windows directory (which may not be the
same on all of the computers - so I'd rather query with the WINDIR variable
versus c:\windows
Thanks for your help!!!
UCG