You are not logged in.
Hello!
I've been trying to upgrade my GLPI Inventory from version 1.4 to 1.7.1, change the server URL, and set the "no-ssl-check" value to 1. I have over 300 computers to update, so I can't do it remotely one by one.
I've attempted multiple methods:
1. I tried using Orca to change the server value in the .msi file. However, this didn't work as expected. I'm not entirely sure if I did it correctly, but I added a server value in the Property category.
2. I also attempted to use msiexec with the following commands:
msiexec /i GLPI-Agent-1.7.1-x64.msi REINSTALL=feat_AGENT SERVER=https://myserver/front/inventory.php NO_SSL_CHECK=1
and
msiexec /i GLPI-Agent-1.7.1-x64.msi TRANSFORMS=Untitled.mst
With both commands, the install would start, but the url for the server that I put in the command would not apply, no ssl check worked with the first command.
3. Additionally, I tried to apply a (GPO) that would change the registry values of "server" and "no-ssl-check." Unfortunately, this approach didn't work either.
I've noticed in the documentation that there's a VBScript available, but I'm not very familiar with VBScript.
I'm just an intern and still learning, so I apologize if my attempts were not entirely correct.
Could someone please assist me with this thx ^^ !
Offline