About 540,000 results
Open links in new tab
  1. ip - List ALL devices on local network? - Stack Overflow

    Jun 4, 2015 · Ping the network for devices - Windows OS To generate a list with a Windows CMD .bat file to ping devices on the network, do the following. Create a .bat file with a loop that uses …

  2. How do I view a list of devices from the command line in Windows

    Jul 31, 2014 · I want to use the Windows command line to enumerate through devices connected to a computer and return information. How can I accomplish this?

  3. Windows command to display all IP addresses in a local network

    40 Not everything with an IP address is a computer - I found none of these suggestions returned all active IP addresses - in fact most returned very few. My home network has a combination …

  4. How to list all computers in a Windows Wi-Fi network?

    Sep 28, 2011 · A Wi-Fi router has been setup with a number of Windows machines connecting to it. How do I use Windows command line to list all the computers (either by hostname or IP …

  5. Ping all addresses in network, windows - Stack Overflow

    Is it possible in windows cmd line to check all of the network addresses (with ping or similar) to see which ones are taken/ have active devices: ie. something that does something like the …

  6. Use powershell to get device names and their ipaddress on a …

    Jan 21, 2017 · Get-NetIPAddress | Format-Table I would like to be able to get a list of all devices on my home network. Including the device ip address, and some sort of name for that device. …

  7. How do I get a list of the active IP-addresses, MAC-addresses and ...

    Mar 30, 2017 · How do I get a list of the active IP-addresses, MAC-addresses and NetBIOS names on the LAN? I'd like to get NetBIOS name, IP and MAC addresses for every host on …

  8. linux - How can I list all IPs in the connected network, through ...

    Dec 29, 2020 · Using Ubuntu 10.10 command line, how can I list all IPs connected to my home network? Ideally, it needs to be a CLI command as I will be running it from C++.

  9. windows - How can I see all active connections? - Super User

    If on XP, click "Run", If on vista or later, search for cmd in the search box and skip to step 4. type cmd after cmd opens, type netstat -a a list of all open connections with their ports will be …

  10. How do I display a list of Wi-Fi connections using netsh

    Oct 25, 2015 · 0 To list all Wi-Fi networks that are available (in range) on the command line, use: netsh wlan show networks Obs.: This command shows that the Wi-Fi network is currently …