WMI filter that checks registry...

M

Michael

Hi!
I need a WMI filter for a GPO that will check if a certain registry-setting
is set.

How do I do that?

Thanks in advance!

/Michael, Denmark
 
P

Peter Falz

Hi Michael,

Michael said:
I need a WMI filter for a GPO that will check if a certain registry-setting
is set.
How do I do that?

please help me, what ist GPO? Maybe i should know this but i don't.
You want to check, whether a setting in the registry - for this GPO ?? -
is present?

Ciao
Peter
 
G

Guess Who

please help me, what ist GPO? Maybe i should know this but i don't.
You want to check, whether a setting in the registry - for this GPO ?? -
is present?

A GPO is a 'Group Policy Object'. Used in Windows Server 2000/2003 for
managing software, settings etc. With WMI filters, you can filter so that
only some machines are affected - that is if the filter returns TRUE.

So far I've come up with this:

SELECT * FROM Win32_RegistryAction WHERE key = \data\data AND
EntryName = data AND EntryValue = data

But when I try to save it, it reports that there is a Syntax error.

/Michael
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top