Skip to content

Commit d00482f

Browse files
authored
Merge pull request #10295 from MicrosoftDocs/main
PR # 8323 submitted by Karthik Padmanabhan
2 parents 028a0c1 + ef6ab7e commit d00482f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Microsoft365/purview/purview/retention/identify-errors-in-retention-and-retention-label-policies.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ ms.reviewer: kyrachurney, lindabr, meerak
88
ms.custom:
99
- sap:Retention
1010
- CI 171536
11+
- CI 8323
1112
- CSSTroubleshoot
1213
appliesto:
1314
- Microsoft Purview
1415
search.appverid: MET150
15-
ms.date: 05/05/2025
16+
ms.date: 12/03/2025
1617
---
1718

1819
# Identify errors in Microsoft 365 retention and retention label policies
@@ -79,15 +80,15 @@ Use the following steps to check for errors in policies that target:
7980

8081
1. [Connect to Security & Compliance PowerShell](/powershell/exchange/connect-to-scc-powershell).
8182

82-
2. Get policy information by using the [Get-AppRetentionCompliancePolicy cmdlet](/powershell/module/exchange/get-appretentioncompliancepolicy). Run the following commands:
83+
1. Get policy information by using the [Get-AppRetentionCompliancePolicy cmdlet](/powershell/module/exchange/get-appretentioncompliancepolicy). Run the following commands:
8384

8485
```powershell
8586
Get-AppRetentionCompliancePolicy -Identity "<policy name>" -DistributionDetail | FL DistributionStatus
8687
Get-AppRetentionCompliancePolicy -Identity "<policy name>" -DistributionDetail | Select -ExpandProperty DistributionResults
8788
```
8889

89-
If there are policy errors, the value returned by the `DistributionResults` property contains more information about the errors.
90-
90+
If there are policy errors, the value returned by the `DistributionResults` property contains more information about the errors. Check for the value returned by the `DistributionResults` property only when the `DistributionStatus` property returns error messages as its value. You must resolve the errors. However, if the `DistributionStatus` property returns warning messages, you can ignore them.
91+
9192
## Recommended practices
9293

9394
To minimize retention policy errors, follow these practices:

0 commit comments

Comments
 (0)