Skip to content

Instantly share code, notes, and snippets.

@PrateekKumarSingh
Last active July 15, 2016 09:07
Show Gist options
  • Save PrateekKumarSingh/6b7a1744177f8ca7410f to your computer and use it in GitHub Desktop.
Save PrateekKumarSingh/6b7a1744177f8ca7410f to your computer and use it in GitHub Desktop.
Function Resolve-Hostname($IPAddress)
{
return (ping -a $IPAddress -n 1)[1].Split(' ')[1]
}
gc C:\list.txt| %{"$(Resolve-Host $_) `t$_"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment