Domain Detective

API Reference

Class

CmdletTestFCrDns

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

Validates forward-confirmed reverse DNS for MX hosts.

Inheritance

Remarks

Outputs a view object with full raw analysis attached at Raw.

Examples

Check FCrDNS configuration.


Test-DDDnsForwardReverse -DomainName example.com
        

Constructors

Methods

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(s) to analyze.

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

DNS server used for queries.

{{ include "footer" }}