Domain Detective

API Reference

Class

CmdletTestImapTls

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

Checks TLS configuration for a specific IMAP host.

Inheritance

Remarks

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

Examples

Test IMAP TLS.


Test-DDEmailImapTls -HostName mail.example.com -Port 993
        

Constructors

Methods

BeginProcessingAsync() #

Initializes logging and helper classes.

Returns

A Task representing the asynchronous operation.

ProcessRecordAsync() #

Executes the cmdlet operation.

Returns

A Task representing the asynchronous operation.

Fields

public DnsEndpoint DnsEndpoint #
Parameter(Mandatory = false)

DNS server used for queries.

public String HostName #
Parameter(Mandatory = true, ParameterSetName = "ServerName", Position = 0)

IMAP host to check.

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

IMAP port number.

public SwitchParameter ShowChain #
Parameter(Mandatory = false)

Output certificate chain information.

{{ include "footer" }}