<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Scripted uninstall of AMP client in Endpoint Security</title>
    <link>https://community.cisco.com/t5/endpoint-security/scripted-uninstall-of-amp-client/m-p/5294191#M8860</link>
    <description>&lt;P&gt;OK thanks. So, the only way to silent uninstall connectors is through the management portal? Without user admin interaction&lt;/P&gt;</description>
    <pubDate>Tue, 27 May 2025 16:13:04 GMT</pubDate>
    <dc:creator>krodil</dc:creator>
    <dc:date>2025-05-27T16:13:04Z</dc:date>
    <item>
      <title>Scripted uninstall of AMP client</title>
      <link>https://community.cisco.com/t5/endpoint-security/scripted-uninstall-of-amp-client/m-p/3851839#M3253</link>
      <description>&lt;P&gt;I am trying to automate the removal of the AMP client using our remote management software. I have been testing on a single workstation using the local CLI and have been unable to get a silent uninstall to work correctly. I am finding no errors in the event logs and am not getting any feedback at the prompt.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried:&lt;/P&gt;&lt;P&gt;"C:\Program Files\Cisco\AMP\6.2.3\uninstall.exe" /R /S /remove 1 /uninstallpassword &lt;EM&gt;password&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"C:\Program Files\Cisco\AMP\6.2.3\sfc.exe" -X -K &lt;EM&gt;password&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and many variants of the 2. If I use the uninstall.ext without the silent options the uninstall window does come up but obviously this will not work for removing the software on a large scale.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 05:08:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/scripted-uninstall-of-amp-client/m-p/3851839#M3253</guid>
      <dc:creator>OwenBrearley2691</dc:creator>
      <dc:date>2020-02-21T05:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Scripted uninstall of AMP client</title>
      <link>https://community.cisco.com/t5/endpoint-security/scripted-uninstall-of-amp-client/m-p/3851878#M3259</link>
      <description>&lt;P&gt;The remote uninstall needs to be run against the installer, not the uninstall.exe or sfc.exe.&amp;nbsp; For instance:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;C:\Users\mafranks\Downloads\AMPSetup.exe /R /S /remove 1 /uninstallpassword Cisco123&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/remove 1 will remove all associated files, while 0 will keep them for a later install.&amp;nbsp; If you're on a version less than 5.1.13, use /S instead of /R /S.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2019 19:44:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/scripted-uninstall-of-amp-client/m-p/3851878#M3259</guid>
      <dc:creator>Matthew Franks</dc:creator>
      <dc:date>2019-05-07T19:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Scripted uninstall of AMP client</title>
      <link>https://community.cisco.com/t5/endpoint-security/scripted-uninstall-of-amp-client/m-p/3851897#M3261</link>
      <description>&lt;P&gt;Thanks Mathew! That worked. We inherited these installs so I am not entirely sure how they were initially deployed. I logged into the portal and pulled down the workstation installer. Will this also work for other groups such as the servers or do they need to use their own customer .exe for the uninstall?&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2019 20:07:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/scripted-uninstall-of-amp-client/m-p/3851897#M3261</guid>
      <dc:creator>OwenBrearley2691</dc:creator>
      <dc:date>2019-05-07T20:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: Scripted uninstall of AMP client</title>
      <link>https://community.cisco.com/t5/endpoint-security/scripted-uninstall-of-amp-client/m-p/3851931#M3263</link>
      <description>&lt;P&gt;I just tested with an exe from a different group and policy.&amp;nbsp; It uninstalled properly with no issues.&amp;nbsp; If you have policies with different passwords or without a password, you'll need to use a different commands but the exe shouldn't cause any conflicts.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2019 21:19:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/scripted-uninstall-of-amp-client/m-p/3851931#M3263</guid>
      <dc:creator>Matthew Franks</dc:creator>
      <dc:date>2019-05-07T21:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Scripted uninstall of AMP client</title>
      <link>https://community.cisco.com/t5/endpoint-security/scripted-uninstall-of-amp-client/m-p/3951287#M3265</link>
      <description>&lt;P&gt;If we do no have the password, will the&amp;nbsp;&lt;/P&gt;&lt;P&gt;/uninstallpassword Cisco123 work?&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2019 16:36:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/scripted-uninstall-of-amp-client/m-p/3951287#M3265</guid>
      <dc:creator>AliceRenn10153</dc:creator>
      <dc:date>2019-10-31T16:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Scripted uninstall of AMP client</title>
      <link>https://community.cisco.com/t5/endpoint-security/scripted-uninstall-of-amp-client/m-p/3951349#M3267</link>
      <description>&lt;P&gt;If you do not have the connector protection password, you'll need to boot into safe mode and uninstall the connector.&amp;nbsp; Then, install with a new installer for the new version.&amp;nbsp; This is possible since the service doesn't start in safe mode.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2019 17:58:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/scripted-uninstall-of-amp-client/m-p/3951349#M3267</guid>
      <dc:creator>Matthew Franks</dc:creator>
      <dc:date>2019-10-31T17:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Scripted uninstall of AMP client</title>
      <link>https://community.cisco.com/t5/endpoint-security/scripted-uninstall-of-amp-client/m-p/3951351#M3271</link>
      <description>&lt;P&gt;Hi Alice,&lt;/P&gt;&lt;P&gt;if the product is protected by password, you need the password to uninstall. Example:&amp;nbsp;&lt;SPAN&gt;/uninstallpassword &amp;lt;password&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If not, omit the previous command.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2019 18:07:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/scripted-uninstall-of-amp-client/m-p/3951351#M3271</guid>
      <dc:creator>dgcapel</dc:creator>
      <dc:date>2019-10-31T18:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Scripted uninstall of AMP client</title>
      <link>https://community.cisco.com/t5/endpoint-security/scripted-uninstall-of-amp-client/m-p/3951366#M3272</link>
      <description>What if we do NOT have the password? Is there a way to uninstall the application without it?</description>
      <pubDate>Thu, 31 Oct 2019 18:43:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/scripted-uninstall-of-amp-client/m-p/3951366#M3272</guid>
      <dc:creator>AliceRenn10153</dc:creator>
      <dc:date>2019-10-31T18:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Scripted uninstall of AMP client</title>
      <link>https://community.cisco.com/t5/endpoint-security/scripted-uninstall-of-amp-client/m-p/3951372#M3275</link>
      <description>&lt;P&gt;It’s not possible. Sorry.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2019 18:55:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/scripted-uninstall-of-amp-client/m-p/3951372#M3275</guid>
      <dc:creator>dgcapel</dc:creator>
      <dc:date>2019-10-31T18:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Scripted uninstall of AMP client</title>
      <link>https://community.cisco.com/t5/endpoint-security/scripted-uninstall-of-amp-client/m-p/3957429#M3277</link>
      <description>&lt;P&gt;If you have access to the console and you see the endpoint communicating back. then just make a copy of the current policy uncheck the box "Enable connector protection" create a new group apply the modified policy to the group. then just move the endpoint or endpoints to the group. they will get the new policy with no password as they check in&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 17:26:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/scripted-uninstall-of-amp-client/m-p/3957429#M3277</guid>
      <dc:creator>Jim2k</dc:creator>
      <dc:date>2019-11-12T17:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: Scripted uninstall of AMP client</title>
      <link>https://community.cisco.com/t5/endpoint-security/scripted-uninstall-of-amp-client/m-p/4160866#M5703</link>
      <description>&lt;P&gt;Mathew&lt;/P&gt;&lt;P&gt;That is really helpful. I am able to uninstall and re-install amp remotely.&amp;nbsp;&lt;/P&gt;&lt;P&gt;we have to reinstall AMP to lot of computers as TAC told us that reinstallation will change the GUID. Our problem is duplicated GUID&amp;nbsp; The removal and installation are going well will all systems but some systems kept their GUID and TAC has no idea why. Do you know why some systems are not changing their GUID?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2020 19:05:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/scripted-uninstall-of-amp-client/m-p/4160866#M5703</guid>
      <dc:creator>Chekol Retta</dc:creator>
      <dc:date>2020-10-02T19:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Scripted uninstall of AMP client</title>
      <link>https://community.cisco.com/t5/endpoint-security/scripted-uninstall-of-amp-client/m-p/4162027#M5709</link>
      <description>&lt;P&gt;When you uninstall AMP, there is a question asked whether you plan to install AMP in the future.&amp;nbsp; If you select Yes, some information is saved in the registry such as the GUID for continuity in the console.&amp;nbsp; I recommend selecting No if you have a duplicate GUID issue.&amp;nbsp; You may also need to restart after the uninstall for this information to be flushed but I haven't tested that.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Matt&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 10:44:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/scripted-uninstall-of-amp-client/m-p/4162027#M5709</guid>
      <dc:creator>Matthew Franks</dc:creator>
      <dc:date>2020-10-06T10:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Scripted uninstall of AMP client</title>
      <link>https://community.cisco.com/t5/endpoint-security/scripted-uninstall-of-amp-client/m-p/4162209#M5713</link>
      <description>&lt;P&gt;Mathew&lt;/P&gt;&lt;P&gt;Thank you for your replay&lt;/P&gt;&lt;P&gt;Yes I always select the 'NO" option at the end of uninstallation&lt;/P&gt;&lt;P&gt;I have also been uninstalling AMP from the command line locally and remotely.&amp;nbsp;&lt;SPAN&gt;C:\temp\AMPSetup.exe /R /S /remove 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Both method helped me change the GUID for a lot of systems. But now some are not playing well and kept their original GUID.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 15:51:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/scripted-uninstall-of-amp-client/m-p/4162209#M5713</guid>
      <dc:creator>Chekol Retta</dc:creator>
      <dc:date>2020-10-06T15:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Scripted uninstall of AMP client</title>
      <link>https://community.cisco.com/t5/endpoint-security/scripted-uninstall-of-amp-client/m-p/4162258#M5715</link>
      <description>&lt;P&gt;Have you checked for Identity Persistence on those policies?&amp;nbsp; If it is enabled, it will keep the same GUID.&amp;nbsp; If it is not enabled, try "C:\Program Files\Cisco\AMP\7.3.3\sfc.exe -reregister" to perform a new registration.&amp;nbsp; Replace 7.3.3 with your current version if you're not on the latest.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 17:08:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/scripted-uninstall-of-amp-client/m-p/4162258#M5715</guid>
      <dc:creator>Matthew Franks</dc:creator>
      <dc:date>2020-10-06T17:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Scripted uninstall of AMP client</title>
      <link>https://community.cisco.com/t5/endpoint-security/scripted-uninstall-of-amp-client/m-p/4625498#M6913</link>
      <description>&lt;P&gt;hello&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if I forget the uninstallation password and I don't have access to the AMP management console, there is any possibility to remove it?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2022 07:13:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/scripted-uninstall-of-amp-client/m-p/4625498#M6913</guid>
      <dc:creator>Ahmed-Madibbo</dc:creator>
      <dc:date>2022-06-06T07:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Scripted uninstall of AMP client</title>
      <link>https://community.cisco.com/t5/endpoint-security/scripted-uninstall-of-amp-client/m-p/4733555#M7197</link>
      <description>&lt;P&gt;Greetings,&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are trying to script this to remove from our Remote Macintosh Users.&amp;nbsp; I have been unsuccessful in finding a thread to assist with this.&amp;nbsp; I did find some manual uninstall instructions, but I am not leveled when it comes to scripting for Mac's.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;Maybe someone else here in the community knows, or can point me in the right direction?&lt;/P&gt;&lt;P&gt;Kind regards,&lt;BR /&gt;Jason F.&lt;BR /&gt;"&lt;A href="https://www.cisco.com/c/en/us/support/docs/security/amp-endpoints/216232-manual-uninstall-procedure-for-amp-for-e.html#anc6" target="_blank"&gt;https://www.cisco.com/c/en/us/support/docs/security/amp-endpoints/216232-manual-uninstall-procedure-for-amp-for-e.html#anc6&lt;/A&gt;" is what I have found to date.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 19:52:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/scripted-uninstall-of-amp-client/m-p/4733555#M7197</guid>
      <dc:creator>jasonfrank2010</dc:creator>
      <dc:date>2022-12-06T19:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Scripted uninstall of AMP client</title>
      <link>https://community.cisco.com/t5/endpoint-security/scripted-uninstall-of-amp-client/m-p/4822432#M7511</link>
      <description>&lt;P&gt;Hello Matthew,&lt;/P&gt;&lt;P&gt;I am attempting to uninstall via intune, would the referenced above instructions also apply. I am currently using&amp;nbsp; Amp.exe /R /S /remove 1 /uninstallpassword&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 17:53:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/scripted-uninstall-of-amp-client/m-p/4822432#M7511</guid>
      <dc:creator>dmiddlebrooks</dc:creator>
      <dc:date>2023-04-26T17:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Scripted uninstall of AMP client</title>
      <link>https://community.cisco.com/t5/endpoint-security/scripted-uninstall-of-amp-client/m-p/4822715#M7512</link>
      <description>&lt;P&gt;Do you mean that anybody with no access to the mgmt console want to uninstall password protected agent? Of course that is not possible.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 05:10:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/scripted-uninstall-of-amp-client/m-p/4822715#M7512</guid>
      <dc:creator>David Janulik</dc:creator>
      <dc:date>2023-04-27T05:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Scripted uninstall of AMP client</title>
      <link>https://community.cisco.com/t5/endpoint-security/scripted-uninstall-of-amp-client/m-p/4886404#M7664</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;
&lt;P&gt;I'm just wondering if Cisco will soon release a standalone\independent uninstall tool to uninstall Cisco AMP/SE from several PCs running different versions. Or will Cisco stick with this uninstall procedure using the installer of the same version that is currently running on the PC?&lt;/P&gt;
&lt;P&gt;In other vendor, there is a standalone uninstall tool you can use to remove a couple of their endpoint security products and the tool expires every after 3 months.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2023 02:06:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/scripted-uninstall-of-amp-client/m-p/4886404#M7664</guid>
      <dc:creator>ADS_18</dc:creator>
      <dc:date>2023-07-18T02:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Scripted uninstall of AMP client</title>
      <link>https://community.cisco.com/t5/endpoint-security/scripted-uninstall-of-amp-client/m-p/4903462#M7728</link>
      <description>&lt;P&gt;Sorry to hijack this thread, but it is fairly relevant. I'm trying to perform the uninstall via command line (&lt;SPAN&gt;Amp.exe /R /S /remove 1 /uninstallpassword [password]) and it refuses to uninstall.&lt;BR /&gt;Running&amp;nbsp;&lt;STRONG&gt;Amp.exe /R /remove 1 /uninstallpassword [password]&amp;nbsp;&lt;/STRONG&gt;brings up the uninstall window which then prompts for the password so i know the password is correct. Any ideas as to why this would not be uninstalling?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2023 05:37:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/scripted-uninstall-of-amp-client/m-p/4903462#M7728</guid>
      <dc:creator>Gazza80</dc:creator>
      <dc:date>2023-08-11T05:37:26Z</dc:date>
    </item>
  </channel>
</rss>

