exam questions

Exam AZ-140 All Questions

View all questions & answers for the AZ-140 exam

Exam AZ-140 topic 4 question 1 discussion

Actual exam question from Microsoft's AZ-140
Question #: 1
Topic #: 4
[All AZ-140 Questions]

You have an 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?

  • A. New-AzADApplication
  • B. Update-AzWvdApplicationGroup
  • C. Register-AzWvdApplicationGroup
  • D. Update-AzWvdApplication
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
toto1128
Highly Voted 4 years, 1 month ago
Correct. Command will be : Update-AzWvdApplication -GroupName myWVDGroup -Name AppVersion1 -ResourceGroupName myWVDRG -FriendlyName "Sales Contact Application"
upvoted 31 times
...
jeff1988
Most Recent 7 months, 2 weeks ago
Selected Answer: D
To rename a published RemoteApp in Azure Virtual Desktop, you should use the Update-AzWvdApplication cmdlet. This cmdlet allows you to update the properties of an existing application, including its display name. So, the correct answer is D. Update-AzWvdApplication.
upvoted 1 times
...
Rednevi
1 year, 4 months ago
Selected Answer: D
https://learn.microsoft.com/en-us/powershell/module/az.desktopvirtualization/?view=azps-11.3.0
upvoted 2 times
...
ESAJRR
1 year, 5 months ago
Selected Answer: D
D. Update-AzWvdApplication
upvoted 1 times
...
Doornroosje
2 years, 1 month ago
Got this question on exam today.
upvoted 3 times
...
Magis
2 years, 7 months ago
Selected Answer: D
Correct. Question ask simply rename an application and Friendly Name will do the trick.
upvoted 1 times
...
Eltooth
3 years, 2 months ago
Selected Answer: D
D is correct answer.
upvoted 1 times
...
CloudyTech
3 years, 7 months ago
To assign a friendly name to a RemoteApp, run the following cmdlet with the required parameters: Update-AzWvdApplication -ResourceGroupName <resourcegroupname> -ApplicationGroupName <appgroupname> -Name <applicationname> -FriendlyName <newfriendlyname> D is right
upvoted 1 times
...
Domza
3 years, 7 months ago
D is correct!
upvoted 1 times
...
Jasper666
3 years, 9 months ago
D is correct: https://docs.microsoft.com/en-us/azure/virtual-desktop/customize-feed-for-virtual-desktop-users
upvoted 1 times
...
polakovic
3 years, 11 months ago
This question is about renaming of the single app. Therefore update-AzWvdApplication look OK to me
upvoted 2 times
...
MrHabanero
4 years ago
I am not sure about this one. Publishing means New-AzWvd...after that shouldnt be following update of application group instead just application? Any ideas?
upvoted 3 times
d0bermannn
3 years, 11 months ago
Agreed, must be New-AzWvdApplication https://docs.microsoft.com/en-us/powershell/module/az.desktopvirtualization/new-azwvdapplication?view=azps-6.2.0 But we have no such option in Qs.
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...