Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

scan network ip powershell comands

1..254 | ForEach-Object {Test-Connection -ComputerName "192.168.0.$_" -Count 1 -ErrorAction SilentlyContinue}
Source by daniel.streefkerkonline.com #
 
PREVIOUS NEXT
Tagged: #scan #network #ip #powershell #comands
ADD COMMENT
Topic
Name
6+6 =