Tests a SystoLock service presence.
Test-SystoLockService [-Address] <ServiceAddress> [-Timeout <Int32>] [-ProgressAction <ActionPreference>]
[<CommonParameters>]
Tests and returns a SystoLock service latency, uptime and version.
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
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
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.