Restart BES Clients
| 0 Votes |
Description
| The listed computers have the setting "RestartBESClient" set to "yes", which indicates that you would like to force a restart of the BES Client application on these computers. You can restart the BES Clients using the action below: Important Note: The BES Clients will be temporarily unable to report the final status of the action because they will stop running before the action completes. Instead, the BES Clients will stop responding and the action status will report back as 'Evaluating', 'Failed', or 'Running'.
|
Property Details
| 502 | |
| Restart BES Clients | |
| Optional | |
| 0 | |
| BigFix | |
| <Unspecified> | |
| Low | |
| 5/21/2003 12:00:00 AM | |
| BES Clients TABLE TBODY Restart | |
| besSupport on 10/17/2012 1:15:57 PM | |
| danielheth on 10/17/2012 1:15:57 PM | |
| 6702 Views / 6 Downloads | |
* Average over 0 ratings.
** Log In or Register to add your rating.
|
Relevance
| Used in 223 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"
| Used in 24 fixlets | * Results in a true/false |
((if (version of client >= "8.0") then (windows of it) else (name of it starts with "Win")) AND platform id of it != 3) of operating system
| Used in 1 fixlet | * Results in a true/false |
exists setting "RestartBESClient" of client
| Used in 1 fixlet | * Results in a true/false |
value of setting "RestartBESClient" of client as lowercase = "yes"
| Used in 1 fixlet | * Results in a true/false |
(name of operating system = "Win2000") OR (name of operating system = "WinNT") OR (name of operating system = "WinXP") OR (name of operating system = "WinXPe")
Actions
Action 1
Action Link Click
here to restart the BES Client on the computers selected below.
Script Type
BigFix Action Script
delete __appendfile
delete __createfile
delete clientRestart.bat
delete clientRegReset.reg
appendfile @echo off
appendfile echo Your administrator is restarting the BES Client... Please Wait...
appendfile net stop BESClient
appendfile net start BESClient
createfile until end-reg-edit-command
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\EnterpriseClient\Settings\Client\RestartBESClient]
"value"="no"
end-reg-edit-command
move __createfile clientRegReset.reg
appendfile regedit /s clientRegReset.reg
copy __appendfile clientRestart.bat
run clientRestart.bat
Success Criteria
This action will be considered successful when the applicability relevance evaluates to false.
Sharing
| Social Media: |

