Import or export Admin Console settings via command prompt

You can import or export all Admin Console settings, such as authentication type, users, user role settings, user filters separately from the project. You can also import or export from a command prompt.

  1. Open a Command Prompt window.
  2. At the Command Prompt window, open the directory: C:\Program Files\Kofax\Insight 6.X.X\ImportExport.
  3. Open Help where all the commands are listed:

    Altosoft.Insight.ImportExport.EntryPoint.exe -h

  4. Execute the following.
    1. Export Admin Console settings:
      Altosoft.Insight.ImportExport.EntryPoint.exe -export -Admin -path="C:\Temp\ImportExports\FILENAME.xml" 
      -login=Administrator -pwd=1234

      Change the path and file name.

    2. Import Admin Console settings:
      Altosoft.Insight.ImportExport.EntryPoint.exe -import -Admin -path="C:\Temp\ImportExports\FILENAME.xml"
      -login=Administrator -pwd=1234

      Change the path and file name.