Apr 18

When you need to get ip address information from a windows machine, the quickest way is to use the ipconfig command from a command prompt. Go to start, then run and type

cmd

then run

ipconfig /all

will give you most of the information you’ll need to figure out how the network stack is configured on a windows machine including the hostname, IP, dns servers, netmask, etc.

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.