Get-RAS2FARadiusAutomation

NAME

Get-RAS2FARadiusAutomation

SYNOPSIS

Retrieves automation settings from Radius provider settings.

SYNTAX

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

DESCRIPTION

Retrieves 2nd level authentication Radius attributes.

PARAMETERS


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

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

RadiusAutoInfo[]

EXAMPLES


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

Get-RAS2FARadiusAutomation

Retrieves the Radius automation list.

---------- EXAMPLE 2 ----------

Get-RAS2FARadiusAutomation -Id 1

Retrieves the Radius automation with Id 1 from the Licensing site. [Radius Setting]

RELATED LINKS