Get-UserLockServerConfiguration
Gets the configuration of the UserLock server.
Gets the configuration of the UserLock server.
Get-UserLockServerConfiguration [-UserLockServerName <string>] [-Property <string>][<CommonParameters>]The Get-UserLockServerConfiguration cmdlet gets the configuration of the UserLock server. Caution: PowerShell 3.0 is required.
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 | '.' |
Specifies the name of the property to get.
Required | false |
Position | named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
For more information about common parameters, type "Get-Help about_commonparameters".
None
ISDecisions.UserLockLibrary.ServerProperties
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.
Get-UserLockServerConfiguration -UserLockServerName 'MyUlSrv'Gets the configuration of the 'MyUlSrv' UserLock server.
Get-UserLockServerConfiguration -Property 'ServerType'Gets the ServerType property of the localhost UserLock server.
Set-UserLockServerConfiguration