Title here
Summary here
Cette page vise à regrouper des scripts utiles afin de scanner un réseau à partir d’un accès sur une machine Windows, à partir de commandes PowerShell ou cmd.exe.
PowerShell
Test-NetConnection -Port $PORT $IP
PowerShell
foreach ($ip in 0..255) {Test-NetConnection -Port $PORT -InformationLevel "Detailed" 10.0.0.$ip}