dsccommunity / xRemoteDesktopSessionHost

This module contains DSC resources for the management and configuration of Microsoft Remote Desktop Session Host (RDSH).
MIT License
35 stars 47 forks source link

xRDSessionDeploymentCertificateConfiguration: A way to assign certificates #63

Closed bendunne closed 4 years ago

bendunne commented 4 years ago

Description

Currently, there isn't a way to apply certificates to each role (RDGateway, RDWebAccess, RDPublishing, RDRedirector). I propose there is a resource created called xRDSessionDeploymentCertificateConfiguration to configure this. The reason I gave it this name is because the certificate assignment in the Server Manager GUI lives in the Deployment Properties.

The Set-RDCertificate CMDLET can be used to set the certificate.

Proposed properties

Properties match closely to the Set-RDCertificate CMDLET:

Special considerations or limitations

danielboth commented 4 years ago

I created a resource that is able to handle this, feedback welcome @bendunne

danielboth commented 4 years ago

Hi @bendunne, any chance you can look into PR #67 to confirm this works for you? Would be good to get some feedback from the community. Thanks!