[Q&A] Update with Powershell 1.11 to 1.12 #849
Replies: 2 comments 2 replies
-
I don't understand why you're talking about PowerShell in the discussion title where you make no reference to it in the description. If the problem is you run the command in a PowerShell environment, maybe you have to take more care about how quotes or double-quotes are interpreted. Generally if the installation open the "repair / reinstall / remove" windows, this means the software is simply still installed. If you're in a process of reinstalling to reconfigure your agents, you just need to add this parameter: You may also want to better use our VBS which simplify the process, see https://glpi-agent.readthedocs.io/en/latest/installation/index.html#large-installations |
Beta Was this translation helpful? Give feedback.
-
Hi @thiagoportela, Maybe this can help https://gist.github.com/perplexityjeff/c3daf9011b632dbf047f5fdcd24c66c3. This is a version of the script that I use for updating / installing. Please ensure that you change the installation arguments to match your setup. Hopefully this helps, Jeff |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Documentation & bug reporting acknowledgment
Yes, I read it
Describe your problem
I need to update all the agents on the company that i work.
I'm using this command but when i tried didnt work because it asks if i want to repair, reinstal or remove.
msiexec /i GLPIAgent.msi /quiet RUNNOW=1 ADD_FIREWALL_EXCEPTION=1 SERVER='##################' CA_CERT_DIR='####################' TASKS=inventory,deploy,collect,inventory
Beta Was this translation helpful? Give feedback.
All reactions