Remotely accessing WMI information without using a Local
Administrator Account
Fri, 9 May 2008 20:14:15 -0700 (PDT)
Hi All,
Just wondering if anyone has any ideas how to do this please?
We are trying to get access to WMI information on a Windows Server
2003 and Windows Server 2003 SP1 box.
I have setup a domain user account and added this account to the
security permissions for WMI. I have also added this account to th ...
|
How refresh ACPI temperature?
Thu, 8 May 2008 02:17:01 -0700
Hello,
I want to write a program which allow me to read the CPU temperature. My
notebook is an old ThinkPad 600X (PIII 650 MHz) and is ACPI compliant.
I use WMI and the class MSAcpi_ThermalZoneTemperature . Please see my VBS:
strComputer = "."
wmiNS = "\root\wmi"
wmiQuery = "Select * from MSAcpi_Thermal ...
|
Best way to shutdown several remote windows 2003 server from 1 ser
Wed, 7 May 2008 21:55:00 -0700
I'm new to WMI programming and I have a case: Shutdown several remote servers
running Windows 2003 x32 and x64 from one server.
The condition are:
1. Servers cannot be shutdown simultaneously - must be shutdown in order.
ex. Specific services on Server A must be stopped first, then when
services are st ...
|
Schema Query - Top Level Classes Only
Tue, 6 May 2008 12:47:05 +0100
Hi,
I'm trying to get a list of all "top level" classes from a given namespace,
e.g. connect to CimV2 then issue:
SELECT * FROM Meta_Class
The problem is that I get nearly 1000 results, I assume it's giving me all
sub-classes as well. Is there a way to get only the top level classes?
--
Gerry Hickm ...
|
How to access the control properties from a DLL
Tue, 6 May 2008 04:31:00 -0700
I want to inject a DLL to an VB6 standalone application and iterate on each
control of the form and print the control properties like Name, Caption,
Index etc.
I was successful in injecting the DLL but I could not find a way to access
the control properties from the DLL.
Is there any way to get the con ...
|
mofcomp related question
Tue, 6 May 2008 02:28:50 -0700 (PDT)
Hi all,
Is there any silent mode to registering a .mof file with mofcomp? I
dont want a command line to come up when I execute that command. Any
ideas? ...
|
Missing Win32_PerfRawData_Tcpip counters
Fri, 2 May 2008 08:49:38 -0400
Hi all,
I've recently discoverd that one of my machines is missing all
Win32_PerfRawData_Tcpip counters. I have done everything I could find on the
internet including:
XP repair
re-install SP2
delete/rebuild WMI repository
reregister all dlls, and exes in WBEM
recompile all MOF an ...
|
|
|
Large WMI notification query may cause a quota violation
Thu, 1 May 2008 06:45:01 -0700
Hi,
I am querying the Security Event log for all events, and the event log is
128MB in size. I am writing every event to a text file as it is being read
from the Security event viewer. I am getting the following error on my
Windows Server 2003 sp2 machine:
Line: 181
Char: 2
Error: 0x8004106C
Code: 80 ...
|
How to remote execute a command in Windows and get its output?
Wed, 30 Apr 2008 17:26:31 -0700 (PDT)
I would like a run a simple command remotely and get the output of it.
What are the options?
With WMI, i could start the command on remote machine but unable to
capture the output. Is there any way to capture the output of the
command?
I looked at psexec already and looks like its not secure. Looking for
...
|
performance association
Thu, 24 Apr 2008 00:36:13 -0500
I would like to retrieve performance data on various objects such as
memory down to the specific ram, let say, located on dimm2. However, the
performance class does not seem to provide performance data on specific
object. This goes the same with disk drives, etc.. I need to be able to
monitor performance on sp ...
|