Which of the following cmdlet would you use in PowerShell for creating a new empty RemoteApp app group?
Click on the arrows to vote for the correct answer
A. B. C. D. E.Correct Answer: A
New-AzWvdApplicationGroup cmdlet is used for creating a new empty RemoteApp app group.
Syntax:
Option A is correct.
New-AzWvdApplicationGroup cmdlet is the right cmdlet for creating an empty new RemoteApp app group.
Option B is incorrect.
Create-AzWvdApplicationGroup is not the right command.
Option C is incorrect.
Set-AzWvdApplicationGroup won't help in creating an empty new RemoteApp app group.
Option D is incorrect.
To check whether the app group was successfully created run Get-AzWvdApplicationGroup cmdlet to view the list of all app groups.
Option E is incorrect.New-AzRoleAssignment cmdlet is used to grant the users access to the RemoteApp program in the app group.
To know more about how to manage app groups using PowerShell or the Azure CLI, please visit the below-given link:
The correct PowerShell cmdlet for creating a new empty RemoteApp app group in Microsoft Azure Virtual Desktop is "New-AzWvdApplicationGroup".
Explanation: Azure Virtual Desktop is a cloud-based virtual desktop infrastructure (VDI) service that allows users to access their desktops and applications from anywhere using any device. PowerShell cmdlets are used to manage and configure the Azure Virtual Desktop environment.
To create a new empty RemoteApp app group, you need to use the "New-AzWvdApplicationGroup" cmdlet. This cmdlet creates a new application group in the Azure Virtual Desktop environment.
The other options mentioned in the question are not correct because they are not specifically designed for creating an empty RemoteApp app group.
Therefore, the correct answer is "A. New-AzWvdApplicationGroup".