WMI filter on GPO to apply to only desktops

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a GPO that I only want to apply to desktops. The following WMI
filters don't work.

Select * from Win32_SystemEnclosure where ChassisTypes = 6
(I don't know why this doesn't work. A VB script will in fact return a
value of 6)

Select * from Win32_Battery where Caption != "Internal Battery"
(Systems that don't have a battery don't do anything with Win32_Battery.)

Can anyone suggest a WMI filter that will select only desktops?
Thanks

Drew
 
Offhand I don't what the problem is and suggest you post in the
Microsoft.public.windows.group_policy but a possible workaround is to place
the desktops in their own OU and apply the Group Policy linked to that OU
which could be a child OU of an existing OU if you want other Group Policy
settings to also apply other than what is defined in the Group Policy linked
to the child OU. --- Steve
 
Back
Top