Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
iconfalse

cd C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\1X\BIN

stsadm -o deactivatefeature -force -name "CardioLogAnalytics"

stsadm -o uninstallfeature -force -name "CardioLogAnalytics"

stsadm -o retractsolution -immediate -name "CardioLogTrackingAgentFeature.wsp"

stsadm -o execadmsvcjobs

stsadm -o deletesolution -override -name "CardioLogTrackingAgentFeature.wsp"

stsadm -o execadmsvcjobs


Removing the 'CardioLog Tracking Agent' App for SharePoint Modern Sites

  1. Go to the Administration section of the navigation pane, click System Configuration, select SharePoint Tree Adaptor and then select your SharePoint 2019 farm.
  2. Click on Download Sppkg button to download the deployment package. The deployment package also includes the RUN_UNINSTALL.ps1  PowerShell script which removes the modern sites integration app from the App catalog and all selected site collections and their sub-sites, as well as the tracking agent SharePoint solution (wsp) and Java Script tracking code from all selected site collections.

    Image Added
    SharePoint Tree Adaptor Settings


  3. Right click the sppkg-deployment-archive.zip file, select Properties > General and click on "Unblock" before unzipping it.
  4. Execute the RUN_UNINSTALL.ps1  script in PowerShell. Make sure the you have the following prerequisites before executing the PowerShell script:
    • You must have PowerShell version 5.1 or higher.
    • The credentials of the SharePoint farm administrator.
    • Make sure that the account that you are using is not a system account.

      Image Added

Anchor
removing javascript
removing javascript
Removing the JavaScript Tracking Code from SharePoint common JavaScript files or master pages

By default, the JavaScript tracking code is embedded within a common JavaScript file on all of your SharePoint WFEs (Web Front Ends), which typically is one of the following locations relevant to your software versions:

For SharePoint 2016 and SharePoint 2019 only:
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\16\TEMPLATE\LAYOUTS\init.js

For SharePoint 2013 only:
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\TEMPLATE\LAYOUTS\init.js
 

For SharePoint 2010 only:
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS\[language code]\init.js

For MOSS 2007 only:
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\LAYOUTS\[language code]\core.js

Delete your browser cache and verify that when you browse through your SharePoint website that you can no longer request the CardioLog tracking agent popup by clicking Ctrl+F12 on the keyboard.

...

SharePoint

...

SharePoint Online

Removing the Tracking Agent Components Automatically using PowerShell

...