Domain Detective

API Reference

Class

CmdletImportDmarcReport

Namespace DomainDetective.PowerShell
Assembly DomainDetective.PowerShell
Base PSCmdlet
Modifiers sealed
Attributes
Cmdlet("Import", "DDDmarcReport") Alias(["Import-DmarcReport"])

Parses zipped DMARC feedback reports.

Inheritance

  • PSCmdlet
  • CmdletImportDmarcReport

Examples

Import feedback from a zip file.


Import-DDDmarcReport -Path ./report.zip
        

Constructors

Methods

ProcessRecord() #

Parses the DMARC report archive and outputs each summary.

Properties

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