MAIN MENU
Devolutions Blog

Announcements, updates, and insights from Devolutions.

Quick tips
RemoteDesktopManager-PowerShell

NEW: Remote Desktop Manager PowerShell Module

For years, Remote Desktop Manager has supported Windows PowerShell through the RDM CmdLet snap-in. And while this was a functional solution, we have made things even easier with the new RDM PowerShell...

Photo of Joey Dupont Joey Dupont

For years, Remote Desktop Manager has supported Windows PowerShell through the RDM CmdLet snap-in. And while this was a functional solution, we have made things even **easier with the new RDM PowerShell Module that will be available with the release of RDM 12. **

The RDM PowerShell Module is called RemoteDesktopManager.PowerShellModule.dll, and it is located in the same folder as RDM binaries (RemoteDesktopManager.exe).

If you installed RDM in the default location, here is how to** import the module**:

Import-Module "${env:ProgramFiles(x86)}\Devolutions\Remote Desktop Manager\RemoteDesktopManager.PowerShellModule.dll"

Alternatively, if you launch PowerShell through RDM (Tools->PowerShell Console), or from a PowerShell session, the new RDM PowerShell Module will load automatically.

!!

And there’s even more good news: in addition to putting all of the existing cmdlets in the new module, we’ve added new ones and enhanced the overall functionality based on feedback from our community of IT pros. Here’s a quick rundown of the new features and improvements:

More interactive and dynamic

When using PowerShell interactively, the cmdlets now dynamically create parameters and validation sets. For example, when you use the cmdlet Get-RDMSession, the parameter “Name” works as a filter and gives you the available connections by name in your current data source according to the parameter Group.

Access the Private Vault

Manipulate User Specific Settings

Manipulate documents sessions

Local and shared Playlist management

Added cmdlets to simplify session configuration

New parameters added to cmdlets

We hope that you find the new RDM PowerShell Module useful and easy to use. As always, please send us your feedback by commenting below, posting in our forum, or sending me an email.

More from Quick tips

Read more articles