Domain Detective

API Reference

Class

CmdletTestSpfRecord

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

Validates SPF record for a domain.

Inheritance

Examples

Check SPF configuration.


Test-DDEmailSpfRecord -DomainName example.com
        

Constructors

Methods

EndProcessingAsync() #

Finalizes multi-domain exports for Word/HTML by composing a single file.

ProcessRecordAsync() #

Executes the cmdlet operation.

Returns

A Task representing the asynchronous operation.

Fields

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

Domain to query.

public DnsEndpoint DnsEndpoint #
Parameter(Mandatory = false, ParameterSetName = "ServerName", Position = 1)

DNS server used for queries.

{{ include "footer" }}