Link to home
Start Free TrialLog in
Avatar of Jorge Ocampo
Jorge OcampoFlag for United States of America

asked on

DNS Record - Powershell

i been searching for a DNS Entry but cant seem to find it, tried multiple things.

any way to search for the entry via powershell and spit out the location?
ASKER CERTIFIED SOLUTION
Avatar of Will Szymkowski
Will Szymkowski
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Jorge Ocampo

ASKER

i basically trying to find an A Record and change the IP but cant find it at all - i am in the DNS Server the is providing that record
If you are in the DNS console and you cannot simply find an A (host) record by sorting by type then the record is probably not there. The easiest way to see if an A Record exists is using PING.

Ping the A (host) record and it your DNS server cannot find it using the name try typing in the full fqdn server1.domain.com. If that does not work then the record is not in the zone.

Will.
thanks everyone i found the answer using nslookup RECORD -type soa to get a authoritative answer