dell / iDRAC-Redfish-Scripting

Python and PowerShell scripting for Dell EMC PowerEdge iDRAC REST API with DMTF Redfish
GNU General Public License v2.0
603 stars 279 forks source link

Where is the script GetBiosBootOrderBootSourceStateREDFISH.py? #305

Closed jasmeer closed 4 months ago

jasmeer commented 4 months ago

Hi I have seen references to this script; but did not find it in repo. Thanks Jasmeer

texroemer commented 4 months ago

Hi @jasmeer

I removed this script once iDRAC added DMTF support to change the boot order (originally only OEM extension was supported to change boot order) but i added it back with updated fixes / enhancements. See script "ChangeBiosBootOrderSourceStateREDFISH.py".

Thanks Tex

jasmeer commented 4 months ago

Thanks a lot @texroemer.