Skip to content

Commit 757a1c3

Browse files
Merge branch 'main' into WI408602-reshuffle-connector-articles-in-mda-toc
2 parents 14d5c92 + 6a5ec94 commit 757a1c3

File tree

76 files changed

+457
-382
lines changed

Some content is hidden

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

76 files changed

+457
-382
lines changed

.openpublishing.redirection.defender-endpoint.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@
8282
},
8383
{
8484
"source_path": "defender-endpoint/linux-support-rhel.md",
85-
"redirect_url": "/defender-endpoint/comprehensive-guidance-on-linux-deployment",
86-
"redirect_document_id": true
85+
"redirect_url": "/defender-endpoint/linux-installer-script",
86+
"redirect_document_id": false
8787
},
8888
{
8989
"source_path": "defender-endpoint/pilot-deploy-defender-endpoint.md",
@@ -105,10 +105,20 @@
105105
"redirect_url": "/defender-endpoint/overview-client-analyzer",
106106
"redirect_document_id": false
107107
},
108+
{
109+
"source_path": "defender-endpoint/schedule-antivirus-scan-in-mde.md",
110+
"redirect_url": "/defender-endpoint/schedule-antivirus-scan-anacron",
111+
"redirect_document_id": true
112+
},
108113
{
109114
"source_path": "defender-endpoint/comprehensive-guidance-on-linux-deployment.md",
110115
"redirect_url": "/defender-endpoint/linux-installer-script",
111116
"redirect_document_id": true
112-
}
117+
},
118+
{
119+
"source_path": "defender-endpoint/linux-schedule-scan-mde.md",
120+
"redirect_url": "/defender-endpoint/schedule-antivirus-scan-crontab",
121+
"redirect_document_id": true
122+
}
113123
]
114124
}

ATPDocs/remove-rbcd-microsoft-entra-seamless-single-sign-on-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'Security assessment: Remove Resource Based Constrained Delegation for Microsoft Entra seamless SSO account'
33
description: This article describes Microsoft Defender for Identity's Microsoft Entra Seamless Single sign-on (SSO) account with Resource Based Constrained Delegation (RBCD) applied security posture assessment report.
44
author: RonitLitinsky
5-
ms.author: t-rlitinsky
5+
ms.author: rlitinsky
66
ms.service: microsoft-defender-for-identity
77
ms.topic: article
88
ms.date: 08/22/2024

CloudAppSecurityDocs/cas-compliance-trust.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Defender for Cloud Apps operates in the Microsoft Azure data centers in the foll
2929
|---------|---------|
3030
|**Customers whose tenants are provisioned in the United States** | United States |
3131
|**Customers whose tenants are provisioned in the European Union or the United Kingdom** | Either the European Union and/or the United Kingdom |
32-
|**Customers whose tenants are provisioned in any other region** | The United States and/or a data center in the region that's nearest to the location of where the customer's Microsoft Entra tenant has been provisioned |
32+
|**Customers whose tenants are provisioned in any other region** | The United States and/or a data center in the region that's nearest to the location of where the customer's Microsoft Entra tenant has been provisioned. |
3333

3434
In addition to the locations above, the App Governance features within Defender for Cloud Apps operate in the Microsoft Azure data centers in the following geographical regions listed below. Customer with App Governance enabled will have data stored within the data storage location the customer provisions in above, and in a second data storage location as described below:
3535

@@ -45,7 +45,7 @@ In addition to the locations above, the App Governance features within Defender
4545
| **Customers whose tenants are provisioned in Japan** | Japan |
4646
| **Customers whose tenants are provisioned in India** | India |
4747
| **Customers whose tenants are provisioned in Asia Pacific** | Asia Pacific |
48-
|**Customers whose tenants are provisioned in any other region** | The United States and/or a data center in the region that's nearest to the location of where the customer's Microsoft Entra tenant has been provisioned |
48+
|**Customers whose tenants are provisioned in any other region** | The United States and/or a data center in the region that's nearest to the location of where the customer's Microsoft Entra tenant has been provisioned. |
4949

5050
Customer data collected by Defender for Cloud Apps is either stored in your tenant location, as described in the previous tables, or in the geographic location of another online service that Defender for Cloud Apps shares data with, as defined by the data storage rules of that online service.
5151

@@ -71,4 +71,4 @@ Defender for Cloud Apps shares data, including customer data, among the followin
7171

7272
## Related content
7373

74-
For more information, see the [Microsoft Service Trust portal](https://www.microsoft.com/en-us/trust-center/product-overview).
74+
For more information, see the [Microsoft compliance offerings](/compliance/regulatory/offering-nist-sp-800-171).

CloudAppSecurityDocs/discovery-kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This article describes how to configure automatic log upload for continuous repo
3838
1. Run the helm command using the following syntax:
3939
4040
```AzureCLI
41-
helm install <release-name> oci://agentspublic.azurecr.io/logcollector-chart --version 1.0.0 --set inputString="<generated id> ",env.PUBLICIP="<public ip>",env.SYSLOG="true",env.COLLECTOR="<collector-name>",env.CONSOLE="<Console-id>",env.INCLUDE_TLS="on" --set-file ca=<absolute path of ca.pem file> --set-file serverkey=<absolute path of server-key.pem file> --set-file servercert=<absolute path of server-cert.pem file> --set replicas=<no of replicas> --set image.tag=0.272.0
41+
helm install <release-name> oci://mcr.microsoft.com/mcas/helmchart/logcollector-chart --version 1.0.5 --set inputString="<generated id> ",env.PUBLICIP="<public ip>",env.SYSLOG="true",env.COLLECTOR="<collector-name>",env.CONSOLE="<Console-id>",env.INCLUDE_TLS="on" --set-file ca=<absolute path of ca.pem file> --set-file serverkey=<absolute path of server-key.pem file> --set-file servercert=<absolute path of server-cert.pem file> --set replicas=<no of replicas> -n <namespace>
4242
```
4343
4444
Find the values for the helm command using the docker command used when the collector is configured. For example:

defender-endpoint/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,9 +294,9 @@
294294
- name: Configure antivirus scans
295295
items:
296296
- name: Schedule antivirus scans using Anacron
297-
href: schedule-antivirus-scan-in-mde.md
297+
href: schedule-antivirus-scan-anacron.md
298298
- name: Schedule antivirus scans using Crontab
299-
href: linux-schedule-scan-mde.md
299+
href: schedule-antivirus-scan-crontab.md
300300
- name: Network protection for Linux
301301
href: network-protection-linux.md
302302
- name: Configure and validate exclusions on Linux

defender-endpoint/access-mssp-portal.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Access the Microsoft Defender XDR MSSP customer portal
33
description: Access the Microsoft Defender XDR MSSP customer portal
44
ms.service: defender-endpoint
55
ms.subservice: onboard
6-
ms.author: deniseb
7-
author: denisebmsft
6+
ms.author: ewalsh
7+
author: emmwalshh
88
ms.localizationpriority: medium
99
manager: deniseb
1010
audience: ITPro
@@ -13,7 +13,7 @@ ms.collection:
1313
- tier3
1414
ms.topic: conceptual
1515
search.appverid: met150
16-
ms.date: 12/18/2020
16+
ms.date: 03/21/2025
1717
---
1818

1919
# Access the Microsoft Defender XDR MSSP customer portal
@@ -26,7 +26,7 @@ ms.date: 12/18/2020
2626

2727
[!INCLUDE [Microsoft Defender XDR rebranding](../includes/microsoft-defender.md)]
2828

29-
> Want to experience Microsoft Defender for Endpoint? [Sign up for a free trial.](https://go.microsoft.com/fwlink/p/?linkid=2225630&clcid=0x409&culture=en-us&country=us)
29+
> Want to experience Microsoft Defender for Endpoint? [Sign up for a free trial.](https://go.microsoft.com/fwlink/p/?linkid=2225630)
3030
3131
> [!IMPORTANT]
3232
> Some information relates to prereleased product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

defender-endpoint/android-intune.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Deploy Microsoft Defender for Endpoint on Android with Microsoft Intune
33
description: Describes how to deploy Microsoft Defender for Endpoint on Android with Microsoft Intune
44
ms.service: defender-endpoint
5-
ms.author: deniseb
6-
author: denisebmsft
5+
ms.author: ewalsh
6+
author: emmwalshh
77
ms.localizationpriority: medium
88
manager: deniseb
99
audience: ITPro
@@ -15,7 +15,7 @@ ms.custom: partner-contribution
1515
ms.topic: conceptual
1616
ms.subservice: android
1717
search.appverid: met150
18-
ms.date: 12/06/2024
18+
ms.date: 03/21/2025
1919
---
2020

2121
# Deploy Microsoft Defender for Endpoint on Android with Microsoft Intune
@@ -27,7 +27,7 @@ ms.date: 12/06/2024
2727
- [Microsoft Defender for Endpoint Plan 2](microsoft-defender-endpoint.md)
2828
- [Microsoft Defender XDR](/defender-xdr)
2929

30-
> Want to experience Microsoft Defender for Endpoint? [Sign up for a free trial.](https://go.microsoft.com/fwlink/p/?linkid=2225630&clcid=0x409&culture=en-us&country=us)
30+
> Want to experience Microsoft Defender for Endpoint? [Sign up for a free trial.](https://go.microsoft.com/fwlink/p/?linkid=2225630)
3131
3232
Learn how to deploy Defender for Endpoint on Android on Microsoft Intune Company Portal enrolled devices. For more information about Microsoft Intune device enrollment, see [Enroll your device](/mem/intune/user-help/enroll-device-android-company-portal).
3333

defender-endpoint/android-privacy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Microsoft Defender for Endpoint on Android - Privacy information
33
description: Privacy controls, how to configure policy settings that impact privacy and information about the diagnostic data collected in Microsoft Defender for Endpoint on Android.
44
ms.service: defender-endpoint
5-
ms.author: deniseb
6-
author: denisebmsft
5+
ms.author: ewalsh
6+
author: emmwalshh
77
ms.localizationpriority: medium
88
manager: deniseb
99
audience: ITPro
@@ -14,7 +14,7 @@ ms.collection:
1414
ms.topic: conceptual
1515
ms.subservice: android
1616
search.appverid: met150
17-
ms.date: 12/18/2020
17+
ms.date: 03/21/2025
1818
---
1919

2020
# Microsoft Defender for Endpoint on Android - Privacy information
@@ -24,7 +24,7 @@ ms.date: 12/18/2020
2424
- [Microsoft Defender for Endpoint Plan 2](microsoft-defender-endpoint.md)
2525
- [Microsoft Defender XDR](/defender-xdr)
2626

27-
> Want to experience Microsoft Defender for Endpoint? [Sign up for a free trial.](https://go.microsoft.com/fwlink/p/?linkid=2225630&clcid=0x409&culture=en-us&country=us)
27+
> Want to experience Microsoft Defender for Endpoint? [Sign up for a free trial.](https://go.microsoft.com/fwlink/p/?linkid=2225630)
2828
2929
Defender for Endpoint on Android collects information from your configured Android devices and stores it in the same tenant where you have Defender for Endpoint. The information is collected to help keep Defender for Endpoint for Android secure, up to date, performing as expected, and to support the service.
3030

defender-endpoint/android-support-signin.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Troubleshoot issues on Microsoft Defender for Endpoint on Android
33
description: Troubleshoot issues for Microsoft Defender for Endpoint on Android
44
ms.service: defender-endpoint
5-
ms.author: deniseb
6-
author: denisebmsft
5+
ms.author: ewalsh
6+
author: emmwalshh
77
ms.localizationpriority: medium
88
manager: deniseb
99
audience: ITPro
@@ -14,7 +14,7 @@ ms.collection:
1414
ms.topic: conceptual
1515
ms.subservice: android
1616
search.appverid: met150
17-
ms.date: 12/18/2020
17+
ms.date: 03/21/2025
1818
---
1919

2020
# Troubleshooting issues on Microsoft Defender for Endpoint on Android
@@ -26,7 +26,7 @@ ms.date: 12/18/2020
2626
- [Microsoft Defender for Endpoint Plan 2](microsoft-defender-endpoint.md)
2727
- [Microsoft Defender XDR](/defender-xdr)
2828

29-
> Want to experience Microsoft Defender for Endpoint? [Sign up for a free trial.](https://go.microsoft.com/fwlink/p/?linkid=2225630&clcid=0x409&culture=en-us&country=us)
29+
> Want to experience Microsoft Defender for Endpoint? [Sign up for a free trial.](https://go.microsoft.com/fwlink/p/?linkid=2225630)
3030
3131
When onboarding a device, you might see sign in issues after the app is installed.
3232

defender-endpoint/android-whatsnew.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: What's new in Microsoft Defender for Endpoint on Android
33
description: Learn about the major changes for previous versions of Microsoft Defender for Endpoint on Android.
44
ms.service: defender-endpoint
5-
ms.author: deniseb
6-
author: denisebmsft
5+
ms.author: ewalsh
6+
author: emmwalshh
77
ms.localizationpriority: medium
88
manager: deniseb
99
ms.reviewer: denishdonga
@@ -15,7 +15,7 @@ ms.collection:
1515
ms.topic: reference
1616
ms.subservice: android
1717
search.appverid: met150
18-
ms.date: 02/28/2025
18+
ms.date: 03/21/2025
1919
---
2020

2121
# What's new in Microsoft Defender for Endpoint on Android
@@ -26,7 +26,7 @@ ms.date: 02/28/2025
2626
- [Microsoft Defender for Endpoint](microsoft-defender-endpoint.md)
2727
- [Microsoft Defender XDR](/defender-xdr)
2828

29-
Want to experience Microsoft Defender for Endpoint? [Sign up for a free trial.](https://go.microsoft.com/fwlink/p/?linkid=2225630&clcid=0x409&culture=en-us&country=us)
29+
Want to experience Microsoft Defender for Endpoint? [Sign up for a free trial.](https://go.microsoft.com/fwlink/p/?linkid=2225630)
3030

3131
#### Defender for Endpoint on Android now supports Android 10 as the minimum version
3232

0 commit comments

Comments
 (0)