Importing Sub Connections from a .csv

Importing Sub Connections from a .csv

avatar

I wanted to import a .csv file into the Remote Desktop Manager, within the .csv are thousands of host adresses and many additional sub connection informations.


I´d hate to manualy insert every single information from the .csv into the right information field, as there are more informations that could be imported.


My question is, if there is an intelligent and not so time consuming workaround for this problem? Maybe an optimized/customizeable Assistant to import .csv files?

All Comments (4)

avatar

With RDM's PowerShell integration, the sky is the limit.

Here is a sample script that loads a csv of TeamViewer sessions and imports them into RDM setting the Name, Group, TeamViewer ID & Password.

http://download.devolutions.net/Scripts/TeamViewerCSVImport.ps1

Help on RDM PowerShell CmdLets
http://help.remotedesktopmanager.com/index.html?powershell_cmdlets.htm

Stéfane Lavergne

avatar

I thank you for your quick answer, but still this does not realy help me much.

I have different kinds of sub connection types like rdp and webbrowser.

To further complicate my problem, I have no experience on Powershell programming.

avatar

Post a few sample entries in a sample csv file, I will see if I can quickly get you up and running.

Stéfane Lavergne

avatar

Also a sample will help us create a more intelligent import wizard

David Hervieux