

To update the friendly name, run this cmdlet: Update-AzWvdApplication -GroupName 0301RAG -Name "Microsoft Word" -FriendlyName "WordUpdate" -ResourceGroupName 0301RG -IconIndex 0 -IconPath "C:\Program Files\Windows NT\Accessories\wordpad.exe" -ShowInPortal:$true -CommandLineSetting DoNotallow -FilePath "C:\Program Files\Windows NT\Accessories\wordpad.exe" Type : Microsoft.DesktopVirtualization/applicationgroups/applications Id : /subscriptions//resourcegroups/0301RG/providers/Microsoft.DesktopVirtualization/applicationgroups/0301RAG/applications/Microsoft Word IconPath : C:\Program Files\Windows NT\Accessories\wordpad.exe IconHash : -iom0PS6XLu-EMMlHWVW3F7LLsNt63Zz2K10RE0_64 The output would look like this: CommandLineArgument :įilePath : C:\Program Files\Windows NT\Accessories\wordpad.exe To assign a friendly name to a RemoteApp, run the following cmdlet with the required parameters: Update-AzWvdApplication -ResourceGroupName -ApplicationGroupName -Name -FriendlyName įor example, let's say you retrieved the current applications with the following example cmdlet: Get-AzWvdApplication -ResourceGroupName 0301RG -ApplicationGroupName 0301RAG | format-list To retrieve a list of published RemoteApps for an application group, run the following PowerShell cmdlet: Get-AzWvdApplication -ResourceGroupName -ApplicationGroupName By default, the friendly name is the same as the name of the RemoteApp program.

You can change the display name for a published RemoteApp by setting the friendly name.

Customize the display name for a RemoteApp To add or change a session host's friendly name, use the Session Host - Update REST API and update the iendlyName parameter with a REST API request. Also, personal host pools only allow and support desktop application groups. The following instructions only apply to personal desktops, not pooled desktops.
