Domain Detective

API Reference

Class

CmdletNewDesiredStateDelegation

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

Creates a delegation desired state policy fragment.

Inheritance

  • PSCmdlet
  • CmdletNewDesiredStateDelegation

Constructors

public CmdletNewDesiredStateDelegation() #

Methods

ProcessRecord() #

Creates a delegation policy fragment as a DesiredStateProfile.

Properties

public Nullable<Boolean> Enabled { get; set; } #
Parameter(Mandatory = false)
public Nullable<Boolean> RequireMatchesParent { get; set; } #
Parameter(Mandatory = false)
public Nullable<Boolean> RequireGlueComplete { get; set; } #
Parameter(Mandatory = false)
public Nullable<Boolean> RequireGlueConsistent { get; set; } #
Parameter(Mandatory = false)
{{ include "footer" }}