You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-desktop/customize-feed-for-virtual-desktop-users.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,17 @@ ms.topic: how-to
9
9
ms.date: 05/30/2019
10
10
ms.author: v-hevem
11
11
---
12
-
# Customize Feed for Windows Virtual Desktop users
12
+
# Customize feed for Windows Virtual Desktop users
13
+
14
+
You can customize the feed so the RemoteApp and remote desktop resources appear in a recognizable way for your users.
13
15
14
16
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.
15
17
16
18
## Customize the display name for a RemoteApp
17
19
18
-
The default FriendlyName for a RemoteApp is the same as the Name. Configuring this change would allow users to easily identify a specific application.
20
+
You can change the display name for a published RemoteApp by setting the friendly name. By default, the friendly name is the same as the name of the RemoteApp program.
19
21
20
-
To retrieve the RemoteApp, run the following PowerShell cmdlet:
22
+
To retrieve a list of published RemoteApps for an app group, run the following PowerShell cmdlet:
## Customize the display name for a Remote Desktop
35
37
36
-
The default FriendlyName for a RemoteDesktop is the same as the Name. Configuring this change would allow users to easily identify a specific desktop.
38
+
You can change the display name for a published remote desktop by setting the friendly name. If you manually created the host pool and desktop app group through PowerShell, the default friendly name is "Session Desktop". If you created the host pool and desktop app group through the GitHub ARM template or the Azure Marketplace offering, the default friendly name is the same as the host pool name.
37
39
38
-
To retrieve the RemoteDesktop, run the following PowerShell cmdlet:
40
+
To retrieve the remote desktop resource, run the following PowerShell cmdlet:
0 commit comments