A community where customers and the community can provide feedback to make a better product for everyone! For more details on how we prioritize requests, please see:
Criteria Used to Prioritize New Applications and Features?
View the Public Roadmap for Patch My PC
création de l'installation silencieuse de l'agent glpi
msiexec /i "GLPI-Agent-1.7.1-x64.msi" /passiveREG ADD HKLM\SOFTWARE\GLPI-Agent /v server /t REG_SZ /d "Your-server-glpi"
You don't even need the reg add, you can just install with
msiexec /i "GLPI-Agent-1.17-x64.msi" /quiet RUNNOW=1 SERVER='https://SERVERNAME'
You don't even need the reg add, you can just install with
msiexec /i "GLPI-Agent-1.17-x64.msi" /quiet RUNNOW=1 SERVER='https://SERVERNAME'