Is it possible to create a WMI filter and query against an item that is an
array? I'm trying to create a WMI filter for a group policy that will give
me all of the laptops in an OU. ChassisTypes is the element I want but its
an array. Is it possible to do something like:
select * from Win32_SystemEnclosure where ChassisTypes = "9"
where 9 is the value for a laptop.
Thanks much,
Charles
hth
Marcin
"Charles" <Cha...@discussions.microsoft.com> wrote in message
news:25FCB89E-0F51-4AC8...@microsoft.com...
"Charles" <Cha...@discussions.microsoft.com> wrote in message
news:25FCB89E-0F51-4AC8...@microsoft.com...
Thanks again!
Charles