SnapCenter 6.0 Cmdlet Reference Guide For Windows ( CA08871-610en )

Get-SmMultiFactorAuthentication

Gets the MFA configuration of the SnapCenter GUI, Rest API, PowerShell and sccli.

Syntax

Get-SmMultiFactorAuthentication [-]  <>

Detailed Description

Gets the MFA configuration of the SnapCenter GUI, Rest API, PowerShell and sccli.

Parameters

Name Description Required? Pipeline Input Default Value

Examples

Example 1: Get MultiFactorAuthentication configuration

 Get-SmMultiFactorAuthentication

This example syntax gets the MFA configuration of the SnapCenter GUI, Rest API, PowerShell and sccli.

IsGuiMFAEnabled = True

ADFSConfigFilePath = C:\\ADFS_metadata\\FederationMetadata.xml

SCConfigFilePath = c:\ProgramData\Fujitsu\SnapCenter\Package Repository\SnapCenterMFAMetadata.xml

IsRestApiMFAEnabled = False

IsCliMFAEnabled = False

ADFSHostName = adfs19.ad19domain.com

Top of Page