I have a one server with all remote desktop roles installed and configured RDS deployment in sessions mode. Then I removed it from domain, made sysprep and cloned it. After deployment, I just changed it's name. Now because the name is changed, Server Manager can't work properly with RDS utilities with next error:
The following servers in this deployment are not part of the server pool:
I found at http://support.microsoft.com/kb/2910155 that it can be fixed with cmdlet Remove-RDServer, but because connection broker is unavailable at old server name, it gives me error (translation from Russian, get-rdserver have same error):
get-rdserver: Connection broker is unavailable. Be sure, that you can connect to it.
Any help please?