Replies: 1 comment 3 replies
-
Hi @Chico0008 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Documentation & bug reporting acknowledgment
Yes, I read it
Describe your problem
Hi
I want to deploy glpi agent with Gpo runned at startup of computer
so, on my AD server, i set a GPO to launch a .bat script on our network
\s-fichiers\glpi\launcher.bat
the folder is shared and readable by everyone.
bat : if i got no glpi installation folder, i do the install
copy both glpi-agent-deployement.vbs, and glpi-agent.msi so c:\windows\temp
then run the vbs.
the vbs has been edited to take the msi file, and setuplocation set to c:\windows\temp
when i start my computer, then login, i can see the 2 files in my c:\windows\temp
but, installation do not seems to work
my mouse cursor keep switching beetween standard and task running, but agent is never installed.
i can't figure why it doesn't work :(
my launcher.bat
in VBS
the GPO

Beta Was this translation helpful? Give feedback.
All reactions