Hi,
is there a possibility to enter the spiceworks devices name for a whole group and not for each device?
e. g. with $HOST$ variable?
Thanks for your help.
Greets
Do you mean in the Spiceworks tab page in a session?
David Hervieux
I mean the spiceworks tab in the options of a device:
We have so many clients, that i don't want to change each entry. So it would be nice, if i could use a batch action or something like that,
and insert the $HOST$ variable into the device field on the spiceworks tab.
rdm.png
Ok,
I see what you mean. I will add a feature request and we will verify what we can do. I think that this won't be hard to add.
David Hervieux
Thank you very much.
Best regards
Hello,
In the next RDM version, there will be a combobox for the device mode to choose the $HOST$ as the device name.
If you want to do a batch edit to set the device mode, you can select the sessions you want, do right click > edit > batch edit > batch action and choose custom powershell command and run the following script:$connection.Spiceworks.ToolDeviceMode = 2;$RDM.Save();Regards,
Hubert Mireault