dsccommunity / xRemoteDesktopSessionHost

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

Missing xRDServer resource? #40

Closed figueroadavid closed 6 years ago

figueroadavid commented 6 years ago

Is this resource actually missing from the module? It is in the readme, but when I check it is not there?

PS C:\> Get-DscResource -Module xremotedesktopsessionhost

ImplementedAs   Name                      ModuleName                     Version    Properties
-------------   ----                      ----------                     -------    ----------
PowerShell      xRDRemoteApp              xRemoteDesktopSessionHost      1.6.0.0    {Alias, CollectionName, DisplayN...
PowerShell      xRDSessionCollection      xRemoteDesktopSessionHost      1.6.0.0    {CollectionName, SessionHost, Co...
PowerShell      xRDSessionCollectionCo... xRemoteDesktopSessionHost      1.6.0.0    {CollectionName, ActiveSessionLi...
PowerShell      xRDSessionDeployment      xRemoteDesktopSessionHost      1.6.0.0    {ConnectionBroker, SessionHost, ...

I'm looking to use this to configure my hosts that won't be part of an RDS Deployment..

Thanks,

David F.

figueroadavid commented 6 years ago

For some reason, the edit on my post is being eaten/rejected, etc.. I am specifically looking for the xRDServer resource..

David F.

johlju commented 6 years ago

It do exist in the code https://github.com/PowerShell/xRemoteDesktopSessionHost/tree/dev/DSCResources/MSFT_xRDServer, not sure why you are not seeing it though.

danielboth commented 6 years ago

Hi @figueroadavid, the xRDServer resource was just added and will be released in the next version of xRemoteDesktopSessionHost. If you want to use it right now, just clone the repository or download the zip of the dev branch, this will include xRDServer.

johlju commented 6 years ago

I was just about to say what @danielboth said ☺️ thanks Daniel!

figueroadavid commented 6 years ago

Great! thank you so much.. I was really scratching my head on this one.

I am trying to build out DSC for RDS hosts that could be used in Citrix or VMware, and in those circumstances, the collections are just not necessary. One thing I hope you guys will add, is that when using DSC to enable RDS, the option to turn off the requirements for NLA as part of that step.

Thanks again,

David F.

On Tue, Jul 10, 2018 at 10:37 AM Daniël notifications@github.com wrote:

Hi @figueroadavid https://github.com/figueroadavid, the xRDServer resource was just added and will be released in the next version of xRemoteDesktopSessionHost. If you want to use it right now, just clone the repository or download the zip of the dev branch, this will include xRDServer.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/PowerShell/xRemoteDesktopSessionHost/issues/40#issuecomment-403867844, or mute the thread https://github.com/notifications/unsubscribe-auth/AB8n71xj6yaJia4P1zbU58kFCqBC74Itks5uFMojgaJpZM4VJoP0 .

johlju commented 6 years ago

@figueroadavid please submit a new issue, for the suggested enhancement.

Leaving this open until we release if others have the same question.

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had activity from the community in the last 30 days. It will be closed if no further activity occurs within 10 days. If the issue is labelled with any of the work labels (e.g bug, enhancement, documentation, or tests) then the issue will not auto-close.

johlju commented 6 years ago

This is released now, so closing this issue.