| Previous | Next |
| DNS_ERROR_RECORD_TIMED_OUT | DNS_ERROR_CNAME_LOOP |
DNS_ERROR_NAME_NOT_IN_ZONE
DNS_ERROR_NAME_NOT_IN_ZONE means the record owner name does not fall within the zone being modified. This is common when a command uses a fully qualified name from a different child, parent, or reverse zone.
What to check
- Compare the record owner FQDN with the target zone name and any delegation boundaries.
- Verify that a reverse record is being written to the correct reverse lookup zone.
- Correct the target zone or owner name; do not create an out-of-zone record in another zone as a workaround.
Get-DnsServerZone
Microsoft: Get-DnsServerResourceRecord
Microsoft: DNS architecture, SOA, and authoritative zones
Microsoft: DNS logging and diagnostics
Looking for a different code? Search another status or error code.