Migrating Existing RDS environment to Windows Desktop in Azure
This is Hans On Lab Recording from Microsoft Ignite 2019. You can migrate not only existing Remote Desktop Hosts but also VDI solutions. Script used in this Lab: Install-Module -Name Microsoft.RDInfra.RDPowerShell $tenant = “HOLVDI” $hostpoolname = “rg982109-p” Add-RdsAccount -DeploymentUrl “https://rdbroker.wvd.microsoft.com” New-RdsHostPool -TenantName $tenant -Name $hostpoolname New-RdsRegistrationInfo -TenantName $tenant -HostPoolName $hostpoolname -ExpirationHours 4 | Select-Object -ExpandProperty […]