Get IP Address from Domain Name PowerShell Code

title: ## Contents 
style: nestedList # TOC style (nestedList|inlineFirstLevel)
minLevel: 1 # Include headings from the specified level
maxLevel: 4 # Include headings up to the specified level
includeLinks: true # Make headings clickable
debugInConsole: false # Print debug info in Obsidian console

Overview

Sources:

  • **

Code Snippet

[System.Net.Dns]::GetHostAddresses('noclocks.dev').IPAddressToString

to return the host name (CName) and aliases of an IP:

[System.Net.Dns]::GetHostByAddress('172.12.34.56')

Details

See Also


Appendix

Note created on 2024-05-08 and last modified on 2024-05-08.

LIST FROM [[PowerShell - Get IP Address from Domain Name]] AND -"CHANGELOG" AND -"04-RESOURCES/Code/PowerShell/PowerShell - Get IP Address from Domain Name"

(c) No Clocks, LLC | 2024