Restart Needed - Triggered by a BES Action
Log In or Register to download the BES file, and more.

0 Votes

Description

The listed computers have pending operations that are waiting for a restart. This Fixlet message will only become relevant if the computer is in a pending restart state triggered by a BES action.

To see all computers that are in the pending restart state, or to see computers in a pending restart state that was not triggered by a BES action, please see the following Fixlet messages:

Note: When running the action below, you should pay careful attention to the action deployment options in order to avoid restarting the computer at inappropriate times.

Note: Click here for more information on how the 'pending restart' status and its trigger are determined.

Note: This Fixlet message will only become relevant on computers with a BES Client version of BES 6.0 or higher.


Property Details

ID588
TitleRestart Needed - Triggered by a BES Action
CategoryComputer Support
Download Size0
SourceBigFix
Source ID<Unspecified>
Source SeverityModerate
KeywordsBES computers SPAN SCRIPT isEvansOrLater
Added by on 10/17/2012 1:16:19 PM
Last Modified by on 10/17/2012 1:16:19 PM
Counters 8457 Views / 22 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 93 fixlets and 2 analyses   * Results in a true/false
Show indented relevance
version of client >= "6.0"
Used in 4 fixlets and 7 analyses   * Results in a true/false
Show indented relevance
pending restart
Used in 1 fixlet   * Results in a true/false
Show indented relevance
if(name of operating system starts with "Win") then((exists key "HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\EnterpriseClient\BESPendingRestart" of it AND exists value "BESPendingRestart" of key "HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\EnterpriseClient\BESPendingRestart" of it) of registry OR (exists key "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce" of it AND exists value "BESPendingRestart" of key "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce" of it) of registry) else (true)

Actions

Action 1

Action Link Click here to target the computers to be restarted and set additional deployment options.
Script Type BigFix Action Script
// Only check for action lock state on windows machines
if {name of operating system starts with "Win"}
// only run this action on computers that are not locked
continue if {not locked of action lock state}
endif
action requires restart
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!