Microsoft Download Center Archive
Custom SharePoint 2013 Search Report Examples |
PowerShell example scripts to extract and process search usage data from a SharePoint 2013 installation.
Example PowerShell scripts for extracting search usage data from a SharePoint 2013 installation. Search usage data includes: - Queries - Result Clicks - Result Sources and Site Origin - Refiner Usage - Client Type The downloadable example script extracts this information as common .NET objects that can then be consumed for report creation. There are a number of example reports provided in the downloadable script as well.
Files
Status: LiveThis download is still available on microsoft.com. The downloads below will come directly from the Microsoft Download Center. |
| Files |
|---|
File sizes and hashes are retrieved from the Wayback Machine’s indexes. They may not match the latest versions of files hosted on Microsoft servers.
System Requirements
Operating Systems: Windows Server 2012
- SharePoint 2013 - PowerShell 2.0 or higher
Installation Instructions
Once the PowerShell script is extracted, open a PowerShell prompt in the script directory and run the following commands: Import-Module .\AnalyzeSearchCmdlets.ps1 Get-SPAnalyticsReports -SearchServiceApplication "SSA Name" -WholeMonth -StartDay "2014-03-01" This will generate a number of reports in the current directory for the month of March, 2014.