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 to access/update network options ( gateway, tcp/ip address, proxy info, ....) TIA - Jeff.
Try : http://msdn2.microsoft.com/en-us/library/aa394554.aspx where you'll find all classes (not gave a close look but try Win32 classes such Win32_NetworkAdapterconfiguration). --- Patrice "Mufasa" a crit dans le message de news: es0d%237XuHHA.4504@TK2MSFTNGP05.phx.gbl... > 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 to access/update network options ( > gateway, tcp/ip address, proxy info, ....) > > TIA - Jeff. > >