Domain Detective

API Reference

Class

CmdletNewDesiredStateChecks

Namespace DomainDetective.PowerShell
Assembly DomainDetective.PowerShell
Base PSCmdlet
Modifiers sealed
Attributes
Cmdlet("New", "DDDesiredStateChecks") OutputType([typeof(DesiredStateProfile)])

Creates a desired state fragment that controls which checks are executed.

Inheritance

  • PSCmdlet
  • CmdletNewDesiredStateChecks

Examples

Run only DMARC/SPF/DKIM checks

PS>


New-DDDesiredStateChecks -Checks DMARC,SPF,DKIM
        

Constructors

Methods

ProcessRecord() #

Creates a checks fragment as a DesiredStateProfile.

Properties

public HealthCheckType[] Checks { get; set; } #
Parameter(Mandatory = true) ValidateNotNull
{{ include "footer" }}