Windows Management Instrumentation Questions

1

WMI Critical error
Hi Guys, i get a critical error on my WMI is there a way to reinstall or repair it on windows 7

Answer Question   |  February 15, 2011  12:41 PM
Windows 7, Windows 7 Administration, Windows Management Instrumentation, Windows Management Interface, WMI
asked by:
5 pts.

Help with code in Visual Studio 2008
strComputer = "." Set objWMIServices = GetObject("winmgmts:root/default") Set wmiSink = WScript.CreateObject("WbemScripting.SWbemSink", "SINK_") Set ObjRegistry = GetObject("winmgmts:{impersonationLevel = impersonate}!\" _     & strComputer & "rootdefault:StdRegProv") objWMIServices.ExecNotificationQueryAsync wmiSink, _     "SELECT * FROM RegistryKeyChangeEvent " _     & "WHERE Hive='HKEY_LOCAL_MACHINE' AND " _     & "KeyPath='Software\Microsoft\Windows\CurrentVersion\Uninstall'" WScript.Echo "Listening for Registry Change Events..."   While(True)     WScript.Sleep 1000 [...]

Answer Question   |  July 28, 2010  2:22 AM
Visual Basic, Visual Studio, Visual Studio 2008, Windows Management Instrumentation, Windows Service Pack Blocker
asked by:
10 pts.

Need help editing a code (WMI)
This here is my current WMI code I’m using in a ConsoleApplication1.exe: This code helps detect all the changes inside the registry tree to monitor the installation of all programs. This is for a school project and I’m COMPLETELY NEW to Windows Management Instrumentation. What I need to do now is the following: 1) Edit [...]

Answer Question   |  July 20, 2010  2:30 AM
Console application, Programming Languages, Visual Studio 2008, Windows Management Instrumentation, WMI
asked by:
10 pts.

IT Automation
How do you think is JMX and WMI is useful in IT Automation (RBA) ?

Answer Question   |  February 23, 2009  1:15 PM
IT Automation, Java Management Extensions, JMX, RBA, Run Book Automation, Windows Management Instrumentation, WMI
asked by:
5 pts.

How do I get list of sessions from TS Session Broker?
Hello experts, I have a problem of getting a list of sessions from TS Session Broker (Windows Server 2008). The question is how can we get a list of sessions on local computers without asking each computer but asking about theirs sessions from only Session Broker? Is it possible to make by WMI? Any help [...]

Answer Question   |  February 18, 2009  9:07 AM
Terminal Services Session Broker, TS Session Broker, Windows Management Instrumentation, Windows Server 2008, WMI
asked by:
10 pts.

How to reboot a remote server using VB?
how to reboot a remote server using vb

Answer Question   |  October 30, 2008  11:40 AM
Scripting, VBScript, Windows Management Instrumentation, Windows scripting, WMI
asked by:
5 pts.

1