The search returned 18 results

by b.ald
April 27, 2026 - 7:24 PM
Forum: WAPT Packages
Subject: [RESOLVED] tis-check-windows-eol - audit error requesting a report
Answers: 3
Views : 3411

Re: tis-check-windows-eol - audit error requesting a report

Hi Flavien,

Thanks for the information and explanations.
We agree that this file shouldn't be maintained manually, :)
it's Microsoft after all...

I think the matter can be closed. Thanks again.

Best regards,
Bastien
by b.ald
April 24, 2026 - 8:11 PM
Forum: WAPT Packages
Subject: [RESOLVED] tis-check-windows-eol - audit error requesting a report
Answers: 3
Views : 3411

Re: tis-check-windows-eol - audit error requesting a report

Hello,

I've looked into it a bit and it seems the issue is because 25H2 isn't in the JSON file, so I suppose it's normal until it is.

And regarding:
Audit aborted due to exception: too many values ​​to unpack (expected 2),
in the "class WindowsEOLChecker" section, at the very end, I have...
by b.ald
April 22, 2026 - 8:47 PM
Forum: WAPT Packages
Subject: [RESOLVED] tis-check-windows-eol - audit error requesting a report
Answers: 3
Views : 3411

[RESOLVED] tis-check-windows-eol - audit error requesting a report

Hello,

This package is showing an error for some machines.
As explicitly requested, here is the audit output:
Auditing zth-check-windows-eol
[ERROR] No matching product found. Please create a support report with the following information:

{
"product_name": "Windows 11 Pro",
"edition ...
by b.ald
April 10, 2026 - 11:09
Forum: WAPT Packages
Subject: [RESOLVED] tis-glpi-agent
Answers: 3
Views : 11795

Re: tis-glpi-agent

Hello,

Indeed, since we no longer have any 32-bit workstations in our fleet, I hadn't thought of that.

I'll modify my package again and create a duplicate for arm64. Thank you.

Best regards,

Bastien
by b.ald
April 10, 2026 - 10:38
Forum: WAPT Packages
Subject: [RESOLVED] tis-glpi-agent
Answers: 3
Views : 11795

[RESOLVED] tis-glpi-agent

Hello,

I think the target architecture for the GLPI agent can be changed from "x64" to "all" (for Windows).

I just tested it on a Surface Pro with a Snapdragon processor, and the MSI installs correctly, and the machine inventory is correctly uploaded to the GLPI server.

(The package is in...)
by b.ald
February 11, 2026 - 10:41 PM
Forum: WAPT Server
Subject: Changing the username of the server admin account?
Answers: 2
Views : 5137

Re: Changing the username of the server admin account?

Hi Denis,

Thanks for the quick reply. No worries, I kind of expected that answer :)
Since the server is public (Oracle cloud), it would have been convenient to be able to use something other than just "admin" (especially for the web interface). But the password is relatively (very) long...
by b.ald
February 9, 2026 - 8:25 PM
Forum: WAPT Server
Subject: Changing the username of the server admin account?
Answers: 2
Views : 5137

Change the username of the server admin account?

Hello,

since in the Discovery version you can't create new users (at least not to my knowledge...), I was wondering if it was possible to permanently change the username of the main admin account to something other than just "admin"?

I had found out how...
by b.ald
February 9, 2026 - 7:50 PM
Forum: WAPT Server
Subject: [SOLVED] Migrating from srv-x64-ubuntu to srv-arm64-ubuntu
Answers: 9
Views : 21423

Re: Migrating srv-x64-ubuntu to srv-arm64-ubuntu

Hello,

I think this topic can be closed if you wish.

Regards,
Bastien
by b.ald
December 15, 2025 - 2:13 PM
Forum: WAPT Packages
Subject: Listing packages and their status
Answers: 9
Views : 16945

Re: Listing packages and their status

Hello,

by "status," do you mean whether the package is in "OK"/"WARNING"/"ERROR" status?

If so, then perhaps try:

`package = WAPT.is_installed('your_package_name')
` `package_status = package['install_status']` # retrieves if status is OK/WARNING/ERROR

. A simple `print` statement should display the status...
by b.ald
December 3, 2025 - 8:14 AM
Forum: WAPT Packages
Subject: [SOLVED] tis-template-microsoft-store-app
Answers: 2
Views : 4148

Re: tis-template-microsoft-store-app

Hi Simon,

Okay, thanks for the clarification. We'll remove the exception we added for this URL on the firewall (HTTPS decryption for admins).

Bastien