Import-Csv -Path input_dns.csv | foreach { nslookup $_.A_Record 8.8.8.8 }