Skip to content

Commit b6fa69f

Browse files
committed
Added next steps to new article, tweaked wording in next steps sections.
1 parent 9908ef2 commit b6fa69f

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

articles/virtual-desktop/configure-host-pool-personal-desktop-assignment-type.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,10 @@ To assign a user to a specific session host, run the following PowerShell cmdlet
6666
```powershell
6767
Set-RdsSessionHost <tenantname> <hostpoolname> -Name <sessionhostname> -AssignedUser <userupn>
6868
```
69+
70+
## Next steps
71+
72+
Now that you've configured the personal desktop assignment type, you can sign in to a Windows Virtual Desktop client to test it as part of a user session. These next two How-tos will tell you how to connect to a session using the client of your choice:
73+
74+
- [Connect with the Windows Desktop client](connect-windows-7-and-10.md)
75+
- [Connect with the web client](connect-web.md)

articles/virtual-desktop/customize-rdp-properties.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Set-RdsHostPool -TenantName <tenantname> -Name <hostpoolname> -CustomRdpProperty
5151

5252
## Next steps
5353

54-
Now that you've customized the RDP properties for a given host pool, you can sign in to a Windows Virtual Desktop client to test them as part of a user session. To do so, continue to the Connect to Windows Virtual Desktop How-tos:
54+
Now that you've customized the RDP properties for a given host pool, you can sign in to a Windows Virtual Desktop client to test them as part of a user session. These next two How-tos will tell you how to connect to a session using the client of your choice:
5555

56-
- [Connect from Windows 10 and Windows 7](connect-windows-7-and-10.md)
57-
- [Connect from a web browser](connect-web.md)
56+
- [Connect with the Windows Desktop client](connect-windows-7-and-10.md)
57+
- [Connect with the web client](connect-web.md)

0 commit comments

Comments
 (0)