Get-2FASetting

NAME

Get-2FASetting

SYNOPSIS

Retrieves second level authentication setting.

SYNTAX

Get-2FASetting [-SiteId <uint>] [<CommonParameters>]

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


-SiteId <uint>
The site ID.

To obtain the ID of a desired site, use the Get-Sites cmdlet.

        Required?                    false
        Position?                    named
        Default value                0
        Accept pipeline input?       false
        Accept wildcard characters?  false

<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

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