Forum Discussion
evasse
Jun 11, 2019Former Employee
Deploy a sample management UI to manage your Windows Virtual Desktop resources!
Thank you for everyone who’s begun testing Windows Virtual Desktop! Primarily, management of your Windows Virtual Desktop resources has been through PowerShell. However, now you can manage your resou...
michawets
Jun 12, 2019Iron Contributor
Hi ghonyme ,
The Tenant Creator permission is only to give a user/SPN permissions to create a WVD Tenant for that specific Azure AD Tenant. It does not provide access to the WVD Tenant itself.
To manage resources in the WVD Tenant, you will have to delegate permissions using these cmdlets:
- Get-RdsRoleAssignment displays a list of role assignments.
- New-RdsRoleAssignment creates a new role assignment.
- Set-RdsRoleAssignment edits role assignments.
More information can be found here:
https://docs.microsoft.com/en-us/azure/virtual-desktop/delegated-access-virtual-desktop
Here is an example of delegation which I use in my slides: