| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Hi,
I have written a class that publishes data to WMI. The code works on a
different machine, but on my own developer workstation I am getting...
ErikB
|
03-10-2005 09:53 AM
ErikB | 0 | 44 |
|  | Is it possible to use WMI to get the configuration of the raid on a server?
I am writing an audit program to find out how a machine is set up and...
Ian Chase
|
03-09-2005 08:57 AM
Ian Chase | 0 | 35 |
|  | I ran into this using the Microsoft Enterprise Library, but I can
reproduce it just by firing WMI events without the Enterprise Library.
I created a...
AT
|
03-08-2005 04:54 PM
AT | 0 | 35 |
|  | If I do a query of Win32_NetworkAdapter objects, I get a collection of all
adapters on my system but there is no property in these objects that ...
Peter Steele
|
03-07-2005 05:54 PM
Peter Steele | 3 | 37 |
|  | Hi,
Im trying to modify and list the authentication methods of a sepcified website using WMI. But whatever I do it only seems to return the 'W3SVC'...
Graham
|
03-07-2005 04:16 PM
Graham | 0 | 36 |
|  | I can easily set any IisWebVirtualDir in the metabase to be an AppRoot.
However, if no key exsists for a given path, there doesn't seem to be...
Mark A. Richman
|
03-07-2005 08:41 AM
Tom Kaminski [MVP] | 1 | 35 |
|  | I have been trying to figure out if I can use WMI to monitor for the
creation of new windows on the current users desktop. Obviously processes
are...
Robert Ginsburg
|
03-04-2005 09:15 AM
Willy Denoyette [MVP] | 1 | 32 |
|  | We I use this code, the floppy drive read light comes on. How can I get
Hardrive info without querying floppy?
Thanks!
Matt
mc = New...
Matt Landis
|
03-04-2005 07:39 AM
Loki | 2 | 47 |
|  | Hi there,
How does WMI populate Win32_ComputerSystem.Manufacturer and especially
Win32_ComputerSystem.Model properties?
I am looking for a way to...
SLE
|
03-02-2005 02:00 AM
Venus Millo | 1 | 47 |
|  | Hi,
There is no Active Directory in my domain and i try to start installation
WMI C# code on a remote computer.
I make a connection as...
kgaluszka
|
03-01-2005 11:41 AM
DDENet | 3 | 114 |
|  | I have created a class that uses WMI to monitor an SQL2k database for any table changes as follows:
using System;
using System.Diagnostics;
using...
Martin Robins
|
03-01-2005 08:22 AM
Martin Robins | 0 | 27 |
|  | I am trying to connect to a server that is not in a domain from a
workstation that is in a domain and I can not seem to get it to work. Here
is my...
Dave Coate
|
02-25-2005 01:54 PM
Dave Coate | 2 | 50 |
|  | i coded a c# software to query some network pc, and i've a couple of questions
regards WMI managed classes:
1) is there a way to change the timeout...
Luca Beretta
|
02-25-2005 10:59 AM
Luca Beretta | 0 | 34 |
|  | Hi.
I need to create a virtual directory on the first ftp site using wmi and
..NET.
I'm having a hard time finding example-code for this.
Is there...
Michael S
|
02-25-2005 05:34 AM
Michael S | 1 | 31 |
|  | I have the following code
public class Monitored
{
private string Name = "abc";
private string Vendor = "def";
}
.......
Roy Chastain
|
02-24-2005 05:04 PM
Willy Denoyette [MVP] | 5 | 60 |
|  | I have an function which should enumerate shares on remote pc.
The problem is the it always shows shares on my local pc.
Code:
Public Function...
Nikolay Petrov
|
02-23-2005 05:23 AM
Peter Falz | 1 | 56 |
|  | Hello,
I would like to launch an application on a remote computer that is
interactive with the desktop. I am using C# and WMI. The code I have
here...
daytonabeach
|
02-22-2005 05:34 PM
Manfred Braun | 3 | 52 |
|  | I have a WIndows service written in managed code. I need to be able interact with it on two levels.
1) - I need to be abe to 'kick it in the pants'...
Roy Chastain
|
02-22-2005 12:15 PM
Roy Chastain | 0 | 33 |
|  | Hi EveryBody,
I have one Problem When I am Creating the DNS Zone Using Resource Record
using System Management. Iam Getting an Error Called "Generic...
Prasana
|
02-20-2005 11:19 PM
Prasana | 0 | 35 |
|  | Hi everybody,
I have this Function that creates a new Primary DNS Zone.
The function was working fine and all of the sudden I get this...
Michael S. Kolias
|
02-20-2005 10:41 PM
Prasana | 4 | 42 |
|  | Hi,
I have set the WMI security by WMI Control in Computer Management, but it
looks like doesn't take any effect and I always need to use user...
Dicky Cheng
|
02-18-2005 10:32 AM
Peter Falz | 1 | 47 |
|  | Hi,
I am using Enterprise Library with my Web application. When I set the ASPNET
account into Administrators group, the WMI event can be fired...
Dicky Cheng
|
02-17-2005 05:41 AM
Dicky Cheng | 0 | 34 |
|  | Hi
Im trying to set an Application Pools identity to be a specified user
account and password using VBScript
At the moment a user runs the script and...
Graham
|
02-16-2005 07:17 PM
Graham | 2 | 56 |
|  | Is there a way to create Application Pools using WMI?
I have looked almost everywhere on the net for help as well as going to
TechNets script...
Graham
|
02-16-2005 05:52 PM
Graham | 2 | 37 |
|  | Hi !
Want to install a MSI-software on remote machines.
I tried it with the following code :
----------------------
Dim scope = New...
Christoph Duesmann
|
02-16-2005 05:31 PM
kgaluszka | 5 | 50 |
|  | I am experiencing problems with instrumenting my assembly using WMI.
I have read everything I could find in the MSDN-online concerning this
matter,...
Maksim Izbrodin
|
02-16-2005 05:47 AM
Willy Denoyette [MVP] | 11 | 58 |
|  | Although the Win32_ComputerSystem.EnableDaylightSavingsTime is documented as
a read/write property, changing it doesn't seem to have any effect. Why...
Joseph Morales
|
02-15-2005 07:40 PM
Joseph Morales | 2 | 33 |
|  | I am trying to build a WMI application to monitor CPU usage on a Windows
2000 (SP4) server.
In my application I keep getting the error: RPC Server...
Will Gillen
|
02-14-2005 02:37 AM
Willy Denoyette [MVP] | 2 | 62 |
|  | Hi There!
I would like to know what printer brands that ***does not*** support the WMI
on windows OS? Do all major Printers support WMI???
Thank...
Mike Kline
|
02-13-2005 05:07 PM
R Hedges | 2 | 40 |
|  | How do I get the list of installed applications on a machine along with the
CD key used for the application (typically the 25 digit key)?...
SriSamp
|
02-10-2005 03:56 PM
BooGhost | 9 | 50 |
|  | I have a problem which is causing Logon failures on the remote server.
I have seen this problem with WMIC and System.Management, but not...
Shayne Smyth
|
02-09-2005 07:22 AM
Willy Denoyette [MVP] | 3 | 40 |
|  | Our C# app connects thru WMI to other machines on the network to get some
process information.
There seems to be a memory leak...
Yuri T
|
02-03-2005 11:47 AM
Yuri T | 0 | 42 |
|  | Hi there,
When enumerating Win32_Process instances, how can I detect the title of any
associated window(s) the process may have?
Thanks,
--
SLE
SLE
|
02-01-2005 10:16 AM
Peter Falz | 1 | 103 |
|  | Hello, All!
Sorry for my English.
I have the problem:
The usual way to publish my objects in WMI is:
1. You must make a class derived...
Vadim Malishev
|
01-29-2005 01:47 AM
Vadim Malishev | 0 | 41 |
|  | Hi all,
I am using the ManagementEventWatcher to watch for new processes using
Win32_ProcessStartTrace.
It was working fine for a while and then...
scolemann
|
01-28-2005 01:26 PM
scolemann | 4 | 44 |
|  | Anyone with experience getting disk data from WMI, I sure could use some
advice!
I'm trying to figure out how to access...
Jesse
|
01-28-2005 01:14 PM
Jesse | 7 | 32 |
|  | I've just started reading up on WMI events and haven't yet got far enough to
answer this question. What we want to be able to do is set up an...
Peter Steele
|
01-27-2005 05:34 PM
Peter Steele | 0 | 34 |
|  | If I query the object Win32_NetworkAdapter, one of the fields is Status.
However, this always appears to be empty. Is there another class I should...
Peter Steele
|
01-27-2005 11:41 AM
Peter Steele | 2 | 39 |
|  | it's Win32_QuickFixEngineering
try (from the command line)
wmic qfe
or
wmic path Win32_QuickFixEngineering
Dominick Baier
|
01-26-2005 08:38 AM
Liviu Anca | 1 | 35 |
|  | With SP2 for Windows XP, there is a new checkbox "Show updates" in
Add/Remove Programs. How may I retrieve these updates with WMI ?
I can enumerate...
eu
|
01-26-2005 06:56 AM
eu | 0 | 40 |
|  | I am attempting to run a remote process via WMI which needs to access
certain network ports. I can start the process, but it appears to hang
when...
AT
|
01-25-2005 05:29 PM
Gerry Hickman | 6 | 39 |
|  | hello,
when i fire an event with instumentation like i have seen in a few
examples on this newsgroup like:
MyEvent e = new MyEvent();
e.Event_Name...
AT
|
01-24-2005 11:14 PM
AT | 0 | 44 |
|  | Hi,
Sorry for the newb question, but, well, I'm a newb when it comes to WMI.
I'm trying to access SMART disk failure data using WMI from VB.NET on...
Jesse
|
01-24-2005 10:14 AM
Jesse | 2 | 34 |
|  | have a C# application using WMI to monitor a few servers over the network,
basically listening wether certain processes are running and notifying... |
01-24-2005 06:47 AM
Peter Falz | 1 | 56 |
|  | Hi i am using WMI currently to query the OS for numerous thingslike services, drive information and so on. I am trying to finda way of listing the...
Justin Derry via .NET 247
|
01-23-2005 12:28 PM
Justin Derry via .NET 247 | 0 | 42 |
|  | Hi. I am writing a small VB.NET project that will be running as an EXE on XP
(Windows 2003 network) within my organization. It has to pull data from...
Jason
|
01-20-2005 11:39 AM
Jason | 2 | 38 |
|  | Hi
Does anyone know how to obtain a list of folders that do not use the
default NTFS security settings.
I can get details of any shares using...
TimJC
|
01-20-2005 03:31 AM
TimJC | 2 | 42 |
|  | Hi,
Can anyone assist me in creating a Primary DNS zone?
Which ever way I try all I can create is secondary and stub zones.
Am I missing any...
Philip Carnstam
|
01-19-2005 10:53 AM
Philip Carnstam | 0 | 50 |
|  | My code is:
Boolean BindWebsiteIP(String* Admin, String* Pass, String* Website,
String* IP)
{
ManagementObjectSearcher* srh =...
maxixi
|
01-19-2005 06:07 AM
maxixi | 2 | 39 |
|  | In VBScript:
Set objWMIService = GetObject("winmgmts:{impersonationLevel=impersonate,
(Backup, Security)}!\\MyComputer\root\cimv2")
In C# I am...
Dennis Redfield
|
01-18-2005 08:05 AM
Dennis Redfield | 4 | 44 |