Versions Compared

Key

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

...

  • CardioLog database
  • HKEY_LOCAL_MACHINE\SOFTWARE\Intlock\CardioLog registry key (32-bit) or HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Intlock\CardioLog registry key (64-bit) 
  • IIS CardioLog application pool and CardioLog web site website (EventCollector and CardioLogAgent web applications)
  • Service and Web configuration files located in the CardioLog Installation folder (default directory - C:\Program Files\Intlock\CardioLog).
  • CardioLog Tracking Agent code on the SharePoint servers
  • CardioLog service account and permissions.

...

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.

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

SharePoint Online

Removing the Tracking Agent Components Automatically using PowerShell

...

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


    SharePoint Tree Adaptor Settings

  3. Right click the WSP-Tracking-Install-Script.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:

...