Domain Detective

API Reference

Class

CmdletSetPersona

Namespace DomainDetective.PowerShell
Assembly DomainDetective.PowerShell
Base PSCmdlet
Modifiers sealed
Attributes
Cmdlet("Set", "DDPersona", DefaultParameterSetName = "View") Alias(["Set-DDNarrator"])

Enables, configures, or disables narration personas.

Inheritance

  • PSCmdlet
  • CmdletSetPersona

Constructors

public CmdletSetPersona() #

Methods

ProcessRecord() #

Executes the persona configuration.

Properties

public PersonaKind Persona { get; set; } #
Parameter(Mandatory = true, ParameterSetName = "Set")

Persona style to use.

public SwitchParameter Live { get; set; } #
Parameter(Mandatory = false, ParameterSetName = "Set")

Enable live narration.

public SwitchParameter NarrateVerbose { get; set; } #
Parameter(Mandatory = false, ParameterSetName = "Set")

Include verbose narration.

public SwitchParameter Off { get; set; } #
Parameter(Mandatory = true, ParameterSetName = "Off")

Disable persona narration.

{{ include "footer" }}