Domain Detective

API Reference

Class

CmdletTestMailDomainClassification

Namespace DomainDetective.PowerShell
Assembly DomainDetective.PowerShell
Implements
IDisposable
Modifiers sealed
Attributes
Cmdlet("Test", "DDMailDomainClassification", DefaultParameterSetName = "ByName") OutputType([typeof(MailDomainClassificationResult)])

Classifies a domain's mail role based on DNS signals.

Inheritance

Examples

Classify a single domain

PS>


Test-DDMailDomainClassification -DomainName example.com
        

Returns category, confidence, signals, score, and RFC references.

Constructors

Methods

EndProcessingAsync() #

When export is requested, compose Mail Classification sections into a single file.

ProcessRecordAsync() #

Executes classification for each domain.

Returns

A task that represents the asynchronous operation.

Fields

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