Remove-RAS2FAExcludeMACList

NAME

Remove-RAS2FAExcludeMACList

SYNOPSIS

Removes an entry from the MAC address filter.

SYNTAX

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

DESCRIPTION

Removes an entry from 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 ----------

Remove-RAS2FAExcludeMACList -MACAddress 52-1B-FC-DB-27-22

Removes the specified MAC address from the excluded client MAC list.

RELATED LINKS