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     
sata and ide hdd wmi to get information ?
entegre
10-21-2006 06:20 PM
entegre Go to last post
0 59
Hi there, I am new to WMI programming. I am trying to collect data for various devices, services, applications etc. So my question is, what is the...
bkm
10-18-2006 03:44 PM
abc Go to last post
2 64
Hello All, How do I enumerate wireless network adapters installed in a machine. I tried win32_networkadapter and win32_networkadapterconfiguration...
WLAN
10-11-2006 05:45 AM
WLAN Go to last post
0 66
I have an application that uses a Gui thread (marked with attribute) that does a lot of WMI processing (.NET Framework 1.1). In the past all WMI...
Zachary Turner
10-09-2006 02:36 PM
Willy Denoyette [MVP] Go to last post
1 70
The code I am using is below. It is my attempt at converting the C# code in the SMS SDK. The problem is that it fails every time I try to connect...
Jim Gregg
10-05-2006 02:28 PM
Jim Gregg Go to last post
0 59
Hello! 1) How can I monitor events in Windows? I need to catch login and logoff on Windows XP. 2) I will use it to build NT Service monitoring...
marek zegarek
10-02-2006 04:28 AM
marek zegarek Go to last post
0 66
Hello list, I'm just starting with WMI and like ask you a paar questions. I've developed a little application in VC++, which tries to retrieve some...
jmonetti
09-29-2006 02:59 AM
SSN Go to last post
1 80
Hello all, I am pretty new to Visual Basic and extremely new to the .NET Framework. Most of my experience is with scripting and CGI/Perl, so please...
aaron.shurts@gmail.com
09-27-2006 08:50 AM
aaron.shurts@gmail.com Go to last post
0 54
Hello, I'm writing a Windows Service in c# for .net framework 1.1. The service will use the ManagementEventQuery and EventQuery classes to watch...
removethis
09-22-2006 05:22 PM
removethis Go to last post
2 83
Hello guys.Please help, When I'm running the code below, I have no errors, but file is not created. What I'm doing wrong? Thanks a...
Yuriy
09-22-2006 02:51 PM
Yuriy Go to last post
0 59
i created a simple .net wmi-provider that export an object. in this object i want to put int or string. the consumer of this data will know if its...
liorh
09-22-2006 09:41 AM
Peter Go to last post
8 86
Could someone show me how to write a simple monitoring query (Management Events?) where my application could be notified of changes in a...
ESmith
09-21-2006 09:23 AM
ESmith Go to last post
0 70
Hello I am using following code to fetch the user name in a service. Dim lstrUserName As String = "" Dim q1 As New ManagementObjectSearcher("select...
Myystiic
09-15-2006 10:55 AM
Myystiic Go to last post
0 59
Hi, How can I monitor/log every event of data pasting on a removable drive. Thanks & Regards, Jaydeep.
jay_kbvt
09-12-2006 05:04 AM
jay_kbvt Go to last post
0 74
Hello, I'm working on an application that will use WMI to create temporary event subscriptions on remote systems to monitor...
removethis
09-09-2006 10:55 AM
mabra Go to last post
3 90
Is there going to be Beta for Wmi.Net 2.0 -- it's been a couple of months since it was annonced at TechEd -- I'd really like to be able to write...
Guy Cox
09-07-2006 10:45 PM
Guy Cox Go to last post
0 60
Is there going to be a beta program for WMI.Net 2.0 - I'd really like to be able to do the provider for an upcoming project in managed code. There...
Guy Cox
09-07-2006 10:37 PM
Guy Cox Go to last post
0 60
Good morning, An MSDN article contains a simple WMI provider example. If I compile and execute the code, the proper class is created within WMI,...
Peter
09-07-2006 01:47 PM
Peter Go to last post
1 64
I'm looking for a way to log changes to ip addresses (logging when/if the user changes from one network to another. I've looked through wmi, but have...
PB
09-07-2006 04:15 AM
PB Go to last post
0 53
Hello, I am implementing a WMI application(it is almost done) which is actually a kind of Disk Space Report tool which queries the WMI database of a...
Sekhar Hari
09-06-2006 12:15 AM
Sekhar Hari Go to last post
0 55
I have to program a scenario like this. I have the cluster server and the user running the service. I need to query if the user is a member of a...
venkat
08-25-2006 01:54 PM
venkat Go to last post
0 66
How can i create the function of ScreenCapture in the windows service?????
hanson
08-25-2006 03:08 AM
hanson Go to last post
0 59
Does anyone know how to access the wireless features of Vista using WMI or any other method in VB.Net 2005 Express? I can get the information for...
Jeff Parrish
08-22-2006 09:31 AM
Jeff Parrish Go to last post
0 51
We run an application on a Windows 2000 Server (SP4 applied) box and we experience a strange issue with WMI. Upon some digging with RegMon...
Teo Lachev [MVP]
08-21-2006 04:53 PM
Willy Denoyette [MVP] Go to last post
3 49
..NET 2.0 I was hoping the CopyTo method would be just what I needed to create a new user in the same container and with the same properties as an...
Davie
08-21-2006 06:20 AM
Willy Denoyette [MVP] Go to last post
1 81
I'm exploring how to programmatically disable/enable devices in a system using C#. -MH
Michael
08-19-2006 06:51 AM
mabra Go to last post
4 75
I need to get a list of users that are in the local Admin group or power user group from each computer on the network. I would like to build...
Daniel Stacey
08-11-2006 02:52 PM
Daniel Stacey Go to last post
0 65
I am trying to create a tool for new user creation so that our Help Desks can create users, home directories, the shares, and add them to groups. It...
Brian Hampson
08-10-2006 07:52 PM
Brian Hampson Go to last post
5 58
I've seen plenty of examples on how to compress a whole directory from .net using WMI, but I can't figure out how to compress a single file. Can...
Nathan Baulch
08-10-2006 08:57 AM
Nathan Baulch Go to last post
0 48
Hello, My question is twofold: 1. Is this somehow possible that asynchronous event subscription (or any event subscription, for that matter) in NET...
janekw
08-06-2006 10:51 PM
mabra Go to last post
5 82
Posting an issue for a colleague: They are having an issue w/ making WMI calls from a gui thread. Gui threads need to be on the STA and there is...
Arnie
08-03-2006 05:34 AM
Willy Denoyette [MVP] Go to last post
2 71
I'm having trouble getting anything to any stats whose category is not just simplye ASP.NET. When I look in perf monitor, I see other attributes...
AT
08-03-2006 05:29 AM
Willy Denoyette [MVP] Go to last post
1 58
Hello, I'm trying to write an activex that uses WMI, I have problem with CoInitializeSecurity. It gives me 80010119 error (Security must...
Cojocaru Segiu
08-03-2006 05:25 AM
Willy Denoyette [MVP] Go to last post
1 69
Hi, I want to pass WMI objects across appdomains either in a remoting or webservice scenario. I am happy to use either the basic...
Stuart Parker
08-03-2006 05:25 AM
janekw Go to last post
3 49
Hi, Could someone advice regarding how to start/stop IIS AppPool from an ASP.NET app in C# ? I guess WMI could be used but not sure how. Thanks in...
Navin Mishra
08-01-2006 12:09 PM
Navin Mishra Go to last post
0 53
I'm not very familiar with WMI and would appreciate any advice. I'm part of a project at our company that requires us to write an application that...
AT
08-01-2006 11:37 AM
AT Go to last post
0 49
Hi I'm making some queries to a DNS service with around 2000 zones. I would like to have a query to check if a zone is added to the server. I have...
Martin Larsen
07-25-2006 10:28 AM
Martin Larsen Go to last post
0 58
We are using JoinDomainOrWorkgroup Method of the Win32_ComputerSystem WMI Class with WinXP box to join to a new domain. And we want to do the same...
AT
07-19-2006 02:01 PM
AT Go to last post
0 58
Hello, I am trying to install LINQ Preview (May 2006).msi on Win XP SP2 (danish version). Please read my log (& WMI Diagnostic Utility errors (if...
AT
07-19-2006 02:16 AM
AT Go to last post
0 62
I can't find a definition for the differents return values I got when I call a method. For example : ManagementBaseObject outParams...
JoP
07-12-2006 03:34 PM
mac Go to last post
2 86
Can anyone tell me how to get infomation about the file systems of a computer? I want to use WMI to get the directory tree information of...
Crespo
07-12-2006 01:03 PM
mac Go to last post
1 63
I have a program set up that starts/stops another program via wmi create/terminate methods. When I run the program and test it against my machine...
mac
07-12-2006 12:53 PM
mac Go to last post
0 51
I would like to enumerate all of the processes on a Win2K3 server, all AppDomains, and also the named contents of each AppPool, using WMI. How can...
AT
07-03-2006 11:30 AM
AT Go to last post
0 49
Hi, Problem 1: Assume we have a shared folder on the network ( This is a NT File Share). The folder contains a file which has been opened by...
hangar18
06-29-2006 03:13 PM
hangar18 Go to last post
0 71
In Win2k SP4, CoCreateInstance for WbemDecoupledBasicEventRegistrar is returning Class Not Found error. Though I had Platform SDK...
Anirban Ray
06-28-2006 08:36 AM
Anirban Ray Go to last post
0 49
Can I programmatically do a driver roll back via WMI?
Michael
06-27-2006 02:21 PM
Michael Go to last post
0 57
When trying to call the EnableDHCP method on a Windows XP SP2 computer and the network interface is unplugged, error 94 "Path, file, or object...
Peter Hoyer
06-27-2006 04:53 AM
Peter Hoyer Go to last post
0 70
hi,everybody I have a question about querying printer information of window system. This is a portion of the codes...
Crespo
06-26-2006 04:37 AM
Crespo Go to last post
0 59
Hi, I've a problem with the ManagementEventWatcher class, i'm unable to monitor the Security Log due to an Access Denied error. If I query the...
Stefano
06-16-2006 12:38 PM
aaron_t_t Go to last post
5 123
Exclamation
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmisdk/wmi/joindomainorworkgroup_method_in_class_win32_computersystem.asp I am...
simpleicon
06-16-2006 10:59 AM
simpleicon Go to last post
0 158
Post New Thread

Display Options
Showing threads 101 to 150 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.