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
It should be like this:
..now it works 🙂
Best Regards,
Andreas
Hello Andreas,
You are right, the description is never actually set even if it is a parameter.
The change has been added in GitHub.
Best regards,
Richard Boisvert
Thanks Richard for the fast fix!