Get-UserLockReportedUser
Gets the users reported in UserLock server.
Gets the users reported in UserLock server.
Get-UserLockReportedUser [-Name <string[]>] [-UserLockServerName <string>][<CommonParameters>]The Get-UserLockReportedUser cmdlet gets the users reported in UserLock server, this user object represents a user with all the interactive sessions he opened. Caution: PowerShell 3.0 is required.
Gets information only about the users with the specified name. The String represents all or part of the name of the user. Wildcards are permitted.
Required | false |
Position | 1 |
Accepts pipeline input | true (ByValue, ByPropertyName) |
Accepts wildcard characters | true |
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".
System.String
ISDecisions.UserLockLibrary.ReportedUser
You can also refer to Get-UserLockReportedUser by its alias, "gulru". For more information, see about_Aliases. To use Get-UserLockReportedUser, you must have the "User sessions" UserLock administrative access right.
Get-UserLockReportedUserGets all the reported users registered in UserLock.
Get-UserLockReportedUser -UserLockServerName MyUlSrvGets all the reported users registered in the 'MyUlSrv' UserLock server.
Get-UserLockReportedUser *TMP*Gets all the reported users which name contains the 'TMP' string.