Gets SystoLock server run-time properties.
Get-SystoLockServerProperties [-HostName] <String> [[-Protocol] <String>] [-Timeout <Int32>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
The Get-SystoLockServerProperties cmdlet returns SystoLock run-time information such as uptime and license status.
Get-SystoLockServerProperties sl01.local
Returns run-time information from a SystoLock server running on host
Specifies the computer name to query properties from.
Type: String
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
Optional parameter that specifies protocol to use.
It can be ether TCP or HTTPS.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: Net.tcp
Accept pipeline input: True (ByPropertyName)
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 the computer name to query properties from.
Optional parameter that specifies protocol to use.
It can be ether TCP or HTTPS.