Domain Detective

API Reference

Class

CmdletTestTlsRptRecord

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

Validates TLS-RPT record for a domain.

Inheritance

Remarks

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

Examples

Check TLS report policy.


Test-DDEmailTlsRptRecord -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 name(s) to query.

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

DNS server used for queries.

{{ include "footer" }}