WMI server process leak querying performance data
Fri, 11 Apr 2008 04:35:00 -0700
Hi,
We found a memory leak problem in WMI while querying some performance
classes in remote systems with Windows Vista or Windows Server 2008 without
using refreshers, only executing simple queries. This not happens on a
Windows XP remote system.
We made a test program to show the memory use of the W ...
|
WMI server process leak using refreshers
Fri, 11 Apr 2008 04:21:00 -0700
Hi,
We found a memory leak problem in WMI while refreshing some high
performance data in remote systems with Windows Vista or Windows Server 2008
from a Windows XP system.
We made a test program based on your example in Accessing Performance Data
in C++ http://msdn2.microsoft.com/en-us/library/aa3847 ...
|
WMI class behaves different remotely than locally
Fri, 11 Apr 2008 04:16:00 -0700
Why does the query â??select * from win32_networkconnectionâ? returns nothing on
remote queries while it works locally? On local test we logged the system
with the same user we tried the remote tests, and we had data only for the
local test. How can we get that data on a remote system?
Regards,
Tango ...
|
Missing WMI class in Windows Vista and Windows Server 2008
Fri, 11 Apr 2008 04:15:00 -0700
In neither Vista nor W2008 we found
win32_perfrawdata_termservice_terminalservices class. Is there any way to
obtain that class on those OS? Is the class deprecated? There are other
classes we can use to retrieve the data that that class offered? Will have
that class the final version of Windows Server 2008? ...
|
Missing WMI class and properties in SQL Server 2008 CTP
Fri, 11 Apr 2008 04:13:00 -0700
In a Windows 2003 SP2 system with SQL Server 2008 CTP installed on it, the
WMI class win32_perfrawdata_mssqlserver_sqlservercachemanager is missing and
any attempt to enumerate it ends in an â??Invalid classâ? error. The class is
available in SQL Server 2005 and we couldnâ??t get any info on the MSDN.
Also ...
|
WMI fails when connecting to remote pc
Thu, 10 Apr 2008 12:31:01 -0700
I keep getting this error when I try to connect to a remote PC: "This program
requires WMI. Ask your administrator to consult the WMI documentation and
install the WMI components".
I am the admin for the network, so security shouldn't be an issue? What do I
need to install?
I'm running Windows XP on all ...
|
WMI Methods on several PC
Thu, 10 Apr 2008 01:47:17 -0700 (PDT)
Hello,
I try in my application to execute WMI Methods, for example to
Terminate Internet Explorer processes.
The problem is that if I put some Release() to IWbemLocator and
IWbemService at the end of my program, when I run it again Release
function crash it.
I have a class that list instances then I send a ...
|
|
|
wmi connect remote pc
Wed, 9 Apr 2008 13:30:03 -0700 (PDT)
Hi all,
I manage to write a C# application which starts and terminates process
on remote pc.
the problem is that it works only if the remote pc is in worksapce
mode. when I set it to domain, i get exception in connect function.
i have permission for everyone in full control. any reason why when in
domain it ...
|
Traverse Network with WMI/VBSCRIPT
Tue, 8 Apr 2008 11:48:15 -0700 (PDT)
I have been assigned to go through our whole network and find all
servers and hardware that contains static IP addresses. I do not want
to querey each individual system by hand. Is there a way to have a
script go through each system in active directory, if the system has
static ip addresses i want the system n ...
|
Product License details
Tue, 8 Apr 2008 06:14:01 -0700
Hi All,
WMI class Win32_Product gives informartion about the S/W that are installed
on the system.
However this class does not provide information of S/W product license.
Please suggest which WMI class can be used to get S/W product license details.
Also I wanted to retrieve details of the application tha ...
|