Hi
I am new to WVD and i am using wvd classic. I want to assign/remove the user to WVD app group. Please correct me if the below syntaxes are correct.
To create
Add-RdsAppGroupUser -TenantName "MyTenant" -HostPoolName "MyPool" -AppGroupName "WVD Desktop" -UserPrincipalName "maxwell@mydomain.com"
To Delete WVD
Remove-RdsAppGroupUser -TenantName "MyTenant" -HostPoolName "MyPool" -AppGroupName "WVD Desktop" -UserPrincipalName "maxwell@mydomain.com"
What is the syntax to get the session hostname for this wvd.
Get-RdsSessionHost -TenantName "MyTenant" -HostPoolName "MyPool" -AppGroupName "WVD Desktop" -UserPrincipalName "maxwell@mydomain.com"
Get-RdsAppGroupUser -TenantName "MyTenant" -HostPoolName "MyPool" -AppGroupName "WVD Desktop" -UserPrincipalName "maxwell@mydomain.com"