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
Copy file name to clipboardExpand all lines: articles/virtual-desktop/shortpath.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,7 +166,7 @@ To make sure your session is using RDP Shortpath transport:
166
166
If you're using [Azure Log Analytics](./diagnostics-log-analytics.md), you can monitor connections by querying the [WVDConnections table](/azure/azure-monitor/reference/tables/wvdconnections). A column named UdpUse indicates whether Azure Virtual Desktop RDP Stack is using UDP protocol on the current user connection.
167
167
The possible values are:
168
168
169
-
***0** - user connection isn't using RDP Shortpath
169
+
***0** - user connection isn't using RDP Shortpath.
170
170
-**1** - THe user connection is using RDP Shortpath for managed networks.
171
171
172
172
The following query list lets you review connection information. You can run this query in the [Log Analytics query editor](../azure-monitor/logs/log-analytics-tutorial.md#write-a-query). For each query, replace `userupn` with the UPN of the user you want to look up.
@@ -194,7 +194,7 @@ To verify that UDP listener is enabled, use the following PowerShell command on
If enabled, you'll see the output like the following
197
+
If enabled, you'll see the output like the following:
198
198
199
199
```dos
200
200
LocalAddress LocalPort
@@ -225,11 +225,11 @@ To disable RDP Shortpath for a specific client, you can use the following Group
225
225
226
226
To disable RDP Shortpath for a specific session host, you can use the following Group Policy to disable the UDP support:
227
227
228
-
1. On the Session Host Run**gpedit.msc**.
228
+
1. On the session host, run**gpedit.msc**.
229
229
2. Go to **Computer Configuration > Administration Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Connections**.
230
230
3. Set the **"Select RDP Transport Protocols"** setting to **TCP Only**.
231
231
232
232
## Next steps
233
233
234
-
* To learn about Azure Virtual Desktop network connectivity, see [Understanding Azure Virtual Desktop network connectivity](network-connectivity.md).
235
-
* To get started with Quality of Service (QoS) for Azure Virtual Desktop, see [Implement Quality of Service (QoS) for Azure Virtual Desktop](rdp-quality-of-service-qos.md).
234
+
- To learn about Azure Virtual Desktop network connectivity, see [Understanding Azure Virtual Desktop network connectivity](network-connectivity.md).
235
+
- To get started with Quality of Service (QoS) for Azure Virtual Desktop, see [Implement Quality of Service (QoS) for Azure Virtual Desktop](rdp-quality-of-service-qos.md).
0 commit comments