Ping all addresses in network, windows

前端 未结 11 1617
庸人自扰
庸人自扰 2021-01-30 00:14

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

11条回答
  •  星月不相逢
    2021-01-30 00:43

    aping can provide a list of hosts and whether each has responded to pings.

     aping -show all 192.168.1.*
    

提交回复
热议问题