Skip to content

Commit d54c6fe

Browse files
committed
Updated verbiage.
1 parent bd99e66 commit d54c6fe

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

articles/virtual-desktop/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
href: configure-vm-gpu.md
4141
- name: Automatically scale session hosts
4242
href: set-up-scaling-script.md
43-
- name: Customize Feed for Windows Virtual Desktop users
43+
- name: Customize feed for Windows Virtual Desktop users
4444
href: customize-feed-for-virtual-desktop-users.md
4545
- name: Concepts
4646
items:

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,17 @@ 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
13+
14+
You can customize the feed so the RemoteApp and remote desktop resources appear in a recognizable way for your users.
1315

1416
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.
1517

1618
## Customize the display name for a RemoteApp
1719

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.
1921

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:
2123

2224
```powershell
2325
Get-RdsRemoteApp -TenantName <tenantname> -HostPoolName <hostpoolname> -AppGroupName <appgroupname>
@@ -33,16 +35,16 @@ Set-RdsRemoteApp -TenantName <tenantname> -HostPoolName <hostpoolname> -AppGroup
3335

3436
## Customize the display name for a Remote Desktop
3537

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.
3739

38-
To retrieve the RemoteDesktop, run the following PowerShell cmdlet:
40+
To retrieve the remote desktop resource, run the following PowerShell cmdlet:
3941

4042
```powershell
4143
Get-RdsRemoteDesktop -TenantName <tenantname> -HostPoolName <hostpoolname> -AppGroupName <appgroupname>
4244
```
4345
![A screenshot of PowerShell cmdlet Get-RDSRemoteApp with Name and FriendlyName highlighted.](media/get-rdsremotedesktop.png)
4446

45-
To assign a friendly name to a RemoteDesktop, run the following PowerShell cmdlet:
47+
To assign a friendly name to the remote desktop resource, run the following PowerShell cmdlet:
4648

4749
```powershell
4850
Set-RdsRemoteDesktop -TenantName <tenantname> -HostPoolName <hostpoolname> -AppGroupName <appgroupname> -FriendlyName <newfriendlyname>

0 commit comments

Comments
 (0)