| Previous | Next |
| DNS_ERROR_ROLLOVER_ALREADY_QUEUED | DNS_ERROR_BAD_KEYMASTER |
DNS_ERROR_NOT_ALLOWED_ON_UNSIGNED_ZONE
DNS_ERROR_NOT_ALLOWED_ON_UNSIGNED_ZONE means the requested action applies only to a DNSSEC-signed zone. The zone has no active signing configuration for the operation to modify.
Verify that the command targets the intended zone and that the zone has active DNSSEC signing metadata. If signing was removed intentionally, skip the DNSSEC-only operation rather than reconstructing keys solely to satisfy the command.
What to check
- Confirm that the intended zone is the correct one and check its
IsSignedstate. - If DNSSEC is required, sign the authoritative primary zone using a planned rollout rather than enabling isolated records manually.
- If the zone is intentionally unsigned, remove DNSSEC-specific actions from the automation or deployment workflow.
Get-DnsServerZone -Name "example.com"
Microsoft: Sign DNS zones with DNSSEC
Looking for a different code? Search another status or error code.
