Discussion:
WMI Filters: Applying GPOs based on Registry Value
(too old to reply)
Matt
2005-03-07 13:11:02 UTC
Permalink
Hi,

We have a requirement to apply a GPO with User config settings to a set of
machiines. We do not want to use Loopback processing for this purpose.

We are therefore planning to use WMI Filters to control the application of
this GPO.

There is a particular registry value that we want to check in order to do
this but I'm not sure of the WQL I need to use. The StdRegProv is in the
root\default namespace and all script examples suggest that there is only one
class which is accessed using the root\default:StdRegProv:

i.e.
Set oReg =
GetObject("winmgmts:{impersonationLevel=impersonate}!root\default:StdRegProv")

This then provides Methods to access the Registry settings. I cannot see how
I can write a WQL to query this.

Can anyone advise me on how I can translate this into a WQL that can be used
in a WMI Filter within Group Policy?

Many thanks
Matt
Frances [MSFT]
2005-03-08 05:38:08 UTC
Permalink
Hello Matt,

After reading your post, I believe that this issue is related to developer.
You can submit it to the Developer newsgroups. I have provided the link
below:
<http://msdn.microsoft.com/newsgroups/default.asp>

Or you may ask for developer support:
<http://support.microsoft.com/directory/directory/phonepro.asp?sd=msdn>

Thanks for your understanding.

Best regards,

Frances He


Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security

=====================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
Matt
2005-03-08 08:53:02 UTC
Permalink
Thanks.

I've posted in the MSDN Newsgroup as suggested. The posting is at:
http://msdn.microsoft.com/newsgroups/default.aspx?dg=microsoft.public.win32.programmer.wmi&mid=e8ea035b-22ac-4d49-9f82-2f02444dcf88&sloc=en-us
Post by Frances [MSFT]
Hello Matt,
After reading your post, I believe that this issue is related to developer.
You can submit it to the Developer newsgroups. I have provided the link
<http://msdn.microsoft.com/newsgroups/default.asp>
<http://support.microsoft.com/directory/directory/phonepro.asp?sd=msdn>
Thanks for your understanding.
Best regards,
Frances He
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
=====================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
Frances [MSFT]
2005-03-08 10:12:32 UTC
Permalink
You are welcome!

Best regards,

Frances He


Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security

=====================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
Loading...