xRemoteDesktopSessionHost
xRemoteDesktopSessionHost copied to clipboard
This module contains DSC resources for the management and configuration of Microsoft Remote Desktop Session Host (RDSH).
``` if (!(Test-xRemoteDesktopSessionHostOsRequirement)) { Throw "The minimum OS requirement was not met."} ```
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...
#### 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.