Add-RASMFARadiusAutoCondition

NAME

Add-RASMFARadiusAutoCondition

SYNOPSIS

Adds automation condition settings to Radius provider settings.

SYNTAX

Add-RASMFARadiusAutoCondition [Id] (uint) -Patterns (string[]) [-AutoIds (uint[])] [Enabled (bool)] [(CommonParameters)]

Add-RASMFARadiusAutoCondition [-InputObject] (MFA) -Patterns (string[]) [-AutoIds (uint[])] [Enabled (bool)] [(CommonParameters)]

Add-RASMFARadiusAutoCondition [Name] (string) [[-SiteId] (uint)] -Patterns (string[]) [-AutoIds (uint[])] [Enabled (bool)] [(CommonParameters)]

DESCRIPTION

The cmdlet appends new attribute settings to existing ones.

PARAMETERS

Enabled (bool)

Whether the RADIUS Automation is enabled/disabled

AutoIds (uint[])

RADIUS Automation Ids

Patterns (string[])

RADIUS Automation Condition Patterns

Name (string)

The name of the target multi-factor authentication .

This must be the actual multi-factor authentication name used in the RAS farm.

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.

Id (uint)

The ID of the multi-factor authentication to modify. To obtain the ID, use the Get-RASMFA cmdlet.

InputObject (MFA)

The multi factor authentication to modify.

To obtain an object of type MFA, use the Get-RASMFA cmdlet.

(CommonParameters)

INPUTS

MFA

OUTPUTS

-none-

EXAMPLES

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

Add-RASMFARadiusAutoCondition -Id 1 -AutoIds 1,2 -Pattern "pattern*"

Adds a new entry to the Radius automation condition list within MFA with Id 1. [Radius Setting]

Last updated