We want to have a general config company wide.
Is it possible to do a config import during deployment for all users?
This is our current silent depoyment script - run within the ‘System’ Context, silently - end-user is non-admin.
msiexec /i “Orkestra.v.1.9.10.0.msi” /quiet AI_DESKTOP_SH=1
Is it possible to automate the import settings function?
Hey there! thanks for reaching out 
And it is SO cool that you’re looking for ways to implement company wide deployment !!
The installer doesn’t have arguments for that . Since those are files you can use any batching system to get them out there though . What I can tell you is that the settings live in %APPDATA%\orkestra\UserSettings.xml so you can make that happen . The OkPy agent might even be able to help with that 
Absolute best deoloyment experience is Orkestra Online you should give it a shot!