How to get the Loopback adapter (and its IPAddresses)?
Fri, 19 Mar 2010 13:41:01 -0700
I'm trying to list the network adapters and their assigned ip addresses on a
given machine. The code runs with no problem and produces a bunch of entries.
However, i do not see the Loopback adapter and its address (such as
127.0.0.1). How can i query that one using the wmi queries? thanks
Select ...
|
Exception on win32_process.handle=
Mon, 15 Mar 2010 01:38:01 -0700
the following C# code throwing an exception on the "mo.get()" statement.
The Exception is thrown only at one client of mine. All the other clients
the code executed just fine.
The Exception is FileNotFoundExeption at Marshal.ThrowExceptionForHRInternal.
ManagementObject mo = new ManagementObject("win32_proces ...
|
Using WMI to detect if a USB device is connected locally or is map
Fri, 5 Mar 2010 04:55:01 -0800
Hi all,
Using Windows XP SP2 or later, I need to determine if a USB device is
physically connected to the computer my application is running on, or if the
USB device is connected to a server computer and is made available to the
local machine by way of a Belkin, USB Anywhere, USB Over Network, AnywhreUSB,
...
|
Win32_Directory to Win32_Volume
Tue, 23 Feb 2010 07:15:08 -0800 (PST)
Hello,
Given a Win32_Directory, is it possible to get the Win32_Volume on
which it resides?
thanks,
Marc ...
|
How to get current audio output and current video device
Sun, 21 Feb 2010 20:08:01 -0800
Hi
I want to get the name of audio output and current video device, but WMI
may get
more than 2 devices that I do not know which is the audio output or current
video device, is there some good API can accomplish my requests ?
Thank you . ...
|
SWBemProperty.Set_Value access violation
Thu, 18 Feb 2010 21:50:01 -0800
I'm getting an access violation on using Set_Value of the SWbemProperty under
Windows XP SP3 when I call it. I imported the TLB file as I found it and am
using that. I also did a check by calling Get_Name and got the property that
I was expecting. Also, I posted this on another forum, and someone else got
...
|
Connect to WMI remotely
Wed, 10 Feb 2010 04:21:42 -0800 (PST)
Hi guys,
I'm trying to connect to WMI remotely with vbscript, Is anyone have
some idea to share, thanks in advance.
it failed in this way, the credential was not provided here because i
had used administrator account to log on the remote host via Remote
Desktop Connection before execution.
strComputer = "sh- ...
|
|
|
wmi remote command line tool ?
Tue, 9 Feb 2010 13:35:24 +0200
Hello,
It's possible to create process on remote computer using wmi.
So should be possible to build remote cmd app like telnet.
Maybe such tool already exists ?
thanks
Vilius
...
|
wmiprvse.exe reaching memory limit - plz help...
Tue, 2 Feb 2010 17:20:57 -0800 (PST)
hi,
i have a script that queries MicrosoftDNS namespace.
it seems after a ~100 queries or so (selecting A records) it starts
failing with 'generic failure'... even via wbemtest.
i see it's since the wmiprvse.exe process reached the default 128mb
limit. but why?
in my script i even establish a new connectio ...
|
Retrieving Remote Wakeup Settings in BIOS
Mon, 1 Feb 2010 17:57:59 -0800 (PST)
Hi Everyone,
I have tried searching online and I have not been able to find a way
to retrieve the Remote Wakeup settings in the BIOS across all vendors
like Dell, HP etc. Is it possible to use WMI to find out if Remote
Wakeup is enabled for the computer?
It will be very helpful if anyone knows how to retrie ...
|