Invoke-RASTestDetectClientIP
NAME
Invoke-RASTestDetectClientIP
SYNOPSIS
Tests a URL that leads to a client IP detection service.
SYNTAX
Invoke-RASTestDetectClientIP -Private (SwitchParameter) -ThemeId (uint) [(CommonParameters)]
Invoke-RASTestDetectClientIP -Public (SwitchParameter) -ThemeId (uint) [(CommonParameters)]
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.
If Service URL is not specified, parallels detection mode will be used.
ThemeId (uint)
Theme Id
The parallels detection mode will be used if Client IP detection is Disabled, set to Parallels, or set to Custom with an empty custom URL
The command does not execute if the private service URL is not specified.
Private (SwitchParameter)
Private SwitchParameter.
Public (SwitchParameter)
Public SwitchParameter.
(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