Domain Detective

API Reference

Class

CmdletNewDesiredStateDnssec

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

Creates a DNSSEC desired state policy fragment.

Inheritance

  • PSCmdlet
  • CmdletNewDesiredStateDnssec

Examples

Require a valid DNSSEC chain and at least 7 days of RRSIG validity remaining

PS>


New-DDDesiredStateDnssec -RequireChainValid $true -MinRrsigDaysRemaining 7
        

Constructors

public CmdletNewDesiredStateDnssec() #

Methods

ProcessRecord() #

Creates a DNSSEC policy fragment as a DesiredStateProfile.

Properties

public Nullable<Boolean> Enabled { get; set; } #
Parameter(Mandatory = false)
public Nullable<Boolean> RequireChainValid { get; set; } #
Parameter(Mandatory = false)
public Nullable<Int32> MinRrsigDaysRemaining { get; set; } #
Parameter(Mandatory = false) ValidateRange(0, 3650)
{{ include "footer" }}