dsccommunity / xRemoteDesktopSessionHost

This module contains DSC resources for the management and configuration of Microsoft Remote Desktop Session Host (RDSH).
MIT License
36 stars 47 forks source link

ConnectionBroker fails when specifying another server to be Connection Broker #20

Closed SimonRousingBerg closed 7 years ago

SimonRousingBerg commented 7 years ago

Checked every statement in the response, and every single point is OK.

VERBOSE: [2016Server02]: [[xRDSessionDeployment]Deployment] Verify the validation failures before adding RD Connection Broker server to the deployment. A valid fully qualified domain name (FQDN) for the server was not specified. Unable to connect to the server by using Windows PowerShell remoting. Verify that you can connect to the server. The server is not joined to a domain. The currently logged on user is not a member of the local Administrators group on the server. The server must be running at least Windows Server 2016. The server has reboots pending and needs to be restarted. Remote Desktop Services connections are denied by Group Policy.

SimonRousingBerg commented 7 years ago

I believed this was duo to not using the PSRunAsCredential in specific Resources in my configuration and has been resolved.