API Reference
Command
Test-ADXDnsDelegation
Tests DNS delegation consistency on domain controllers.
Examples
Generated fallback example from command syntax.
Test-ADXDnsDelegation -ComputerName @('Name')
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
Test-ADXDnsDelegation [-ComputerName <string[]>] [-FetchZones <Func`2>] [<CommonParameters>]#Parameters
- ComputerName string[]
- Optional domain controller names to query. Defaults to localhost.
- FetchZones Func`2
- Optional zone fetch delegate (primarily for testing).
Outputs
ADPlayground.Dns.DnsDelegationMismatch