Skip to content

Commit b172d9a

Browse files
authored
Update configure-endpoints-vdi.md
Adding important note to help avoid common issue that generates support tickets and escalations to MDE engineering team.
1 parent 0cd2621 commit b172d9a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

defender-endpoint/configure-endpoints-vdi.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ The following steps guide you through onboarding VDI devices and highlight steps
103103
| Single entry for each device | 1. Select the **PowerShell Scripts** tab, then select **Add** (Windows Explorer opens directly in the path where you copied the onboarding script earlier). <br/>2. Navigate to onboarding PowerShell script `Onboard-NonPersistentMachine.ps1`. There's no need to specify the other file, as it's triggered automatically. |
104104
| Multiple entries for each device | 1. Select the **Scripts** tab, then select **Add** (Windows Explorer opens directly in the path where you copied the onboarding script earlier). <br/>2. Navigate to the onboarding bash script `WindowsDefenderATPOnboardingScript.cmd`. |
105105

106+
> [!NOTE]
107+
> When using the 'Single entry for each device' method for onboarding non-persistent VDI devices to Microsoft Defender for Endpoint, ensure that the Onboard-NonPersistentMachine.ps1 script is executed only after the virtual machine has received its final hostname.<br>
108+
> For example, if your VDI provisioning process involves multiple reboots or configuration stages after the VM is cloned from a master image, delay the script execution until the final machine name is assigned. Running the script too early may result in duplicate device entries or onboarding failures.
109+
106110
5. Test your solution by following these steps:
107111

108112
1. Create a pool with one device.

0 commit comments

Comments
 (0)