Hello @Janus Bariñan
You can check by timestamp record of that record on DNS.
Get-DnsServerResourceRecord -ZoneName yourzone.com
will return the timestamp, and u check if that record is valid or not.
I hope this help u
Regards.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
How do I cleanup DNS records of servers that no longer exists?
Is there a way to identify if the server is no longer existing so we can cleanup it's DNS record?
Answer accepted by question author
Hello @Janus Bariñan
You can check by timestamp record of that record on DNS.
Get-DnsServerResourceRecord -ZoneName yourzone.com
will return the timestamp, and u check if that record is valid or not.
I hope this help u
Regards.