> For the complete documentation index, see [llms.txt](https://docs.cipp.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cipp.app/user-documentation/tenant/administration/securescore/table.md).

# Table View

The Table Overview presents Secure Score as a single sortable, searchable table, which is the faster way to scan a long list or export it. With a single tenant selected it lists that tenant's recommendations; with All Tenants selected it lists every tenant's latest score instead. The card view is on [Secure Score](/user-documentation/tenant/administration/securescore.md).

## All Tenants View

Selecting All Tenants replaces the recommendation list with one row per tenant, drawn from CIPP's nightly score cache rather than live calls to Microsoft. Rows are sorted lowest score first, putting the tenants that need attention at the top.

| Column           | Description                                                                      |
| ---------------- | -------------------------------------------------------------------------------- |
| Tenant Name      | The tenant's display name, falling back to its domain where no name is recorded. |
| Tenant           | The tenant's default domain.                                                     |
| Percentage Score | The tenant's latest score as a percentage of the maximum available to it.        |
| Current Score    | The latest score in points.                                                      |
| Max Score        | The maximum score available to that tenant.                                      |
| Captured At      | When the score CIPP is showing was recorded.                                     |

**View tenant secure score** opens the selected tenant's own Secure Score page and switches the tenant selector to it.

{% hint style="info" %}
Scores appear only after the nightly cache job has run. Until then the page says so rather than showing an empty table, and a newly added tenant will not appear until the next refresh.
{% endhint %}

The sections below describe the single-tenant view.

## Score Summary

The same four figures shown on the card view run across the top of the page.

| Tile                             | Description                                                                         |
| -------------------------------- | ----------------------------------------------------------------------------------- |
| Current Score                    | The tenant's current score as a percentage of the maximum score available to it.    |
| Compared score (All Tenants)     | The average score Microsoft reports across all tenants, for comparison.             |
| Compared score (Similar Tenants) | The average score Microsoft reports for tenants of a comparable size.               |
| Score in points                  | The current score and the maximum available, in points rather than as a percentage. |

## Table Details

Each row is one Secure Score recommendation, combining the tenant's own control scores with the control descriptions Microsoft publishes.

| Column      | Description                                                                                                                                                       |
| ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Title       | The name of the recommendation.                                                                                                                                   |
| Tier        | Where the recommendation sits in Microsoft's layering of controls: Core, Defense in Depth, or Advanced.                                                           |
| Action Url  | Where the recommendation is actioned. This is normally a link into the relevant Microsoft portal but reads as a path within CIPP where a CIPP standard covers it. |
| User Impact | How disruptive Microsoft considers the change to be for end users: Low, Moderate, or High.                                                                        |
| Threats     | The threat categories the recommendation mitigates, such as account breach, data exfiltration, or elevation of privilege.                                         |

These columns are drawn from the Graph resource type `secureScoreControlProfile`. For more information on the underlying properties please see the [Graph documentation](https://learn.microsoft.com/en-us/graph/api/resources/securescorecontrolprofile?view=graph-rest-1.0#properties).

{% hint style="info" %}
The single-tenant view is read-only and does not show how complete each recommendation is. To see completion, change a recommendation's status, or read its full remediation guidance, use ..
{% endhint %}

***

## Feature Requests / Ideas

We value your feedback and ideas. Please raise any [feature requests](https://github.com/CyberDrain/CIPP/issues/new?template=feature.yml) on GitHub.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.cipp.app/user-documentation/tenant/administration/securescore/table.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
