BigFix Console_Uninstall
Log In or Register to download the BES file, and more.

0 Votes

Description

BigFix Console_Uninstall 

Property Details

ID26993
StatusProduction - Fully Tested and Ready for Production
TitleBigFix Console_Uninstall
DomainBESC
SourceInternal
Source Release Date1/30/2023 12:00:00 AM
KeywordsBES Console Uninstall
Added by on 1/31/2023 4:28:27 AM
Last Modified by on 1/31/2023 4:28:27 AM
Counters 180 Views / 0 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 96 analyses   * Results in a true/false
Show indented relevance
true
Used in 1 fixlet   * Results in a true/false
Show indented relevance
exists file "C:\Program Files (x86)\BigFix Enterprise\BES Console\BESConsole.exe"

Actions

Action 1 (default)

Action Link Click here to deploy this action.
Script Type BigFix Action Script
if {windows of operating system}
    if {exists location of client}
        delete "{location of console}\udtinstall.log"
    endif
    parameter "ProductID" = "{substring after "/X" of((value "UninstallString" of key whose((value "DisplayName" of it = "BigFix Console") and name of it starts with "{") of key "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall" of registry)as string)}"
    wait msiexec /quiet /uninstall { parameter "ProductID" }

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!