Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Ping Test

$
0
0

Hi I have a CSV file with 2 columns , IP address and Name. I want to use powershell to perform following the command line equivalent of ping -a

So it will be something like :

1. Import-CSV and read the Name column

2. Ping each computer by Name and report back its IP address : Write-Output to file

3. Output test result True or False is sufficient

 

 


Viewing all articles
Browse latest Browse all 6937

Trending Articles