Add-RAS2FAExcludeMACList

NAME

Add-RAS2FAExcludeMACList

SYNOPSIS

Adds an entry to the MAC address filter.

SYNTAX

Add-RAS2FAExcludeMACList [-MACAddress] <string> [-SiteId <uint>] [<CommonParameters>]

DESCRIPTION

Adds an entry to the MAC address filter.

PARAMETERS


-MACAddress <string>
A string value representing a MAC address.

        Required?                    true
        Position?                    0
        Default value                
        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-RAS2FAExcludeMACList -MACAddress 52-1B-FC-DB-27-22

Adds the specified MAC address to the excluded client MAC list.

RELATED LINKS