Export custom fields

avatar

Hello,

I am trying to figure out how to export custom fields such as in the information section

domain,
OS,
Architecture,


is there a way to export these fieds in csv?

Thank you.

All Comments (6)

avatar

Hi,
We don't have a full export in the csv. You could try the html export but I'm not sure if those fields are included.

David Hervieux

avatar

so we cannot export those fields via powershell or another way? That becomes pretty useless if we cannot export data for manupulation.

avatar

you sure can with powershell

http://forum.devolutions.net/topic16152-custom-export-to-csv.aspx has the basis

A trick to use is to do a Clipboard - copy on a session, then paste in a text editor. That way you can see all of the field names that you have access to.

Maurice

avatar

sorry i am not following. Would give me an example please?

avatar

this is how far i got;

AddOnData : Devolutions.RemoteDesktopManager.Business.AddOnConnection
Children : {}
ConnectionSubType :
ConnectionTypeName : Microsoft Remote Desktop (RDP)
CreatedBy : Admin
CreationDateTime : 2/8/2013 10:40:18 AM
CredentialConnectionID :
CustomStatus :
Description :
DescriptionRtf :
DescriptionUrl :
Encrypt : False
Group : ABC\Test Servers
Host : 192.168.1.1
ID : 7fa36e92-7b2c-4903-99b0-dc3eb4c973f8
IncludeInFavorite : False
Kind : RDPConfigured
Name : BLTST2003
OpenEmbedded : True
ShowInTrayIcon : True
SortPriority : 0
Status :
Tag :
UpdateDateTime : 7/15/2014 10:00:15 AM
UpdatedBy : NAAA\Admin

avatar

Maurice