Add Component: Registry
Log In or Register to download the BES file, and more.

0 Votes

Description

Configure BigFix Admin to monitor a specific registry key.


Property Details

ID77
TitleAdd Component: Registry
DomainBES
CategoryCommon Tasks
Download Size0
Sourcedanielheth@bigfix.me
Source ID<Unspecified>
Source Severity<Unspecified>
Source Release Date6/7/2012 12:00:00 AM
KeywordsAdd Component Registry Configure BigFix
Added by on 10/17/2012 9:31:55 AM
Last Modified by on 10/17/2012 9:37:44 AM
Counters 11423 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 4 fixlets   * Results in a true/false
Show indented relevance
exists service "BigFix Admin"

Actions

Action 1 (default)

Action Link Click here to add this component.
Script Type BigFix Action Script
action parameter query "Title" with description "Enter the Friendly Name (ex: Default Admin Cmd):" and with default value "Default Admin Cmd"
action parameter query "Category" with description "Enter the sorting category (ex: general, service or other):" and with default value "other"
action parameter query "Desc" with description "Enter a description that will be sent to clients:" and with default value "The results of this Registry Key value means..."
action parameter query "Key" with description "Enter the Key under HKEY_Local_Machine (ex: SOFTWARE\Wow6432Node\BigFix\Admin):" and with default value "SOFTWARE\Wow6432Node\BigFix\Admin"
action parameter query "Value" with description "Enter the Value name (ex: DefaultCMD):" and with default value "DefaultCMD"
action parameter query "Interval" with description "Enter the check interval in milliseconds (default: 900000 or 15min):" and with default value "900000"
regset "[HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Admin\Settings\Service {parameter "Title"}]" ""="registry"
regset "[HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Admin\Settings\Service {parameter "Title"}]" "Title"="{parameter "Title"}"
regset "[HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Admin\Settings\Service {parameter "Title"}]" "Category"="{parameter "Category"}"
regset "[HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Admin\Settings\Service {parameter "Title"}]" "Desc"="{parameter "Desc"}"
regset "[HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Admin\Settings\Service {parameter "Title"}]" "Key"="{parameter "Key"}"
regset "[HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Admin\Settings\Service {parameter "Title"}]" "Value"="{parameter "Value"}"
if {parameter "Interval" != "900000"}
    regset "[HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Admin\Settings\Service {parameter "Title"}]" "Interval"="{parameter "Interval"}"
endif
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!