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

Test for host OS requirement should be moved inside a function. module load errors are often suppressed. #16

Open TravisEz13 opened 7 years ago

TravisEz13 commented 7 years ago
if (!(Test-xRemoteDesktopSessionHostOsRequirement)) { Throw "The minimum OS requirement was not met."}