Domain Detective

API Reference

Class

CmdletTestDelegation

Namespace DomainDetective.PowerShell
Assembly DomainDetective.PowerShell
Implements
IDisposable
Modifiers sealed
Attributes
Cmdlet("Test", "DDDnsDelegation", DefaultParameterSetName = "ServerName") Alias(["Test-DnsDelegation", "Test-Delegation"])

Validates delegation records for a domain.

Inheritance

Examples

Check delegation.


Test-DDDnsDelegation -DomainName example.com
        

Constructors

Methods

ProcessRecordAsync() #

Validates parent zone delegation for the target domain.

Returns

A task that represents the asynchronous operation.

Fields

public String[] DomainName #
Parameter(Mandatory = true, ParameterSetName = "ServerName", Position = 0, ValueFromPipeline = true, ValueFromPipelineByPropertyName = true) ValidateNotNullOrEmpty ValidateDomainName
public DnsEndpoint DnsEndpoint #
Parameter(Mandatory = false, ParameterSetName = "ServerName", Position = 1)
{{ include "footer" }}