Skip to content

Commit c6cd797

Browse files
committed
Added line breaks after code blocks.
1 parent b6fa69f commit c6cd797

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 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,6 +49,7 @@ 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

0 commit comments

Comments
 (0)