HighTechTalks DotNet Forums  

Sponsored Links


Dotnet Framework (WMI) microsoft.public.dotnet.framework.wmi


Discuss in the Dotnet Framework (WMI) forum.



Post New Thread
Threads in Forum : Dotnet Framework (WMI) Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
My c# .NET 1.1 script is unable to 'put' (commit) a ServerBinding object when Hostname is set, locally or not locally. This used to work before some...
SoftLion
11-23-2005 12:40 PM
SoftLion Go to last post
2 47
Hello, I've developed an application which makes extensive use of WMI. Specific modules of the program communicate through creating, modifying...
Jan Waga
11-22-2005 04:42 AM
Jan Waga Go to last post
6 51
I have a WMI provider assembly (compiled to .Net v1.1), defining my simple WMI event (the same code compiled for .Net v1.0 worked for years). Trying...
AT
11-22-2005 04:06 AM
9JAUVILLE Go to last post
1 40
I am trying to automate printer management for a C# ASP.NET page (th page is for maintaining a database of printers for a specifi application; all...
dbeahm
11-21-2005 04:04 PM
dbeahm Go to last post
1 50
Can anyone help me with this, I'm a relative newcomer to vb .net but fairly experienced in vbscript. If I connect to a remote computer using...
Pete Forman
11-21-2005 12:41 PM
Scott McNairy \(MVP\) Go to last post
1 60
After exhausting research and a day spent reading articles and newsgroup posts, I have finally discovered that the .NET 1.0 and 1.1 WMI classes...
Jeremy M
11-20-2005 12:13 PM
Willy Denoyette [MVP] Go to last post
3 56
Hello all, I've spent the last week trying to get WMI to send and receive SNMP traps. I've read all the articles I can find about 100 times each...
AT
11-19-2005 07:44 PM
mule Go to last post
5 61
Hi everyone, I'm trying to invoke my .exe application from a remote server. Here is the code: ManagementClass processClass = new ManagementClass...
AT
11-18-2005 02:16 PM
AT Go to last post
11 67
I have a VB.NET service that uses a ManagementObject to sample the freespace remaining on a local drive every 5 minutes or so. Each time the service...
AT
11-17-2005 01:29 PM
Steve Go to last post
2 29
Hi I have some questions regarding the ManagementPath: You can have a where clause in a relativepath like the one here: manPath.RelativePath =...
Robert Pouleijn
11-17-2005 10:25 AM
Scott McNairy \(MVP\) Go to last post
1 79
Say some classes missing or corrupted. How to recover wmi ?
James
11-17-2005 10:15 AM
Scott McNairy \(MVP\) Go to last post
1 42
Hi, Can any one please help me? How can I identify a system is a NAS server or a general File Server using WMI. Is there any property that tells...
VeraPrasad
11-16-2005 06:07 AM
VeraPrasad Go to last post
0 44
Hi, before I start my application I need the information the following softwares, versions and service-packets are installed? - OS - MDAC - WMI -...
Michael Andreas
11-15-2005 07:34 AM
Michael Andreas Go to last post
0 45
Hello, I am writting a script to run program on computers on the network. It uses Win32_Process Create method to create process on remote computers....
Cajin
11-11-2005 03:05 PM
Cajin Go to last post
1 35
Hi, I am instrumenting my application by WMI and i am using temporary event consumer. When the application fires the WMI event and suppose the...
Dicky Cheng
11-03-2005 12:17 PM
Scott McNairy \(MVP\) Go to last post
1 37
Hi, I am instrumenting my application by WMI and i am using temporary event consumer. Just wonder any instance will be located in the CIM...
Dicky Cheng
11-03-2005 12:14 PM
Scott McNairy \(MVP\) Go to last post
1 33
Hi everybody, We have an application where we are using a MarshalByRef proxy object to pass objects to and from a central windows service. This...
Curtis Justus
11-02-2005 01:56 AM
AT Go to last post
2 31
Hi everyone, I am new to programming WMI in .Net on Windows Server 2003. Here is my problem. I have been able to programmatically create a...
Yan Yi
10-31-2005 05:58 PM
Scott McNairy \(MVP\) Go to last post
2 35
Hey everyone, How I can change SID Thanks, MD
AT
10-31-2005 05:56 PM
Scott McNairy \(MVP\) Go to last post
1 43
I installed MS's WMICore component on 98 machines expecting to then be able to use the WMIC console or scripting to query from them but they dont...
Locke Nash Cole
10-31-2005 01:38 PM
Jonathan Liu [MSFT] Go to last post
1 26
I am trying to save a message using the approach described here: http://geekswithblogs.net/gwiele/archive/2005/03/16/26469.aspx and the...
Chris
10-14-2005 04:46 PM
Chris Go to last post
0 43
No, I have done some testing in different machine and os (2000 and xp). The result value of the AnonymousRequestsPerSec and AnonymousRequests are...
Dicky Cheng
10-14-2005 03:44 AM
Dicky Cheng Go to last post
0 31
Hello, I'm trying to retreive the hotfix information using WMI but ive found that the date formats are a mix of British style (DD/MM/YYYY) and...
AS
10-13-2005 03:22 PM
Rob Gilmore Go to last post
1 36
Is there an Database overview from all de WMI classes voor C#? Dennis
D.Bot
10-11-2005 07:47 AM
Luciano Castro Go to last post
1 43
Is there a way I can query the DHCP server (which is a Windows 2003 Server) to get a list of all the leases that it has handed out ? I'd like to...
RM
10-10-2005 08:57 AM
Manfred Braun Go to last post
3 55
sorry a bit late. No, I have done some testing in different machine and os (2000 and xp). The result value of the AnonymousRequestsPerSec and...
Dicky Cheng
10-10-2005 01:50 AM
Dicky Cheng Go to last post
0 34
I found that the value of AnonymousRequestsPerSec and AnonymousRequests are the same in class Win32_PerfRawData_ASPNET_114322_ASPNETAppsv114322....
Dicky Cheng
10-08-2005 12:42 AM
Dicky Cheng Go to last post
2 47
Hey everyone, We are trying to develop tool for gathering data for various or any counters. Our data should match as perfmon.msc. Can any one...
vineetbatta
10-07-2005 07:22 PM
vineetbatta Go to last post
0 39
Hello, I get this error while accessing WMI from .Net . The code is correct - becuase it works on w2k and xp - but it bombs on Windows 2003...
Manfred Braun
10-04-2005 12:52 PM
Manfred Braun Go to last post
11 77
is there anyone that knows how to tune ftp performance counters? i hav a service that monitors ftp and when big files are getting...
lajo_79
10-04-2005 06:08 AM
lajo_79 Go to last post
0 30
According to the help file that comes with EIF: "When raising events from a Windows service under Windows XP, Windows Management Instrumentation...
Joel Lyons
10-03-2005 03:00 PM
Joel Lyons Go to last post
0 33
Hi. PLEASE help. I've tried posting on this subject earlier, but I'm getting nowhere. If anyone has any experience with this class, PLEASE let me...
Dman
10-03-2005 01:00 PM
Scott McNairy \(MVP\) Go to last post
3 30
Hi, In my vbs code, I have the following object created: set services = GetObject("WinMgmts:{impersonationLevel=impersonate}!/root/cimv2") how can...
Peter
09-30-2005 03:32 AM
Joseph Oget Go to last post
1 57
Is it possible to interrogate a running system to get the startup order of processes and services? That is, I want to know the service/process A...
ESmith
09-29-2005 03:52 PM
Scott McNairy \(MVP\) Go to last post
1 36
I have a primary DNS server on a Windows 2000 server, and a secondary DNS server on a Windows 2003 server. For some reason, I can only create a...
Marc Michaels
09-28-2005 10:43 AM
Marc Michaels Go to last post
3 39
Hi, Can anyone tell me how to change the default port that WMI listens to for SNMP traps. By default it is port 162 but I need to change this...
AT
09-26-2005 12:33 PM
AT Go to last post
2 39
I want to find if the CD drive is Writable or not. I have used the following code I got from a website. oWMI = getobject("winmgmts:") oItems =...
Dan Tallent
09-22-2005 11:23 AM
Dan Tallent Go to last post
4 37
Hi All, I just found out that I can use WMI to control a printer using vb.net. What I want is to pause, stop, delete,copy or restart a job from any...
JFB
09-21-2005 02:26 PM
JFB Go to last post
2 44
Hello. I have a Windows service written in C# that uses WMI objects. Unfortunately, each call to WMI functions creates one or more hadles of Token...
AT
09-19-2005 07:47 AM
AT Go to last post
1 44
i would like to get all connections to my localhost. I have try that : ManagementScope aManagementScope = new ManagementScope(); //("\\\\" +...
dreamer86
09-18-2005 06:45 PM
dreamer86 Go to last post
2 33
I use WMI for launching processes on remote computers that located in the same LAN and the same Active Directory domain. Each process started in such...
AT
09-18-2005 04:02 AM
AT Go to last post
0 34
Hi, I am new to WMI and would like to know how to get status from UPS connected to Windows. Need to know whether a UPS is attached and UPS is running...
mfwoo
09-17-2005 08:59 PM
Locke Nash Cole Go to last post
2 42
Is there anyway to programmatically capture an audio stream from the sound card via WMI? Perhaps there is an event that gets fired when the sound...
Mark A. Richman
09-16-2005 11:02 PM
Mark A. Richman Go to last post
0 43
I've a Symantec antivirus server software running on windows 2003 server which updates Symantec antivirus client machines. I need to get list of...
Param
09-16-2005 01:25 PM
Jonathan Liu [MSFT] Go to last post
1 41
..NETters, I am writing a WMI provider that publishes instances. Let's say the instance class that I publish has the following data...
Pradeep
09-15-2005 01:48 PM
Pradeep Go to last post
4 40
With the help of WMI plugin for VS.NET, I can easily manage the respective WMI objects by adding the generated classes. However, is it a way to...
Tommy
09-13-2005 05:50 PM
Tommy Go to last post
0 42
I have an app that can query the WMI of a remote print server and list all the print queues available. Then I can click a print share and have the...
Terry Olsen
09-13-2005 03:24 AM
DelphiMan Go to last post
1 48
Hello, Is it possible to pull information such as temperatures and hardware events using WMI for systems equipped with a BMC (Baseboard Management...
P. Yanzick
09-12-2005 06:27 PM
P. Yanzick Go to last post
5 51
Hi, i try to access a remote PC that is not in a domain. Doesnt seem to work. I get an "Access denied" :/ any pointers? THE...
SebastianFey
09-12-2005 06:18 AM
SebastianFey Go to last post
6 53
Hi, I'm hoping that someone may be able to help me this one as my colleague and I are tearing our hair out, and can't find anything on the net...
Bobby
09-10-2005 12:05 AM
Andrew Frantsuzov [MSFT] Go to last post
1 41
Post New Thread

Display Options
Showing threads 251 to 300 of 686
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.