Skip to content

Commit fc37e80

Browse files
authored
Merge pull request #98590 from Heidilohr/work-polish-c
Polishing new article
2 parents abac3fc + c6cd797 commit fc37e80

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-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: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ To add or edit a single custom RDP property, run the following PowerShell cmdlet
2828
```powershell
2929
Set-RdsHostPool -TenantName <tenantname> -Name <hostpoolname> -CustomRdpProperty "<property>"
3030
```
31+
3132
![A screenshot of PowerShell cmdlet Get-RDSRemoteApp with Name and FriendlyName highlighted.](media/singlecustomrdpproperty.png)
3233

3334
## Add or edit multiple custom RDP properties
@@ -38,6 +39,7 @@ To add or edit multiple custom RDP properties, run the following PowerShell cmdl
3839
$properties="<property1>;<property2>;<property3>"
3940
Set-RdsHostPool -TenantName <tenantname> -Name <hostpoolname> -CustomRdpProperty $properties
4041
```
42+
4143
![A screenshot of PowerShell cmdlet Get-RDSRemoteApp with Name and FriendlyName highlighted.](media/multiplecustomrdpproperty.png)
4244

4345
## Reset all custom RDP properties
@@ -47,11 +49,12 @@ You can reset individual custom RDP properties to their default values by follow
4749
```powershell
4850
Set-RdsHostPool -TenantName <tenantname> -Name <hostpoolname> -CustomRdpProperty ""
4951
```
52+
5053
![A screenshot of PowerShell cmdlet Get-RDSRemoteApp with Name and FriendlyName highlighted.](media/resetcustomrdpproperty.png)
5154

5255
## Next steps
5356

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:
57+
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:
5558

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

0 commit comments

Comments
 (0)