DVLS Module: Description missing in New-DSRDPEntry.ps1

DVLS Module: Description missing in New-DSRDPEntry.ps1

avatar

Hi All

I think i found a Bug in current Git Module on New-DSRDPEntry.ps1

Currently no Descriptions are set, because the Object doesnt contains the Variable:
devolutions-server/New-DSRDPEntry.ps1 at main · Devolutions/devolutions-server · GitHub

forum image

It should be like this:
forum image

..now it works 🙂

Best Regards,
Andreas

All Comments (2)

avatar

Hello Andreas,

You are right, the description is never actually set even if it is a parameter.

The change has been added in GitHub.
forum image

Best regards,

Richard Boisvert

avatar

Thanks Richard for the fast fix!