Get-2FASetting

NAME

Get-2FASetting

SYNOPSIS

Retrieves second level authentication setting.

SYNTAX

-none-

DESCRIPTION

Without specifying the type of setting to be retrieved, the command will return all of the second level authentication settings. Use the Setting flag to return specific settings.

PARAMETERS

<CommonParameters>
        This cmdlet supports the common parameters: Verbose, Debug,
        ErrorAction, ErrorVariable, WarningAction, WarningVariable,
        OutBuffer, PipelineVariable, and OutVariable. For more information, see 
        about_CommonParameters documentation. 

INPUTS

-none-

OUTPUTS

PSAdmin.TwoFactorAuthSetting

EXAMPLES


---------- EXAMPLE 1 ----------

Get-2FASetting

Retrieves second level authentication settings. If the provider type is set to Deepnet, the current settings of Deepnet will be returned.

RELATED LINKS