Skip to content

Instantly share code, notes, and snippets.

@ronascentes
Created February 20, 2019 18:16
Show Gist options
  • Save ronascentes/9b483c3d8501274e5503afb1f92036d0 to your computer and use it in GitHub Desktop.
Save ronascentes/9b483c3d8501274e5503afb1f92036d0 to your computer and use it in GitHub Desktop.
Find host name from IP address
$ipAddress= "192.168.1.54"
[System.Net.Dns]::GetHostByAddress($ipAddress).Hostname
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment