TestimoX

API Reference

Command

Test-ADXDnsDelegation

Namespace ADPlayground.PowerShell
Inputs
System.String[]
Outputs
ADPlayground.Dns.DnsDelegationMismatch

Tests DNS delegation consistency on domain controllers.

Examples

Generated fallback example

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[] optionalposition: 0pipeline: true (ByValue, ByPropertyName)
Optional domain controller names to query. Defaults to localhost.
FetchZones Func`2 optionalposition: namedpipeline: false
Optional zone fetch delegate (primarily for testing).

Outputs

ADPlayground.Dns.DnsDelegationMismatch