Restart BES Clients
Log In or Register to download the BES file, and more.

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

ID502
TitleRestart BES Clients
CategoryOptional
Download Size0
SourceBigFix
Source ID<Unspecified>
Source SeverityLow
Source Release Date5/21/2003 12:00:00 AM
KeywordsBES Clients TABLE TBODY Restart
Added by on 10/17/2012 1:15:57 PM
Last Modified by on 10/17/2012 1:15:57 PM
Counters 6702 Views / 6 Downloads
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 223 fixlets   * Results in a true/false
Show indented relevance
(if exists property "in proxy agent context" then ( not in proxy agent context ) else true )
Used in 92 fixlets and 24 analyses   * Results in a true/false
Show indented relevance
version of client >= "5.1"
Used in 24 fixlets   * Results in a true/false
Show indented relevance
((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
Show indented relevance
exists setting "RestartBESClient" of client
Used in 1 fixlet   * Results in a true/false
Show indented relevance
value of setting "RestartBESClient" of client as lowercase = "yes"
Used in 1 fixlet   * Results in a true/false
Show indented relevance
(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:
Share this page on Yammer

Comments

Log In or Register to leave comments!