Reputation: 641
On Windows XP, in my vbscript, I am using
GetObject("winmgmts:\.\root\cimv2")
to get WMI service object, but always get error: (null): Invalid syntax. I checked the syntax, it should be ok. I even tried to rebuild the Repo as suggested here , but still got the same error. I guess it might be permission/security policy issue. Any suggestions?
Upvotes: 0
Views: 2909