Skip to content

Commit 31f9499

Browse files
Merge branch 'main' into WI91984-fix-generate-report-current-configurations-powershell
2 parents 1b31ef1 + a628bca commit 31f9499

File tree

122 files changed

+865
-374
lines changed

Some content is hidden

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

122 files changed

+865
-374
lines changed

.github/workflows/AutoLabelAssign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
name: Run assign and label
2727
if: github.repository_owner == 'MicrosoftDocs'
2828
needs: [download-payload]
29-
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-AutoLabelAssign.yml@workflows-prod
29+
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-AutoLabelAssign.yml@workflows-test
3030
with:
3131
PayloadJson: ${{ needs.download-payload.outputs.WorkflowPayload }}
3232
AutoAssignUsers: 1

.openpublishing.redirection.defender-endpoint.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -166,14 +166,9 @@
166166
"redirect_document_id": false
167167
},
168168
{
169-
"source_path": "defender-endpoint/microsoft-defender-endpoint-linux.md",
170-
"redirect_url": "/defender-endpoint/install-defender-endpoint-linux",
169+
"source_path": "defender-endpoint/install-defender-endpoint-linux.md",
170+
"redirect_url": "/defender-endpoint/mde-linux-prerequisites",
171171
"redirect_document_id": false
172-
},
173-
{
174-
"source_path": "defender-endpoint/mde-linux-prerequisites.md",
175-
"redirect_url": "/defender-endpoint/install-defender-endpoint-linux#prerequisites",
176-
"redirect_document_id": false
177-
}
172+
}
178173
]
179174
}

defender-endpoint/TOC.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
href: microsoft-defender-endpoint.md
1313
- name: Defender for Endpoint on macOS
1414
href: microsoft-defender-endpoint-mac.md
15+
- name: Defender for Endpoint on Linux
16+
href: microsoft-defender-endpoint-linux.md
1517
- name: Defender for Endpoint on Android
1618
href: microsoft-defender-endpoint-android.md
1719
- name: Defender for Endpoint on iOS
@@ -259,8 +261,8 @@
259261
items:
260262
- name: Deploy Defender for Endpoint on Linux
261263
items:
262-
- name: Install Defender for Endpoint on Linux
263-
href: install-defender-endpoint-linux.md
264+
- name: Prerequisites
265+
href: mde-linux-prerequisites.md
264266
- name: Choose a deployment method
265267
items:
266268
- name: Enabling deployment to a custom location

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ Assign the policies to the OU where the test machines are located.
231231

232232
#### Enable Tamper Protection
233233

234-
In the Microsoft XDR portal (security.microsoft.com), go to **Settings** > **Endpoints** > **Advanced features** > **Tamper Protection** > **On**.
234+
In the Microsoft Defender portal at [https://security.microsoft.com](https://security.microsoft.com), go to **Settings** > **Endpoints** > **Advanced features** > **Tamper Protection** > **On**.
235235

236236
For more information, see [How do I configure or manage tamper protection?](/defender-endpoint/prevent-changes-to-security-settings-with-tamper-protection).
237237

defender-endpoint/indicators-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ If indicators are synced to the Defender portal from Microsoft Defender for Clou
158158

159159
## Known issues and limitations
160160

161-
Microsoft Store apps can't be blocked by Microsoft Defender because they're signed by Microsoft.
161+
Microsoft apps can't be blocked by Microsoft Defender because they're signed by Microsoft.
162162

163163
Customers might experience issues with alerts for IoCs. The following scenarios are situations where alerts aren't created or are created with inaccurate information.
164164

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

Lines changed: 0 additions & 132 deletions
This file was deleted.

defender-endpoint/ios-configure-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ Defender for Endpoint on iOS enables bulk tagging the mobile devices during onbo
430430
This configuration is available for both the enrolled (MDM) devices and unenrolled (MAM) devices. Admins can use the following steps to configure the Device tags.
431431

432432
> [!NOTE]
433-
> Configuring more than one device tags from Intune isn't supported as only one device tag reflects when configured. However, multiple device tags can be added manually in the XDR portal.
433+
> Configuring more than one device tags from Intune isn't supported as only one device tag reflects when configured. However, multiple device tags can be added manually in the Microsoft Defender portal.
434434
435435
### Configure device tags using MDM
436436

defender-endpoint/linux-install-manually.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ In order to preview new features and provide early feedback, it's recommended th
9595
> [!NOTE]
9696
> For your distribution and version, identify the closest entry for it (by major, then minor) under `https://packages.microsoft.com/config/rhel/`.
9797
98+
> [!TIP]
99+
> Online Kernel patching tools, such as Ksplice or similar, can lead to unpredictable OS stability if Defender for Endpoint is running. It's recommended to temporarily stop the Defender for Endpoint daemon before performing online Kernel patching. After the Kernel is updated, Defender for Endpoint on Linux can be safely restarted. This action is especially important for systems running Oracle Linux.
100+
98101
3. In the following commands, replace *[version]* and *[channel]* with the information you've identified:
99102

100103
```bash

defender-endpoint/linux-whatsnew.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ This article is updated frequently to let you know what's new in the latest rele
5555

5656
What's new
5757

58-
- Added support for CentOS Stream 9, CentOS Stream 10 and RHEL 10.
58+
- Added support for RHEL 10.
5959

6060
- Enhanced engine resiliency through automatic error recovery, preventing excessive logging and minimizing downtime to improve overall reliability.
6161

0 commit comments

Comments
 (0)