Adjust many folder properties at once

Adjust many folder properties at once

avatar

I just upgraded from 2021.1.26.0 to 2021.1.30.0.

I have a folder structure such as "Customer Name" -> "Network" -> "Site Name" -> SSH Entries

The entries themselves have the VPN set to inheritance. Historically the SSH Entries worked. With the most recent update, they do not. After looking through this, it appears our "Site Name" folders do not have inheritance selected for the VPN Gateway "Connect" field.

I need to update many (> 1000) folders to change it. I've tried batch edit, selecting all the entries and folders, etc. to no avail.

Can you advise on a way to change many folders VPN "connect" field to "Inherited"?

All Comments (4)

avatar

Hello,

Thank you for reaching out to Devolutions support. I wanted to confirm if the folders needing to be changed are all configured in a certain Group type, for example are you using Site type folder or Server type folder?

Using the RDM powershell CmdLet we have ways of changing it. More info here: https://help.remotedesktopmanager.com/psmodule.html

Best regards,

Eric St-Martin

avatar

Wanted to also confirm if you use the advanced search with ConnectionType for example Folder or Server, then select the folder and then you could use the Edit (Special Action) > Custom Powershell Script then run the command
$connection.VPN.Mode = 'Inherited' ;
$RDM.Save();

Best regards,

Eric St-Martin

avatar

Hello,

Just checking in to see if the suggestion I sent was working for you.

Best regards,

Eric St-Martin

avatar

Sorry for the delay, your suggestion worked, thank you!