How to setup Existing Server Machine in AVD Azure Virtual Desktop

Install-WindowsFeature -IncludeManagementTools -Name RDS-RD-Server

https://learn.microsoft.com/en-us/previous-versions/remote-desktop-client/connect-windows-cloud-services?tabs=windows-msrdc-msi

Download and Install https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RWrmXv and apply Reg Key
Download and Install https://go.microsoft.com/fwlink/?linkid=2311028

Setup RDS Licensing

$obj = gwmi -namespace “Root/CIMV2/TerminalServices” Win32_TerminalServiceSetting
$obj.ChangeMode(4)
$obj.SetSpecifiedLicenseServerList(“SDG1.x.local”)
$obj.GetSpecifiedLicenseServerList()

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...