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

xRDSessionDeployment: Not checking/limiting on connectionbroker validity #53

Closed peppekerstens closed 4 years ago

peppekerstens commented 6 years ago

Details of the scenario you tried and the problem that is occurring

Scenario: new deployment

Verbose logs showing the problem

[enhancement] right now, this Get-TargetResource assumes(?) that it is being targeted by the ConnectionBroker parameter. but does not actually check if provided parameter value and targeted hostname are the same.

Suggested solution to the issue

A simple check in the Get-TargetResource on provided ConnectionBroker value and the targetted hostname.

johlju commented 6 years ago

Labeled this as an enhancement and help wanted so that anyone in the community can pick this up.