Invoke-RASMFA

NAME

Invoke-RASMFA

SYNOPSIS

Invokes a MFA action.

SYNTAX

Invoke-RASMFA -CheckConnection** (SwitchParameter) [-AttributeInfoList (List`1)] [BackupServer (string)] [-HAMode {Parallel | Serial}] [-PasswordEncoding {PAP | CHAP | PAP_UTF8 | CHAP_UTF8}] [Port (uint)] [Retries (uint)] [Server (string)] [Timeout (uint)] [(CommonParameters)]

Invoke-RASMFA [Id] (uint)** -Duplicate (SwitchParameter) [(CommonParameters)]

Invoke-RASMFA -ImportVendor** (SwitchParameter) -VendorFile (string) [(CommonParameters)]

Invoke-RASMFA [-InputObject]** (MFA) -Duplicate (SwitchParameter) [(CommonParameters)]

Invoke-RASMFA [[-SiteId]** (uint)] -UserPrincipalName (string) -ValidateADAccess (SwitchParameter) [ADCustomAttribute (string)] [(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.

InputObject (MFA)

The MFA object to invoke the action on.

Duplicate (SwitchParameter)

Specifies to duplicate the MFA provider.

CheckConnection (SwitchParameter)

Specifies to duplicate the MFA provider.

ValidateADAccess (SwitchParameter)

Specifies to duplicate the MFA provider.

ImportVendor (SwitchParameter)

Specifies to duplicate the MFA provider.

Server (string)

The server of the second level authentication provider.

BackupServer (string)

The backup server of the second level authentication provider.

Port (uint)

The port number of the second level authentication provider.

HAMode (HAMode)

The type of high availability mode to be used.

Possible values: Parallel, Serial

Timeout (uint)

Connection timeout (in seconds).

Retries (uint)

Number of retries.

PasswordEncoding

(PasswordEncoding) The type of password encoding to be used.

Possible values: PAP, CHAP, PAP_UTF8, CHAP_UTF8

AttributeInfoList (List`1)

List of the RADIUS attribute information.

SiteId (uint)

Site ID from which to Validate the MFA AD Access.

If the parameter is omitted, the Licensing Server site ID will be used.

ADCustomAttribute (string)

AD Custom Attribute

UserPrincipalName (string)

The User Principal Name

VendorFile (string)

Vendor Details file name.

(CommonParameters)

INPUTS

MFA

OUTPUTS

MFADeepnet

MFAEmailOTP

MFARadius

MFASafenet

MFATOTP

EXAMPLES

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

Invoke-RASMFA -Id 1 -Duplicate

Adds a new MFA by duplicating the MFA with ID 1. ---------- EXAMPLE 2 ----------

Invoke-RASMFA -ValidateADAccess -SiteId 1 -ADCustomAttribute "customasd" -UserPrincipalName "[email protected]"

Adds a new MFA by duplicating the MFA with ID 1. ---------- EXAMPLE 3 ----------

Invoke-RASMFA -CheckConnection -Server 1.1.1.1 -BackupServer 2.2.2.2 -Port 80 -HAMode Parallel -Timeout 1 -Retries 1 -SecretKey $secretkey -PasswordEncoding CHAP

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

Last updated