xRemoteDesktopSessionHost icon indicating copy to clipboard operation
xRemoteDesktopSessionHost copied to clipboard

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

Results 14 xRemoteDesktopSessionHost issues
Sort by recently updated
recently updated
newest added

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

enhancement
help wanted

There is no resource for enabling the new Personal Session Desktops feature of Server 2016. http://social.technet.microsoft.com/wiki/contents/articles/31780.windows-server-2016-remote-desktop-services-introducing-personal-session-desktops.aspx I plan to begin work on creating this resource within the xRemoteDesktopSessionHost module. I...

help wanted
resource proposal

#### Pull Request (PR) description Rename Module to RemoteDesktopServicesDsc #### This Pull Request (PR) fixes the following issues #### Task list - [ ] Added an entry to the change...

Any Verbose or throw messages should be localized. `$script:localizedData = Get-LocalizedData -DefaultUICulture 'en-US'` will need to be added to the start of each module to import the strings for use.

help wanted
good first issue