Discussion:
Create GPO / WMI filter to install only if Registry key exists
(too old to reply)
EricAHalfBee
2006-10-31 16:17:02 UTC
Permalink
Spare some wisdom for someone new to WMI filters on GPOs in W2K3/AD for XP
clients?

I need a WMI Filter for a GPO that must only be applied if a specific
registry key exists:

eg:
hklm\software\program\key

I need a WMI Filter for a second GPO that must only be applied if a specific
registry key exists with a specific value:

eg:
hklm\software\program\key
dwordvalue=123

Help? 8)
EricAHalfBee
2006-10-31 18:48:02 UTC
Permalink
Sorry, that should be for a string value REG_SZ not dword.
Post by EricAHalfBee
hklm\software\program\key
REG_SZ="123"
Spare some wisdom for someone new to WMI filters on GPOs in W2K3/AD for XP
clients?
I need a WMI Filter for a GPO that must only be applied if a specific
hklm\software\program\key
I need a WMI Filter for a second GPO that must only be applied if a specific
hklm\software\program\key
dwordvalue=123
Help? 8)
Loading...