Description:
Microsoft 32-bit development newsgroup.
|
|
|
which WMI WIN32 class has the information that netstat can provide
|
| |
hi all, I am writing a vbscript to do WMI query on remote host (win2008, win 7, winxp , etc) I want to use WMI query to get the similar results as if I run "tasklist" and "netstat -ano" commands locally on the remote host For "tasklist", the Win32_Process class has all the information I need.... more »
|
|
Invoke a WMI method via C language API
|
| |
Hi,
I currently retrieve WMI infos via C language API. Great !!
How may I invoke a WMI method via C language API ?
Thanks for help.
Regards,
J.P. Ribeauville
|
|
mof always rejected (veto)
|
| |
Hello,
I try to develop a simple WMI Instance provider, but my mof file is always rejected (when trying with mofcomp.exe) with the error :
0x8004107a ( WBEM_E_VETO_PUT )
My provider has the property supportsPut;
No method call is made on my code (IWBemServices and IWBemProviderInit).
Any help ?... more »
|
|
Failure while accessing Bcd using wmic
|
| |
I am getting an error when I try to access the EnumerateObjects method
of the BcdStore class using wmic.
I initially ran the GetSystemDisk method to see that I can access the
BcdStore (see below). This worked fine.
________________________ cmd window output begins
______________________________ ___... more »
|
|
WMI class to access Performance Options on Windows 7
|
| |
Hello,
Is there a WMI class that can access Performance Options on Win7? (The
setting is under Performance Information and Tools under Control
Panel). I went through Win32 classes, but did not find any...
Thanks!
Oleg
|
|
WMI access to wireless through Java
|
| |
Hi everybody.
I am using a Java to COM bridge and am able to execute WMI queries and
retrieve various values from my computer. However, I cannot use
anything concerning wireless connections (WLAN, Bluetooth, etc).
Is anybody able to help me?
Platform is Win7 64bit.
Regards.
|
|
Get IP address from cable disconnected adapter
|
| |
I am trying to get IP addresses assigned to ehternet adapter with curretly unplugged cable, but I have no luck.
Using property IPAddress of Win32_NetworkAdapterConfigurat ion class work fine if cable is connected, but return empty field if cable is disconnected.
Is there any other way to get IP address from unplugged card?... more »
|
|
Getting printer's IP address?
|
| |
Hello folks,
I'm currently using a WMIC command to get a list of all the printers on our system and their name, status, etc. This is loaded to a webpage and users can see at a glance what printers in our buildings might be having an issue.
These printers are network printers, in that they have an IP address.... more »
|
|
|