Invoke-RASMFA

NAME

Invoke-RASMFA

SYNOPSIS

Invokes a MFA action.

SYNTAX

Invoke-RASMFA [-Id] <uint> -Duplicate <SwitchParameter> [<CommonParameters>]

Invoke-RASMFA [-InputObject] <MFA> -Duplicate <SwitchParameter> [<CommonParameters>]

DESCRIPTION

Invokes a MFA action.

PARAMETERS


-Id <uint>
The ID of the MFA to invoke the action on. To obtain the ID, use the Get-RASMFA cmdlet.

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

-InputObject <MFA>
The MFA object to invoke the action on.

        Required?                    true
        Position?                    0
        Default value                
        Accept pipeline input?       true (ByValue)
        Accept wildcard characters?  false

-Duplicate <SwitchParameter>
Specifies to duplicate the MFA provider.

        Required?                    true
        Position?                    named
        Default value                False
        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

MFA

OUTPUTS

MFA

EXAMPLES


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

Invoke-RASMFA -Id 1 -Duplicate

Adds a new MFA by duplicating the MFA with ID 1.

RELATED LINKS