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.
<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.
RELATED LINKS
-none-
Last updated