Domain Detective

API Reference

Class

CmdletTestPop3Tls

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

Checks TLS configuration for a specific POP3 host.

Inheritance

Remarks

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

Examples

Test POP3 TLS.


Test-DDEmailPop3Tls -HostName mail.example.com -Port 995
        

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)

POP3 host to check.

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

POP3 port number.

public SwitchParameter ShowChain #
Parameter(Mandatory = false)

Output certificate chain information.

{{ include "footer" }}