Forum Discussion
WVD Role Assignments - can't determine who can do what.
- Apr 11, 2019
Roger_Cox yes, I believe PS is the only way. try this:
Get-RDSRoleAssignment will list your WVD owners/contributors
Add another owner:
New-RdsRoleAssignment -TenantID <tenant> -RoleDefinitionName "RDS Owner" -SignInName username@domain.com
I just had to do this as I was training our app person on this preview and it worked just fine.
Roger_Cox yes, I believe PS is the only way. try this:
Get-RDSRoleAssignment will list your WVD owners/contributors
Add another owner:
New-RdsRoleAssignment -TenantID <tenant> -RoleDefinitionName "RDS Owner" -SignInName username@domain.com
I just had to do this as I was training our app person on this preview and it worked just fine.
stevenzelenko As WVD is now publicly available, does this have capability to support security group account access?