Bulk change ILO settings with "Batch Edit"

Bulk change ILO settings with "Batch Edit"

avatar

Hi folks

I tried to change ilo settings with the "Custom PowerShell Command" function which can be found under "Edit / Batch Edit / Batch Actions".
The follwing commands were entered:


$connection.MetaInformation.ServerRemoteManagementUrl = 'http://$HostName$-rmt';
$connection.Tools.ILOIsSupported = $true;
$RDM.Save();


The result was success. But the ILO settings above where not applied.
If I try the opposite with the following commands:


$connection.Tools.ILOIsSupported = $false;
$RDM.Save();


Everything works as expected. I use the Remote Desktop Manager Enterprise Edition Version 12.6.8.0.
Thanks for any help.

All Comments (4)

avatar

Hello,

What datasource type are you using? I've been able to reproduce the issue with an SQLite datasource but not with an SQL server one, both on 12.6.8.0 and our latest beta version.

Regards,

Hubert Mireault

avatar

Hi Hubert,

Thanks for your response. I'm using the SQLLite as datasource.

Regards,
Markus

avatar

Thank you for confirming. I've identified an issue and made a fix internally. With the change I'm not able to reproduce the problem with SQLite datasources anymore. This will be available in the next beta version.

Regards,

Hubert Mireault

avatar

Perfect! Thanks for your help.

Kind regards
Markus