Get-UserLockServer
Gets the UserLockServer object.
Gets the UserLockServer object.
Get-UserLockServer [-UserLockServerName <string>][<CommonParameters>]The Get-UserLockServer cmdlet gets the UserLockServer object connected to the server passed by parameter (localhost if there is no parameter). 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 | '.' |
For more information about common parameters, type "Get-Help about_commonparameters".
None
ISDecisions.UserLockLibrary.UserLockServer
You can also refer to Get-UserLockServer by its alias, "gulsrv". For more information, see about_Aliases. You should have some UserLock administrative access right, otherwise you will have no UserLock server reliable object.
Get-UserLockServerGets the UserLockServer object of the localhost UserLock server.
Get-UserLockServer -UserLockServerName 'MyUlSrv'Gets the UserLockServer object of the 'MyUlSrv' UserLock server.
Get-UserLockServerConfiguration