Deploying agents via GPO
Prerequisites
Script VBS
SetupVersion = "1.12"SetupLocation = "\srv-fileglpiinventory"SetupOptions = "/quiet RUNNOW=1 ADD_FIREWALL_EXCEPTION=1 SERVER='http://glpi.yourcompany.com/front/inventory.php' TAG=MONTAG TASKS=inventory,deploy,collect,inventory"
- RUNNOW : Launch an inventory just after installation
- ADD_FIREWALL_EXCEPTION : Adds the GLPI agent to the Windows firewall exception list.
- SERVER : agent contact address on the GLPI server
- TAG: Adds the "TAG" tag to agents.
- TASKS: Allows you to manage the order of tasks to be carried out by the agent.Creating the GPO
Options
Add authentication with user and password.
Reference
Last updated