The search returned 12 results

by julien.guyonnet
November 25, 2025 - 11:41
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Readability problems on the console
Answers: 1
Views : 4664

Readability problems on the console

Hello,

some users have reported a display issue with the console (hidden checkboxes, truncated names, etc.).
The problem appeared after update 2.6.1.17567, but it could also be a Windows update (25H2).
Users have reset the display of...
by julien.guyonnet
March 28, 2023 - 4:01 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [RESOLVED] V 2.3.0.13505: External Tools Not Working
Answers: 2
Views : 2995

Re: [SOLVED] V 2.3.0.13505: External Tools Not Working

Hello,

I've added a link to the 'user' and 'computer' pages in GLPI:

Executable = cmd
Arguments =
/c start "" "https://glpi.domain.local/front/user.php?is_deleted=0&as_map=0&browse=0&itemtype=User&criteria%5B0%5D%5Blink%5D=AND&criteria%5B0%5D%5Bfield%5D=view&criteria%5B0%5D ...
by julien.guyonnet
March 28, 2023 - 3:55 PM
Forum: WAPT Packages
Subject: Correction of 'LAPS BY WAPT' package
Answers: 1
Views : 1839

Re: Fix 'LAPS BY WAPT' package

D,

To add the management of the Dane

Code: Select all

    "da": "administrator",
Local admins group name = "Administrator"
by julien.guyonnet
March 28, 2023 - 3:48 PM
Forum: WAPT Packages
Subject: Correction of 'LAPS BY WAPT' package
Answers: 1
Views : 1839

Fix 'LAPS BY WAPT' package

Hello,

I modified the laps-by-wapt package

on line 32 of the audit() function.
`last_date = list(WAPT.read_audit_data_set("laps", "local_admin_password"))[-1][2]`

became
`last_date = list(WAPT.read_audit_data_set("laps", "local_admin_password"))[-1][1]`.

This was because the date of the last audit no longer...
by julien.guyonnet
March 10, 2023 - 11:50
Forum: WAPT Packages
Subject: [RESOLVED] Using the "LAPS BY WAPT" package(s)
Answers: 2
Views : 2691

[RESOLVED] Using the "LAPS BY WAPT" package(s)

Hello,

Before the implementation of laps (by Microsoft), I used the smp-laps-made-in-wapt package (lesfourmisduweb.org):
- it worked OK
- requires PyScripter to display passwords
- no automatic renewal.

The tis-laps-by-wapt package is now available in the store...
by julien.guyonnet
March 10, 2023 - 11:38
Forum: WAPT Packages
Subject: [SOLVED] Automatic startup of an unwanted application
Answers: 2
Views : 2569

Re: Automatic startup of an unwanted application

Hello,
I'm trying to create a scheduled task using the wapt package that, upon login, sets the key value to empty.
Regards,
Julien
by julien.guyonnet
January 13, 2023 - 4:56 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [RESOLVED] Variables in arguments for external tools
Answers: 3
Views : 4246

Re: Variables in arguments for external tools

An idea...

Create an environment variable on each machine using PowerShell

Code: Select all

[Environnement] :: SetEnvironmentVariable ('MonAnydeskID', '123465789', 'Machine')
Next, retrieve the information from external tools

Code: Select all

{{ host_info.environ.MonAnydeskID }}
by julien.guyonnet
January 5, 2023 - 11:07 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] SQL filter on inventory tab
Answers: 2
Views : 3109

[SOLVED] SQL filter on inventory tab

Hello,
how does filtering via SQL query work?
Regards,
by julien.guyonnet
January 5, 2023 - 10:54 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [RESOLVED] Variables in arguments for external tools
Answers: 3
Views : 4246

Re: Variables in arguments for external tools

Hello,

I don't know where you store your Anydesk_ID and therefore how to find it.

I added a link to GLPI via external tools, and since the GLPI_10 agent retrieves the remote management tools (Anydesk, TeamViewer, etc.),
the GLPI page is already open to document the...