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
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