December 9th, 2013

PowerTip: Use PowerShell to Resolve DNS Names

Doctor Scripto
Scripter

Summary: Use Windows PowerShell to find IP addresses for DNS names.

Hey, Scripting Guy! Question How can I use Windows PowerShell to resolve a DNS name to an IP address?

Hey, Scripting Guy! Answer With Windows PowerShell 4.0 in Windows 8.1, use the Resolve-DnsName command,
          and then select the IP4address from the results:

(Resolve-DnsName www.microsoft.com).ip4address

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.