cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1325
Views
0
Helpful
2
Replies

Script uninstall

Holly Reagon
Level 1
Level 1

We've recently deployed AnyConnect through SCCM, as a package, unofrtunately it also installed on 400 VM's. Normally I could go in and create an uninstall package, but for anyConnect, I'm not seeing an uninstall string that will allow me to do this. Does anybody have experience or have a powershell or vb script that would remove Cisco AnyConnect successfully? We have version 4.4 installed. Thanks.

2 Replies 2

Jerome BERTHIER
Level 1
Level 1

Hi

 

The msi package could be used to do this :

msiexec /uninstall <Anyconnect.msi> /norestart /quiet

 

You should use the MSI specific to the version currently installed.

 

Regards

 

Jérôme

The problem with that is there are multiple msi's, when you install anyconnect it has about four or five components.