Module RDS - First Step

I'm glad to publish my first public version of powershell module for remote desktop services from Microsoft. It's based on my vision of what guy from support team or sysadmin needs. Some of its parts are combination of ideas and smart solutions of the other admins. But now it's packed in one box. The script has only three functions at the moment:

Install-SintezRDSModuleServer
Use this for server-side setup. It can make changes remotely from PC or on the server.
Install-SintezRDSModuleClient
Use this for client-side (support team) installation. It adds a new rdsmc protocol and start script file.
Start-RDSConnect
Initiate shadow connection to user session.

Minimum powershell version is 5.0. You can download and install it from Powershell Gallery. Just type Install-Module -Name Sintez.Module.RDS in powershell console. Please, don't forget to visit help page.