I am unable to remove the Remote Desktop Service (RDS) From windows server 2012 Domain Controller. After feature removal, its start updating feature and shows "Failed to modify the feature" rollback to the previous state. To solve this issue run the following command on an elevated PowerShell command prompt
Uninstall-WindowsFeature -Name RDS-Connection-Broker, RDS-Licensing, RDS-RD-Server, RDS-Web-Access, RDS-Licensing-UI
Comments