Uninstall ForeFront Client Security
0 Votes |
Versioning - This is the latest version.
1 | Uninstall ForeFront Client Security | 4/25/2013 12:42:47 PM |
2 | Uninstall ForeFront Client Security | 5/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
2471 | |
QA - Ready for Production Level Testing | |
Uninstall ForeFront Client Security | |
BESC | |
Uninstall | |
3072 | |
BigFix | |
4/25/2013 12:00:00 AM | |
TheRealJgo on 5/10/2013 3:59:50 PM | |
TheRealJgo on 5/10/2013 3:59:50 PM | |
10300 Views / 12 Downloads | |
* Average over 0 ratings. ** Log In or Register to add your rating. |
Relevance
isWindows (Relevance 274)
name of operating system starts with "Win"
Used in 1 fixlet | * Results in a true/false |
((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: |