How to use netsh interface command to determine all of or one of your interface IP address quickly

Subscribers:
613
Published on ● Video Link: https://www.youtube.com/watch?v=x8SvpO9N380



Category:
Guide
Duration: 6:29
808 views
1


Hello welcome to this video, in this video we will learn how to use netsh interface ipv4 subcommand to determine the IP address of all your interfaces or one of your interface or a.k.a of a specific interface.

This is good for network administrator to locate the IP address very quick, instead of ipconfig, scroll to up, ipconfig scroll to up or using GUI: control panel and then Network and Sharing center.

You know we can easily do this using, as the most people does: ipconfig or ipconfig /all command, but it takes longer time because you need to scroll up the command's output until you found the section of the interface that you want to look. Especially, when you are troubleshooting your laptop.

Alternatively, you can look for all interfaces IP addresses using command: netsh interface ipv4 show config.

And, using netsh interface ipv4 show config name="the interface name" you can easily locate or acquired the information specific to an interface than using the ipconfig or ipconfig /all.

Before using netsh interface ipv4 show config name="the interface name",
you need to know the interface name or a.k.a alias for your interface. You can do this using command: netsh interface show interface. So, basically this is your first command before using netsh interface ipv4 show config.

I hope this video useful for you, and don't forget to subscribe, like or comment down below.




Other Videos By Computertechlighthouse


2020-03-09Cisco Packet Tracer Activity 5.5.1 Explaination Part 1
2020-03-09Cisco Packet Tracer Activity 5.5.1 Explaination Part 2
2020-03-08Cisco Packet Tracer LAB 5.5.2: Router Segment Broadcast Domains
2020-03-05FOR /F can't use multiple commands and how to solve it
2020-03-04How to ping a range of IP addresses using Windows BATCH FOR /L command
2020-03-02How to run powershell script (.ps1) for the first time (How to fix SecurityError)
2020-03-01How to search for File(s) on your Windows computer using command line (cmd)
2020-02-26How to set a network interface IP address using netsh subcommands
2020-02-26How to rename a network interface using netsh interface subcommand
2020-02-26How to disable and enable a network interface quickly using netsh subcommand
2020-02-26How to use netsh interface command to determine all of or one of your interface IP address quickly
2020-02-03How to play Donkey Kong 64 with Project64 (a Nintendo Emulator) [Easy]
2020-01-25Asus Zenfone Troubleshooting can't finished bootup forever / freezing
2018-06-25How to instal font from google font on windows 7
2018-06-24Microsoft Access Tutorial 6 : Exporting Microsoft Access Table to Microsoft Excel
2018-06-24Microsoft Access Tutorial 5: Filling data
2018-06-24Microsoft Access Tutorial 4: Delete Field, creating a new field & assign its data type as Autonumber
2018-06-24Microsoft Access Tutorial 3: Creating New Field, editing data type, and changing field property
2018-06-23Microsoft Access Tutorial 2: Renaming table name
2018-06-23Microsoft Access Tutorial 1: Creating database
2018-02-04Spanning-tree algorithm explanation



Tags:
network administrator tutorial
netsh
netsh interface
netsh interface ipv4
ip address
interface ip address
network admin helper
ipconfig
ipconfig /all