Jun 05 2020 10:16 AM
Hello everyone.
I need to add users to a RemoteApp application group but I want to do it purely in PowerShell.
In previous versions (fall 2019) I could do this by using "Add-RdsAppGroupUser" command wich dosent work anymore.
https://docs.microsoft.com/en-us/azure/virtual-desktop/manage-app-groups
This link shows how to do it but only mentios Azure Portal.
How can I do this now using only Powershell?
Thanks.
Jun 05 2020 10:23 PM
@altoControl You need the new Spring Release PowerShell cmdlets - Instructions of how to get these are here - https://docs.microsoft.com/en-us/azure/virtual-desktop/powershell-module
You can then use the new New-AZWVDApplication Powershell cmdlets to create a RemoteApp
Jun 07 2020 10:48 AM
SolutionJun 09 2020 12:48 PM
Jun 09 2020 01:09 PM
Aug 11 2021 09:12 AM
Spot on! Thanks!!! @Jamesatighe