L
Luke Edson
I'm trying to filter an Active Directory Group Policy
with WMI by checking to see if a specific registry key
exists, so far I have:
SELECT * FROM Win32_RegistryAction WHERE Key
= "Software\\MyApp\\MyApp"
Doesn't seem to work, & the documentation for that
class/method is quite bare, any help?
Thanks, - Luke
with WMI by checking to see if a specific registry key
exists, so far I have:
SELECT * FROM Win32_RegistryAction WHERE Key
= "Software\\MyApp\\MyApp"
Doesn't seem to work, & the documentation for that
class/method is quite bare, any help?
Thanks, - Luke