FCS Removal – How to remove forefront manually with BAT
- March 8th, 2010
- Write comment
I needed to quickly remove and reinstal forefront accross my test domain.
Here it is (replace “FCS_PATH” with the path the the FCS source)
msiexec.exe /x “FCS_PATH”\mp_ambits.msi /qn
msiexec.exe /x “FCS_PATH”\momagent.msi /qn
msiexec.exe /x “FCS_PATH”\fcsssa.msi /qn
MsiExec.exe /X{2DF2E496-D3B7-4A6F-A341-6DE48FDFEF0A} /qn
“FCS_PATH”\fcsinstallscript.vbs
“FCS_PATH”\mpam-fe.exe /qn
What is all this?
- fcsinstallscript.vbs from
- https://blogs.microsoft.co.il/files/folders/61188/download.aspx
- This simply reinstalls FCS on the client machine (both x64 & x86)
- mpam-fe.exe?
- This is the complete update to FCS (so the machine is protected from installation) from
- http://support.microsoft.com/kb/935934
The above will
- Remove FCS & MOM agents
- Install FCS & MOM
- Install latest complete update for FCS
- Silently
J
number of view: 6