Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
168 views

Can ManagementScope be used to send wbem queries to Linux / MacOS clients from Windows? C#

I'm currenty using C# and ManagementScope to connect to and run WMI queries on Windows machines on my network, and got this to work. What I was wondering, and had some trouble finding information ...
3
votes
2answers
544 views

C#: Receive notification when RegistryKey Value was changed

I want a notification when a specific RegistryKey in HKEY_CURRENT_USER is changed. So far I tried this via WMI with no success: var query = new WqlEventQuery(string.Format( "SELECT * FROM ...
3
votes
2answers
343 views

Possible to access WMI through ADO?

Is there an OLEDB provider for WMI/WBEM? In other words, could someone access WMI through: ADO in shell vbscript ADO in ASP script ADO in Win32 native process SQL Server linked server SQL Server ...
2
votes
2answers
1k views

How to get a count of ManagementObjects (WMI results) without enumerating through the collection in .NET

When querying for large ammount of data through WMI (say the windows events log Win32_NTLogEvent) it is very useful to know what kind of numbers you are getting yourself into before downloading all ...
2
votes
2answers
743 views

Debugging (Tracing) WMI queries?

I've got a third-party program that's making WMI queries to local WMI providers (so it's not using DCOM, so packet-sniffers are out). I'd like to find out what queries these are. It's also on XP, so ...
0
votes
0answers
14 views

Getting received EOFException while Client Hello itself [migrated]

Doing the SSL Connection to ESXi 5 (vmware) to get the wbem data. but SSL handshake is failed at Client Hello itself. Server side. sfcb.cfg file details: basicAuthLib: ...
0
votes
2answers
192 views

Using System.Management to Query a VMware Server

Summary: is it possible to specify a port to use when querying WMI using System.Management; I have a python script under Linux that queries, using WBEM, classes on a number of ESXi servers to check ...
0
votes
0answers
191 views

pywbem ESXi getting all CIM namespaces

Just thinking of how to get all the available CIM Namespaces in ESXi through pywbem (CIM-XML)? Please let me know of any idea (without code snippet will also work :) ).
0
votes
0answers
516 views

How can I restore default trustees to Windows XP SP3, to make WMI happy?

Sorry if this question is a little off topic, but I noticed people are discussing WMI here and thought that maybe this as good a forum as any, and better than most. I wanted to configure a port for ...