Domain Detective

API Reference

Class

CmdletInvokeDomainWizard

Namespace DomainDetective.PowerShell
Assembly DomainDetective.PowerShell
Implements
IDisposable
Modifiers sealed
Attributes
Cmdlet("Invoke", "DDDomainWizard") Alias(["Invoke-DomainWizard"]) OutputType([typeof(DomainSummary), typeof(String)])

Starts an interactive wizard to run domain checks.

Inheritance

Examples

Launch the wizard.


Invoke-DDDomainWizard
        

Constructors

public CmdletInvokeDomainWizard() #

Methods

GetOptionalChecksBehavior(System.Int32 checkSelection) #

Returns how optional checks should be handled for the selected preset.

Parameters

checkSelection System.Int32 required
Preset selection index.

Returns

Tuple describing optional check behavior.

ProcessRecordAsync() #

Runs the interactive wizard that guides the user through domain verification.

Returns

A task that represents the asynchronous operation.

{{ include "footer" }}