I wonder if it is also possible to use 'ConfigImportExportUtil.exe' to change only the passwords of certain hardware on the recording server.I wonder if it is possible to change to individual hardware instead of changing all the hardware.

If possible, show the example command.

Hi Kim,

There are two ways to update passwords with the tool. You can update all passwords in bulk with a single command, or you can export the hardware info (including passwords) to CSV, make your modifications, and import the updated CSV.

Export

--export --kind hardware --file hardware.csv

Make whatever modifications you need. You can use the read-only columns to sort by recording server or device driver for example. If you only need to change 5 cameras, you can just remove everything else from the CSV.

Import

--import --kind hardware --file hardware.csv​