Set-RDMPrivateSession Not Working

Implemented

Set-RDMPrivateSession Not Working

avatar

I'm attempting to create a folder in my user vault via PowerShell, but the folder doesn't create. Here's what I'm running in PowerShell:

$newFolder = New-RDMSession -Type 'Group' -Name $FolderName
Set-RDMPrivateSession $newFolder -Refresh

The result is a folder is created in the vault currently set to Get-RDMCurrentVault. I noticed when I view the contents of $newFolder prior to Set-RDMPrivateSession, the repository ID is the one that exists for my currently selected vault (Get-RDMCurrentVault).

Am I doing anything wrong?

All Comments (10)

avatar

Hi,

What version of RDM and PowerShell module are you using?

Regards

Jonathan Lafontaine

avatar

RemoteDesktopManager Module version 2022.1.3.3, RDM version 2022.1.27.0

avatar

Thank you for the info.
I'll test that on our end and get back to you.

Jonathan Lafontaine

avatar

Thanks!

avatar

Thank you for the info.
teatv download
hellodear.in

avatar

What data source are you connecting to?

Jonathan Lafontaine

avatar

I'm using a Devolutions Server as my data source. Does that answer the question?

avatar

Yes, thank you.

Jonathan Lafontaine

avatar

Hi,

I've published a new version (2022.1.3.4) fixing your issue.
Let me know if this fixes the problem on your end too.

Regards

Jonathan Lafontaine

avatar

Thanks! This appears to work now. I appreciate the help!