Get-RAS2FAExcludeMACList

NAME

Get-RAS2FAExcludeMACList

SYNOPSIS

Retrieves the MAC address filter.

SYNTAX

Get-RAS2FAExcludeMACList [-SiteId <uint>] [<CommonParameters>]

DESCRIPTION

Retrieves the MAC address filter.

PARAMETERS


-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

String[]

EXAMPLES


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

Get-RAS2FAExcludeMACList

Retrieves the excluded client MAC list

RELATED LINKS