Skip to content

Commit 2566fc7

Browse files
committed
Merge branch 'main' into chrisda
2 parents 15763f7 + 61bc365 commit 2566fc7

File tree

85 files changed

+302
-614
lines changed

Some content is hidden

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

85 files changed

+302
-614
lines changed

.acrolinx-config.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{:changed-files-limit 30
22
:allowed-branchname-matches ["main" "release-.*"]
3-
:allowed-filename-matches ["defender-xdr/" "exposure-management/"] ;; Can be overridden in repo-specific edn file. This is an allow list that identifies which folders contain the files Acrolinx will check. Separate multiple folders as follows ["folder/" "folder2"]
3+
:allowed-filename-matches ["defender-xdr/" "exposure-management/" "defender/" "defender-business/" "defender-vulnerability-management/" "defender-office-365/"] ;; Can be overridden in repo-specific edn file. This is an allow list that identifies which folders contain the files Acrolinx will check. Separate multiple folders as follows ["folder/" "folder2"]
44

55
:use-gh-statuses true
66

.openpublishing.publish.config.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,10 @@
111111
}
112112
],
113113
"branch_target_mapping": {},
114-
"targets": {}
114+
"targets": {},
115+
"redirection_files": [
116+
".openpublishing.redirection.defender.json",
117+
".openpublishing.redirection.endpoint.json"
118+
119+
]
115120
}

defender-business/mdb-email-notifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ To view or edit email notification settings for your company, follow these steps
5959

6060
3. Review the information on the **Alerts** and **Vulnerabilities** tabs.
6161

62-
- If you don't see any items listed on the **Alerts** tab, you can create a rule for people to be notified when alerts are generated. To get help with this task, see [Create rules for alert notifications](/defender-endpoint/api/configure-email-notifications).
62+
- If you don't see any items listed on the **Alerts** tab, you can create a rule for people to be notified when alerts are generated. To get help with this task, see [Create rules for alert notifications](/defender-xdr/configure-email-notifications).
6363

6464
- If you don't see any items listed on the **Vulnerabilities** tab, you can create a rule for people to be notified whenever a new vulnerability is discovered. To get help with this task, see [Create rules for vulnerability events](/defender-endpoint/configure-vulnerability-email-notifications).
6565

defender-business/mdb-get-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ Use the navigation bar on the left side of the screen to access your incidents,
3737
| **Incidents & alerts** > **Incidents** | Takes you to your list of recent incidents. As alerts are triggered, incidents are created. An incident can include multiple alerts. Make sure to review your incidents regularly. To learn more, see [View and manage incidents in Defender for Business](mdb-view-manage-incidents.md).|
3838
| **Actions & submissions** > **Action center** | Takes you to your list of response actions, including completed and pending actions.<br/>- Select the **Pending** tab to view actions that require approval to proceed.<br/>- Select the **History** tab to see the actions that were taken. Some actions are taken automatically; others are taken manually or complete after they're approved.<br/><br/>To learn more, see [Review remediation actions in the Action center](mdb-review-remediation-actions.md). |
3939
| **Actions & submissions** > **Submissions** | Takes you to the unified submissions portal, where you can submit files to Microsoft for analysis. To learn more, see [Submit files in Microsoft Defender for Endpoint](/defender-endpoint/admin-submissions-mde) (the process is similar for Defender for Business). |
40-
| **Secure score** | Provides a representation of your company's security position and offers suggestions to improve it. To learn more, see [Microsoft Secure Score for Devices](/defender-endpoint/tvm-microsoft-secure-score-devices). |
41-
| **Learning hub** | Provides access to security training and other resources through learning paths that are included with your subscription. You can filter by product, skill level, role, and more. The Learning hub can help your security team ramp up on security features and capabilities in Defender for Business and more Microsoft offerings, such as [Microsoft Defender for Endpoint](/defender-endpoint/microsoft-defender-endpoint.md) and [Microsoft Defender for Office 365](/defender-office-365/mdo-about). |
40+
| **Secure score** | Provides a representation of your company's security position and offers suggestions to improve it. To learn more, see [Microsoft Secure Score for Devices](/defender-vulnerability-management/tvm-microsoft-secure-score-devices). |
41+
| **Learning hub** | Provides access to security training and other resources through learning paths that are included with your subscription. You can filter by product, skill level, role, and more. The Learning hub can help your security team ramp up on security features and capabilities in Defender for Business and more Microsoft offerings, such as [Microsoft Defender for Endpoint](/defender-endpoint/microsoft-defender-endpoint) and [Microsoft Defender for Office 365](/defender-office-365/mdo-about). |
4242
| **Trials** | Try additional security and compliance capabilities by adding on a trial subscription. If you do not see **Trials** in your navigation bar, and you want to add on another trial, you can take one of the following steps: <br/>- Visit the [Small Business Solutions page](https://www.microsoft.com/en-us/store/b/business?icid=CNavBusinessStore), and choose **Questions? Talk to an expert** to get some help adding on a trial subscription. <br/>- Go to the [Microsoft 365 admin center](https://admin.microsoft.com/?auth_upn=admin%40M365B614031.onmicrosoft.com&source=applauncher#/catalog), and choose **Billing** > **Purchase services**. If you need help, choose **Help & support**. |
4343
| **Partner catalog** | Lists Microsoft partners who provide technical and professional services. |
4444
| **Assets** > **Devices** | Enables you to view devices, such as computers and mobile devices that are enrolled in [Microsoft Intune](/mem/intune/fundamentals/what-is-intune). |

defender-endpoint/TOC.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -694,6 +694,11 @@
694694
items:
695695
- name: Use Microsoft Intune to manage Microsoft Defender Antivirus
696696
href: use-intune-config-manager-microsoft-defender-antivirus.md
697+
- name: Use Microsoft Defender for Endpoint Security Settings Management to manage
698+
Microsoft Defender Antivirus
699+
href: mde-security-settings-management.md
700+
displayName: Use Microsoft Defender for Endpoint Security Settings Management to
701+
manage Microsoft Defender Antivirus MDE Attach MDE Attach v2
697702
- name: Use Group Policy settings to manage Microsoft Defender Antivirus
698703
href: use-group-policy-microsoft-defender-antivirus.md
699704
- name: Use PowerShell cmdlets to manage Microsoft Defender Antivirus

defender-endpoint/alerts-queue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ So, for example:
7676
You can choose to filter the list of alerts based on their Status.
7777

7878
> [!NOTE]
79-
> If you see an *Unsupported alert type* alert status, it means that automated investigation capabilities cannot pick up that alert to run an automated investigation. However, you can [investigate these alerts manually](/defender/investigate-incidents#alerts).
79+
> If you see an *Unsupported alert type* alert status, it means that automated investigation capabilities cannot pick up that alert to run an automated investigation. However, you can [investigate these alerts manually](/defender-xdr/investigate-incidents#alerts).
8080
8181
### Categories
8282

defender-endpoint/api/apis-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Watch this video for a quick overview of Defender for Endpoint's APIs.
4242
4343
In general, you'll need to take the following steps to use the APIs:
4444

45-
- Create a [Microsoft Entra application](/defender-endpoint/exposed-apis-create-app-nativeapp)
45+
- Create a [Microsoft Entra application](/defender-endpoint/api/exposed-apis-create-app-nativeapp)
4646
- Get an access token using this application
4747
- Use the token to access Defender for Endpoint API
4848

defender-endpoint/api/get-assessment-information-gathering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ GET https://api.securitycenter.microsoft.com/api/machines/InfoGatheringExport?$s
115115

116116
## Other related
117117

118-
- [DeviceTvmInfoGathering](/defender/advanced-hunting-devicetvminfogathering-table)
118+
- [DeviceTvmInfoGathering](/defender-xdr/advanced-hunting-devicetvminfogathering-table)
119119
- [DeviceTvmInfoGatheringKB](/defender-xdr/advanced-hunting-devicetvminfogatheringkb-table)
120120
- [Vulnerability management](/defender-vulnerability-management/defender-vulnerability-management)
121121
- [Vulnerabilities in your organization](/defender-vulnerability-management/tvm-weaknesses)

defender-endpoint/api/get-installed-software.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,5 @@ Here is an example of the response.
105105
## See also
106106

107107
- [Microsoft Defender Vulnerability Management](/defender-vulnerability-management/defender-vulnerability-management)
108-
- [Defender Vulnerability Management software inventory](/defender-endpoint/tvm-software-inventory)
108+
- [Defender Vulnerability Management software inventory](/defender-vulnerability-management/tvm-software-inventory)
109109
[!INCLUDE [Microsoft Defender for Endpoint Tech Community](../../includes/defender-mde-techcommunity.md)]

defender-endpoint/api/get-machine-group-exposure-score.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,5 @@ Here is an example of the response.
103103
## Related topics
104104

105105
- [Microsoft Defender Vulnerability Management](/defender-vulnerability-management/defender-vulnerability-management)
106-
- [Defender Vulnerability Management exposure score](/defender-endpoint/tvm-exposure-score)
106+
- [Defender Vulnerability Management exposure score](/defender-vulnerability-management/tvm-exposure-score)
107107
[!INCLUDE [Microsoft Defender for Endpoint Tech Community](../../includes/defender-mde-techcommunity.md)]

0 commit comments

Comments
 (0)