PowerTip: Use PowerShell to Resolve DNS Names

Doctor Scripto

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

0 comments

Discussion is closed.

Feedback usabilla icon