Domain Detective

API Reference

Class

CmdletNewDesiredStateCertificateInventory

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

Creates a certificate inventory desired state policy fragment.

Inheritance

  • PSCmdlet
  • CmdletNewDesiredStateCertificateInventory

Constructors

public CmdletNewDesiredStateCertificateInventory() #

Methods

ProcessRecord() #

Creates a certificate inventory policy fragment as a DesiredStateProfile.

Properties

public Nullable<Boolean> Enabled { get; set; } #
Parameter(Mandatory = false)
public String BaselineProfile { get; set; } #
Parameter(Mandatory = false) ValidateSet(["Strict", "Balanced", "Legacy"])
public Nullable<Boolean> IncludeCompliant { get; set; } #
Parameter(Mandatory = false)
public Nullable<Int32> MaxEndpoints { get; set; } #
Parameter(Mandatory = false) ValidateRange(0, 2147483647)
public String PolicyOverridesPath { get; set; } #
Parameter(Mandatory = false)
{{ include "footer" }}