Remove-RAS2FAExcludeGWIPList

NAME

Remove-RAS2FAExcludeGWIPList

SYNOPSIS

Removes an entry from a Gateway IP filter.

SYNTAX

Remove-RAS2FAExcludeGWIPList [-IP] <string> [-SiteId <uint>] [<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

-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-RAS2FAExcludeGWIPList -Ip 1.1.1.1

Removes the specified IP from the exclude gateway IP list.

RELATED LINKS