Domain Detective

API Reference

Class

CmdletTestDnsHealth

Namespace DomainDetective.PowerShell
Assembly DomainDetective.PowerShell
Implements
IDisposable
Modifiers sealed
Attributes
Cmdlet("Test", "DDDnsHealth", DefaultParameterSetName = "Domain") Alias(["Test-DnsHealth"])

Runs authoritative DNS health checks (SOA serial skew, apex A/AAAA consistency).

Inheritance

Examples

Check authoritative DNS health.


Test-DDDnsHealth -DomainName example.com
        

Constructors

Methods

ProcessRecordAsync() #

Runs DNS health verification.

Returns

A task that represents the asynchronous operation.

Fields

public String[] DomainName #
Parameter(Mandatory = true, ParameterSetName = "Domain", Position = 0, ValueFromPipeline = true, ValueFromPipelineByPropertyName = true) ValidateNotNullOrEmpty ValidateDomainName

Domain(s) to query.

{{ include "footer" }}