Forum Discussion

Roger_Cox's avatar
Roger_Cox
Copper Contributor
Apr 11, 2019
Solved

WVD Role Assignments - can't determine who can do what.

We have three Techs trying to set up and test aspects of WVD. One user asked me if his account was in RDSOwners / RDSContributors group for our tenant. Is powershell the only way to find this out? I ...
  • stevenzelenko's avatar
    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.

Resources