UserLock Documentation
UserLock Documentation
You are here: Reference > UserLock PowerShell > Cmdlet Help > Get-UserLockServerConfiguration

Get-UserLockServerConfiguration Cmdlet

Synopsis

Gets the configuration of the UserLock server.

Syntax

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

Get-UserLockServerConfiguration -UserLockServerName 'MyUlSrv'

Gets the configuration of the 'MyUlSrv' UserLock server.

Example 2

Get-UserLockServerConfiguration -Property 'ServerType'

Gets the ServerType property of the localhost UserLock server.

Related Links

Set-UserLockServerConfiguration

Get-UserLockAgentDistributionConfiguration

Get-UserLockCommand