Returns a list of SystoLOCK services.
Get-SystoLockService [[-Domain] <String>] [[-Site] <String>] [-Timeout <Int32>] [<CommonParameters>]
The Get-SystoLockService
cmdlet returns a list of SystoLOCK services in the specified domain and site.
Get-SystoLockService
Returns a list of SystoLOCK services in current domain and default site.
Get-SystoLockService -Site Site001 -Domain 'company.com'
Returns a list of SystoLOCK services in specified domain and site.
Specifies domain name (optional).
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: .
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Specifies site name (optional).
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 0
Default value: .
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 domain name (optional).
Specifies site name (optional).
Represents the SystoLOCK service information.
Int32 Priority: Service instance priority.
String Site: Active Directory site name the service instance resides in.
TimeSpan Uptime: SystoLOCK service uptime.
String Url: SystoLOCK service URL.
Version Version: SystoLOCK service version.
Int32 Weight: Service instance weight.
The current domain is used if no domain is specified.
A default site is used if no site is specified.