You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn-pr/wwl-sci/investigate-threats-using-audit-in-microsoft-365-defender-microsoft-purview-premium/4-manage-audit-log-retention-policies.yml
- content: "Contoso has implemented Microsoft Purview Audit (Premium). How long does Contoso's default audit log retention policy retain Exchange Online audit records?"
19
+
choices:
20
+
- content: "90 days"
21
+
isCorrect: false
22
+
explanation: "Incorrect. If an organization has non-E5 users or guest users, their corresponding audit records are retained for 90 days. However, this value isn't the retention period for the default audit log retention policy."
23
+
- content: "One year"
24
+
isCorrect: true
25
+
explanation: "Correct. Microsoft Purview Audit (Premium) provides a default audit log retention policy for all organizations. This policy retains all Exchange Online, SharePoint Online, OneDrive for Business, and Azure Active Directory audit records for one year."
26
+
- content: "Ten years"
27
+
isCorrect: false
28
+
explanation: "Incorrect. An organization can create a custom audit log retention policy that retains Exchange Online audit records for 10 years. However, this value isn't the retention period for the default audit log retention policy."
Copy file name to clipboardExpand all lines: learn-pr/wwl-sci/investigate-threats-using-audit-in-microsoft-365-defender-microsoft-purview-premium/5-investigate-compromised-email-accounts.yml
Copy file name to clipboardExpand all lines: learn-pr/wwl-sci/investigate-threats-using-audit-in-microsoft-365-defender-microsoft-purview-premium/includes/4-manage-audit-log-retention-policies.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ Audit log retention policies are listed on the **Audit retention policies** tab
63
63
64
64
Audit log retention policies are listed in the dashboard. One advantage of viewing policies in the dashboard is that you can select the **Priority** column to list the policies in the priority in which they're applied. As previously explained, a lower value indicates a higher priority.
65
65
66
-
:::image type="content" source="../media/audit-retention-policies-42023.png" alt-text="Screenshot showing the Audit retention policies tab on the Audit page with the priority column highlighted for each policy.":::
66
+
:::image type="content" source="../media/audit-retention-policies-42023.png" alt-text="Screenshot showing the Audit retention policies tab on the Audit page with the priority column highlighted for each policy." lightbox="../media/audit-retention-policies-42023.png":::
67
67
68
68
You can also select a policy to display its settings on the policy detail pane that appears.
69
69
@@ -75,7 +75,7 @@ You can also select a policy to display its settings on the policy detail pane t
75
75
To edit a policy, select it to display the policy detail pane. You can modify one or more setting and then save your changes.
76
76
77
77
> [!IMPORTANT]
78
-
> If you use the **New-UnifiedAuditLogRetentionPolicy** cmdlet to create a policy, it's possible to create an audit log retention policy for record types or activities that aren't available in the C**reate audit retention policy** tool in the Microsoft Purview compliance portal. In this case, you won't be able to edit the policy (for example, change the retention duration or add and remove activities) from the **Audit retention policies** dashboard. You'll only be able to view and delete the policy in the Microsoft Purview compliance portal. To edit the policy, you'll have to use the [Set-UnifiedAuditLogRetentionPolicy](/powershell/module/exchange/set-unifiedauditlogretentionpolicy?azure-portal=true) cmdlet in the Security and Compliance PowerShell module.
78
+
> If you use the **New-UnifiedAuditLogRetentionPolicy** cmdlet to create a policy, it's possible to create an audit log retention policy for record types or activities that aren't available in the **Create audit retention policy** tool in the Microsoft Purview compliance portal. In this case, you won't be able to edit the policy (for example, change the retention duration or add and remove activities) from the **Audit retention policies** dashboard. You'll only be able to view and delete the policy in the Microsoft Purview compliance portal. To edit the policy, you'll have to use the [Set-UnifiedAuditLogRetentionPolicy](/powershell/module/exchange/set-unifiedauditlogretentionpolicy?azure-portal=true) cmdlet in the Security and Compliance PowerShell module.
79
79
80
80
> [!TIP]
81
81
> A message is displayed at the top of the policy detail pane for policies that have to be edited using PowerShell.
@@ -136,7 +136,7 @@ Use the **Set-UnifiedAuditLogRetentionPolicy** cmdlet in the Security and Compli
136
136
137
137
#### Delete policies in PowerShell
138
138
139
-
Use the R**emove-UnifiedAuditLogRetentionPolicy** cmdlet in the Security and Compliance PowerShell module to delete an audit log retention policy. It may take up to 30 minutes for a deleted policy to be removed from an organization.
139
+
Use the **Remove-UnifiedAuditLogRetentionPolicy** cmdlet in the Security and Compliance PowerShell module to delete an audit log retention policy. It may take up to 30 minutes for a deleted policy to be removed from an organization.
0 commit comments