How to uninstall Web Console and Web Services in command line ?
Client Automation - Any Versions
1- From Client Automation iso file copy the directory WindowsProductFiles_x86\Manager in a temp directory on DOMAIN (ex: c:\temp\manager)
2- Execute these commands in a cmd with Administrative privileges :
caf stop
cd c:\temp\manager
msiexec.exe /i Manager.msi /l*v "%TEMP%\DSMRemoveWAC.log" REMOVE=MgrWAC,MgrWS /qb
caf start