nerdexam
Microsoft

AZ-140 · Question #29

You have a Azure Virtual Desktop deployment. You publish a RemoteApp named AppVersion1. You need AppVersion1 to appear in the Remote Desktop client as Sales Contact Application. Which PowerShell…

The correct answer is D. Update-AzWvdApplication. To assign a friendly name to a RemoteApp, run the following cmdlet with the required Update-AzWvdApplication -ResourceGroupName <resourcegroupname> - ApplicationGroupName <appgroupname> -Name <applicationname> -FriendlyName <newfriendlyname>

Submitted by mateo_ar· Apr 18, 2026Plan and implement user environments and apps

Question

You have a Azure Virtual Desktop deployment. You publish a RemoteApp named AppVersion1. You need AppVersion1 to appear in the Remote Desktop client as Sales Contact Application. Which PowerShell cmdlet should you use?

Options

  • ANew-AzADApplication
  • BUpdate-AzWvdApplicationGroup
  • CRegister-AzWvdApplicationGroup
  • DUpdate-AzWvdApplication

How the community answered

(30 responses)
  • A
    7% (2)
  • B
    3% (1)
  • C
    3% (1)
  • D
    87% (26)

Explanation

To assign a friendly name to a RemoteApp, run the following cmdlet with the required Update-AzWvdApplication -ResourceGroupName <resourcegroupname> - ApplicationGroupName <appgroupname> -Name <applicationname> -FriendlyName <newfriendlyname>

Topics

#Azure Virtual Desktop#PowerShell#RemoteApp#Application Management

Community Discussion

No community discussion yet for this question.

Full AZ-140 Practice