Gets SystoLOCK server run-time properties.
Get-SystoLockServerProperties [-HostName] <String> [[-Protocol] <String>] [-Timeout <Int32>] [<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
Optional parameter that specifies protocol to use.
It can be ether TCP or HTTPS.
Type: String
Parameter Sets: (All)
Aliases:
Accepted values: tcp, https, net.tcp
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.
Contains server properties information.
AgreementKey: an agreement key.
Capabilities: server capabilities.
Certificates: server certificate.
CurrentTime: current time on the server.
DomainIdentifier: domain identifier.
FcmSenderIdentifier: uniq FCM sender identifier.
FeatureCountdown: the feature countdown.
InstanceIdentifier: instance uniq GUID identifier.
LicenseInformation: server license information.
Uptime: server uptime.
Version: service version.