Versions Compared

Key

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

...

  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 includes the ActivateSiteStatisticsFeature.ps1  PowerShell script which adds the Site Statistics custom action to the SharePoint Settings menu for all selected site collections and their sub-sites.


    SharePoint Tree Adaptor Settings


  3. Right click the sppkg-deployment-archive.zip file, select Properties > General and click on "Unblock" before unzipping it.
  4. Open the sites.json file and verify that the SiteStatisticsUrl is correct (edit the URL prefix if you are using a dedicate tracking server).

    Info
    iconfalse

    "SiteStatisticsUrl":"/_layouts/CardioLogAgent/ReportDispatcher.aspx?url={SiteUrl}"

  5. Execute the ActivateSiteStatisticsFeature.ps1  script in PowerShell. Make sure the you have the following prerequisites before executing the PowerShell script:
  6. Select the permissions level that will be used. Only users with the selected permissions level to the SharePoint site will have access to the report.
    The following permission levels are available: "View Only", "Limited Access", "Read", "Contribute", "Edit", "Design", "Full Control".

...

  1. Go to the Administration section of the navigation pane, click System Configuration, select SharePoint Tree Adaptor and then select your SharePoint Online farm.
  2. Click on Download button to download the deployment package. The deployment package includes the ActivateSiteStatisticsFeature.ps1  PowerShell script which adds the Site Statistics custom action to the SharePoint Settings menu for 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. Open the sites.json file and verify that the SiteStatisticsUrl

     is correct: 'https://<cardiologserverdnsname>/CardioLogAgent/ReportDispatcher.aspx' (edit the <cardiologserverdnsname>

     is correct (edit the <cardiologserverdnsname> - CardioLog application server / tracking server public DNS name).

    Info
    iconfalse

    "SiteStatisticsUrl":"https://<cardiologserverdnsname>/CardioLogAgent/ReportDispatcher.aspx?url={SiteUrl}"

  5. Execute the ActivateSiteStatisticsFeature.ps1  script in PowerShell. Make sure the you have the following prerequisites before executing the PowerShell script:
  6. Select the permissions level that will be used. Only users with the selected permissions level to the SharePoint site will have access to the report.
    The following permission levels are available: "View Only", "Limited Access", "Read", "Contribute", "Edit", "Design", "Full Control".