You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Follow the [server onboarding process](configure-server-endpoints.md).
@@ -144,20 +148,25 @@ With the ability to easily deploy updates to VMs running in VDIs, we've shortene
144
148
If you have onboarded the primary image of your VDI environment (SENSE service is running), then you must offboard and clear some data before putting the image back into production.
145
149
146
150
1.[Offboard the machine](offboard-machines.md).
151
+
147
152
2. Ensure the sensor is stopped by running the following command in a CMD window:
148
153
149
154
```console
155
+
150
156
sc query sense
157
+
151
158
```
152
159
153
160
3. Run the following commands in a CMD window::
154
161
155
162
```console
163
+
156
164
del "C:\ProgramData\Microsoft\Windows Defender Advanced Threat Protection\Cyber\*.*" /f /s /q
@@ -176,7 +185,7 @@ After onboarding devices to the service, it's important to take advantage of the
176
185
177
186
The configuration settings in this link are recommended: [Configure Microsoft Defender Antivirus on a remote desktop or virtual desktop infrastructure environment](/defender-endpoint/deployment-vdi-microsoft-defender-antivirus).
178
187
179
-
## Related topics
188
+
## Related articles
180
189
181
190
-[Onboard Windows devices using Group Policy](configure-endpoints-gp.md)
182
191
-[Onboard Windows devices using Microsoft Configuration Manager](configure-endpoints-sccm.md)
0 commit comments