Skip to content

Commit e9306f9

Browse files
authored
Update mailbox-audit-logs.md
1 parent 8ce283b commit e9306f9

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Microsoft365/purview/purview/audit-logs/mailbox-audit-logs.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: How to use mailbox audit logs in Microsoft 365
2+
title: Use mailbox audit logs in Microsoft 365
33
description: Describes how to use mailbox audit logs to determine when a mailbox was updated unexpectedly or whether items are missing in Microsoft 365 dedicated.
44
author: Cloud-Writer
55
ms.author: meerak
@@ -18,19 +18,18 @@ search.appverid: MET150
1818
ms.date: 05/05/2025
1919
---
2020

21-
# How to use mailbox audit logs in Microsoft 365
21+
# Use mailbox audit logs in Microsoft 365
2222

2323
In Microsoft 365, you can run mailbox audit logs to determine when a mailbox was updated unexpectedly or whether items are missing from a mailbox. For example, you may have to do this if items are moved or if they're deleted unexpectedly or incorrectly.
2424

2525
**Note**: For the vNext environment, by default, mailbox audit logs aren't enabled. The feature must be turned on in order for a user to begin a search.
2626

27-
## How to run and check mailbox audit logs
27+
## Run mailbox audit logs
2828

2929
Mailbox audit logging lets users obtain information about actions that are performed by non-owners and administrators. Mailbox audit logging is available to members of the Audit Reporting Mailbox self-service group only by using Windows Remote PowerShell.
3030

3131
> [!NOTE]
32-
> - Mailbox audit logging is turned on by default in all organizations. When mailbox auditing on by default is turned on for the organization, the _AuditEnabled_ property for affected mailboxes doesn't change from __False__ to __True__. In other words, mailbox auditing on by default ignores the _AuditEnabled_ property on mailboxes.
33-
> - Some organizations might not allow you to use mailbox audit logging. In this case, the feature will be turned off for you.
32+
> Some organizations might not allow you to use mailbox audit logging. In this case, the feature will be turned off for you.
3433
3534
To investigate this issue, create and use a Windows PowerShell script by using the sample script that's provided in Step 1 in this section, and then customize a search. By default, you can investigate actions that are performed by non-owners and administrators. This script exports content in a simplified, comma-separated values (.csv) file to help you troubleshoot reports about items that are missing or that were updated unexpectedly.
3635

@@ -204,7 +203,7 @@ The most useful columns of the .csv file are exported. Some of these columns are
204203
|OperationResult|Status of the operation</br></br>**Note** Operation results include the following: </br>- Failed </br>- PartiallySucceeded </br>- Succeeded |
205204
|CrossMailboxOperation|Information about whether the operation that's logged is a cross-mailbox operation (for example, copying or moving messages among mailboxes) |
206205
207-
### More information about mailbox audit logging
206+
### Use Windows Remote PowerShell
208207
209208
- The **Search-MailboxAuditLog** cmdlet is used in the sample script in Step 1 to search a single mailbox synchronously. You can do this also by running the cmdlet in Windows Remote PowerShell.
210209

0 commit comments

Comments
 (0)