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