formatlog command
Use the formatlog command to transform the inventory XML files to HTML files.
formatlog command syntax
OneCli.exe inventory formatlog [<options>]
Parameter | Required/Optional | Notes |
---|---|---|
--hldec | Optional | Generate UEFI hidden logs by parsing inventory XML file specified with --srcdata. This is useful for trouble shooting. |
--srcdata | Required | Specify the inventory XML result file. |
| Optional | Refer to Table 2 |
Example of the formatlog command
This example formats the xxx.xml file to HTML file and save the results to specified output folder.
OneCli.exe inventory formatlog –srcdata xxx.xml –output d:\onecli\inventory
Give documentation feedback