Bit9 Info
Log In or Register to download the BES file, and more.

0 Votes

Description

This analysis is designed to return the state of the Bit9 Parity server and the version of Bit9 installed.

Property Details

ID2994545
StatusProduction - Fully Tested and Ready for Production
TitleBit9 Info
DomainBESC
KeywordsBit 9 service version
Added by on 7/8/2013 1:50:02 PM
Last Modified by on 7/8/2013 1:50:02 PM
Counters 5715 Views / 9 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 1 rating. ** Log In or Register to add your rating.

Properties

Bit9 Version
Period 30 minutes
 
  * Results in a true/false
Show indented relevance
((if (exists value "ParityAgentVersion" of it) then (value "ParityAgentVersion" of it as string) else ("<none>")) & "." & (if (exists value "ParityAgentBuild" of it) then (value "ParityAgentBuild" of it as string) else ("<none>"))) of key "HKEY_LOCAL_MACHINE\SOFTWARE\BigFix" of registry as version
Bit( Service Info
Period 30 minutes
 
  * Results in a true/false
Show indented relevance
if(exists service "Parity") then (state of service "Parity") else ("Bit9 Service Not Found")

Relevance

Used in 94 fixlets and 101 analyses   * Results in a true/false
Show indented relevance
true

Sharing

Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!
ctangora -
The Registry needs to be changed to from BigFix to "Bit9\Parity Agent".