Forum Discussion
How do I get a list of all RDS Tenant Groups associated with an AAD tenant?
- Oct 25, 2019
MarkMiddlemist: To get the list of tenants you have created run the following cmdlet documented here: https://docs.microsoft.com/en-us/powershell/module/windowsvirtualdesktop/get-rdstenant
To delete the tenant you run this PowerShell Cmdlet. You need to have all resources associated to it deleted first: https://docs.microsoft.com/en-us/powershell/module/windowsvirtualdesktop/remove-rdstenant
MarkMiddlemist: To get the list of tenants you have created run the following cmdlet documented here: https://docs.microsoft.com/en-us/powershell/module/windowsvirtualdesktop/get-rdstenant
To delete the tenant you run this PowerShell Cmdlet. You need to have all resources associated to it deleted first: https://docs.microsoft.com/en-us/powershell/module/windowsvirtualdesktop/remove-rdstenant