Skip to content

Commit 2acb6c9

Browse files
committed
Merge branch 'main' into diannegali-identityindefender
2 parents ffe7125 + bb3ecad commit 2acb6c9

File tree

45 files changed

+286
-212
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+286
-212
lines changed

.openpublishing.redirection.defender.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,11 @@
209209
"source_path": "defender-endpoint/evaluate-mde.md",
210210
"redirect_url": "/defender-endpoint/evaluate-microsoft-defender-antivirus",
211211
"redirect_document_id": false
212+
},
213+
{
214+
"source_path": "defender-endpoint/defender-endpoint-antivirus-exclusions.md",
215+
"redirect_url": "/defender-endpoint/navigate-defender-endpoint-antivirus-exclusions",
216+
"redirect_document_id": false
212217
}
213218
]
214219
}

defender-endpoint/TOC.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,12 @@
346346
href: machine-groups.md
347347
- name: Create and manage device tags
348348
href: machine-tags.md
349-
- name: Rules
349+
- name: Rules and Exclusions
350350
items:
351+
- name: Exclusions overview
352+
href: navigate-defender-endpoint-antivirus-exclusions.md
353+
- name: Using submissions, suppressions and exclusions
354+
href: submissions-suppressions-exclusions.md
351355
- name: Manage suppression rules
352356
href: manage-suppression-rules.md
353357
- name: Create indicators
@@ -386,6 +390,7 @@
386390
items:
387391
- name: Safe deployment practices
388392
href: mde-sdp-strategy.md
393+
389394
- name: Defender for Endpoint Security Operations Guide
390395
href: mde-sec-ops-guide.md
391396
- name: Troubleshoot
@@ -707,8 +712,6 @@
707712
href: safety-scanner-download.md
708713
- name: Configure Microsoft Defender Antivirus features
709714
href: configure-microsoft-defender-antivirus-features.md
710-
- name: Manage exclusions for Defender for Endpoint and Microsoft Defender Antivirus
711-
href: defender-endpoint-antivirus-exclusions.md
712715
- name: Cloud protection and Microsoft Defender Antivirus
713716
href: cloud-protection-microsoft-defender-antivirus.md
714717
items:
@@ -859,8 +862,9 @@
859862
href: restore-quarantined-files-microsoft-defender-antivirus.md
860863

861864
- name: Microsoft Defender Antivirus exclusions
862-
href: configure-exclusions-microsoft-defender-antivirus.md
863865
items:
866+
- name: Configure custom exclusions
867+
href: configure-exclusions-microsoft-defender-antivirus.md
864868
- name: Exclusions based on file extension and folder location
865869
href: configure-extension-file-exclusions-microsoft-defender-antivirus.md
866870
- name: Exclusions for files opened by processes

defender-endpoint/evaluate-mdav-using-gp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Use this guide to evaluate and test the protection offered by Micro
44
ms.service: defender-endpoint
55
ms.localizationpriority: medium
66
ms.topic: conceptual
7-
author: deniseb
7+
author: denisebmsft
88
ms.author: deniseb
99
ms.custom: nextgen
1010
ms.date: 05/10/2024

defender-endpoint/linux-deploy-defender-for-endpoint-with-chef.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: How to Deploy Defender for Endpoint on Linux with Chef
33
description: Learn how to deploy Defender for Endpoint on Linux with Chef.
44
ms.service: defender-endpoint
5-
ms.author: dansimp
6-
author: dansimp
5+
ms.author: deniseb
6+
author: denisebmsft
77
ms.reviewer: gopkr
88
ms.localizationpriority: medium
99
manager: deniseb

defender-endpoint/linux-exclusions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Configure and validate exclusions for Microsoft Defender for Endpoint on Linux
33
description: Provide and validate exclusions for Microsoft Defender for Endpoint on Linux. Exclusions can be set for files, folders, and processes.
44
ms.service: defender-endpoint
5-
ms.author: dansimp
6-
author: dansimp
5+
ms.author: deniseb
6+
author: denisebmsft
77
ms.reviewer: gopkr, ardeshmukh
88
ms.localizationpriority: medium
99
manager: deniseb

defender-endpoint/linux-install-manually.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Deploy Microsoft Defender for Endpoint on Linux manually
33
description: Describes how to deploy Microsoft Defender for Endpoint on Linux manually from the command line.
44
ms.service: defender-endpoint
5-
ms.author: dansimp
6-
author: dansimp
5+
ms.author: deniseb
6+
author: denisebmsft
77
ms.reviewer: gopkr
88
ms.localizationpriority: medium
99
manager: deniseb

defender-endpoint/linux-install-with-ansible.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Deploy Microsoft Defender for Endpoint on Linux with Ansible
33
ms.reviewer: gopkr
44
description: Describes how to deploy Microsoft Defender for Endpoint on Linux using Ansible.
55
ms.service: defender-endpoint
6-
ms.author: dansimp
7-
author: dansimp
6+
ms.author: deniseb
7+
author: deniseb
88
ms.localizationpriority: medium
99
manager: deniseb
1010
audience: ITPro
@@ -15,7 +15,7 @@ ms.collection:
1515
ms.topic: conceptual
1616
ms.subservice: linux
1717
search.appverid: met150
18-
ms.date: 07/10/2024
18+
ms.date: 09/19/2024
1919
---
2020

2121
# Deploy Microsoft Defender for Endpoint on Linux with Ansible
@@ -221,8 +221,12 @@ Create a subtask or role files that contribute to a playbook or task.
221221
```Output
222222
- hosts: servers
223223
tasks:
224-
- include: ../roles/onboarding_setup.yml
225-
- include: ../roles/add_yum_repo.yml
224+
- name: include onboarding tasks
225+
import_tasks:
226+
file: ../roles/onboarding_setup.yml
227+
- name: add apt repository
228+
import_tasks:
229+
file: ../roles/add_yum_repo.yml
226230
- name: Install MDATP
227231
dnf:
228232
name: mdatp

defender-endpoint/linux-install-with-puppet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Deploy Microsoft Defender for Endpoint on Linux with Puppet
33
ms.reviewer: gopkr
44
description: Describes how to deploy Microsoft Defender for Endpoint on Linux using Puppet.
55
ms.service: defender-endpoint
6-
ms.author: dansimp
7-
author: dansimp
6+
ms.author: deniseb
7+
author: denisebmsft
88
ms.localizationpriority: medium
99
manager: deniseb
1010
audience: ITPro

defender-endpoint/linux-install-with-saltack.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Deploy Microsoft Defender for Endpoint on Linux with SaltStack
33
ms.reviewer: dmcwee, gopkr
44
description: Describes how to deploy Microsoft Defender for Endpoint on Linux using Saltstack.
55
ms.service: defender-endpoint
6-
ms.author: dansimp
7-
author: dansimp
6+
ms.author: deniseb
7+
author: denisebmsft
88
ms.localizationpriority: medium
99
manager: deniseb
1010
audience: ITPro

defender-endpoint/linux-preferences.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Set preferences for Microsoft Defender for Endpoint on Linux
33
ms.reviewer: gopkr, ardeshmukh
44
description: Describes how to configure Microsoft Defender for Endpoint on Linux in enterprises.
55
ms.service: defender-endpoint
6-
ms.author: dansimp
7-
author: dansimp
6+
ms.author: deniseb
7+
author: denisebmsft
88
ms.localizationpriority: medium
99
ms.date: 08/28/2024
1010
manager: deniseb

0 commit comments

Comments
 (0)