Get-RAS2FAExcludeIPList

NAME

Get-RAS2FAExcludeIPList

SYNOPSIS

Retrieves the IP list.

SYNTAX

Get-RAS2FAExcludeIPList [-IPType <IPVersion> {Version4 | Version6 | BothVersions}] [-SiteId <uint>] [<CommonParameters>]

DESCRIPTION

Retrieves the IP list. The type of the IP is distinguished by the IPType flag.

PARAMETERS


-IPType <IPVersion>
Represents the type of IP

Possible values: Version4, Version6, BothVersions

        Required?                    false
        Position?                    named
        Default value                Version4
        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

AllowedIPs

EXAMPLES


---------- EXAMPLE 1 ----------

Get-RAS2FAExcludeIPList -IPType Version4

Retrieves the IPv4 list of excluded client IPs.

---------- EXAMPLE 2 ----------

Get-RAS2FAExcludeIPList -IPType Version6

Retrieves the IPv6 list of excluded client IPs.

RELATED LINKS