Remove-RAS2FARadiusAutomation

NAME

Remove-RAS2FARadiusAutomation

SYNOPSIS

Removes attribute settings from Radius provider settings.

SYNTAX

Remove-RAS2FARadiusAutomation -Id <uint> [-RadiusType <RadiusType> {Radius | AzureRadius | DuoRadius | FortiRadius | TekRadius}] [-SiteId <uint>] [<CommonParameters>]

DESCRIPTION

The cmdlet removes attribute settings. The removal is done by specifying the Id of the automation setting.

PARAMETERS


-Id <uint>
The ID of a RADIUS Automation item to remove

        Required?                    true
        Position?                    named
        Default value                0
        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 ----------

Remove-RAS2FARadiusAutomation -Id 1

Removes the automation setting with Id 1 from the Radius automation list. [Radius Setting]

RELATED LINKS