Get-RDM-Template doesn't return shared templates

Get-RDM-Template doesn't return shared templates

avatar

Hi All

Not sure if this is a bug or another cmdlet that needs to be used, but Get-RDMTemplate or Get-RDM-Template do not return any Shared Templates, only the local ones.

Regards
Adam

All Comments (2)

avatar

Hello,

Which version of RDM are you using?
And what Data Source are you connected to?

With the latest version of RDM (11.5), using the Get-RDMTemplate works. The Get-RDM-Template have been deprecated as explained on our Online Help here PowerShell CmdLet Deprecated.

With a SQL Data Source, here are the results of using Get-RDMTemplate :

PS C:\devolutions\RDM 11.5.0.0> $template = Get-RDMTemplate
PS C:\devolutions\RDM 11.5.0.0> $template

TemplateName ID Type Source
------------ -- ---- ------
SCP Template 53e69d58-fc69-446e-b591-a5dd60d173b0 FTP/FTPS/SFTP/SCP Local
Shared RDP Template 28cd2996-8580-4d11-aeb8-82a5cc4ec815 Microsoft Remote Desktop (RDP) Shared


Best regards,

Érica Poirier

avatar

Hi Erica

Thanks for getting back to me.... after you mentioned Data Source, I went checking and realised that I'd been connecting to the wrong one. Since I sorted that my shared ones are showing up.

So no bug, thanks for the help :)

Regards
Adam