# Export Shared Mailbox Permissions

The link below is to a blog post about a script a reddit user created to pull down all shared mailboxes and their associated members. You can already view shared mailbox information, specifically permissions, by using the Exchange Admin Center. However, you can only review permissions one mailbox at a time. Microsoft also lacks a well formatted output that will show you permissions such as full access, send as, and send on behalf.

The script linked to in the article will format the output of all shared mailboxes, the members, and their subsequent permissions. And the script supports more advanced filtering too through additional PowerShell cmdlets.

#### Link to article with detailed instructions and information:

{% embed url="<https://o365reports.com/2020/01/03/shared-mailbox-permission-report-to-csv/>" %}

#### Link to download the script itself

{% embed url="<https://gallery.technet.microsoft.com/Export-Shared-Mailbox-a3e98676>" %}


---

# 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://wiki.bryanpcoleman.com/microsoft-365/export-shared-mailbox-permissions.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.
