Remove-2FAExcludeGWIPList

NAME

Remove-2FAExcludeGWIPList

SYNOPSIS

Removes an entry from a Gateway IP filter.

SYNTAX

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

DESCRIPTION

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

Remove-2FAExcludeGWIPList -Ip 1.1.1.1

Removes the specified IP from the exclude gateway IP list.

RELATED LINKS