F
freshbojan28
HI!!! Situation:
I 've opened right click "My Computer" icon, select "Manage", expand
"Services and
Applications", select "WMI Control", right click and select
"Properties"
I've received following error message:
Failed to initialize all required WMI classes.
Win32_Processor: WMI: Access denied
Win32_WMISetting: Sucessful Security information
: Sucessful
Win32_OperatingSystem : WMI : Access denied
I've tried this scipt:
set lctr = CreateObject("WbemScripting.SWbemLocator")
set svc = lctr.ConnectServeR(".", "root")
set obj = svc.get("__namespace.name='cimv2'")
set svc = getObject("winmgmts:root\cimv2")
set obj = svc.get("Win32_Process")
set oEnum = svc.execQuery("Select * from win32_process")
and I am receiving folowing error:
Error: ActiveX component can't create object
'Wbemscripting.Sw-BemLocator'
Code: 800a01Ad
Source: MS Vbscript runtime error
I must add that mashine is DC,file server,exchange 2003 server.I am
receving also event errors:9099 Souce: MSEXCHANGESA
Can You help?
Regards
Bojan
I 've opened right click "My Computer" icon, select "Manage", expand
"Services and
Applications", select "WMI Control", right click and select
"Properties"
I've received following error message:
Failed to initialize all required WMI classes.
Win32_Processor: WMI: Access denied
Win32_WMISetting: Sucessful Security information
: Sucessful
Win32_OperatingSystem : WMI : Access denied
I've tried this scipt:
set lctr = CreateObject("WbemScripting.SWbemLocator")
set svc = lctr.ConnectServeR(".", "root")
set obj = svc.get("__namespace.name='cimv2'")
set svc = getObject("winmgmts:root\cimv2")
set obj = svc.get("Win32_Process")
set oEnum = svc.execQuery("Select * from win32_process")
and I am receiving folowing error:
Error: ActiveX component can't create object
'Wbemscripting.Sw-BemLocator'
Code: 800a01Ad
Source: MS Vbscript runtime error
I must add that mashine is DC,file server,exchange 2003 server.I am
receving also event errors:9099 Souce: MSEXCHANGESA
Can You help?
Regards
Bojan