Discussion:
Example for Enable()/Disable() method of Win32_NetworAdapters clas
(too old to reply)
_bob9
2007-07-19 12:42:01 UTC
Permalink
Does anyone know of any example code on using the Enable()/Disable() method
of Win32_NetworkAdapters class ?

In fact is it even supported at all?

Thanks

- Bob
Urpiano Cedazo
2007-07-31 08:50:39 UTC
Permalink
Those methods are only supported on Windows Server 2003/Windows Vista:

Enable Method of the Win32_NetworkAdapter Class
http://msdn2.microsoft.com/en-us/library/Aa390385.aspx

Disable Method of the Win32_NetworkAdapter Class
http://msdn2.microsoft.com/en-us/library/Aa390364.aspx
--
Un saludo
Urpiano Cedazo
Post by _bob9
Does anyone know of any example code on using the Enable()/Disable() method
of Win32_NetworkAdapters class ?
In fact is it even supported at all?
Thanks
- Bob
HT
2007-10-18 05:20:02 UTC
Permalink
I also failed to get this run on my Win2K3 SP1 machine.

The documentation lacks of pre-requisite information.
Post by Urpiano Cedazo
Enable Method of the Win32_NetworkAdapter Class
http://msdn2.microsoft.com/en-us/library/Aa390385.aspx
Disable Method of the Win32_NetworkAdapter Class
http://msdn2.microsoft.com/en-us/library/Aa390364.aspx
--
Un saludo
Urpiano Cedazo
Post by _bob9
Does anyone know of any example code on using the Enable()/Disable() method
of Win32_NetworkAdapters class ?
In fact is it even supported at all?
Thanks
- Bob
Loading...