user
This object represents a computer user, with a slightly different meaning that depends on the OS.
- On Windows, it can represent local and domain users computer, but not Entra ID users.
- On Linux, it represents a user in the context of an active session. If a user is currently logged-in from multiple terminals, there are just as many active user sessions and each will be represented by a different user object.
| Version | Platforms |
|---|---|
| 8.0.584.0 | AIX, HP-UX, Mac, Red Hat, SUSE, Solaris |
| 8.1.535.0 | Debian, Ubuntu, Windows |
Creation
Returns the active, local user, if logged on. Otherwise does not exist.
- Q: name of current user
- A: greenb
| Version | Platforms |
|---|---|
| 8.0.584.0 | AIX, HP-UX, Red Hat, SUSE, Solaris |
| 8.1.535.0 | Debian, Ubuntu |
| 9.5.13.130 | Raspbian |
Returns all local user objects.
On Unix/Linux platform with Bigfix client version below 9.5, this returns only logged-on users. Since 9.5, this returns all local users, logged in or not.
| Version | Platforms |
|---|---|
| 8.1.535.0 | Mac, Windows |
| 9.5.0.311 | AIX, Debian, Red Hat, SUSE, Solaris, Ubuntu |
Returns the local user object specified by the name <string>.
On Unix/Linux platform with Bigfix client version below 9.5, this returns only logged-on users. Since 9.5, this returns all local users, logged in or not.
| Version | Platforms |
|---|---|
| 8.1.535.0 | Windows |
| 8.2.1078.0 | AIX, Debian, HP-UX, Red Hat, SUSE, Solaris, Ubuntu |
| 9.0.586.0 | Mac |
| 9.5.13.130 | Raspbian |
Returns a user object from a 'logged on' user. This is for Active Directory expressions to bridge the gaps between user types. This retains the domain information of the logged on user within the user object where other user types might not.
| Version | Platforms |
|---|---|
| 8.1.535.0 | Mac, Windows |
| 8.2.1078.0 | AIX, Debian, HP-UX, Red Hat, SUSE, Solaris, Ubuntu |
| 9.5.13.130 | Raspbian |
Properties
Returns an <active directory local user> object from the specified logged-on user object. This bridges the gaps between user types when using Active Directory inspectors. It retains the domain information of the logged-on user within the user object where other user types might not.
| Version | Platforms |
|---|---|
| 8.1.535.0 | Mac, Windows |
Returns the comments associated with this user's account.