DotNetNewsgroup.com  
web access to complete list of Microsoft.NET newsgroups
   home   |   control panel login   |   archive  |  
 
  carried group
academic
adonet
aspnet
aspnet.announcements
aspnet.buildingcontrols
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
assignment_manager
datatools
dotnet.distributed_apps
dotnet.general
dotnet.myservices
dotnet.nternationalization
dotnet.scripting
dotnet.security
dotnet.vjsharp
dotnet.vsa
dotnet.xml
dotnetfaqs
framework
framework.clr
framework.compactframework
framework.component_services
framework.controls
framework.databinding
framework.drawing
framework.enhancements
framework.interop
framework.odbcnet
framework.performance
framework.remoting
framework.sdk
framework.setup
framework.webservices
framework.windowsforms
framework.wmi
frwk.windowsforms.designtime
lang.csharp
lang.jscript
lang.vb
lang.vb.controls
lang.vb.data
lang.vb.upgrade
lang.vc
lang.vc.libraries
  
 
Current group : microsoft.public.dotnet.framework.wmi     333 threads
page nr.:



help me , wmi handle leak   (1 messages)   Date: Wed, 22 Aug 2007 22:21:48 +0800
hi, i use wmi class to get system information , but after application run long time i found process handle count increase very fast, and not decrease , then machine will become slowly. test envormentwin2000 serverSP4/ win2003 ...

HbaScsiId.OsDeviceName is null always   (1 messages)   Date: Tue, 14 Aug 2007 12:49:21 -0700
Hi I am using WMI HBA API classes to identify target node and port WWNs. I am suing HbaFcpInfo::GetFcpTargetMapping method This retreives an array of HbaFcpScriEntry objects and this object has an instance of HbaScsiId ...

wmic to backup eventlogs on remote computers   (1 messages)   Date: Sun, 12 Aug 2007 23:24:00 -0700
I am trying to make a batch file that will backup the event logs from several remote computers. I am trying to use wmic to do this. I can do it fine on the local machie but I can't get it to work for remote machines. This ...

Creating .Net provider with useful CIM metadata?   (1 messages)   Date: Tue, 31 Jul 2007 13:44:03 -0700
So as far as I can figure, creating a WMI provider in .Net has serious limitations in that you cannot add metadata to the properties you're exposing. By this I mean, for example, I might want a WMI property called "Status" ...

Trace route   (1 messages)   Date: Tue, 31 Jul 2007 10:32:10 -0700
Hi, I would like to query Win32_PingStatus to trace route an address. I already use the Win32_PingStatus for pinging an address. and I have the coding for it But I can not find any sample code for Trace Route. I thank you in advance. ...

Love Taboo Forum Now Open to the Public! 5% Off   (1 messages)   Date: Mon, 30 Jul 2007 17:40:47 -0700
Hi Folks, Is anyone sick of the junk bb's online? I found a new bb that is amazing to say the least. They have all kinds of adult topics that you can post to once you register. They give you all kinds of posting options ...

error invalid class 0x80041010 on Win32_PerfFormattedData_PerfProc_Process   (1 messages)   Date: Mon, 30 Jul 2007 18:59:02 -0500
I tried running the query from Csharp, wbemtest and vbscript but i allways get 'error invalid class 0x80041010' I tried the following solutions I found over the web but all seems not working: wmiadap /f winmgmt /clearadap I'm ...

Equivalent of FIleSystemObject in C#   (1 messages)   Date: Tue, 17 Jul 2007 12:27:10 +1000
I am try to convert the following routine into C# dim oFSO set oFSO = CreateObject("Scripting.FilesystemObject") dim sHomePath sHomePath = '\\server\c$\home\' dim oFolder Set oFolder = oFSO.CreateFolder(sHomePath ...

ManagementException accessing Win32_OperatingSystem.PAEEnabled   (3 messages)   Date: Tue, 10 Jul 2007 22:03:07 +0200
Hi All ! I just copied the sample from the SDK to enum the properties of the "Win32_OperatingSystem" class, but got the error in subject: Unhandled Exception: System.Management.ManagementException: Not found This ...

Great new Development community concept   (1 messages)   Date: Tue, 10 Jul 2007 01:12:28 -0000
I found this new site I am excited about http://www.spikesolutions.net. The concept, zip up your programming solutions and submit them to this site for free. Each time someone downloads your solution you get $1.00. The creators ...

Hot New Free Website for Singles!   (1 messages)   Date: Sat, 30 Jun 2007 11:02:29 -0700
Hi Singles, We have just opened a great site full of links that will help you find your mate, a friend or even a lover. Click away and have fun! Please tell your friends and family to visit us! http://www.datingbook ...

Eat Cookies and Loss Weight. See How   (1 messages)   Date: Sat, 30 Jun 2007 01:32:11 -0700
Hi Cookers, Welcome to our new website, cookersworld.com. We have expanded the content links to ad Summer Weight Loss Recipes. Lose weight eating cookies and more! Get into shape for the summer! We have easy to make ...

WMI Documentation   (2 messages)   Date: Thu, 28 Jun 2007 08:24:11 -0400
Is there somewhere where WMI is documentated? I've looked at the documentation in the MSDN and it talks about how to access the stuff but doesn't list what's available where in the WMI. I've specifically looking for this ...

Get disk and partition numbers for drive letter via WMI   (2 messages)   Date: Wed, 27 Jun 2007 22:52:43 -0700
If I query WMI for mounted drives of type 3 (physical hard drives) and end up with a letter (like D:), how can I use WMI to get the correct corresponding partition and drive values for drive D:\ ? Is it possible to even ...

GetFCPTargetMapping - multiple LUs mapped from multiple storage sub-systems   (3 messages)   Date: Wed, 27 Jun 2007 06:59:58 -0700
I'm attempting to use GetFCPTargetMapping (http://msdn2.microsoft.com/ en-us/library/ms806849.aspx) against an HBA which can see multiple LUs from multiple sub-systems. I had expected that all LUs regardless of the sub-system ...

Diabetic Recipes and More...   (1 messages)   Date: Sun, 24 Jun 2007 01:26:55 -0700
Hi Cookers, Welcome to our new website, cookersworld.com. We have expanded the content links to ad Mr. Emeril Lagasse's fine recipes along with recipes for diabetic's. The website is full of great links from our partners ...

How to query to look for the creation of a .xls file?   (2 messages)   Date: Wed, 20 Jun 2007 09:21:41 -0700
Need a sample query for example that can watch for the origination of just a .XLS file in WMI. So far I've come up with this (note, not entirely my work, cobbled together from websites as I'm still new to WMI). SELECT ...

New China Sex Hotline!   (1 messages)   Date: Tue, 19 Jun 2007 06:18:51 -0700
free to listen live.. +86 13925265554 ...

New China Sex Hotline!   (1 messages)   Date: Tue, 19 Jun 2007 06:18:50 -0700
free to listen live.. +86 13925265554 ...

Problems with LIKE clauses on WMI queries to MicrosoftExchangev2   (2 messages)   Date: Mon, 18 Jun 2007 10:24:00 -0700
I'm having trouble specifying a WHERE or LIKE clause on my WMI query to the MicrosoftExchangev2 namespace. This works OK Select * From Exchange_Mailbox Where MailboxDisplayName='MyAlias' This returns no data: Select ...


page nr.:
Google
 
Web dotnetnewsgroup.com


COPYRIGHT ?2005, EUROFRONT WORLDWIDE LTD., ALL RIGHT RESERVE  |   Contact us