Domain Detective

API Reference

Class

CmdletTestDkimRecord

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

Validates DKIM records for the specified selectors.

Inheritance

Examples

Verify DKIM selectors.


Test-DDEmailDkimRecord -DomainName example.com -Selectors selector1
        

Constructors

Methods

EndProcessingAsync() #

Composes DKIM sections into one document for Word/HTML export.

ProcessRecordAsync() #

Validates DKIM records for the provided selectors.

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 String[] Selectors #
Parameter(Mandatory = false, ParameterSetName = "ServerName", Position = 1)
public DnsEndpoint DnsEndpoint #
Parameter(Mandatory = false, ParameterSetName = "ServerName", Position = 2)
public SwitchParameter FullResponse #
Parameter(Mandatory = false, ParameterSetName = "ServerName")
{{ include "footer" }}