Domain Detective

API Reference

Class

CmdletGetIdpInfo

Namespace DomainDetective.PowerShell
Assembly DomainDetective.PowerShell
Implements
IDisposable
Modifiers sealed
Attributes
Cmdlet("Get", "DDIdpInfo", DefaultParameterSetName = "ByName") Alias(["Get-IdpInfo"])

Retrieves identity provider (IdP) information for the specified domain.

Inheritance

Examples

Get IdP information.


Get-DDIdpInfo -DomainName example.com
        

Constructors

Methods

ProcessRecordAsync() #

Retrieves IdP details and writes a view object.

Fields

public String[] DomainName #
Parameter(Mandatory = true, ParameterSetName = "ByName", Position = 0, ValueFromPipeline = true, ValueFromPipelineByPropertyName = true) ValidateNotNullOrEmpty ValidateDomainName
{{ include "footer" }}