Summary: Use Windows PowerShell to find IP addresses for DNS names.
How can I use Windows PowerShell to resolve a DNS name to an IP address?
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