You are not logged in.
1. GPO doesn't have command parameter box available for me to place GLPI asset agent server URL.
2. GPO doesn't have command parameter box available for me to run MSI silent parameter like /qn.
My apologies that exe cannot be run under our environment, always pop up a window "open file - security warning", to stop the agent from silently exexution.
But I do have orca to edit glpi-agent.msi to try to make a mst file, however, i have no information on how to place Server=http://myglpiserver and /qn into MSI or MST.
Can anyone help, please?
Offline
Reviving this post, i'm using Orca as well and can't find the parameter to modify this value. Anybody ?
Offline
Hi,
I am using the vbs script. I put this onto login share and deploy it via GPO.
There ist nothing coming up for the clients. It is installing the agent and register it at the inventory server.
glpi-agent-deployment.vbs
Copyright (C) 2010-2017 by the FusionInventory Development Team.
Copyright (C) 2021 by the Teclib SAS
https://raw.github.com/glpi-project/glpi-agent/develop/contrib/windows/glpi-agent-deployment.vbs
Last edited by krischeu (2024-01-15 13:05:15)
Offline
I found the answer.
1. Use ORCA to edit GLPI agent, open glpi agent, on the left navigation bar, look for registry, click it.
2. on the right hand side panel, look for "server", replace [xxxxxx] with your GLPI server inventory url. glpi.tn.lan/front/inventory.php
3. Save, and deploy it to GPO, it will just run silently with the server url into the client side registry to point to your GLPI server.
Offline