Skip to content

Commit b426946

Browse files
committed
Fixing a few other typos and punctuation issues.
1 parent e406b8d commit b426946

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/virtual-desktop/shortpath.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ To make sure your session is using RDP Shortpath transport:
166166
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.
167167
The possible values are:
168168

169-
* **0** - user connection isn't using RDP Shortpath
169+
* **0** - user connection isn't using RDP Shortpath.
170170
- **1** - THe user connection is using RDP Shortpath for managed networks.
171171

172172
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
194194
Get-NetUDPEndpoint -OwningProcess ((Get-WmiObject win32_service -Filter "name = 'TermService'").ProcessId) -LocalPort 3390
195195
```
196196

197-
If enabled, you'll see the output like the following
197+
If enabled, you'll see the output like the following:
198198

199199
```dos
200200
LocalAddress LocalPort
@@ -225,11 +225,11 @@ To disable RDP Shortpath for a specific client, you can use the following Group
225225

226226
To disable RDP Shortpath for a specific session host, you can use the following Group Policy to disable the UDP support:
227227

228-
1. On the Session Host Run **gpedit.msc**.
228+
1. On the session host, run **gpedit.msc**.
229229
2. Go to **Computer Configuration > Administration Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Connections**.
230230
3. Set the **"Select RDP Transport Protocols"** setting to **TCP Only**.
231231

232232
## Next steps
233233

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

Comments
 (0)