Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ping list of ip addresses powershell

#Write the log into output file 
Start-Transcript -Path .Desktoplog.txt

#ping the IPs From IPAddresses.txt
(Get-Content .DesktopIPAddresses.txt) | ForEach {Write-Host $_, "-", ([System.Net.NetworkInformation.Ping]::new().Send($_)).Status}
Stop-Transcript
Comment

PREVIOUS NEXT
Code Example
Shell :: passport deploy to server 
Shell :: remove apt docker 
Shell :: save android studio home bash_profile 
Shell :: cgi directories 
Shell :: Get total duration of video files in a directory 
Shell :: git init branch name 
Shell :: direnv 
Shell :: github drupalcomposer project 
Shell :: vs code installed extensions list command 
Shell :: C:UsersMY PCAppDataRoaming pm/node_modules/node/bin/node: line 1: This: command not found 
Shell :: how to turn on scroll lock in ubuntu 
Shell :: get current commit message git 
Shell :: sqlmap enumerate databases 
Shell :: size of a file linux 
Shell :: copy folder ubuntu 
Shell :: git command line see logö 
Shell :: docker run image command 
Shell :: remove all games ubuntu 
Shell :: is not in the sudoers file 
Shell :: git delete branch 
Shell :: debian network restart 
Shell :: bash exit code status last command 
Shell :: pm2 adonisjs 
Shell :: connect to specific wifi decive fedora 
Shell :: grep empty lines in a file 
Shell :: git stash show 
Shell :: git change remote 
Shell :: ubuntu see ram usage 
Shell :: batch file to write xml into file 
Shell :: github how to clone private repo 
ADD CONTENT
Topic
Content
Source link
Name
3+7 =