Get-UserLockReportedComputer
Gets the computers reported in UserLock server.
Gets the computers reported in UserLock server.
Get-UserLockReportedComputer [-Name <string[]>] [-OnlyWorkstation] [-UserLockServerName <string>][<CommonParameters>]The Get-UserLockReportedComputer cmdlet gets the computers reported in UserLock server, this computer object represents a computer with all the interactive sessions opened on it. Caution: PowerShell 3.0 is required.
Gets information only about the computers with the specified name. The String represents all or part of the name of the computer. Wildcards are permitted.
Required | false |
Position | 1 |
Accepts pipeline input | true (ByValue, ByPropertyName) |
Accepts wildcard characters | true |
Returns only workstation computers (server computers will not be returned). By default, workstation and server computers are returned.
Required | false |
Position | named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
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.ReportedMachine
You can also refer to Get-UserLockReportedComputer by its alias, "gulrc". For more information, see about_Aliases. To use Get-UserLockReportedComputer, you must have the "User sessions" UserLock administrative access right.
Get-UserLockReportedComputerGets all the reported computers registered in UserLock.
Get-UserLockReportedComputer -OnlyWorkstation -UserLockServerName MyUlSrvGets all the reported workstation (not servers) computers registered in the 'MyUlSrv' UserLock server.
Get-UserLockReportedComputer *TMP*Gets all the reported computers (workstations and servers) which name contains the 'TMP' string.