Forum Discussion
eriknu
Oct 14, 2019Copper Contributor
Assign users security group to the desktop application group?
Hy, >> The Add-RdsAppGroupUser cmdlet doesn't support adding security groups and only adds one user at a time to the app group. If you want to add multiple users to the app group, rerun the cmdle...
- Oct 25, 2019
eriknu : One way that a lot of folks achieve this is by polling an Azure AD group, then refreshing every morning (or couple of hours). I don't have the exact PowerShell, but basically a script that does:
- Get a list of all users in <AADSecurityGroup>
- Get a list of all users in <RdsAppGroup>
- Find users in <RdsAppGroup> but not <AADSecurityGroup>
- Foreach user, remove the user from <RdsAppGroup>
- Find users in <AADSecurityGroup> but not <RdsAppGroup>
- Foreach user, add the user to the <RdsAppGroup>
mr2urbo
Jan 16, 2020Copper Contributor
is there a new update/enhancement for this to make things easier? maybe in WVD Management portalA?
Christian_Montoya
Microsoft
Jan 16, 2020mr2urbo : This work is part of our integration into the Azure Portal. We do not have a specific date for preview, but targeting this Spring.