Remove-2FAExcludeMACList

NAME

Remove-2FAExcludeMACList

SYNOPSIS

Removes an entry from the MAC address filter.

SYNTAX

Remove-2FAExcludeMACList [-MACAddress] <string> [<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

<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-2FAExcludeMACList -MACAddress 52-1B-FC-DB-27-22

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

RELATED LINKS