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     
Hi all, How can I get the localhosts addresses in .net? I saw a GetLocalhostAddresses in fw2.0 but it gave me only ipv4 addresses only (ipv6 enabled...
Quake
01-18-2005 06:09 AM
Quake Go to last post
0 32
Hi, is it possible to set specific WLAN Connection Settings? I want to add and configure a preffered network programmatically. Hope for...
Fabian
01-17-2005 02:48 AM
Fabian Go to last post
0 40
Hi, I wrote a NT service in C# which listenes for NT event logs. Service can be started manually successfully. But when macine restarted, at startup...
atx
01-14-2005 05:51 PM
atx Go to last post
0 38
Does anyone know how to get information on sockets created by either the ..NET TCPHelper classes or the Socket class via WMI? I'm trying to monitor...
Ron Lemire
01-14-2005 02:58 PM
Ron Lemire Go to last post
0 31
Hi Everybody, I am looking to write an ASP.net Application to manage my DNS Server and IIS Can someone reccomend where to start. Any good books or...
Michael S. Kolias
01-14-2005 11:03 AM
Michael S. Kolias Go to last post
0 37
I need to create an IIsWebDirectory entry in the metabase at W3SVC/1234/Root/foo. This can be done in ADSI using the following VBScript: Set objFoo...
Mark A. Richman
01-14-2005 10:03 AM
Mark A. Richman Go to last post
0 41
I created a simple method that lets me set a property to a specific value. The main code looks like this: ManagementObject info = new...
Peter Steele
01-13-2005 01:11 PM
Peter Steele Go to last post
4 33
I have some C# code which calls the BackupEventLog method. When I run this code against REMOTE computers the code runs successfully. When I attempt...
Dennis Redfield
01-13-2005 12:12 PM
Dennis Redfield Go to last post
0 48
Hi ! If i make an connect to an machine over WMI which is within my domain, the connection is established correctly. But if i try to connect to an...
Christoph Duesmann
01-13-2005 10:11 AM
Walter Go to last post
2 39
G'Day all, I can successfully ping an ip address (eg: 123.23.43.57) and weather or not it is available, my code returns the required...
AT
01-13-2005 07:13 AM
AT Go to last post
2 35
using Win2000 SP4, .NET 1.1 SP1. Inside my program, I run the following WMI query using ManagementEventWatcher.Start: "select * from...
Urs Eichmann
01-12-2005 04:36 PM
Willy Denoyette [MVP] Go to last post
2 41
I'm doing something like this: ConnectionOptions co = new ConnectionOptions.... ManagementScope ms =...
AT
01-11-2005 07:06 PM
AT Go to last post
0 51
Hi All, We are trying to build performance counters using WMI to publish custom performance data from our .NET web service and we want...
AT
01-11-2005 02:09 AM
AT Go to last post
2 45
Could someone point me to an example on how to do this? I have found examples on temporary event subscription which uses the ManagementEventWatcher...
PolyPerfGrp
01-10-2005 04:35 PM
PolyPerfGrp Go to last post
0 42
I can't connect to WMI on remote boxes: I get an RPC Server not available message. On our network, every box has it's own firewall. I believe...
Christopher Carnahan
01-09-2005 07:36 PM
Peter Falz Go to last post
1 28
I've worked with Win32_LogicalFileSecuritySetting on numerous occasions before this and have never had a problem with it until now. I'm...
news.microsoft.com
01-07-2005 01:04 PM
news.microsoft.com Go to last post
2 39
Hi, I've tried to create a VB.Net program to monitor Process Creation Events. I've created the Management Event on the local machine using the...
John S
01-07-2005 03:53 AM
John S Go to last post
0 46
Hi, I am writing a console application using WMI with C# . Development is for Windows XP machine. One of the methods requires to reboot the...
Manoj Nair
01-06-2005 07:51 AM
Willy Denoyette [MVP] Go to last post
3 50
Hi All, I am having a small problem with invoking the Rename Method of the Win32_Computersystem class. It does not return an error (ReturnValue=0),...
Jose Valle
01-05-2005 04:22 PM
Jose Valle Go to last post
2 44
Hi, I am publishing performance counters from my application using the PerformanceCounterCategory class with a category name of MyCategory. The...
AT
01-05-2005 10:16 AM
AT Go to last post
0 40
Any way to allow the form that is running the scope.connect to be updated. I run the checks on dozens of machines and the forms stay locked the...
Microsoft
01-04-2005 03:30 AM
Microsoft Go to last post
0 31
I'm having a slight problem getting the hard drive size on a Windows 2003 Server system and I could really use some help trying to figure out...
dln
12-28-2004 05:42 PM
Willy Denoyette [MVP] Go to last post
9 52
Hi there, Can anybody tell me if WMI can perform enabling and disabling of network adapters...? If so, please provide more info or...
Bob
12-27-2004 11:53 PM
Mark Neustadt Go to last post
1 45
Hi there, I have really troubles to get the size of a mailbox as well to get the items. Last but not least I need to count all mailboxes within a...
Timo
12-27-2004 04:11 AM
Timo Go to last post
11 72
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
12-22-2004 06:52 PM
Justin Derry via .NET 247 Go to last post
0 40
The IPEnabled property of NetworkAdapterConfiguration (or even the IPAddres) could also help. i have written i small tool "ifconfig" to configure...
Dominick Baier
12-15-2004 04:51 PM
Dominick Baier Go to last post
0 49
Hello, I'm trying to get, in a programaticaly way, the MAC from my PC. I've tried using Win32_NetworkAdapter, but it returns me a list of many MAC's...
Eugenia
12-15-2004 12:16 PM
Peter Falz Go to last post
1 46
hello when using ManagementScope oMs = new ManagementScope("\\\\" + servername + "\\root\\MicrosoftExchangeV2") I can get the info of all the...
AT
12-15-2004 08:32 AM
AT Go to last post
0 52
hello when using ManagementScope oMs = new ManagementScope("\\\\" + servername + "\\root\\MicrosoftExchangeV2") I can get the info of all the...
AT
12-15-2004 08:31 AM
AT Go to last post
0 33
I am having heaps of trouble with this. All I want to do is be able to access WMI on remote machines via ASP.NET pages. I don't want to...
Daz
12-14-2004 11:11 PM
Dazz Go to last post
2 58
Hi, I need to discover all the LUNs mapped to different volumes/drives on windows platform using WMI. For this MSDN documentation shows...
AT
12-09-2004 05:15 AM
AT Go to last post
0 52
When I use this code: pcQueryName = strPCName & ".corp.jabil.org" strQuery = "SELECT * FROM MicrosoftDNS_AType WHERE OwnerName = " & Chr(34) &...
goverg
12-08-2004 09:23 PM
goverg Go to last post
0 35
Hi all, sorry for my bad englisch.I have questation about wMI and SNMP . I want trap non-enterpise SNMP trap. I am create mof file :¨ #pragma...
AT
12-08-2004 04:03 PM
AT Go to last post
0 41
H I an new to WMI and I am basically a C# programmer Can any one refer a good book for WMI ( with C# examples Regard subramonian --- Posted using...
Subramonian
12-08-2004 12:50 AM
Subramonian Go to last post
0 46
In performing a test of WMI's CreateNewSite function, I notice that the speed with which this method completes diminishes proportional to the size of...
Mark A. Richman
12-07-2004 07:54 PM
Willy Denoyette [MVP] Go to last post
5 50
Hi, I need to run a vb.net or aspx.net file every 10 seconds. The Task Scheduler in Windows 2003 Server can only do it every 1 minute at the...
Steve Jacobs
12-07-2004 02:28 AM
Stefan Falz [MVP] Go to last post
1 36
I want when pc access the website a WMI script can run on the client PC and return the result to the server. Is it possible?If it is how?
Standist
12-06-2004 07:22 PM
Standist Go to last post
2 34
ok friends, my question is this: i've implemented in my software, a DC discovery process, that's discover every DC (through simple ldap query),...
Omer maydan
12-06-2004 06:39 AM
Willy Denoyette [MVP] Go to last post
4 28
Is there a way of forwarding wmi events from Win2000/2003 servers with WMI. I noticed WinXP has the MSFT_ForwardingConsumer, but this is only for...
Shayne Smyth
12-05-2004 09:22 PM
Shayne Smyth Go to last post
0 39
Hi, I need to add 'Microsoft WMI scripting v1.2 library' to my VB application. Currently I have v1.1, where can I find v1.2? Thanks in advance, Leila
Leila
12-05-2004 08:00 PM
Peter Falz Go to last post
1 36
In asp.net with vb.net,I using WMI to get the harddisk information,but there is some problem.It can't get from some pc,but some other it works...
Standist
12-04-2004 10:05 PM
standist Go to last post
8 47
I have two PCs which are hooked via a fiber channel Host Bus Adaptor (HBA) card to a shared SCSI disk. I need to ask two questions: 1. Do the PCs...
Peter Steele
12-04-2004 04:29 PM
Manfred Braun Go to last post
2 77
Having issues getting any remote events working. I have tried numerous example code and all of them are getting Access Denied. Can someone provide a...
msnews.microsoft.com
12-03-2004 08:11 PM
Shayne Smyth Go to last post
1 41
Hi I need to find out if any disk or controller has write cache enabled or not. How to find it using WMI? Which classes do I need to use? I looked...
Rabindra Das
12-03-2004 12:21 PM
Rabindra Das Go to last post
0 44
Folks, For those of you using WMI today or just knowing a bit about it, please participate to the survey and spread the word about it! Survey life...
Alain Lissoir
12-02-2004 01:51 PM
Alain Lissoir Go to last post
0 45
Hi, I have a service, running as system, which looks out for new created files. After a new file is created the service tries to set the...
AT
12-01-2004 04:29 PM
Fabian Go to last post
8 33
Hello Ramakant, Does the component depend on any other COM object and other machines don't have it?
Hayato Iriumi
11-30-2004 02:15 AM
Ramakant Go to last post
1 33
To All: I'm having difficulty getting the syntax correct for VB.NET to produce a listing of all software applications on a remote PC listed in the...
Alan King
11-29-2004 07:48 PM
Peter Falz Go to last post
1 35
How do i query the DNS server for Root Hints by using WMI. Please Help
Letche
11-29-2004 07:34 PM
Peter Falz Go to last post
1 33
Hi, I am using Web Matrix Project as .NET programming environment. Can you show me detailed steps how to import the .ocx library into the Web...
Jason Robertson
11-29-2004 05:36 AM
Jason Robertson Go to last post
0 34
Post New Thread

Display Options
Showing threads 501 to 550 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.