Get-UserLockServerConfiguration

Gets the configuration of the UserLock server.

Published May 31, 2025

Synopsis

Gets the configuration of the UserLock server.

Syntax

powershell
Get-UserLockServerConfiguration [-UserLockServerName <string>] [-Property <string>][<CommonParameters>]

Description

The Get-UserLockServerConfiguration cmdlet gets the configuration of the UserLock server. Caution: PowerShell 3.0 is required.

Parameters

-UserLockServerName <string>

Specifies the name of the UserLock server. The default is the localhost name.

Required

false

Position

named

Accepts pipeline input

false

Accepts wildcard characters

false

Default Value

'.'

-Property <string>

Specifies the name of the property to get.

Required

false

Position

named

Accepts pipeline input

false

Accepts wildcard characters

false

<CommonParameters>

For more information about common parameters, type "Get-Help about_commonparameters".

Input Type

None

Return Type

ISDecisions.UserLockLibrary.ServerProperties

Notes

You can also refer to Get-UserLockServerConfiguration by its alias, "gulsc". For more information, see about_Aliases. To use Get-UserLockServerConfiguration, you must have the "Server properties" UserLock administrative access right.

Examples

Example 1

powershell
Get-UserLockServerConfiguration -UserLockServerName 'MyUlSrv'

Gets the configuration of the 'MyUlSrv' UserLock server.

Example 2

powershell
Get-UserLockServerConfiguration -Property 'ServerType'

Gets the ServerType property of the localhost UserLock server.

Set-UserLockServerConfiguration

Get-UserLockAgentDistributionConfiguration

Get-UserLockCommand