About 212,000 results
Open links in new tab
  1. Windows command to display all IP addresses in a local network

    Jun 20, 2025 · 1 If you just want to scan your local network and get a list, then google, download, and run "advanced IP scanner". Its free.

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

    21 Best Utility in terms of speed is Nmap. write @ cmd prompt: Nmap -sn -oG ip.txt 192.168.1.1-255 this will just ping all the ip addresses in the range given and store it in simple text file It …

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

    Mar 30, 2017 · 5 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 …

  4. Getting IP address of all device in local network , windows 7

    Jul 25, 2018 · My question is to how to Get the ip address of all active devices in the local network, IP address are assigned by the Router DHCP, and I dont want to login to router to …

  5. windows - Scan for computers from IP Range - Super User

    I'm looking for a way to scan all the computers on our network and bring back there computer name and allocated IP. For example: scanrange -s 10.222.0.0 -e 10.222.255.255 The result …

  6. How to get a list of all valid IP addresses in a local network?

    Dec 2, 2012 · Install nmap, sudo apt-get install nmap then nmap -sP 192.168.1.* or more commonly nmap -sn 192.168.1.0/24 will scan the entire .1 to .254 range This does a simple …

  7. How can I scan the local network for connected devices in Mac OS?

    171 I'm basically looking for something like this but available on Mac. I am using Mac OS X 10.6. I am trying to connect a new workstation to our wireless multifunction printer and I'm having a …

  8. 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. …

  9. 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 …

  10. 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 …