Uninstall ForeFront Client Security
Log In or Register to download the BES file, and more.

0 Votes

Versioning - This is the latest version.

1Uninstall ForeFront Client Security4/25/2013 12:42:47 PM
2Uninstall ForeFront Client Security5/10/2013 3:59:50 PM

Description


This fixlet will download and run a script to uninstall Microsoft Forefront Security from the endpoint.

Note: For more information on the script click here.

File Size: 3 KB


Property Details

ID2471
StatusQA - Ready for Production Level Testing
TitleUninstall ForeFront Client Security
DomainBESC
CategoryUninstall
Download Size3072
SourceBigFix
Source Release Date4/25/2013 12:00:00 AM
Added by on 5/10/2013 3:59:50 PM
Last Modified by on 5/10/2013 3:59:50 PM
Counters 10300 Views / 12 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

isWindows (Relevance 274)
Used in 586 fixlets and 3 analyses   * Results in a true/false
Show indented relevance
name of operating system starts with "Win"
Used in 1 fixlet   * Results in a true/false
Show indented relevance
((exists key whose (value "DisplayName" of it as string as lowercase contains "forefront") of it) of key "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of native registry) OR (exists key whose (value "DisplayName" of it as string as lowercase contains "microsoft operations manager 2005 agent") of key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of registry)

Actions

Action 1 (default)

Action Link Click here to deploy this action.
Script Type BigFix Action Script
if {exists key whose (value "DisplayName" of it as string as lowercase contains "microsoft forefront client security antimalware service") of key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of native registry}
//dos net stop FCSAM
    wait {pathname of system folder}\msiexec.exe /x {name of it of (key whose (value "DisplayName" of it as string as lowercase contains "microsoft forefront client security antimalware service") of key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of native registry)} /qn
endif
if {exists key whose (value "DisplayName" of it as string as lowercase contains "microsoft forefront client security state assessment service") of key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of native registry}
//dos net stop FCSSAS
    wait {pathname of system folder}\msiexec.exe /x {name of it of (key whose (value "DisplayName" of it as string as lowercase contains "microsoft forefront client security state assessment service") of key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of native registry)} /qn
endif
Success Criteria

This action will be considered successful when the applicability relevance evaluates to false.

Action 2

Action Link Click here to deploy this action.
Script Type BigFix Action Script
// Enter your action script here
prefetch Uninstall_FCS.txt sha1:ca9fce80b941a08cd235f41148ed800551541768 size:2985 http://gallery.technet.microsoft.com/scriptcenter/ccd81060-292d-4470-afb2-ddb65bf71ce4/file/44657/1/Uninstall_FCS.txt
if {not exists folder "C:\ca9fce80b941a08cd235f41148ed800551541768" }
    dos mkdir "C:\ca9fce80b941a08cd235f41148ed800551541768"
else
    if {exists file "C:\ca9fce80b941a08cd235f41148ed800551541768\Uninstall_FCS.vbs" }
        delete "C:\ca9fce80b941a08cd235f41148ed800551541768\Uninstall_FCS.vbs"
    endif
endif
copy "__Download\Uninstall_FCS.txt" "C:\ca9fce80b941a08cd235f41148ed800551541768\Uninstall_FCS.vbs"
dos c:\windows\syswow64\cscript.exe "C:\ca9fce80b941a08cd235f41148ed800551541768\Uninstall_FCS.vbs"
if {exists folder "C:\ca9fce80b941a08cd235f41148ed800551541768" }
    dos rmdir /S /Q "C:\ca9fce80b941a08cd235f41148ed800551541768"
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!