Skip to content

Commit 13b1dca

Browse files
Merge branch 'main' into docs-editor/schedule-antivirus-scans-group-1742258128
2 parents 0be0e1c + e980057 commit 13b1dca

File tree

69 files changed

+343
-252
lines changed

Some content is hidden

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

69 files changed

+343
-252
lines changed

ATPDocs/whats-new.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,17 @@ For updates about versions and features released six months ago or earlier, see
2424

2525
## March 2025
2626

27+
### Enhanced Identity Inventory (Preview)
28+
29+
The Identities page under *Assets* has been updated to provide better visibility and management of identities across your environment.
30+
The updated Identities Inventory page now includes the following tabs:
31+
32+
- Identities: A consolidated view of identities across Active Directory, Entra ID. This Identities tab highlights key details, including identity types, and user's information.
33+
34+
- Cloud application accounts: Displays a list of cloud application accounts, including those from application connectors and third-party sources (original available in the previous version based on Microsoft Defender for Cloud Apps).
35+
36+
For more information, see [Identity inventory details](/defender-for-identity/identity-inventory).
37+
2738
### New LDAP query events added to the IdentityQueryEvents table in Advanced Hunting
2839
New LDAP query events were added to the `IdentityQueryEvents` table in Advanced Hunting to provide more visibility into additional LDAP search queries running in the customer environment.
2940

CloudAppSecurityDocs/release-notes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@ For news about earlier releases, see [Archive of past updates for Microsoft Defe
2121

2222
## March 2025
2323

24+
### Enhanced Identity Inventory (Preview)
25+
26+
The Identities page under *Assets* has been updated to provide better visibility and management of identities across your environment. The updated Identities Inventory page now includes the following tabs:
27+
28+
- Identities: A consolidated view of identities across Active Directory, Entra ID. This Identities tab highlights key details, including identity types, and user's information.
29+
30+
- Cloud application accounts: Provides insights into accounts from connected applications via Defender for Cloud Apps, allowing investigation of account permissions, group memberships, aliases, and the applications in use.
31+
32+
For more information, see [Identity inventory details](/defender-for-identity/identity-inventory), [Cloud application accounts](/defender-cloud-apps/accounts).
33+
2434
### Role-Based Access Control scoping for "Behaviors" (Preview)
2535

2636
Defender for Cloud Apps customers can now configure Role-Based Access Control (RBAC) scoping for 'Behaviors.' This new capability allows administrators to define and manage access permissions more precisely. Administrators can ensure that users have the appropriate level of access to specific application data based on their roles and responsibilities. By using RBAC scoping, organizations can enhance their security posture, streamline operations, and reduce the risk of unauthorized access.

defender-endpoint/application-deployment-via-mecm.md

Lines changed: 51 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -13,104 +13,120 @@ ms.collection:
1313
- m365-security
1414
- tier1
1515
ms.topic: conceptual
16-
ms.date: 06/27/2022
16+
ms.date: 03/14/2025
1717
---
1818

1919
# Migrating servers from Microsoft Monitoring Agent to the unified solution
2020

2121
**Applies to:**
2222

23-
- Windows Server 2012 R2
24-
- Windows Server 2016
23+
- Microsoft Defender for Endpoint for servers
24+
- Microsoft Defender for Servers Plan 1 or Plan 2
2525

26-
This article guides you in migrating down-level servers from Microsoft Monitoring Agent (MMA) to the unified solution.
26+
This article guides you in migrating servers running Windows Server 2016 or Windows Server 2012 R2 from Microsoft Monitoring Agent (MMA) to the modern, unified solution. In this article, the phrase *down-level servers* refers to older versions of Windows Server, such as Windows Server 2016 and Windows Server 2012 R2.
2727

2828
## Prerequisites
2929

30-
- Microsoft Endpoint Configuration Manager (MECM) higher than 2207.
30+
- Microsoft Configuration Manager higher than 2207.
3131
- Down-level OS devices in your environment onboarded with Microsoft Monitoring Agent. To confirm, verify that `MsSenseS.exe` is running in Task Manager.
3232
- Presence of the MMA agent. You can verify it by checking if the correct Workspace ID is present in the Control Panel> Microsoft Monitoring Agent.
3333
- Active Microsoft Defender portal with devices onboarded.
34-
- A **Device Collection** containing down-level servers such as Windows Server 2012 R2 or Windows Server 2016 using MMA agent is set up in your MECM instance.
34+
- A **Device Collection** containing down-level servers such as Windows Server 2012 R2 or Windows Server 2016 using MMA agent is set up in your Configuration Manager instance.
3535

36-
For more information on installing the listed prerequisites, see [related topics](#related-topics) section.
36+
For more information on installing the listed prerequisites, see [related articles](#related-articles) section.
3737

3838
## Gather required files
3939

40-
Copy the unified solution package, onboarding script and migration script to the same content source you deploy other apps with MECM.
40+
Copy the unified solution package, onboarding script, and migration script to the same content source you deploy other apps with Configuration Manager.
41+
42+
1. Download Onboarding Script and the unified solution from [Microsoft Defender portal settings page](https://sip.security.microsoft.com/preferences2/onboarding).
4143

42-
1. Download Onboarding Script and the unified solution from [Microsoft Defender XDR settings page](https://sip.security.microsoft.com/preferences2/onboarding).
4344
:::image type="content" source="media/onboarding-script.png" alt-text="Screenshot of onboarding script and unified solution download" lightbox="media/onboarding-script.png":::
45+
4446
> [!Note]
4547
> You must select the Group Policy from the Deployment method dropdown to obtain the .cmd file.
48+
4649
2. Download the migration script from the document: [Server migration scenarios from the previous, MMA-based Microsoft Defender for Endpoint solution](server-migration.md). This script can also be found on GitHub: [GitHub - microsoft/mdefordownlevelserver](https://github.com/microsoft/mdefordownlevelserver).
47-
3. Save all three files in a shared folder used by MECM as a Software Source.
4850

49-
:::image type="content" source="media/ua-migration.png" alt-text="Screenshot of saving the shared folder by MECM.":::
51+
3. Save all three files in a shared folder used by Configuration Manager as a Software Source.
52+
53+
:::image type="content" source="media/ua-migration.png" alt-text="Screenshot of saving the shared folder by Configuration Manager.":::
5054

5155
## Create the package as an application
5256

53-
1. In the MECM console, follow these steps: **Software Library>Applications>Create Application**.
57+
1. In the Configuration Manager console, go to **Software Library** > **Applications** > **Create Application**.
58+
5459
2. Select **Manually specify the application information**.
5560
:::image type="content" source="media/manual-application-information.png" alt-text="Screenshot of manually specifying the application information selection." lightbox="media/manual-application-information.png":::
61+
5662
3. Select **Next** on the Software Center screen of the wizard.
57-
4. On the Deployment Types, click **Add**.
63+
64+
4. On the Deployment Types, select **Add**.
65+
5866
5. Select **Manually to specify the deployment type information** and select **Next**.
67+
5968
6. Give a name to your script deployment and select **Next**.
6069

6170
:::image type="content" source="media/manual-deployment-information.png" alt-text="Screenshot specifying the script deployment information.":::
62-
7. On this step, copy the UNC path that your content is located. Example: `\\ServerName\h$\SOFTWARE_SOURCE\path`.
71+
72+
7. Copy the UNC path that your content is located. Example: `\\ServerName\h$\SOFTWARE_SOURCE\path`.
6373

6474
:::image type="content" source="media/deployment-type-wizard.png" alt-text="Screenshot that shows UNC path copy.":::
6575

66-
8. Additionally, set the following as the installation program:
76+
8. Set the installation program by using the following command:
6777

6878
```powershell
6979
Powershell.exe -ExecutionPolicy ByPass -File install.ps1 -RemoveMMA <workspace ID> -OnboardingScript .\WindowsDefenderATPOnboardingScript.cmd
7080
```
7181
72-
Click **Next** and make sure to add your own Workspace ID in this section.
73-
9. Click **Next** and click add a clause.
74-
10. The detection method will be based on the registry key shown below.
75-
`HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Sense`
76-
77-
Check the option: **This registry setting must exit on the target system to indicate presence of this application.**
82+
Select **Next**, and make sure to add your own Workspace ID in this section.
7883
79-
:::image type="content" source="media/detection-wizard.png" alt-text="Screenshot that shows detection type wizard":::
84+
9. Select **Next**, and then select **add a clause**.
8085
81-
> [!TIP]
82-
> The registry key value was obtained by running the Powershell command shown below on a device that has the unified solution installed. Other creative methods of detection can also be used. The goal is to identify whether the unified solution has already been installed on a specific device. You can leave the Value and Data Type fields as blank.
86+
10. The detection method is based on this registry key: `HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Sense`.
8387
88+
Select the option: **This registry setting must exit on the target system to indicate presence of this application.**
89+
90+
:::image type="content" source="media/detection-wizard.png" alt-text="Screenshot that shows detection type wizard":::
91+
92+
> [!TIP]
93+
> The registry key value was obtained by running the following PowerShell command on a device that has the unified solution installed. Other creative methods of detection can also be used. The goal is to identify whether the unified solution has already been installed on a specific device. You can leave the Value and Data Type fields as blank.
94+
8495
```powershell
85-
get-wmiobject Win32_Product | Sort-Object -Property Name |Format-Table IdentifyingNumber, Name, LocalPackage -AutoSize
96+
get-wmiobject Win32_Product | Sort-Object -Property Name |Format-Table IdentifyingNumber, Name, LocalPackage -AutoSize
8697
```
8798
88-
11. In the **User Experience** section, check the recommended settings shown in the screenshot. You can choose what suits your environment and click **Next**. For **Installation program visibility**, it's advisable to install with **Normal** during phase testing then change it to **Minimized** for general deployment.
99+
11. In the **User Experience** section, check the recommended settings shown in the screenshot. You can choose what suits your environment, and then select **Next**.
89100
101+
For **Installation program visibility**, it's advisable to install with **Normal** during phase testing then change it to **Minimized** for general deployment.
102+
90103
> [!TIP]
91104
> The maximum allowed runtime can be lowered from (default) 120 minutes to 60 minutes.
105+
106+
:::image type="content" source="media/user-experience-in-deployment-type-wizard.png" alt-text="Screenshot that shows user experience in deployment-type wizard." lightbox="media/user-experience-in-deployment-type-wizard.png":::
92107
93-
:::image type="content" source="media/user-experience-in-deployment-type-wizard.png" alt-text="Screenshot that shows user experience in deployment-type wizard.":::
108+
12. Add any additional requirements, and then select **Next**.
94109
95-
12. Add any additional requirements then select **Next**.
96110
13. Under the Dependencies section, select **Next**.
97-
14. Select **Next** until completion screen comes up, then **Close**.
98-
15. Keep select **Next** until the completion of Application Wizard. Verify all have been green checked.
111+
112+
14. Select **Next** until completion screen comes up, and then select **Close**.
113+
114+
15. Keep selecting **Next** until the completion of Application Wizard. Verify all have been green checked.
115+
99116
16. Close the wizard, right-click on the recently created application and deploy it to your down-level-server collection. Locally, the installation can be confirmed at Software Center. For details, check the CM logs at `C:\Windows\CCM\Logs\AppEnforce.log`.
100117
101118
:::image type="content" source="media/deploy-application.png" alt-text="Screenshot that shows deployment of created application." lightbox="media/deploy-application.png":::
102119
103-
17. Verify the status of the migration at MECM > Monitoring > Deployments.
120+
17. Verify the status of the migration in Configuration Manager by going to **Monitoring** > **Deployments**.
104121
105-
:::image type="content" source="media/deployment-status.png" alt-text="Screenshot that shows deployment status check." lightbox="media/deployment-status.png":::
122+
18. Troubleshooting .ETL files are created and automatically saved locally in each server at this location `C:\Windows\ccmcache\#\`. These files can be leveraged by support to troubleshoot onboarding issues.
106123
107-
18. Troubleshooting .ETL files will be created and automatically saved locally in each server at this location `C:\Windows\ccmcache\#\`. These files can be leveraged by support to troubleshoot onboarding issues.
108-
109-
## Related topics
124+
## Related articles
110125
111126
- [Microsoft Monitoring Agent Setup](/services-hub/health/mma-setup)
112127
- [Deploy applications - Configuration Manager](/mem/configmgr/apps/deploy-use/deploy-applications)
113128
- [Microsoft Defender for Endpoint - Configuration Manager](/mem/configmgr/protect/deploy-use/defender-advanced-threat-protection)
114129
- [Onboard Windows servers to the Microsoft Defender for Endpoint service](configure-server-endpoints.md)
115130
- [Microsoft Defender for Endpoint: Defending Windows Server 2012 R2 and 2016](https://techcommunity.microsoft.com/t5/microsoft-defender-for-endpoint/defending-windows-server-2012-r2-and-2016/ba-p/2783292)
131+
116132
[!INCLUDE [Microsoft Defender for Endpoint Tech Community](../includes/defender-mde-techcommunity.md)]

0 commit comments

Comments
 (0)