Skip to content

Commit bd99e66

Browse files
committed
Update customize-feed-for-virtual-desktop-users.md
1 parent 5965cce commit bd99e66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/virtual-desktop/customize-feed-for-virtual-desktop-users.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Customize feed for Windows Virtual Desktop Users with PowerShell - Azure
2+
title: Customize feed for Windows Virtual Desktop users
33
description: How to customize feed for Windows Virtual Desktop users with PowerShell cmdlets.
44
services: virtual-desktop
55
author: v-hevem
@@ -9,11 +9,11 @@ ms.topic: how-to
99
ms.date: 05/30/2019
1010
ms.author: v-hevem
1111
---
12-
# Customize Feed for Windows Virtual Desktop Users
12+
# Customize Feed for Windows Virtual Desktop users
1313

1414
First, [download and import the Windows Virtual Desktop PowerShell module](https://docs.microsoft.com/powershell/windows-virtual-desktop/overview) to use in your PowerShell session if you haven't already.
1515

16-
## Configure a RemoteApp
16+
## Customize the display name for a RemoteApp
1717

1818
The default FriendlyName for a RemoteApp is the same as the Name. Configuring this change would allow users to easily identify a specific application.
1919

@@ -31,7 +31,7 @@ Set-RdsRemoteApp -TenantName <tenantname> -HostPoolName <hostpoolname> -AppGroup
3131
```
3232
![A screenshot of PowerShell cmdlet Set-RDSRemoteApp with Name and New FriendlyName highlighted.](media/set-rdsremoteapp.png)
3333

34-
## Configure a RemoteDesktop
34+
## Customize the display name for a Remote Desktop
3535

3636
The default FriendlyName for a RemoteDesktop is the same as the Name. Configuring this change would allow users to easily identify a specific desktop.
3737

0 commit comments

Comments
 (0)