dsccommunity / xRemoteDesktopSessionHost

This module contains DSC resources for the management and configuration of Microsoft Remote Desktop Session Host (RDSH).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

TravisEz13 opened this issue · comments

if (!(Test-xRemoteDesktopSessionHostOsRequirement)) { Throw "The minimum OS requirement was not met."}