Tom K
2008-03-18 13:52:05 UTC
This line in our logon script...
Set oWMIService =
GetObject("winmgmts:{impersonationLevel=impersonate}!\\.\root\cimv2")
...returns an error code 80041002 on some systems.
Anyone have ideas what might be causing it?
Thanks,
Tom
Are these WinNT systems? That error is WBEM_E_NOT_FOUND according toSet oWMIService =
GetObject("winmgmts:{impersonationLevel=impersonate}!\\.\root\cimv2")
...returns an error code 80041002 on some systems.
Anyone have ideas what might be causing it?
Thanks,
Tom
a search at MSDN. IIRC, NT does not have WMI installed, though it can
run it.
If they are not NT, then the problem must presumably be related to a
fault in the WMI installation.
In any case, it would appear to be a configuration problem, not a
scripting fault. You may get more help at the WMI or a sys admin
group.
Tom Lavedas
===========
http://members.cox.net/tglbatch/wsh/
systems that are displaying the problem. I forgot to include the WMI group
on my OP so I've added them now. Hopefully those wizards will have
something for me.
The $65,000 question is what is the quickest and easiest way to rebuild the
WMI installation?
Tom