Forum Discussion

Suleyman Ali's avatar
Suleyman Ali
Iron Contributor
Apr 26, 2019

azure windows virtual desktop: there are currently no resources available to connect to

There is a nice step-by-step guide in regards to setting up a azure virtual desktop http://www.rebeladmin.com/2019/04/step-step-guide-azure-windows-virtual-desktop-preview/ After a few trial an...
  • TravisRoberts's avatar
    TravisRoberts
    Apr 26, 2019

    BSuleyman Ali  Below are the commands I used to clean up a host pool.  You may need to remove user assignments before the resource can be removed.

     

    Get-RdsAppGroup -TenantName $tenant -HostPoolName $hostPoolName
    Get-RdsAppGroupUser -TenantName $tenant -HostPoolName $hostPoolName -AppGroupName "Remote App Group"
    Get-RdsAppGroup -TenantName $tenant -HostPoolName $hostPoolName | Remove-RdsAppGroup
    Get-RdsHostPool -TenantName $tenant
    Get-RdsSessionHost -TenantName $tenant -HostPoolName $hostPoolName
    Get-RdsSessionHost -TenantName $tenant -HostPoolName $hostPoolName | Remove-RdsSessionHost
    Get-RdsHostPool -TenantName $tenant | Remove-RdsHostPool

Resources