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>
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)- A7% (2)
- B3% (1)
- C3% (1)
- D87% (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
Community Discussion
No community discussion yet for this question.