Copy link to clipboard
Copied
It might help those looking to run AdobeCreativeCloudCleanerTool.exe and Creative Cloud Uninstaller.exe silently enterprise-wide.
You can create a cleanupXML file as directed by Adobe here - https://helpx.adobe.com/enterprise/kb/cc-cleaner-tool-for-enterprise-users.html
You can comment out which apps need to be removed and then use that XML file as a parameter to run with AdobeCreativeCloudCleanerTool.exe
If using Powershell Script: Start-Process -Path ".\AdobeCreativeCloudCleanerTool.exe" - ArgumentList "--cleanupXML=cleanup.xml"
If using Powershell DeploymentToolkit: Execute-Process -Path "$dirfiles\AdobeCreativeCloudCleanerTool.exe" -Parameters "--cleanupXML=cleanup.xml"
2.To run Creative Cloud Uninstaller.exe
If using Powershell Script: start-process ".\Creative Cloud Uninstaller.exe" -ArgumentList "-U"
If using Powershell DeploymentToolkit: Execute-Process -Path "$dirfiles\Creative Cloud Uninstaller.exe" -Parameters "-u"
Create a package in SCCM and deploy it to the assets.
Have something to add?