Hi All
I am using Windows virtual desktop classic edition and Azure Virtual Desktop. i want to give reader access to an AD group where i want to give read access to the users of this AD to Windows Virtual Desktop and Azure Virtual Desktop. i.e i want users of this AD group fetch session hostnames. are the below syntaxes correct
WVD
New-RdsRoleAssignment -RoleDefinitionName "RDS Reader" -GroupObjectId "aaaa-aaaa-aaaa-aaaa-aaaa" -TenantGroupName "contosoTenantGroup" -TenantName "contosoA"
AVD
New-AzRoleAssignment -RoleDefinitionName "RDS Reader" -GroupObjectId "aaaa-aaaa-aaaa-aaaa-aaaa" -TenantGroupName "contosoTenantGroup" -TenantName "contosoA"