Skip to content

Commit 22b85b1

Browse files
author
Ken Lawson
committed
fixed blocking issues
1 parent 1748118 commit 22b85b1

File tree

3 files changed

+21
-7
lines changed

3 files changed

+21
-7
lines changed

learn-pr/wwl-sci/investigate-threats-using-audit-in-microsoft-365-defender-microsoft-purview-premium/4-manage-audit-log-retention-policies.yml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@ metadata:
99
ms.author: kelawson
1010
ms.topic: interactive-tutorial
1111
ms.prod: learning-m365
12-
durationInMinutes: 1
12+
durationInMinutes: 10
1313
content: |
14-
[!include[](includes/4-manage-audit-log-retention-policies.md)]
14+
[!include[](includes/4-manage-audit-log-retention-policies.md)]
15+
quiz:
16+
title: "Check your knowledge"
17+
questions:
18+
- 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."

learn-pr/wwl-sci/investigate-threats-using-audit-in-microsoft-365-defender-microsoft-purview-premium/5-investigate-compromised-email-accounts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ metadata:
99
ms.author: kelawson
1010
ms.topic: interactive-tutorial
1111
ms.prod: learning-m365
12-
durationInMinutes: 1
12+
durationInMinutes: 15
1313
content: |
14-
[!include[](includes/5-investigate-compromised-email-accounts.md)]
14+
[!include[](includes/5-investigate-compromised-email-accounts.md)]

learn-pr/wwl-sci/investigate-threats-using-audit-in-microsoft-365-defender-microsoft-purview-premium/includes/4-manage-audit-log-retention-policies.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Audit log retention policies are listed on the **Audit retention policies** tab
6363

6464
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.
6565

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":::
6767

6868
You can also select a policy to display its settings on the policy detail pane that appears.
6969

@@ -75,7 +75,7 @@ You can also select a policy to display its settings on the policy detail pane t
7575
To edit a policy, select it to display the policy detail pane. You can modify one or more setting and then save your changes.
7676

7777
> [!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.
7979
8080
> [!TIP]
8181
> 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
136136

137137
#### Delete policies in PowerShell
138138

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.
140140

141141
## Knowledge check
142142

0 commit comments

Comments
 (0)