Set-RASMFARadiusAutoCondition
NAME
Set-RASMFARadiusAutoCondition
SYNOPSIS
Modifies automation settings to Radius provider settings based on Id.
SYNTAX
Set-RASMFARadiusAutoCondition [AutoConditionId] (uint) [Id] (uint) [-AutoIds (uint[])] [Enabled (bool)] [-Patterns (string[])] [-Priority {Up | Down}] [(CommonParameters)]
Set-RASMFARadiusAutoCondition [-InputObject] (MFA) [-AutoIds (uint[])] [Enabled (bool)] [-Patterns (string[])] [-Priority {Up | Down}] [(CommonParameters)]
Set-RASMFARadiusAutoCondition [Name] (string) [[-SiteId] (uint)] [-AutoIds (uint[])] [Enabled (bool)] [-Patterns (string[])] [-Priority {Up | Down}] [(CommonParameters)]
DESCRIPTION
Modifies automation settings to Radius provider settings based on Id.
PARAMETERS
AutoConditionId (uint)
The ID of Radius Auto Condition to modify. To update the Default pass AutoConditionId as 0.
Enabled (bool)
Whether the RADIUS Automation is enabled/disabled. Not Available for Default.
AutoIds (uint[])
RADIUS Automation Ids.
Patterns (string[])
RADIUS Automation Condition Patterns. Not Available for Default.
Priority (MoveDirection)
The direction to move the Radius Automation : Up or Down (changes the priority of the Radius Automation Condition accordingly). Not Available for Default.
Possible values: Up, Down
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
OUTPUTS
-none-
EXAMPLES
---------- EXAMPLE 1 ----------
Set-RASMFARadiusAutoCondition -Id 1 -RadiusAutoConditionId 2 -Pattern "newPattern*"
Modifies entry of the Radius automation condition item at Id 2 with new Pattern within MFA with Id 1.
RELATED LINKS
Last updated