| Previous | Next |
| DNS_ERROR_POLICY_PROCESSING_ORDER_INVALID | DNS_ERROR_POLICY_SCOPE_NOT_ALLOWED |
DNS_ERROR_POLICY_SCOPE_MISSING
DNS_ERROR_POLICY_SCOPE_MISSING means the selected policy action requires a target scope or zone scope, but the policy configuration did not supply one.
Determine which response or zone scope the selected action is supposed to use and verify that object exists. Supplying an arbitrary scope name may convert the error into a missing-object failure without fixing the policy design.
What to verify
- Confirm the requested action and whether it should return records from a named zone scope.
- Create and populate the required zone scope before attaching it to a policy.
- Keep a usable default answer path for queries that do not match the policy.
Get-DnsServerZoneScope -ZoneName "example.com"
Get-DnsServerQueryResolutionPolicy -ZoneName "example.com"
Microsoft: Add-DnsServerQueryResolutionPolicy
Looking for a different code? Search another status or error code.
