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?
Hi,
What version of RDM and PowerShell module are you using?
Regards
Jonathan Lafontaine
RemoteDesktopManager Module version 2022.1.3.3, RDM version 2022.1.27.0
Thank you for the info.
I'll test that on our end and get back to you.
Jonathan Lafontaine
Thanks!
Thank you for the info.
teatv download
hellodear.in
What data source are you connecting to?
Jonathan Lafontaine
I'm using a Devolutions Server as my data source. Does that answer the question?
Yes, thank you.
Jonathan Lafontaine
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
Thanks! This appears to work now. I appreciate the help!