PowerShell Tip: How To Get All IPs Assigned to a DNS Domain
We always use command lines like PING to get the IP address assigned to a specific domain DNS. For example, to get the IP address of google.com, we use: ping google.com As you can see, this only returns one of IP addresses assigned to google.com. To get the full list of IP addresses associated with google.com, you need to use […]