Created
September 11, 2019 17:11
-
-
Save seantunwin/734478c1ace460f3f3c5117e70e02435 to your computer and use it in GitHub Desktop.
PowerShell: Get HostName from IP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[System.Net.Dns]::GetHostByAddress($ipAddress).Hostname |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment