This article teaches you to create and configure an SVM agent uninstall task sequence that can be deployed to domain clients using SCCM which will uninstall SVM local agent installed on them.
You can use a task sequence in SCCM to execute a commandline command to target machines. The command used will uninstall the SVM agent from the host machine.
In SCCM "Configuration Manager Console" navigate to Software Library > Operating Systems > Task Sequences. Right click on Task Sequences and "Create Task Sequence".
When choosing "Select a new task sequence to be created" select Create a new custom task sequence. Click Next.
Give it a Task sequence name. Click Next.
On Summary Step, Click Next.
On Completion Step, it should say "Success: The task sequence has been created successfully." Click Close.
Back in the Task Sequences View, Right click on the newly created task sequence and "Edit".
Click "Add" > "General" > "Run Command Line"
Set the "Command line:" field to:
"uninstall -S"
Set the "Start in:" field to:
C:\Program Files (x86)\Flexera Software\Corporate Software Inspector Agent
Hit the Ok button to save.
Right Click on the Task Sequence > "Deploy"
Deploy as needed to Collections.
on Nov 08, 2019 05:00 PM - edited on Nov 22, 2019 02:01 PM by ppohl57