WMI GetStringValue not working (NIC Duplex Settings)
21 Apr 2006 07:19:23 -0700
Thank you in advance!
I have written some vb.net code to capture nic duplex settings (for the
q57w2k.inf driver settings, HP servers). It seems to go fine until I
call GetMethodParameters; then it says "Operation is not valid due to
the current state of the object". I realize my code is pretty kludgy,
but wha ...
|
WMI GetStringValue not working (NIC Duplex Settings)
21 Apr 2006 07:19:24 -0700
Thank you in advance!
I have written some vb.net code to capture nic duplex settings (for the
q57w2k.inf driver settings, HP servers). It seems to go fine until I
call GetMethodParameters; then it says "Operation is not valid due to
the current state of the object". I realize my code is pretty kludgy,
but wha ...
|
Can't find Reference for root\wmi\msndis_macoptions (NIC DUPLEX ETC)
19 Apr 2006 06:48:23 -0700
I can't find out how to decode the bitmask for MSndis_macoptions -
macoptions. It appears to be a bit mask, but I can't find any mention
of it on MSDN or google. Does anybody know how I can decipher the
meaning? It's supposed to be able to give me details such as nic duplex
settings and such.
Any help wou ...
|
Mob-ocracy and the Fall of the Republic
Mon, 17 Apr 2006 23:17:37 +0100
Are we fools? Or are we slaves? As in the film Gladiator, are we as a nation
going from free men to slaves? Would we restore the Republic? Are we even still
living in a Republic? Or a mob-ocracy? And where is our representation in
government? Frank concludes that We have gone from civilized law to "jungle law"
...
|
for sale: internetDotComs.com
Sun, 16 Apr 2006 15:32:11 +0200
domain for sale: internetdotcoms.com
http://www.afternic.com/name.php?id=11866440
...
|
Suppress Event DCOM 10009
11 Apr 2006 07:47:26 -0700
Hello,
if WMI is not able to connect to a remote computer, the .NET Framework
will write an Event DCOM 10009 to the event log and also return an
exception. In our application, it is quite frequent that a computer is
not reachable for a while, so all the 10009 events are for nothing and
just overfill the event ...
|
Enable Bandwidth throttling programmatically using WMI in C#
11 Apr 2006 02:07:22 -0700
Hi,
Does anybody has the script to add Bandwidth throttling and Website
Connections to a website on creation?
This is the code that i've been using to create the website.
thanks
using System;
using System.ComponentModel;
using System.Management;
using System.DirectoryServices;
using System.IO; ...
|
|
|
Hi, web2, New Internal Rls...
Mon, 10 Apr 2006 18:57:28 -0700
...
|
subdirectories not showing up and single quote problem
10 Apr 2006 14:48:15 -0700
C# and using System.Management;
I am running a query:
"ASSOCIATORS OF {Win32_Directory.Name='" + dir["Name"].ToString() + "'}
WHERE AssocClass = Win32_Subdirectory ResultRole = PartComponent"
and almost all sub directories show up but some don't. They are not
marked as hidden and I can browse them usin ...
|
c# WMI Provider - help needed
Mon, 10 Apr 2006 11:37:48 -0500
Hi
I have written a WMI Instance Provider[MyProvider] in C#.
I am publishing an instance of MyProvider from a windows service of our
own[MyService].
I have a couple of questions regarding the same.
I have to show some MyService specific information (which is dynamic) in the
published W ...
|