User Tools

Site Tools


probar_conexion_a_rango_de_direcciones

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
probar_conexion_a_rango_de_direcciones [2023/05/01 12:54] – created osoprobar_conexion_a_rango_de_direcciones [2024/10/17 21:42] (current) – external edit 127.0.0.1
Line 3: Line 3:
 <code powershell>foreach ($i in 1..254) { Test-Connection 192.168.1.$i -Count 1 -ErrorAction SilentlyContinue}</code> <code powershell>foreach ($i in 1..254) { Test-Connection 192.168.1.$i -Count 1 -ErrorAction SilentlyContinue}</code>
  
-''$i in 1..254'' es un for(i=1;i<254;i++)+''$i in 1..254'' es un for(i=1;i=<254;i++)
  
 Es útil para poblar la tabla de ARP, se puede consultar en windows como Es útil para poblar la tabla de ARP, se puede consultar en windows como
probar_conexion_a_rango_de_direcciones.1682945642.txt.gz · Last modified: 2024/10/17 21:42 (external edit)