New-RASMFA

NAME

New-RASMFA

SYNOPSIS

Creates a new Multi Factor Authentication.

SYNTAX

New-RASMFA [-Namearrow-up-right] <string> [[-SiteIdarrow-up-right] <uint>] -Deepnetarrow-up-right <SwitchParameter> -DeepnetAgentarrow-up-right <string> -DeepnetPortarrow-up-right <uint> -DeepnetServerarrow-up-right <string> [-ActivateEmailarrow-up-right <bool>] [-ActivateSMSarrow-up-right <bool>] [-Apparrow-up-right <string>] [-AppIDarrow-up-right <string>] [-AuthModearrow-up-right {MandatoryForAllUsers | CreateTokenForDomainAuthenticatedUsers | UsersWithDeepnetAcc}] [-DefaultDomainarrow-up-right <string>] [-Descriptionarrow-up-right <string>] [-Enabledarrow-up-right <bool>] [-SSLarrow-up-right <bool>] [-TokenTypearrow-up-right {MobileID | QuickID}] [<CommonParametersarrow-up-right>]

New-RASMFA [-Name] <string> [[-SiteId] <uint>] -DisplayName <string> -EmailOTP <SwitchParameter> [-ADCustomAttribute <string>] [-AllowEnrollExternalEmail <bool>] [-Description <string>] [-EmailContent <string>] [-EmailSubject <string>] [-Enabled <bool>] [-ExternalEmailStorage {RASDatabase | ADMail | ADCustom}] [-OTPLength <uint>] [-OTPLifespanSec <uint>] [-ShowInformationForUnenrolledUsers {Always | IfEnrollmentIsAllowed | Never}] [-UntilDateTime <DateTime>] [-UserEnrollment {Allow | AllowUntil | DoNotAllow}] [-UserMessagePrompt <string>] [<CommonParameters>] New-RASMFA [-Namearrow-up-right] <string> [[-SiteIdarrow-up-right] <uint>] -DisplayNamearrow-up-right <string> -Radiusarrow-up-right <SwitchParameter> -RadiusPortarrow-up-right <uint> -RadiusServerarrow-up-right <string> -Retriesarrow-up-right <uint> -SecretKeyarrow-up-right <SecureString> -Timeoutarrow-up-right <uint> [-BackupServerarrow-up-right <string>] [-Descriptionarrow-up-right <string>] [-Enabledarrow-up-right <bool>] [-ForwardFirstPwdToADarrow-up-right <bool>] [-HAModearrow-up-right {Parallel | Serial}] [-PasswordEncodingarrow-up-right {PAP | CHAP}] [-RadiusTypearrow-up-right {Radius | AzureRadius | DuoRadius | FortiRadius | TekRadius}] [-UsernameOnlyarrow-up-right <bool>] [<CommonParametersarrow-up-right>] New-RASMFA [-Namearrow-up-right] <string> [[-SiteIdarrow-up-right] <uint>] -OTPServiceURLarrow-up-right <string> -Safenetarrow-up-right <SwitchParameter> [-Descriptionarrow-up-right <string>] [-Enabledarrow-up-right <bool>] [-SafenetAuthModearrow-up-right {MandatoryForAllUsers | CreateTokenForDomainAuthenticatedUsers | UsersWithSafeNetAcc}] [-TMSWebApiURLarrow-up-right <string>] [-UserRepositoryarrow-up-right <string>] [<CommonParametersarrow-up-right>] New-RASMFA [-Namearrow-up-right] <string> [[-SiteIdarrow-up-right] <uint>] -DisplayNamearrow-up-right <string> -TOTParrow-up-right <SwitchParameter> [-Descriptionarrow-up-right <string>] [-Enabledarrow-up-right <bool>] [-ShowInformationForUnenrolledUsers {Always | IfEnrollmentIsAllowed | Never}] [-Tolerancearrow-up-right <uint>] [-TOTPTypearrow-up-right {GAuthTOTP | TOTP | MicrosoftTOTP}] [-UntilDateTimearrow-up-right <DateTime>] [-UserEnrollmentarrow-up-right {Allow | AllowUntil | DoNotAllow}] [<CommonParametersarrow-up-right>]

DESCRIPTION

Creates a new Multi Factor Authentication.

PARAMETERS

-Name <string> The name of the target Multi Factor Authentication. This must be the actual Multi Factor Authentication name used in the RAS farm.

        Required?                    true
        Position?                    0
        Default value                

-SiteId <uint> Site ID in which to modify the specified Multi Factor Authentication. If the parameter is omitted, the site ID of the Licensing Server will be used.

-Description <string> A user-defined Multi Factor Authentication description.

-Enabled <bool> Enable or disable the Multi Factor Authentication upon creation. If the parameter is omitted, the Multi Factor Authentication is initialised as Disabled.

-Deepnet <SwitchParameter>

-ActivateEmail <bool> Whether the activation email is enabled or disabled.

-ActivateSMS <bool> Whether the activation SMS is enabled or disabled.

-App <string> A value that represents the application name.

-AppID <string> A value that represents the application ID.

-AuthMode <DeepnetAuthModearrow-up-right> Authentication mode which defines the type of user for which a token will be created. Possible values: MandatoryForAllUsers, CreateTokenForDomainAuthenticatedUsers, UsersWithDeepnetAcc

-DeepnetAgent <string> A value that represents the name of Deepnet Agent.

-DefaultDomain <string> A value that represents the Default Domain.

-SSL <bool> Whether SSL is allowed or not.

-DeepnetServer <string> The server of the second level authentication provider.

-DeepnetPort <uint> The port number of the second level authentication provider.

-TokenType <TokenTypearrow-up-right> Token Type (Mobile ID or Quick ID). Possible values: MobileID, QuickID

-Radius <SwitchParameter> Radius SwitchParameter

-RadiusType <RadiusTypearrow-up-right> RADIUS Type Possible values: Radius, AzureRadius, DuoRadius, FortiRadius, TekRadius

-RadiusServer <string> The server of the second level authentication provider.

-RadiusPort <uint> The port number of the second level authentication provider.

-PasswordEncoding <PasswordEncodingarrow-up-right> The type of password encoding to be used. Possible values: PAP, CHAP

-Retries <uint> Number of retries.

-Timeout <uint> Connection timeout (in seconds).

-DisplayName <string> RADIUS type name.

-UsernameOnly <bool> Specifies if forwarding of only the Username to RADIUS Server is enabled or not.

-ForwardFirstPwdToAD <bool> Specifies if forwarding of first password to Windows authentication provider is enabled or not.

-BackupServer <string> The backup server of the second level authentication provider.

-HAMode <HAModearrow-up-right> The type of high availability mode to be used. Possible values: Parallel, Serial

-SecretKey <SecureString> RADIUS setting. The secret key.

-Safenet <SwitchParameter> Safenet SwitchParameter

-SafenetAuthMode <SafeNetAuthModearrow-up-right> SafeNet Authentication Mode Possible values: MandatoryForAllUsers, CreateTokenForDomainAuthenticatedUsers, UsersWithSafeNetAcc

-OTPServiceURL <string> OTP Service URL

-UserRepository <string> A value representing User Store

-TMSWebApiURL <string> The URL of the web service

-TOTP <SwitchParameter> TOTP SwitchParameter

-TOTPType <TOTPTypearrow-up-right> TOTP Type Possible values: GAuthTOTP, TOTP, MicrosoftTOTP

-UserEnrollment <UserEnrollmentarrow-up-right> Use of Enrollment Possible values: Allow, AllowUntil, DoNotAllow

-ShowInformationForUnenrolledUsers <ShowInformationForUnenrolledUsers> Show information for unenrolled users Possible values: Always, IfEnrollmentIsAllowed, Never

-UntilDateTime <DateTime> Allow User Enrollment until date/time

-Tolerance <uint> TOTP tolerance in seconds. Accepted values are 0 (None), 30, 60, 90 and 120

<CommonParameters>

INPUTS

-none-

OUTPUTS

MFAarrow-up-right

EXAMPLES

---------- EXAMPLE 1 ---------- New-RASMFA "MFA" Creates a new Multi Factor Authentication with the specified name.

Last updated