Domain Detective

API Reference

Class

CmdletImportTlsRpt

Namespace DomainDetective.PowerShell
Assembly DomainDetective.PowerShell
Base PSCmdlet
Modifiers sealed
Attributes
Cmdlet("Import", "DDEmailTlsRpt") Alias(["Import-EmailTlsRpt", "Import-TlsRpt"]) OutputType([typeof(TlsRptSummary)])

Imports TLSRPT JSON reports.

Inheritance

  • PSCmdlet
  • CmdletImportTlsRpt

Examples

Import TLS report file.


Import-DDEmailTlsRpt -Path ./report.json
        

Constructors

Methods

ProcessRecord() #

Reads a TLS-RPT JSON report and outputs the parsed summaries.

Properties

public String Path { get; set; } #
Parameter(Mandatory = true, Position = 0, ValueFromPipeline = true, ValueFromPipelineByPropertyName = true) ValidateNotNullOrEmpty

Path to the JSON report.

{{ include "footer" }}