Set-RAS2FARadiusAutomation

NAME

Set-RAS2FARadiusAutomation

SYNOPSIS

Sets automation settings to Radius provider settings.

SYNTAX

Set-RAS2FARadiusAutomation - Id <uint> [- ActionMessage <string> ] [- AutoSend <bool> ] [- Command <string> ] [- Description <string> ] [- Enabled <bool> ] [- Image < ImageType > {Alert | Message | Email | Call | Chat | Flag}] [- Priority < MoveDirection > {Up | Down}] [- RadiusType < RadiusType > {Radius | AzureRadius | DuoRadius | FortiRadius | TekRadius}] [- SiteId <uint> ] [- Title <string> ] [ < CommonParameters > ]

DESCRIPTION

The cmdlet sets automation settings. The set is done by specifying the Id of the automation setting.

PARAMETERS


- Id <uint>
The ID of a RADIUS Automation item for which to modify information

        Required?                    true
        Position?                    named
        Default value                0
        Accept pipeline input?       false
        Accept wildcard characters?  false

- AutoSend <bool>
RADIUS Automation autoSend

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

- Enabled <bool>
Whether the RADIUS Automation is enabled/disabled

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

- Image < ImageType >
RADIUS Automation image

Possible values: Alert, Message, Email, Call, Chat, Flag

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

- Command <string>
RADIUS Automation command

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

- Title <string>
RADIUS Automation title

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

- Priority < MoveDirection >
RADIUS Automation priority

Possible values: Up, Down

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

- ActionMessage <string>
RADIUS Automation action message

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

- Description <string>
RADIUS Automation description

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

- RadiusType < RadiusType >
RADIUS Type

If the parameter is omitted, the RADIUS provider will be used by default.

Possible values: Radius, AzureRadius, DuoRadius, FortiRadius, TekRadius

        Required?                    false
        Position?                    named
        Default value                Radius
        Accept pipeline input?       false
        Accept wildcard characters?  false

- SiteId <uint>
Site ID for which to obtain/modify the second level authentication settings.

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

        Required?                    false
        Position?                    named
        Default value                0
        Accept pipeline input?       false
        Accept wildcard characters?  false

< CommonParameters >
        This cmdlet supports the common parameters: Verbose, Debug,
        ErrorAction, ErrorVariable, WarningAction, WarningVariable,
        OutBuffer, PipelineVariable, and OutVariable. For more information, see 
        about_CommonParameters documentation. 

INPUTS

-none-

OUTPUTS

-none-

EXAMPLES


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

Set-RAS2FARadiusAutomation -Id 1 -Priority Up

Moves up the priority of an automation of the Radius attribute. [Radius Setting]

RELATED LINKS