Invoke-RASTestDetectClientIP
NAME
Invoke-RASTestDetectClientIP
SYNOPSIS
Tests a URL that leads to a client IP detection service.
SYNTAX
Invoke-RASTestDetectClientIP -ServiceURL <string> [<CommonParameters>]
DESCRIPTION
Tests a URL that leads to a client IP detection service. If the URL is correct and the service works as expected, the test should return the IP of the Connection Broker.
PARAMETERS
-ServiceURL <string> Service URL that leads to a client IP detection service.
        Required?                    true        Position?                    named        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 . 
INPUTS
-none-
OUTPUTS
-none-
EXAMPLES
---------- EXAMPLE 1 ---------- Invoke-RASTestDetectClientIP -ServiceURL "www.url.com" Tests the Service URL that leads to a client IP detection service.
Last updated