Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > VB Script

Vista - Local Area connection Properties

Reply
 
Old 04-07-2009   #1 (permalink)
dave


 
 

Local Area connection Properties

Hi,
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. I need to list things like 'Client for Microsoft Networks'and
'Internet protocol(TCP/IP)' really anything listed under "This
connection uses the following items:". I've done some research but have
not found anything that gives me all I need.I've done scripting but just
need to be pointed in the right direction on this one.
Thanks in Advance.
Dave

My System SpecsSystem Spec
Old 04-07-2009   #2 (permalink)
mr_unreliable


 
 

Re: Local Area connection Properties

dave wrote:
Quote:

> 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)

My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
local area connection Network & Sharing
Any "tweaks" for Local Area Connection Properties? Network & Sharing
Not responding when closing "Local Area Connection Properties" box Vista networking & sharing
Cannot access properties in "local area connection properties" win Vista networking & sharing
Cannot access teh Local Area Properties for A Lan Connection Vista networking & sharing


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46