Enable logging for BES Client Helper Service
| 0 Votes |
Versioning - This is the latest version.
| 1 | Enable logging for BES Client Helper Service | 3/12/2013 11:17:24 AM |
| 2 | Enable logging for BES Client Helper Service | 8/16/2013 3:31:09 PM |
Description
Property Details
| 2567 | |
| Alpha - Code that was just developed | |
| Enable logging for BES Client Helper Service | |
| BESC | |
| Support | |
| 0 | |
| Internal | |
| jgstew | |
| 3/12/2013 12:00:00 AM | |
| Support, BES Client Helper Service | |
| True | |
| jgstew on 8/16/2013 3:31:09 PM | |
| jgstew on 8/16/2013 3:31:09 PM | |
| 9777 Views / 9 Downloads | |
* Average over 0 ratings.
** Log In or Register to add your rating.
|
Relevance
name of operating system as lowercase starts with "win"
exists service "BESClientHelper"
| Used in 1 fixlet | * Results in a true/false |
exists key "HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\BESClientHelper" of registry
| Used in 1 fixlet | * Results in a true/false |
not exists key "HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\BESClientHelper" whose(exists value "ServiceInstallationParameters" of it AND (value "ServiceInstallationParameters" of it as string contains "-l")) of registry
Actions
Action 1 (default)
Action Link Click
here to deploy this action.
Script Type
BigFix Action Script
regset "[HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\BESClientHelper]" "ServiceInstallationParameters"="-l"Success Criteria
// The following is to restart the BESClientHelper Service
parameter "ServiceName" = "BESClientHelper"
continue if {exists service whose (service name of it as lowercase = (parameter "ServiceName" of action as lowercase) OR display name of it as lowercase = (parameter "ServiceName" of action as lowercase))}
continue if {exists parameter "ServiceName" whose (it as lowercase != "besclient" AND it as lowercase != "bes client") of action}
delete __appendfile
delete netquiet.bat
appendfile @ECHO OFF
appendfile start "" /min /b net %1 %2 /y > NUL 2> NUL
move __appendfile netquiet.bat
waithidden "{pathname of client folder of site "BESSupport" & "\RunQuiet.exe"}" netquiet.bat stop "{parameter "ServiceName" of action}"
waithidden "{pathname of client folder of site "BESSupport" & "\RunQuiet.exe"}" netquiet.bat start "{parameter "ServiceName" of action}"
delete netquiet.bat
This action will be considered successful when the applicability relevance evaluates to false.
Sharing
| Social Media: |

