Invoke-RASMFA
Invokes a MFA action.
Invoke-RASMFA [-Id] <uint> -Duplicate <SwitchParameter> [<CommonParameters>] Invoke-RASMFA [-InputObject] <MFA> -Duplicate <SwitchParameter> [<CommonParameters>]
Invokes a MFA action.
-Id <uint> The ID of the MFA to invoke the action on. To obtain the ID, use the Get-RASMFA cmdlet.
-InputObject <MFA> The MFA object to invoke the action on.
-Duplicate <SwitchParameter> Specifies to duplicate the MFA provider.
<CommonParameters>
---------- EXAMPLE 1 ---------- Invoke-RASMFA -Id 1 -Duplicate Adds a new MFA by duplicating the MFA with ID 1.