dave wrote:
> I would like to generate a list of the items listed under the General
> Tab of Local Area connection Properties Or any connection for that
> matter. hi Dave,
If you have WMI (Windows Management Instrumentation) installed
you may find something there that you could use. For example,
take a look at the following classes:
- Win32_NetworkAdapter
- Win32_NetworkAdapterConfiguration
- Win32_NetworkAdapterSetting
- Win32_NetworkClient
- Win32_NetworkConnection
- Win32_NetworkLoginProfile
- Win32_NetworkProtocol
There may be others. You may also find some demo scripts
on the ms "Scripting Guys" website.
cheers, jw
____________________________________________________________
You got questions? WE GOT ANSWERS!!! ..(but, no guarantee
the answers will be applicable to the questions)