Add-2FAExcludeGWIPList

NAME

Add-2FAExcludeGWIPList

SYNOPSIS

Adds an entry to the Gateway IP filter.

SYNTAX

Add-2FAExcludeGWIPList [-IP] <string> [<CommonParameters>]

DESCRIPTION

Adds an entry to the Gateway IP filter.

PARAMETERS


-IP <string>
Value that represents the Gateway IP 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 ----------

Add-2FAExcludeGWIPList -Ip 1.1.1.1

Adds the specified IP address to the Gateway IP list. Connection to the specified IP address will be blocked.

RELATED LINKS