Domain Detective

API Reference

Class

CmdletTestCaaRecord

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

Validates CAA records for a domain.

Inheritance

Examples

Check CAA entries.


Test-DDDnsCaaRecord -DomainName example.com
        

Constructors

Methods

ProcessRecordAsync() #

Validates CAA records for the domain.

Returns

A task that represents the asynchronous operation.

Fields

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