loaddefault command
Use the loaddefault command to load the default values of one or more settings.
loaddefault command syntax
OneCli.exe multiconfig loaddefault [command option] <--configfile <arg>> [common options]
Parameter | Required/Optional | Notes |
---|---|---|
command option | Optional |
|
--configfile | Required | Specify the config file for multi task command, the format refer to Sample/multi_task_config.json. |
--exclude, -e | Optional | Specify the settings group name not be loaded to default. The valid values include: login_settings, network_settings, and login_network_settings. |
--post | Optional | This parameter is only for UEFI settings. By using this parameter, users can load default settings in the same way as using the Post Load Default Settingsfunction in UEFI (F1) menu. The changed settings take effect after restarting host server. |
--redfish | Optional | Force to communicate with BMC through Redfish. |
Example of the loaddefault command
OneCli multiconfig loaddefault IMM --configfile multi_task_config.json
Give documentation feedback