Module documentation

avatar

Hello,
I try to find a complete overvew about all powershell commands/cmdlets (and their parameters) to modify RDM folders and sessions. Is there something I might have missed?
Thank you!
Regads
Christain

All Comments (1)

avatar

Hello Christian,

To see all the PowerShell cmdlets, you can run "Get-Command -Module Devolutions.PowerShell"

Then you can run Get-Help on commands to understand what they're used for and have a few examples.

We also have a good amount of scripts built by the team and community on our Github: https://github.com/Devolutions/RDMSamples-ps

Let me know if this helps!

Best regards,
Marc-Antoine Dubois

Marc-Antoine Dubois