-
Notifications
You must be signed in to change notification settings - Fork 346
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #307 from microsoft/main
Release
- Loading branch information
Showing
3 changed files
with
28 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,19 @@ | ||
# Get-MRMDetails | ||
|
||
This script will gather the MRM configuration for a given user. It will collect the current MRM Policy and Tags for the Exchange Organization, the current MRM Policy and Tags applied to the user, the current Exchange Diagnostics Logs for the user, and Exchange Audit logs for the mailbox selected. The resulting data will allow you to see what tags are applied to the user and when the Managed Folder Assistant has run against the user. It also will grab the Admin Audit log so that we can tell if the Tags or Polices have been modified and who modified them. | ||
|
||
The syntax for this script is as follows: | ||
Download the latest release here: [https://github.com/microsoft/CSS-Exchange/releases/latest/download/Get-MRMDetails.ps1](https://github.com/microsoft/CSS-Exchange/releases/latest/download/Get-MRMDetails.ps1) | ||
|
||
.\Get-MRMDetails.ps1 -Mailbox <user> | ||
To run the script, at minimum you will need a valid SMTP Address for a user. Then you can review the associated logs that are generated from the script. | ||
|
||
Example: | ||
Syntax: | ||
|
||
.\Get-MRMDetails.ps1 -Mailbox rob@contoso.com | ||
```PowerShell | ||
.\Get-MRMDetails.ps1 -Mailbox <user> | ||
``` | ||
|
||
Example to collect the MRM Details from rob@contoso.com: | ||
|
||
For Any issues or to get the latest version or contribute goto https://aka.ms/GetMRMDetails | ||
```PowerShell | ||
.\Get-MRMDetails.ps1 -Mailbox rob@contoso.com | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters