Start BES Client Logging Service
Log In or Register to download the BES file, and more.

0 Votes

Description

The BES Client Logging Service is required for real-time logging, but it is not started. Use the below action to start the BES Client Logging Service.

The following BigFix Extensions require the BES Client Logging Service:

  • AntiPest 2
  • AntiVirus
  • DLP
  • Firewall
  • Power Management (on 7.2 clients)

 


Property Details

ID353
TitleStart BES Client Logging Service
CategorySupport
Download Size0
SourceBigFix
Source ID<Unspecified>
Source SeverityImportant
KeywordsBES Client Logging Service TABLE
Added by on 10/17/2012 1:15:11 PM
Last Modified by on 10/17/2012 1:15:11 PM
Counters 5695 Views / 1 Download
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 0 ratings. ** Log In or Register to add your rating.

Relevance

Used in 257 fixlets and 9 analyses   * Results in a true/false
Show indented relevance
name of operating system as lowercase starts with "win"
Used in 17 fixlets   * Results in a true/false
Show indented relevance
version of client >= "6"
Used in 1 fixlet   * Results in a true/false
Show indented relevance
(exists service "BESClientLoggingService" and not exists running service "BESClientLoggingService")
Used in 1 fixlet   * Results in a true/false
Show indented relevance
(((exists key "HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\DLP" whose (exists folder (values "installedPath" of it as string) whose (exists file "BESLeakProofCTRL.exe" whose (version of it >= "1.1.0.17") of it)) of registry))) OR ((exist regapp "BigFixAntiPest.exe" whose (version of it >= "0.9.0.34"))) OR ((if (exists key "HKEY_LOCAL_MACHINE\SOFTWARE\ComputerAssociates\eTrustAntivirus\CurrentVersion\Path" whose (exists value "HOME" of it) of registry) then (exists file ((value "HOME" of key "HKEY_LOCAL_MACHINE\SOFTWARE\ComputerAssociates\eTrustAntivirus\CurrentVersion\Path" of registry as string) & "\InoOEM.dll") whose (version of it = "7.1")) else (false)) AND (exists key "HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\AntiVirus" of registry)) OR ((exists key "HKEY_LOCAL_MACHINE\SOFTWARE\CA\HIPSEngine\Products\BigFixFW" whose (exists value "UninstallCmdLine" of it) of registry)) OR (((exists setting "PowerManagement_PowerTrackingEnabled" whose (value of it = "1" or value of it = "2") of client)) AND NOT ((((name of operating system starts with "Win") AND (version of client >= "8") ) AND (exists setting "_BESClient_PowerHistory_EnablePowerHistory" whose (exists value whose (it = "1") of it) of client))))

Actions

Action 1 (default)

Action Link Click here to restart the BES Client Logging Service.
Script Type BigFix Action Script
//restart the BESClientLoggingService
delete __appendfile
delete __netquiet.bat
appendfile start "" /min /b net start BESClientLoggingService > NUL 2> NUL
move __appendfile netquiet.bat
waithidden netquiet.bat
delete netquiet.bat
Success Criteria

This action will be considered successful when the applicability relevance evaluates to false.


Sharing

Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!