Odcl_IPconfig

(From ODCL_LM file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > PC System >

Odcl_IPconfig

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_IPconfig

This function will capture the IPconfig command information

Return Values

List of IPconfig result.

ex:

("Windows IP Configuration" "Wireless LAN adapter Local Area Connection* 12:" "   Media State . . . . . . . . . . . : Media disconnected" "   Connection-specific DNS Suffix  . : " "Ethernet adapter Bluetooth Network Connection:" "   Media State . . . . . . . . . . . : Media disconnected" "   Connection-specific DNS Suffix  . : " "Ethernet adapter Ethernet:" "   Connection-specific DNS Suffix  . : " "   Link-local IPv6 Address . . . . . : fe40::6c8a:41e:82e7:ad41%13" "   IPv4 Address. . . . . . . . . . . : 192.153.1.110" "   Subnet Mask . . . . . . . . . . . : 255.255.255.0" "   Default Gateway . . . . . . . . . : 192.168.1.1" "Wireless LAN adapter Wi-Fi:" "   Media State . . . . . . . . . . . : Media disconnected" "   Connection-specific DNS Suffix  . : " "Ethernet adapter VMware Network Adapter VMnet1:" "   Connection-specific DNS Suffix  . : " "   Link-local IPv6 Address . . . . . : fe80::33ef:cd2d:7bf2:8b01%22" "   IPv4 Address. . . . . . . . . . . : 192.177.201.1" "   Subnet Mask . . . . . . . . . . . : 255.255.255.0" "   Default Gateway . . . . . . . . . : " "Ethernet adapter VMware Network Adapter VMnet8:" "   Connection-specific DNS Suffix  . : " "   Link-local IPv6 Address . . . . . : ff70::8cff:9462:a697:2b3f%25" "   IPv4 Address. . . . . . . . . . . : 192.155.103.1" "   Subnet Mask . . . . . . . . . . . : 255.255.255.0" "   Default Gateway . . . . . . . . . : " "Ethernet adapter VirtualBox Host-Only Network:" "   Connection-specific DNS Suffix  . : " "   Link-local IPv6 Address . . . . . : ff80::1c70:6c00:c1d1:1019%27" "   IPv4 Address. . . . . . . . . . . : 192.168.56.1" "   Subnet Mask . . . . . . . . . . . : 255.255.255.0" "   Default Gateway . . . . . . . . . : " "Tunnel adapter isatap.{7D4DFB36-C0C6-8647-5655-69EA784DFC80}:" "   Media State . . . . . . . . . . . : Media disconnected" "   Connection-specific DNS Suffix  . : " "Tunnel adapter Local Area Connection* 13:" "   Media State . . . . . . . . . . . : Media disconnected" "   Connection-specific DNS Suffix  . : " "Tunnel adapter Teredo Tunneling Pseudo-Interface:" "   Media State . . . . . . . . . . . : Media disconnected" "   Connection-specific DNS Suffix  . : " "Tunnel adapter isatap.{276B122F-73DA-4334-BTA81-4B8F662BED5}:" "   Media State . . . . . . . . . . . : Media disconnected" " Connection-specific DNS Suffix  . : " "Tunnel adapter isatap.{0DHE724F-FFE6-442F-8NEB-F5EE64EJ712A}:" "   Media State . . . . . . . . . . . : Media disconnected" "   Connection-specific DNS Suffix  . : " "Tunnel adapter isatap.{AD010C71-4C1F-4653-44B8-B944988FE7CB}:" "   Media State . . . . . . . . . . . : Media disconnected" "   Connection-specific DNS Suffix  . : ")

 

AutoLisp Syntax:

(Odcl_IPconfig)