Tests a SystoLOCK service presence.
Test-SystoLockService [-Address] <ServiceAddress> [-Timeout <Int32>] [<CommonParameters>]
The Test-SystoLockService
returns a SystoLOCK service latency, uptime and version tests.
Test-SystoLockService -Address 'dc01.company.com:21572'
Test a service.
Test-SystoLockService -Address 'dc01.company.com'
Test a service on default port.
Get-SystoLockService | Test-SystoLockService
Pipe processing.
Specifies SystoLOCK service address.
Accepts an URL, a host name or a Service structure returned by previous Get-SystoLockService call.
Type: ServiceAddress
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
Specifies timeout (range: 1 - 30 seconds, default: 3 seconds).
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Specifies SystoLOCK service address.
Accepts an URL, a host name or a Service structure returned by previous Get-SystoLockService call.
Represents the product service response.
HostName: the name of the tested host.
RoundTripTime: service round trip time.
Uptime: the service uptime.
Version: service version.