Skip to content

Commit 4bead5d

Browse files
committed
Update configure-endpoints-vdi.md
1 parent 184385e commit 4bead5d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

defender-endpoint/configure-endpoints-vdi.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ The following steps guide you through onboarding VDI devices and highlight steps
111111
- For single entry for each device: Check for only one entry in the [Microsoft Defender portal](https://security.microsoft.com).
112112
- For multiple entries for each device: Check multiple entries in the [Microsoft Defender portal](https://security.microsoft.com).
113113

114-
6. Click **Devices list** on the Navigation pane.
114+
6. In the navigation pane, select **Devices list**.
115115

116116
7. Use the search function by entering the device name and select **Device** as search type.
117117

@@ -120,20 +120,20 @@ The following steps guide you through onboarding VDI devices and highlight steps
120120
> [!NOTE]
121121
> These instructions for other Windows server versions also apply if you are running the previous Microsoft Defender for Endpoint for Windows Server 2016 and Windows Server 2012 R2 that requires the MMA. Instructions to migrate to the new unified solution are at [Server migration scenarios in Microsoft Defender for Endpoint](server-migration.md).
122122
123-
The following registry is relevant only when the aim is to achieve a 'Single entry for each device'.
123+
The following registry is relevant only when the aim is to achieve a single entry for each device.
124124

125-
1. Set registry value to:
125+
1. Set the registry value as follows:
126126

127-
```console
127+
```console
128128
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Advanced Threat Protection\DeviceTagging]
129129
"VDI"="NonPersistent"
130-
```
130+
```
131131

132-
or using command line:
132+
Or, you can use command line as follows:
133133

134-
```console
135-
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Advanced Threat Protection\DeviceTagging" /v VDI /t REG_SZ /d "NonPersistent" /f
136-
```
134+
```console
135+
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Advanced Threat Protection\DeviceTagging" /v VDI /t REG_SZ /d "NonPersistent" /f
136+
```
137137

138138
2. Follow the [server onboarding process](configure-server-endpoints.md).
139139

0 commit comments

Comments
 (0)