Add-RAS2FARadiusAutomation

NAME

Add-RAS2FARadiusAutomation

SYNOPSIS

Adds automation settings to Radius provider settings.

SYNTAX

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

DESCRIPTION

The cmdlet appends new attribute settings to existing ones. All parameters are mandatory.

PARAMETERS


-Command <string>
RADIUS Automation command

        Required?                    true
        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                True
        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                Alert
        Accept pipeline input?       false
        Accept wildcard characters?  false

-Title <string>
RADIUS Automation title

        Required?                    true
        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 ----------

Add-RAS2FARadiusAutomation -SiteId 2 -Command Test -Title Test

Adds a new entry to the Radius automation list on Site 2. [Radius Setting]

RELATED LINKS