I need to get every CNAME record out from a single IP address input from our DNS server.
When I lookup:
[System.Net.Dns]::GetHostByAddress("81.95.243.81").Aliases
It only gives me the same 8 aliases in return:
botexshop.dk
bisamba.dk
nordsoenoceanarium.dk
www.brandingcommunity.com
botexhome.dk
botexudstyr.dk
botexjylland.dk
marineacademy.dk
but I know that the IP address has over 69 CNAME records (please look here: Toolbox | DNSstuff | Reverse DNS Lookup Results for 81.95.243.81 )
Why does the GetHostByAddress
only return the same 8 aliases all the time? And how do I get all the CNAMEs ?