| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Group!
After adding the IIS/SMTP service in Windows 2003, I cannot find the
Win32_PerfFormattedData_SMTPSVC_SMTPServer class.
Any ideas?
Lars |
09-09-2005 11:55 PM
Andrew Frantsuzov [MSFT] | 1 | 44 |
|  | Is WMI the only way to enumerate the print queues on a remote print server?
With WMI, you must be an admin to query. I need to be able to query...
Terry Olsen
|
09-09-2005 04:16 PM
Scott McNairy \(MVP\) | 3 | 55 |
|  | Hi,
I'm activating a prcess using WMI. I'm trying to figure out how to monitor
this process and catch the exit event or even just getting the status...
Haim
|
09-09-2005 12:49 PM
Jonathan Liu [MSFT] | 3 | 45 |
|  | I am trying to enumerate the USB controller devices, as follows:
ManagementObjectSearcher searcher...
vbocan (AT) gmail (DOT) com
|
09-08-2005 01:58 PM
Scott McNairy \(MVP\) | 5 | 40 |
|  | Hi.
I'm trying to get the static and active routings on my machine with
Win32_IP4PersistedRouteTable, but I never get any result from it at...
DelphiMan
|
09-06-2005 02:14 PM
Scott McNairy \(MVP\) | 5 | 64 |
|  | Hello all,
I want to release the aquired DHCP Lease programmically via dotNet.
What I do is:
outPar =...
Wolfgang
|
09-06-2005 11:34 AM
Wolfgang | 1 | 75 |
|  | I need to change the TCP/IP settings for a network adapter in
code. Specifically I need to change whether an IP address is obtained
automatically and...
Bill
|
09-03-2005 04:22 PM
DelphiDude | 2 | 48 |
|  | I want to enumerate all web sites on a server in an Installation package
(VB.NET). I can do this easily with vbscipt but I am having trouble...
Troy Jerkins
|
09-01-2005 11:09 AM
Troy Jerkins | 1 | 46 |
|  | hello,
i am sorry for my english... i am an italian developer.
I have a propblem with WMI . It's difficult, for me, retrieve the
description for all...
Michele
|
08-29-2005 07:47 PM
Jonathan Liu [MSFT] | 1 | 51 |
|  | The network administrator is having problems viewing my system
resources via WMI ever since I installed VS .NET 2003 and the .NET
framework. Has...
Sparky Arbuckle
|
08-29-2005 12:37 PM
Scott McNairy \(MVP\) | 1 | 42 |
|  | What is wrong with the below code? It works on some machines but fails
consistently on a few XP SP2 machines that have .Net 1.1 installed.
I do not...
Dave Kolb
|
08-29-2005 12:23 PM
Dave Kolb | 2 | 47 |
|  | I have a problem where when I invoke the scope.Connect(), my
application just sits there. Is there a way to verify that WMI is even
working on a...
kobradov
|
08-26-2005 02:22 PM
Jonathan Liu [MSFT] | 2 | 46 |
|  | I'm trying to get information about discovered ports on an HBA using
C#. I am able to get the appropriate instance of MSFC_HBAFCPInfo, but
when I...
Mark Hellkamp
|
08-24-2005 06:39 PM
Mark Hellkamp | 0 | 55 |
|  | Hello,
I'm looking for a way to identify a running process from which service it is
started. All seems working well so far. I am using a simpel wmi...
TieTo
|
08-24-2005 02:15 PM
Scott McNairy \(MVP\) | 1 | 40 |
|  | I'm trying to pull information from PC's over the network such as
SerialNumber, TotalPhysicalMemory, etc. This is what I've got so far...
co = New...
Terry Olsen
|
08-24-2005 01:35 PM
Scott McNairy \(MVP\) | 1 | 58 |
|  | Win32_Process Class does provide useful properties to get CPU time
(KernelModeTime + UserModeTime), but doesn't...
Caltro
|
08-24-2005 01:00 PM
Scott McNairy \(MVP\) | 1 | 54 |
|  | Hi All,
I'm currently working with the mgmtclassgen generated strongly typed
classes. For normal inquiries all seems fine, however I'm struggling...
CodePurple
|
08-23-2005 02:18 PM
CodePurple | 0 | 51 |
|  | hi
i wanto write a C# code which detects whenever memory card
like sd card or cf card is inserted or removed
i m using WMI for tht purpose
i m using...
somya
|
08-17-2005 09:56 AM
somya | 0 | 53 |
|  | How do you determine if WMI is installed on a Win2000 PC,
programmatically?
Mikel
|
08-17-2005 09:47 AM
Mikel | 2 | 63 |
|  | Hi All,
I am writing a tool, which should monitor some exe-processes, which are not
very solid. Th main function is to re-start them, if they hung,...
Manfred Braun
|
08-16-2005 03:53 PM
Scott McNairy \(MVP\) | 1 | 39 |
|  | Hi
I'm trying to run the event log part of this tutorial:
http://www.c-sharpcorner.com/Code/2004/March/WMIEventDetecting.asp
I'm not sure where to...
Russo
|
08-06-2005 02:14 AM
Russo | 0 | 46 |
|  | I'm not able to find much on msdn on this. If anyone can send any
tutorials I would appreciate it Thanks!
D
Russo
|
08-05-2005 09:34 PM
Russo | 1 | 39 |
|  | Everytime I call mComputerSystem.GetMethodParameters("Rename") I get an
exception thrown "Invalid method Parameters(s)"
As far I as I can tell from...
AT
|
08-05-2005 03:43 PM
AT | 3 | 53 |
|  | Dear Group
I wonder whether anyone has some information on the cause for this
error? I've created a class for Win32_DISKDRIVE with...
AT
|
08-03-2005 02:38 AM
AT | 0 | 45 |
|  | Dear Group
I'm using VB.NET and after much reading through posts and the WMI
documentation there's no doubt that System.Mnagement is a nice...
AT
|
08-02-2005 08:44 PM
AT | 0 | 36 |
|  | Is it possible to have a list box in an ASP.NET page and display a list of
ActiveDirectory users in it from the Page Load event?
This active...
Keith
|
08-01-2005 08:18 PM
Keith | 7 | 40 |
|  | To access WMI classes within a Windows Application, I simply add a Reference
to Systems.Management and add the Imports System...
Keith
|
07-30-2005 02:59 PM
Keith | 2 | 49 |
|  | Hello,
I want to get some system info using WMI class, there are two ways, i
want to know what different between them, Why the first way will not...
yxq
|
07-30-2005 03:16 AM
yxq | 0 | 46 |
|  | Hi All,
I've been studying the newsgroups for the common 'Invalid Class' WMI
issue as I've been looking for an alternative to this issue on...
Timmy
|
07-28-2005 01:20 AM
Timmy | 1 | 52 |
|  | I've written some code to query my Win32_NetworkAdapter and
Win32_NetworkAdapterConfiguration objects. The code takes 10+
seconds of max CPU to...
Eric Falsken
|
07-21-2005 03:30 PM
Willy Denoyette [MVP] | 7 | 78 |
|  | Hi,
Is it possible with WMI to remotely connect to a computer that is not member
of a domain, I have tried the script below with .connectserver but...
Mikael Jansson
|
07-21-2005 02:32 PM
Mikael Jansson | 2 | 52 |
|  | After I've retrieved a ManagmentObject from WMI, how can I tell it to
refresh it's values with a current set of values? I don't see a...
Eric Falsken
|
07-20-2005 04:52 PM
Willy Denoyette [MVP] | 4 | 44 |
|  | Hello,
How can I use WMI to detect the establishing of an incoming connection
(modem, null-modem)?
I tried MSNdis_NotifyAdapterArrival but it...
Boris Wehrle
|
07-20-2005 02:48 PM
Scott McNairy \(MVP\) | 1 | 56 |
|  | If your focus is on WMI Scripting this page has some great stuff.
http://www.lissware.net/
--
Scott McNairy
Microsoft MVP - Windows Server...
Scott McNairy \(MVP\)
|
07-20-2005 02:15 PM
Scott McNairy \(MVP\) | 0 | 53 |
|  | Hi.
I'm woundering if it's possible to get the capabilities of a CD or DVD drive
using WMI? Like, if it's a burner or not. I have looked at...
Johan Christensson
|
07-20-2005 02:09 PM
Scott McNairy \(MVP\) | 1 | 47 |
|  | Hi
We are writing a windows service. When it shows up in the Service Control
Manager, is there a way to add a menu item to the right click menu or...
Sankar Nemani
|
07-20-2005 02:02 PM
Sankar Nemani | 0 | 47 |
|  | Hello,
I have some code that runs fine on Windows XP but does not run on Windows
2000 Professional or Server. I don't understand why this code works...
qUESTION4u
|
07-19-2005 10:20 AM
qUESTION4u | 4 | 44 |
|  | Hello, I have a very simple WMI question. If I have a .NET class that
exposes some data to WMI is there some simple WMI "browser" type thing...
BobJonesGA
|
07-18-2005 02:48 PM
BobJonesGA | 3 | 37 |
|  | I have been trying to run a standard MS Script to use WMI to clear the DNS
cache on a Domain Controller.
The server is Windows 2000 SP4. I have...
Jo Winchester
|
07-14-2005 12:40 PM
Jo Winchester | 1 | 59 |
|  | Hi, does WMI features allow us to show list of current user logged in
the domain and from what IP address? I've search on Microsoft site,
goggle'd...
M. Eteum
|
07-13-2005 10:25 PM
Richard | 1 | 54 |
|  | I'm using the June 2005 Ent Lib Application Blocks, specifically the
DAAB.
I've noticed that when the application is running under a low...
AT
|
07-12-2005 03:50 PM
AT | 0 | 43 |
|  | Hi all,
What is the recommended way to determine whether the user is authenticated
against a Domain or AD?
Simply checking...
Joubert Nel
|
07-06-2005 12:12 PM
Joe Kaplan \(MVP - ADSI\) | 3 | 42 |
|  | Hi,
I need to obtain the logon username in workstation with Windows Nt 4.0 + SP
6a and WMI 1.5.
Wmi return me, this field in null value. What...
Diego L.M.
|
07-06-2005 11:23 AM
Diego L.M. | 4 | 37 |
|  | How would I go about monitoring the CPU% of a process (possibly multiple instances) by name (i.e. foo.exe), and reacting to a condition where the...
Mark A. Richman
|
07-06-2005 10:33 AM
Dave Methvin | 3 | 57 |
|  | Hi:
I'm looking at ways to make a WMI call, for example, get a list of adapters
installed on the machine.
By studying the MSDN references,...
Polaris
|
07-05-2005 06:43 PM
Polaris | 0 | 54 |
|  | Any chance that this server is running Content Management Server 2002 and/or
SharePoint Portal Server 2003? If so... see if this KB article applies...
Brendan Grant
|
07-01-2005 10:36 AM
Brendan Grant | 0 | 34 |
|  | Can I use WMI on .NET to give permission to a directory on the server
to a user? Also, I will need to create a DFS link to that directory to
be...
Papr1ka
|
06-30-2005 11:57 PM
Papr1ka | 0 | 33 |
|  | hello,
I have to get a unique machine id for licensing purposes.
My first idea was to use the BIOS serial number. I know, I can get it
via wmi. But...
Frank Jeseit
|
06-29-2005 09:52 AM
Frank Jeseit | 0 | 56 |
|  | Dear all,
Could I find somewhere a list of all the WMI events I can subscribe to ?
At the moment, I would like to detect when an Internet connection...
Phil
|
06-23-2005 03:47 PM
Chung-Wei Foong [MSFT] | 1 | 49 |
|  | Dear all,
Now i m developing WMI Provider dll using VC.net ATL Project,this dll
registered(regsvr32) in .net installed system .But im trying...
senthilprabu
|
06-23-2005 02:09 PM
Chung-Wei Foong [MSFT] | 1 | 47 |