You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2023-10-26 17:02:20

Malderius
Member
Registered: 2023-07-12
Posts: 18

GLPI Agent VBS script options

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

#2 2023-11-16 16:49:27

Malderius
Member
Registered: 2023-07-12
Posts: 18

Re: GLPI Agent VBS script options

-- up --

Offline

#3 2023-11-17 14:26:09

cconard96
Moderator
Registered: 2018-07-31
Posts: 2,813
Website

Re: GLPI Agent VBS script options

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

#4 2023-11-23 18:06:45

Malderius
Member
Registered: 2023-07-12
Posts: 18

Re: GLPI Agent VBS script options

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

Board footer

Powered by FluxBB