Share via

DNS cleanup

Janus Bariñan 1,126 Reputation points
2023-05-10T02:15:46.7666667+00:00

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?

Windows for business | Windows Server | User experience | Other
0 comments No comments

Answer accepted by question author

Fabricio Godoy 2,641 Reputation points
2023-05-10T06:54:50.1566667+00:00

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.

Was this answer helpful?

1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.