You are not logged in.
Pages: 1
Hi, Malderius from Italy, my English is not perfect
I succesfuly set up the VBS script to deploy GLPI agent on large environments
I need to obtain "Scan user profiles for software" checked in the installation, is in the Miscellaneous options
I checked the documentation but I can't find the relative parameter
My actual script string is:
SetupOptions = "RUNNOW=1 SERVER='http://..../glpi/' ADD_FIREWALL_EXCEPTION=1 AGENTMONITOR=1 EXECMODE=1 QUICKINSTALL=0 HTTPD_IP=127.0.0.15 HTTPD_PORT=62354 NO_SSL_CHECK=1 SCAN_HOMEDIRS=1"
SCAN_HOMEDIRS=1 is in that window, an correctly put the check in the installation, is there someting like SCAN_USERPROFILE=1 to put the tick?
Thank you,
Malderius
Last edited by Malderius (2023-10-26 17:02:52)
Offline
-- up --
Offline
Can you check if SCAN_PROFILES=1 enables the option?
GLPI Collaborator and Plugin Developer.
My non-English comments are automated translations. Sorry for any confusion that causes.
Mes commentaires non anglais sont des traductions automatiques. Désolé pour toute confusion qui cause.
Mis comentarios que no están en inglés son traducciones automáticas. Perdón por cualquier confusión que cause.
Offline
Hi,
it works perfectly,
my current script setup is
SetupOptions = "RUNNOW=1 SERVER='http://vphp8.arsenale.sermig.org/glpi/' ADD_FIREWALL_EXCEPTION=1 AGENTMONITOR=1 EXECMODE=1 HTTPD_IP=127.0.0.15 HTTPD_PORT=62354 NO_SSL_CHECK=1 SCAN_HOMEDIRS=1 SCAN_PROFILES=1"
SCAN_PROFILES=1 solved the issue
Thank you
Malderius
Offline
Pages: 1