Returns a list of SystoLock services.
Get-SystoLockService [[-Domain] <String>] [[-Site] <String>] [-Timeout <Int32>]
[-ProgressAction <ActionPreference>] [<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
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
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.