(imported comment written by BenKus)
Here are the client settings that control the Client UI history:
History
Potential history modes:
“None”: The history option is not enabled, and no action history will be displayed.
“UI”: The history option is enabled, but the user will only be able to see actions that displayed UI.
“NonTrivial”: The history option is enabled, but the user will not be able to see some actions that are marked as “trivial” (this includes subscription and settings actions).
“All”: The history option is enabled, and will display every action that runs on the machine.
“_BESClient_ActionManager_HistoryModeUser”
Default = “UI”.
This is the history mode displayed to a normal user of the UI. If this and the “Technician” mode are both set to “none”, the Client will not record history information.
“_BESClient_ActionManager_HistoryModeTech”
Default = “All”.
This is the history mode displayed to a “Technician” user of the UI. If this and the “User” mode are both set to “none”, the Client will not record history information.
“_BESClient_ActionManager_HistoryDisplayDaysUser”
Default = 30
This setting controls the maximum amount of history information the client will send to the UI, if history is enabled.
“_BESClient_ActionManager_HistoryDisplayDaysTech”
Default = 30
This setting controls the maximum amount of history information the client will send to the UI when the UI is operating in “Technician” mode, if history is enabled.
Ben