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     
I've coded a Windows Service witch monitoring the creation of interactive session. The program should perform a number of task at the creation time...
Frédéric Caplet
06-08-2006 03:37 PM
Frédéric Caplet Go to last post
1 84
Hi, We are retrieving event log events using WMI on a Windows 2000 system. All works correct despite of the comparison on category field. When we...
TANGO
06-08-2006 11:50 AM
TANGO Go to last post
0 57
Hi All, I am just wondering! My code is in C# and similar to the following: ManagementClass mc = new...
mabra
06-05-2006 07:04 PM
mabra Go to last post
4 81
Hello All, I am into WMI scripting for SMS. I need to automate SMS configuration like enabling discovery methods,client agents. For that I need to...
scriptersatej
05-25-2006 08:30 AM
scriptersatej Go to last post
0 130
I need the details provided by the networkloginprofile, but when i run this in vb.net I get an error message and I am unsure as to why...
Tlink
05-22-2006 11:11 PM
Tlink Go to last post
1 63
Hello! I tried to get the Associated parent of an object. My problem is this one: I have the Win32_LogonSession instance. I want to get the account...
Cédric
05-22-2006 06:06 AM
Willy Denoyette [MVP] Go to last post
3 103
Hi I have written a WMI Provider in C#. I am publishing an instance of MyProvider from a windows service of our own. I have to show some...
p a
05-18-2006 11:54 AM
p a Go to last post
0 77
Hi all, how I create user in Active directory with WMI ? thank you marek
Marek Grolms
05-17-2006 04:59 PM
Marek Grolms Go to last post
0 69
Hello, "A specified logon session does not exist. It may already have been terminated." - this is a message in a...
Jan Waga
04-05-2006 05:25 AM
Jan Waga Go to last post
0 80
Hello All, I needed feedback on the following tool called "WMI scribes". What it does? WMI scribes is a tool which is similiar to wbemtest. It...
scriptersatej
04-04-2006 04:06 AM
scriptersatej Go to last post
0 79
Hi, I am trying to fire an event when a certain process starts, but can't get the event to fire. Would appreciate if someone could validate the code...
Niclas
03-29-2006 03:06 PM
hq Go to last post
1 76
Hi, I am monitoring a machine for inserted USB devices using WMI. The code below shows how I am setting up the WQL query and the...
Chris Lewis
03-29-2006 06:46 AM
Chris Lewis Go to last post
1 81
I'm getting a strange error when trying to subscribe to the __instancedeletionevent on a remote machine. After impersonating an admin, i can start...
hq
03-29-2006 05:50 AM
hq Go to last post
0 66
Hi, All! I wrote an XP (extended stored procedure to run under MSSQL) to remote execute and trying virtually simultaneously start application...
Anatoli Dontsov
03-28-2006 10:59 AM
Willy Denoyette [MVP] Go to last post
3 80
Hello! I'm working on an application (a windows service) which should be able to detect, if a network cable is plugged/unplugged. I know that there...
Markus Eßmayr
03-28-2006 07:26 AM
Markus Eßmayr Go to last post
4 84
Hi, I see that in order to get the latest values from a WMI provider instance you need to create an instance each time. Is there a better way...
Andrew K
03-27-2006 03:29 PM
Andrew K Go to last post
0 70
Hi, I have a weird behaviour connecting a ManagementObject to a instance of WMI Provider. (the WMI Provider is also implemented by me in C#) If i...
A.N.
03-27-2006 10:55 AM
A.N. Go to last post
0 48
Hi, I use Process.Start() to execute a batch, the output is displayed in a DOS window. How can I get the output to be displayed in my listbox...
Lynn
03-27-2006 09:29 AM
Vadym Stetsyak Go to last post
1 83
Hi All, I have a .NET 2.0 Windows Forms application which makes a WMI call. It should run under computer's local account. The problem is I...
AT
03-24-2006 08:50 PM
AT Go to last post
0 70
Where can I find information on how to develop a complete WMI provider in managed (C#) code? All of the references I can find described unmanaged...
Ken Allen
03-24-2006 10:24 AM
Marc Sherman Go to last post
1 61
Hello, I've read that an un-managed provider dll will be loaded into the Winmgmt.exe process or the Wmiprvse.exe process (depending on the OS)....
Marc Sherman
03-24-2006 10:19 AM
Marc Sherman Go to last post
0 46
Hi all, I have an EXE file which is stored in the a local machine , I want to add this exe into the schedule task (C# program) and which has to...
sajin
03-21-2006 11:03 AM
Phil Wilson Go to last post
1 83
Hi all, I need to obtain information from remote systems which are on a common network. I can do this using WMI but the problem is that the...
AT
03-21-2006 09:59 AM
Scott McNairy \(MVP\) Go to last post
1 64
Hello All: This is crossposted to 2 WMI groups as they subject matter is relevant to their focus. I apologize in advance if it offends anyone. This...
vbnetdev
03-17-2006 09:47 PM
Scott Go to last post
1 118
I've been trying to get my WMI query to work with the LIKE operator in the WHERE statement but it crashes every time I try to loop through...
AT
03-17-2006 06:18 PM
AT Go to last post
0 67
In the following code, I am trying to join a workstation to a domain. I have done this in the past without any problems, but today...
jdkc4d
03-15-2006 11:08 AM
Scott McNairy \(MVP\) Go to last post
1 79
This may be easiest to explain with an example (it's in asp.net, but shouldn't matter for what I'm looking for) Take the following: Dim objOS As...
Greg Ramsey
03-14-2006 09:12 AM
Greg Ramsey Go to last post
0 61
Hi, If i start a process using System.Diagnostics.Process.Start(myprog.exe, myattributes) is it possible to display a running process bar instead of...
Lynn
03-12-2006 02:22 AM
Lynn Go to last post
0 47
Hi, I want to create a WMI provider in C# and I want to specify the InstanceName such that I can differentiate between instances within MOM for...
Andrew K
03-09-2006 01:23 PM
Andrew K Go to last post
0 53
Hi, does anyone have the code to launch a process on a remote system using a different username and password? thanks
Lynn
03-08-2006 02:13 PM
Scott McNairy \(MVP\) Go to last post
2 68
Hi, I see that you cannot have provider properties in managed code. Is there any way to still use the managed instrumentation but also...
A.N.
03-08-2006 12:08 PM
A.N. Go to last post
0 43
I'm using the following code to get a list of all network connections: string MachineName = "MyMachineName" // have also tried IP address of local...
DavidE
03-07-2006 12:40 PM
Scott McNairy \(MVP\) Go to last post
1 58
Can SQL Express (2005) be installed to be case sensitive? Or is this one of the features that is missing from the Express version? -ken
Ken Allen
03-07-2006 12:06 PM
Scott McNairy \(MVP\) Go to last post
1 54
Hello Guys, Iam newbie in the scripting. I have designed a script that remotely reboots the computers in a domain or in an OU. It works fine at my...
scriptersatej
03-07-2006 12:04 PM
Scott McNairy \(MVP\) Go to last post
1 61
I am attempting to use the following code to locate the specific WMI record (Win32_Volume) for a specific volume, which may not have a drive letter...
Ken Allen
03-07-2006 11:22 AM
Scott McNairy \(MVP\) Go to last post
1 70
hi, I am using Win32_Process to launch a batch file on a remote computer. How can I know that the batch file has finished executing? thanks
Lynn
03-07-2006 10:35 AM
Scott McNairy \(MVP\) Go to last post
1 86
I am looking to enumerate all share permissions to all shares and share subdirectories on a computer. Does anybody have a clue on how to do this? I...
AT
03-07-2006 07:21 AM
AT Go to last post
0 91
Hi, anybody has the code to execute a program such as notepad.exe on a remote windows 2000/XP computer? thanks
Lynn
03-06-2006 09:41 AM
Willy Denoyette [MVP] Go to last post
6 153
I'm using wbemtest to confirm WMI connectivity between 2 2003 servers in the same domain. I type the server \\servername\root\default in the...
mufka
03-06-2006 09:09 AM
mufka Go to last post
2 73
Hi, Using the SNMP WMI provider, I use New WqlEventQuery("SnmpNotification") to receive SNMP traps. This works fine so far. However, I would like to...
Urs Eichmann
03-06-2006 05:39 AM
Urs Eichmann Go to last post
0 55
I cannot seem to find how to list users/groups and their permissions on all shares on a given computer using C#. Can anybody help out? I can list...
AT
03-02-2006 04:59 PM
AT Go to last post
0 85
I have looked at some of the technologies like WSUS and SMS trying to find an easy way to distribute windows updates. Because of our management...
jdkc4d
03-02-2006 10:23 AM
Scott McNairy \(MVP\) Go to last post
1 50
Hi, I am trying to use the syntax COUNT(*) to get the row count of WMI tables. But When I use COUNT(*) in the query and pass it as parameter to...
AT
03-02-2006 10:19 AM
Scott McNairy \(MVP\) Go to last post
1 46
how can i get the Premission infos about a sharing Folder with WMI ? Thank you Saleh Matani
Saleh Matani
03-02-2006 06:21 AM
Saleh Matani Go to last post
0 60
I am trying to create a new network connection (i.e. Control Panel - Network Connections) from a c# console app and I cannot see how to do it. ...
AT
03-01-2006 02:21 AM
AT Go to last post
4 61
Can any one please help me? I'm executing the following code to get all the disk partitions on a remote machine. Query is successful but, it is...
VeraPrasad
02-27-2006 12:40 AM
VeraPrasad Go to last post
4 67
This code does not work. I would appreciate any suggestions. I have to specify a domain name that is not even in its container otherwise it...
vbnetdev
02-26-2006 11:54 PM
vbnetdev Go to last post
2 51
Hi, I am wondering if there is a way for me to find out the metadata of the columns specified in SELECT statement for WMI. For example, I want...
AT
02-23-2006 03:52 PM
AT Go to last post
0 45
I am having some difficulty using WMI from a C# application to extract certain information. I have a system that has one disk that is partitioned...
Ken Allen
02-21-2006 03:30 PM
Ken Allen Go to last post
0 43
After installing Instrumentation in EL2, I switched on instrumentation by setting PerformanceCountersEnabled to true via the Exterprise...
Codex Twin
02-21-2006 02:12 PM
Codex Twin Go to last post
0 39
Post New Thread

Display Options
Showing threads 151 to 200 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.