xRemoteDesktopSessionHost icon indicating copy to clipboard operation
xRemoteDesktopSessionHost copied to clipboard

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

Open TravisEz13 opened this issue 9 years ago • 0 comments

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

TravisEz13 avatar Feb 06 '17 18:02 TravisEz13