Author: NetworkAdminKB.com

Created: 2010-07-21

Modified: 2010-07-28

 

Version: 1.5.22

The IP Information utility can be used to do all of the following on Windows XP/Vista/Win7/200x operating systems.

 

1)      Retrieve IPConfig type configuration information from local and remote computers.

a.       The user must the appropriate permissions on the local or remote computers.

b.      Administrator rights are recommended.

2)      Retrieve other more specific configuration information not shown by IPConfig.

a.       Examples include the following

                                                               i.      TCPIP Netbios Options

                                                             ii.      TCPIP MTU

                                                            iii.      TCP Window Size

                                                           iv.      TCP 1323 Opts

                                                             v.      TCP Sack Opts

                                                           vi.      Scalable Networking Options

                                                          vii.      Many others additional settings are available as well.

3)      Can retrieve IP configuration information from a list of computers.

a.       This is a great way to check for consistent settings across multiple computers easily.

 

Requirements and Limitations

1)      Permissions required

a.       Local Administrators permissions are usually required.

2)      WMI is used to collect the IP information.

a.       WMI permissions will be required.

b.      Cimv2 and StdRegProv WIM providers are used.

c.       Non-responsive and unavailable computers will take 2-3 minutes for the connection to fail.  This is a limitation of WMI.

3)      Windows 2000 and earlier (NT4 with WMI installed) may display their information slightly differently.

4)      VB6 Runtime may be required on Windows 2000 or earlier OS.

 

Syntax:

IPInfo [/c=computer | /i=filename]

 

Purpose:    To display active Network Adapter Configuration Information.

Specify either an individual computer or a file containing multiple computers.

 

Options:

/c=computer   A computer name or ip address

/i=filename   A file of multiple computers or ip addresses.

If neither /c or /i is specified then the local computer is assumed.

 

Exmamples:

  IPInfo

  IPInfo /c=server1

  IPInfo /i=Servers.txt

 

 

 

Example Output of IPInfo

Author: NetworkAdminKB.com

Version: 1.5.22

Copyright (c) 2008-2010 NetworkAdminKB.com, All rights reserved.

Bug Report: bugs@networkadminkb.com

Purpose: IP Information utility for local and remote computers.

 

Windows IP Configuration

 

        Host Name . . . . . . . . . . . . : Computer1

        Primary DNS Suffix  . . . . . . . : mydomain.com

        Node Type . . . . . . . . . . . . : Broadcast

        IP Routing Enabled. . . . . . . . : False

        WINS Proxy Enabled. . . . . . . . : False

        DNS Suffix Search List. . . . . . : mydomain.com, myotherdomain.com

 

Other Global Settings

        Primary DNS Registration Enabled. : True

        Primary DNS In Sync With Domain . : True

        DNS Append Parent Enabled . . . . : True

        Query DNS for NetBIOS Names . . . : False

        WINS Scope ID . . . . . . . . . . :

        WINS Enable LMHosts Lookup. . . . : True

        WINS Host Lookup File . . . . . . : Null

        TCPIP Netbios Options . . . . . . : EnableNetbiosViaDhcp

        TCPIP MTU . . . . . . . . . . . . : Default

        TCP Window Size . . . . . . . . . : Scale = 2, Size = 64512

        TCP 1323 Opts . . . . . . . . . . : Windows Scale Enabled

        TCP Sack Opts . . . . . . . . . . : True

        Autoconfiguration Enabled . . . . : True

 

Scalable Networking Options

        SNP XP\2003 Installed . . . . . . : False

 

Ethernet adapter [00000013] Nortel IPSECSHM Adapter

 

        Connection-specific DNS Suffix  . : Null

        Connection-specific DNS Registrtn : False

        Description . . . . . . . . . . . : Nortel IPSECSHM Adapter

        Physical Address. . . . . . . . . : 14:15:23:24:32:30

        Dhcp Enabled. . . . . . . . . . . : False

        Autoconfiguration Enabled . . . . : False

        Media State . . . . . . . . . . . : Media disconnected

 

Ethernet adapter Wireless Network Connection

 

        Connection-specific DNS Suffix  . : mygateway.net

        Connection-specific DNS Registrtn : False

        Description . . . . . . . . . . . : Intel(R) PRO/Wireless

        Physical Address. . . . . . . . . : 00:1C:2F:3B:46:5C

        Dhcp Enabled. . . . . . . . . . . : True

        Autoconfiguration Enabled . . . . : True

        IP Address. . . . . . . . . . . . : 192.168.2.17

        Subnet Mask . . . . . . . . . . . : 255.255.255.0

        Default Gateway . . . . . . . . . : 192.168.2.254

        DHCP Server . . . . . . . . . . . : 192.168.2.254

        DNS Servers . . . . . . . . . . . : 192.168.2.254

        Primary WINS Server . . . . . . . : Null

        Secondary WINS Server . . . . . . : Null

        TCPIP MTU . . . . . . . . . . . . : Default

        TCP Window Size . . . . . . . . . : Scale = 0, Size = 0

        Lease Obtained. . . . . . . . . . : 7/21/2010 8:06:36 PM

        Lease Expires . . . . . . . . . . : 7/22/2010 8:06:36 PM

 

Ethernet adapter Local Area Connection 2

 

        Connection-specific DNS Suffix. . : myotherdomain.com

        Connection-specific DNS Registrtn : False

        Description . . . . . . . . . . . : Broadcom NetLink Gigabit Ethernet

        Physical Address. . . . . . . . . : 00:1A:2B:36:48:56

        Dhcp Enabled. . . . . . . . . . . : True

        Autoconfiguration Enabled . . . . : True

        Media State . . . . . . . . . . . : Media disconnected

 

Special Notes:

1)      WINS Servers:

a.       Windows 2000 will return 127.0.0.0 if no WINS Servers are specified.

2)      Disconnected Media

a.       Windows 2000 does not properly detect disconnected media, so one of the following messages may be returned.

                                                               i.      IP Disabled

                                                             ii.      No IP Address Assigned

 

What settings correspond to the output?

Primary DNS Registration Enabled. : Win32_NetworkAdapterConfiguration.FullDNSRegistration

Primary DNS In Sync With Domain . : Computer Properties, Computer Name Tab, Change Button, More Button

DNS Append Parent Enabled . . . . : TCP/IP Properties, DNS Tab

Query DNS for NetBIOS Names . . . : Win32_NetworkAdapterConfiguration.DNSEnabledForWINSResolution

WINS Scope ID . . . . . . . . . . : Win32_NetworkAdapterConfiguration.WINSScopeID

WINS Enable LMHosts Lookup. . . . : TCP/IP Properties, WINS Tab

WINS Host Lookup File . . . . . . : Win32_NetworkAdapterConfiguration.WINSHostLookupFile

TCPIP Netbios Options . . . . . . : TCP/IP Properties, WINS Tab

TCPIP MTU . . . . . . . . . . . . : HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\MTU

TCP Window Size . . . . . . . . . : HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\TCPWindowSize

TCP 1323 Opts . . . . . . . . . . : HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\TCP1323Opts

TCP Sack Opts . . . . . . . . . . : HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\TCPSackOpts

Auto configuration Enabled. . . . : HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\IPAutoconfigurationEnabled

 

Download IPInfo

Article ID: 269, Created On: 9/18/2011, Modified: 9/18/2011