BES Client Setting: Client UI Minimum Analysis Interval
0 Votes |
Description
The BES Client's Minimum Analysis Interval setting controls how frequently the BES Client evaluates action progress information and updates the BES Client UI with new information. Raising the Minimum Analysis Interval will cause the BES Client UI progress information to update slower but will allow the BES Client to report information on Fixlets, Properties and Actions to the BES Console faster.
The BES Client UI is only displayed if their are offers available to the end user or if the BES Client UI is set to be "always on". Action messages and pop-up windows for end users, like restart requests, are not affected by the Minimum Analysis Interval.
Note: It is strongly recommended that you increase the Minimum Analysis Interval to increase the responsiveness of BES Clients. If you are not using the main BES Client UI features or Offers, there is no down side to raising this value.
Property Details
228 | |
BES Client Setting: Client UI Minimum Analysis Interval | |
BES Client Setting | |
0 | |
BigFix | |
<Unspecified> | |
<Unspecified> | |
BES Client Minimum Interval information | |
besSupport on 10/17/2012 1:14:36 PM | |
danielheth on 10/17/2012 1:14:36 PM | |
6192 Views / 12 Downloads | |
![]() ![]() ![]() ![]() ![]() |
Relevance
Used in 221 fixlets | * Results in a true/false |

(if exists property "in proxy agent context" then ( not in proxy agent context ) else true )

version of client >= "5.1"
Actions
Action 1
Action Link Click
here to increase the Minimum Analysis Interval if you are not using the Offers feature. (Recommended)
Script Type
BigFix Action Script
setting "_BESClient_Report_MinimumAnalysisInterval"="300" on "{parameter "action issue date" of action}" for client
Success Criteria
This action will be considered successful when the applicability relevance evaluates to false.
Action 2
Action Link Click
here to increase the Minimum Analysis Interval if you are using the Offers feature. (Recommended)
Script Type
BigFix Action Script
setting "_BESClient_Report_MinimumAnalysisInterval"="30" on "{parameter "action issue date" of action}" for client
Success Criteria
This action will be considered successful when the applicability relevance evaluates to false.
Action 3
Action Link Click
here to set the Minimum Analysis Interval to the default value.
Script Type
BigFix Action Script
// 7.0 - 7.2.1.357 BES Client default is 5
// >7.2.1.357 BES Client default is 60
delete __appendfile
delete temp.reg
appendfile REGEDIT4
appendfile [-HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\EnterpriseClient\Settings\Client\_BESClient_Report_MinimumAnalysisInterval]
move __appendfile temp.reg
wait regedit -s temp.reg
Success Criteria
This action will be considered successful when the applicability relevance evaluates to false.
Sharing
Social Media: |