# Reports

The reports which come out of the box provide a wide variety of information regarding your Sitecore installation.

We've built quite a few reports, many similar to the [Advanced System Report](https://github.com/SitecorePowerShell/Book/tree/9c7126d7a38df6ef372e8baef52f9a02baabd550/modules/integration-points/reports/\[https:/marketplace.sitecore.net/en/Modules/A/Advanced/_System/_Reporter.aspx]) (ASR) module.

## Running a Report

The custom reports can be found by navigating to *Sitecore -> Reporting Tools -> PowerShell Reports*.

![Reports](https://165468320-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LA37Eh9vuWwQHUTc2NT%2Fuploads%2Fgit-blob-5672c2e88be02307ad11f56866802be986ad5559%2Freports.png?alt=media)

As an example, let's run the Unused media items report.

![Unused Media Items](https://165468320-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LA37Eh9vuWwQHUTc2NT%2Fuploads%2Fgit-blob-6f822e2ac29884aa6f59b6c9263886f74bce6cbf%2Freports-unusedmedia.png?alt=media)

Once the report completes, the results appear in a report window.

![Unused Media Items Output](https://165468320-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LA37Eh9vuWwQHUTc2NT%2Fuploads%2Fgit-blob-8c3a4441f23146acb96f97d1ad64a0094ab61d95%2Freports-output.png?alt=media\&token=8799d376-65b6-4388-81e9-1f0b01bb5ac4)

## Reports in SPE like ASR

While SPE contains many reports, they don't match identical to ASR reports. We've done our best to build those that seem most relevant or likely to be used. If you find a report in ASR that you would like to exist in SPE please submit a request.

| **SPE Report**                         | **ASR Report**                     |
| -------------------------------------- | ---------------------------------- |
|                                        | Active Aliases                     |
|                                        | Aliases                            |
|                                        | Audit                              |
| Broken Links2                          | Broken Links                       |
|                                        | Broken Links in publishable items  |
|                                        | Item History                       |
|                                        | Items with Invalid Names           |
| Items with security for an account2    | Items with Security for an account |
|                                        | Items with Tokens in Fields        |
|                                        | Links                              |
| Locked Items2                          | Locked Items                       |
|                                        | Logged errors                      |
| Logged in Session Manager5             | Logged in Users                    |
| Limit number of versions4              | Multiple versions                  |
|                                        | My Owned Items                     |
| Media items last updated before date3  | Not recently modified              |
| Media items not used by content items3 | Orphaned media assets report       |
|                                        | Owned items                        |
| Recent workflow history2               | Recent Workflow History            |
| Media items last updated after date3   | Recently Modified                  |
|                                        | Regex Item Searcher                |
|                                        | Renderings                         |
| Index Viewer5                          | -                                  |
| Rules based report5                    | -                                  |
| Task Manager report5                   | -                                  |

Check the reports in SPE under these sections to see the full list.

* 1 Configuration Audit report
* 2 Content Audit report
* 3 Media Audit report
* 4 Solution Audit report
* 5 Toolbox

**Note:** Examples included are in the following modules

* Content Reports

## Reports Security

You may wish to expose the reports to users such as Content Authors. Here are the steps required to grant access to users in the `sitecore\Sitecore Client Authoring` role.

Here is what users may see in the event they do not have the appropriate access.

![Reports without Access](https://165468320-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LA37Eh9vuWwQHUTc2NT%2Fuploads%2Fgit-blob-54fb6ed1f07f4fafdd23badb2d7352323f352120%2Freports-menuwithoutaccess.png?alt=media)

1. Navigate to the item `/sitecore/content/Documents and settings/All users/Start menu/Right/Reporting Tools/PowerShell Reports`
2. Grant access to `sitecore\Sitecore Client Authoring`

   ![Report Viewer Access](https://165468320-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LA37Eh9vuWwQHUTc2NT%2Fuploads%2Fgit-blob-dfd4171576e90e61c488d9cf94686e87fa661263%2Freports-vieweraccess.png?alt=media\&token=bb1b6027-0ce6-4f8a-b226-13a6ec47c3e4)
3. Verify the reports are now visible to the Authoring users.

   ![Reports with Access](https://165468320-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LA37Eh9vuWwQHUTc2NT%2Fuploads%2Fgit-blob-e0b3244342586607dfb6d85be4004041ad692841%2Freports-menuwithaccess.png?alt=media\&token=ffed792d-d667-4d21-829c-f5388ab5520f)

**Note:** In verson 6.4 the default access changed from `sitecore\Sitecore Client Maintaining` to a lower privileged account `sitecore\Sitecore Client Authoring`.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.sitecorepowershell.com/modules/integration-points/reports.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
