BES Component Versions
Log In or Register to download the BES file, and more.

0 Votes

Description

This analysis contains information about the different BES component versions. This information is particularly useful after performing BES upgrades.

After activating this analysis, you will see the following properties:

  • BES Client Version
  • BES Relay Version
  • BES Console Version
  • BES Server Version
  • BES API Version
  • BES Web Reports Version


Property Details

ID21
TitleBES Component Versions
KeywordsBES Version TABLE TBODY Client
Added by on 10/17/2012 1:16:35 PM
Last Modified by on 10/17/2012 1:16:35 PM
Counters 8851 Views / 40 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.

Properties

BES Client Version
Period Every Report
 
  * Results in a "string"/number
Show indented relevance
version of client
BES Relay Version
Period Every Report
 
  * Results in a "string"/number
Show indented relevance
if (exists true whose(if true then(exists relay service)else false)) then (if (version of client >= "8.0") then (version of relay service as string) else (version of file ((if (character 0 of it = "%22") then (substring between "%22" of it) else it) of image path of relay service) as string)) else "Not Installed"
BES Console Version
Period Every Report
 
  * Results in a "string"/number
Show indented relevance
if (exists true whose(if true then(name of operating system starts with "Win" AND exists regapp "BESConsole.exe")else false)) then version of regapp "BESConsole.exe" as string else "Not Installed"
BES Server Version
Period Every Report
 
  * Results in a "string"/number
Show indented relevance
if (exists true whose(if true then(exists main gather service)else false)) then (if (version of client >= "8.0") then (version of main gather service as string) else (version of file ((if (character 0 of it = "%22") then (substring between "%22" of it) else it) of image path of main gather service) as string)) else "Not Installed"
BES API Version
Period Every Report
 
  * Results in a "string"/number
Show indented relevance
if (exists true whose(if true then(exists key "HKLM\SOFTWARE\BigFix\BESAPI\Paths" of registry)else false)) then version of file (value "base" of key "HKLM\SOFTWARE\BigFix\BESAPI\Paths" of registry as string & "BESAPI.dll") as string else "Not Installed"
BES Web Reports Version
Period Every Report
 
  * Results in a "string"/number
Show indented relevance
if (exists true whose(if true then(exists service "BESWebReportsServer")else false)) then (if (version of client >= "8.0") then (version of service "BESWebReportsServer" as string) else (version of file ((if (character 0 of it = "%22") then (substring between "%22" of it) else it) of image path of service "BESWebReportsServer") as string)) else "Not Installed"

Relevance

Used in 95 fixlets and 101 analyses   * Results in a true/false
Show indented relevance
true
Used in 92 fixlets and 24 analyses   * Results in a true/false
Show indented relevance
version of client >= "5.1"

Sharing

Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!