Hello,
we have about 250 repositories in out RDM (one per customer).
I need an additional forder on each repository.
How can I do this with a batch?
Regards
Philipp
Hello,
I would need to verify with my team, but I think the best way to accomplish this would be to use PowerShell.
Let me verify and get back to you with a proper answer.
Best regards,
Jeff Dagenais
Hello,
My colleague Jeff is right that using the RDM PowerShell module is the only method to create a folder on each repository.
Here is the online help page of RDM PowerShell Scripting.
https://help.remotedesktopmanager.com/powershell_cmdlets.htm
You will also find some sample scripts in the forum's PowerShell section.
https://forum.devolutions.net/forum42-remote-desktop-manager--powershell-repository.aspx
The following RDM PowerShell cmdlets will be useful to create the script.
Get-RDMRepository - Get the list of all repository in your data source
Set-RDMCurrentRepository - Select the destination repository
New-RDMSession - To create the folder
Let me know if you need further help on this matter.
Best regards,
Érica Poirier