LastLogonWMIEnabled
FlexNet Manager Suite ()
Command line | Registry
When the FlexNet Inventory Agent collects inventory, it attempts to identify the name of the user currently logged on to the device being inventoried. When this information cannot be retrieved, no UserName
is reported for the logged-on user.
To improve user identification, the LastLogonWMIEnabled
preference (enabled by default) allows the agent to attempt collecting details of the last logged-on user using an alternative WMI class.
This preference only applies to Windows devices. It requires the Windows device to be a member of a domain and have access to the domain controller. The information is collected as WMI evidence through the Win32_NetworkLoginProfile
class.
This preference is ignored on UNIX-like platforms.
Values
| **Values / range** | Boolean \(`True` or `False`\). | | **Default value** | `TRUE` when machine-based inventory is performed | | **Example value** | ``` False ``` |
Command line
| **Tool** | Inventory component \(`ndtrack`\) | | **Example** | ``` -o LastLogonWMIEnabled=False ``` |
Registry
| **Installed by** | Manual configuration | | **Computer preference** | `[Registry]\ManageSoft\Tracker\CurrentVersion` |
2025 R1.1Parent topic:Preferences