custom fields

avatar
vpierron
Disabled

Hi,

How can i customize the 'custom fields' of all my servers ?

regards

All Comments (6)

avatar

Hello,

What do you want to accomplish specifically?

The custom fields can be used to define various values and/or properties for a specific entry.

For more information, please consult these links;
http://help.remotedesktopmanager.com/settings_information_customfields.htm#

This one is for variables that can be used in these fields;
http://help.remotedesktopmanager.com/settings_variables.htm


If there is anything else we can help you with, please let us know.


Best regards,

Mark Beausejour

avatar

I use it from 2 weeks, but i hav chnage the name for juste 2 customs fields.

And now , i want change the name of the third name of all my server without change th value of the first and second field.

regards

avatar

Hello,

Does your sessions are all the same type, like RDP as example?

Best regards,

Jeff Dagenais

avatar

yes absolutely

avatar

Hello,

To accomplish what you want, we would need the help of PowerShell. Please test it on one RDP session first.

Select a RDP session and click on Edit -> Batch Edit -> Batch Actions -> Custom PowerShell Command and execute the following script:

$connection.MetaInformation.CustomField3Title = "MyField"
$RDM.Save();

Please note that you would need to change "MyField" for the value that you want to replace Custom #3 with it.

Best regards,

Jeff Dagenais

avatar

Thanks a lot

have a nice day