Skip to content

Commit 6b89cee

Browse files
committed
Update application-deployment-via-mecm.md
1 parent 05dbe78 commit 6b89cee

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

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

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -85,25 +85,25 @@ Copy the unified solution package, onboarding script, and migration script to th
8585
8686
10. The detection method is based on this registry key: `HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Sense`.
8787
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-
95-
```powershell
96-
get-wmiobject Win32_Product | Sort-Object -Property Name |Format-Table IdentifyingNumber, Name, LocalPackage -AutoSize
97-
```
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+
95+
```powershell
96+
get-wmiobject Win32_Product | Sort-Object -Property Name |Format-Table IdentifyingNumber, Name, LocalPackage -AutoSize
97+
```
9898
9999
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**.
100100
101-
For **Installation program visibility**, it's advisable to install with **Normal** during phase testing then change it to **Minimized** for general deployment.
102-
103-
> [!TIP]
104-
> 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.":::
101+
For **Installation program visibility**, it's advisable to install with **Normal** during phase testing then change it to **Minimized** for general deployment.
102+
103+
> [!TIP]
104+
> 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":::
107107
108108
12. Add any additional requirements, and then select **Next**.
109109
@@ -115,11 +115,11 @@ Copy the unified solution package, onboarding script, and migration script to th
115115
116116
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`.
117117
118-
:::image type="content" source="media/deploy-application.png" alt-text="Screenshot that shows deployment of created application." lightbox="media/deploy-application.png":::
118+
:::image type="content" source="media/deploy-application.png" alt-text="Screenshot that shows deployment of created application." lightbox="media/deploy-application.png":::
119119
120120
17. Verify the status of the migration in Configuration Manager by going to **Monitoring** > **Deployments**.
121121
122-
:::image type="content" source="media/deployment-status.png" alt-text="Screenshot that shows deployment status check." lightbox="media/deployment-status.png":::
122+
:::image type="content" source="media/deployment-status.png" alt-text="Screenshot that shows deployment status check." lightbox="media/deployment-status.png":::
123123
124124
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.
125125

0 commit comments

Comments
 (0)