Where does the information of WMI data come from?
Sat, 29 Mar 2008 08:32:00 -0700
Hello! Where does the information of WMI data come from? For example the
class:Win32_AssociatedProcessorMemory. Some member of such class as busspeed.
Does it come from somewhere in hareware, or it is tested by windows itself
when it starts.
Thank you very much!
--
天è?¥æ??æ??天亦è?ï¼?人é?´æ£é?æ ...
|
Win32_Product IdentifyingNumber
Thu, 27 Mar 2008 14:15:33 -0500
What I would like to do is create a script to enumerate the many
different Microsoft products via WMI Win32_Product. There is a unique
identifier for each Microsoft product.
(i.e. Microsoft Office Professional Edition 2003 =
90110409-6000-11D3-8CFE-0150048383C9; Microsoft Office Small Business
Edition 2003 ...
|
vs 6.0 lnk1103 error (debugging information corrupt)
Thu, 27 Mar 2008 01:25:00 -0700
Hi,
I'm using visual studio 6.0 sp6 (c++) with Platform SDK for XP SP2 and I get
the following error when compiling a project using WMI in debug
configuration:
wbemuuid.lib(wbemprov_i.obj) : fatal error LNK1103: debugging information
corrupt; recompile module
I succeded using the same WMI functionnal ...
|
Wmi with windows 2003
Thu, 27 Mar 2008 14:51:54 +0800
Hi
I'm New to WMI.In my application i'm using wmi for retriving system details.
But it's giving only some properties.For example SELECT * FROM
Win32_BaseBoard its not producing all values like SerialNumber,Manufacturer.
Plz anyone give solution for this.
Thanks in Advance,
Anand.M
url:http://www.uread ...
|
chstring compilation error
Tue, 25 Mar 2008 14:29:13 -0700 (PDT)
Hi,
I'm new to WMI and I'm trying to compile a sample from msdn library. I
installed the platform SDK for XP SP2. I'm working with Visual C++
6.0. The problem is that when compiling the chstring.h delivered with
the SDK, the compiler fails with a "c:\program files\microsoft
platform sdk for windows xp sp2\inc ...
|
Software Query question, I have the pieces but can't finish the pu
Tue, 25 Mar 2008 06:28:09 -0700
I have found a simple query for product ID:
Set objMSInfo = CreateObject("MsPIDinfo.MsPID")
colMSApps = objMSInfo.GetPIDInfo()
For Each strApp in colMSApps
Wscript.Echo strApp
Next
I also have one based off of Win32_Product for other relevant software data.
What I don't know is how to get these ...
|
Win32_NetworkAdapter devices!
Mon, 24 Mar 2008 14:57:25 -0700 (PDT)
Hi,
I am enumerating Win32_NetworkAdapter devices on my PC using a .NET
program. I got a list of 12 devices. My PC is conected to a router.
Here is the link to the list: http://www.geocities.com/nad_af9/list.txt
Now I have several doubts about the list I got:
1) Device nº6 is WAN Miniport (PPPOE). I ...
|
|
|
watching folders for events, monitoring multiple folders
Sun, 23 Mar 2008 05:26:04 -0700 (PDT)
Hi, given a query like the following:
SELECT * FROM __InstanceCreationEvent WITHIN 10 WHERE Targetinstance
ISA 'CIM_DirectoryContainsFile' AND TargetInstance.GroupComponent=
'Win32_Directory.Name=c:\example'
How would I structure the query to do one of the following two things:
1. catch events recursively ...
|
Start Remote Proces
Sat, 22 Mar 2008 20:05:23 +0800
Hi,
Say if i have a .exe on my remote computer in a folder with credentials
shared for me(impersonated for me),then using wmi in VC how can i start the
exe on that remote machine.
url:http://www.ureader.com/gp/1486-1.aspx ...
|
code to import and export a VM in Hyper-V
Fri, 21 Mar 2008 01:41:00 -0700
Hi I want code to automate import and export functionality of Hyper-V.
Does anyone have it?
...
|