Is User Logged On
Returns true when the given user is logged on.
Privileges
Normal
Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| Domain | String | The name of the domain or local computer for the logged on user. | |
| User Name | String | Yes | The user name of the account to be checked. The asterisk, '*', can be used as a wild card. |
Output Parameters
| Name | Type | Description |
|---|---|---|
| Result | String | Returns True if the user is logged on, otherwise returns False. |
Example Input Parameters
| Name | Type | Required | Example |
|---|---|---|---|
|
Domain |
String |
Yes |
* |
|
User Name |
String |
Yes |
* Domain.com |
