|
System variables in WMI
Is it possible to read system variables using WMI (I am applying this to a
GPO)?
I have (which works fine):
SELECT * FROM CIM_Datafile WHERE Name = "c:\\windows\\test.txt"
I would prefer to use the WMI query against a variable instead of hard
coding the c:\windows portion.
Is this possible?
Thanks for any assistance,
UCG
|