The search returned 31 results

by cefinformatique
November 3, 2025 - 11:56
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] Rustdesk integration with Flatpak?
Answers: 2
Views : 12122

Re: RustDesk integration with Flatpak?

Good morning,

I created this bash script in /usr/lib/rustdesk/rustdesk and it now works:

Code: Select all

#!/bin/bash
exec /usr/bin/flatpak run com.rustdesk.RustDesk "$@"
THANKS ! :D
by cefinformatique
October 31, 2025 - 3:35 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] Rustdesk integration with Flatpak?
Answers: 2
Views : 12122

[SOLVED] RustDesk integration with Flatpak?

Hello,

I'm using waptconsole v2.6.1.17472 (enterprise) on Debian 13 and I'm trying to find out if it's possible to make the console recognize that RustDesk is installed on the same machine, even though it was installed via Flatpak.

I installed RustDesk and its configuration package...
by cefinformatique
July 7, 2025 - 10:00
Forum: WAPT Packages
Subject: [SOLVED] Add-AppxProvisionedPackage and positional parameter
Answers: 5
Views : 6698

Re: Add-AppxProvisionedPackage and positional parameter

Hello,

I figured out where the problem was coming from: the package searches for the location of the msix files based on the package name. My package name is different from yours. So I renamed the 3cx-microsoft-store directory and it works now.

Thank you! :D
by cefinformatique
July 1, 2025 - 11:21
Forum: WAPT Packages
Subject: [SOLVED] Add-AppxProvisionedPackage and positional parameter
Answers: 5
Views : 6698

Re: Add-AppxProvisionedPackage and positional parameter

Hello,

thank you for the package!

I just tested it on a Windows 11 Pro machine that I just reinstalled, and I'm getting this error:

Error installing ['cef-3cx-appx(=20.0.895.0-66)']: ​​errors in packages [[PackageRequest(package='cef-3cx-appx',version=(Version('20.0.895.0 ...
by cefinformatique
June 26, 2025 - 1:19 PM
Forum: WAPT Packages
Subject: [SOLVED] Add-AppxProvisionedPackage and positional parameter
Answers: 5
Views : 6698

[SOLVED] Add-AppxProvisionedPackage and positional parameter

WAPT Version: 2.6.0.17293

Hello,

I'm trying to create a package to install the latest version of the 3CX client for Windows. I've downloaded 3CX.msix and its dependency: Microsoft.WindowsAppRuntime.1.7_7000.498.2246.0_x64__8wekyb3d8bbwe.msix, and I've added both to the directory...
by cefinformatique
June 25, 2025 - 1:35 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [RESOLVED] No packages visible in the general tab of a workstation
Answers: 2
Views : 8310

Re: No packages visible in the general tab of a workstation

Okay...

Running a package inventory on multiple machines simultaneously from the console solved my problem.

Sorry for the spam ¯\_(ツ)_/¯
by cefinformatique
June 25, 2025 - 1:22 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [RESOLVED] No packages visible in the general tab of a workstation
Answers: 2
Views : 8310

[RESOLVED] No packages visible in the general tab of a workstation

Server version: 2.6.0.17293 (Debian 12)
Agent version: 2.6.0.17293 (Windows 11 Pro)

Hello,

I have a strange problem that only affects one machine in our network: From the console, no packages are visible on the machine's general tab.

The WAPT agent seems to correctly identify that...
by cefinformatique
December 4, 2024 - 3:18 PM
Forum: WAPT Server
Subject: [RESOLVED] SSLCertVerificationError following update from 2.5.5 to 2.6.0
Answers: 3
Views : 5142

Re: SSLCertVerificationError following update from 2.5.5 to 2.6.0

Hello,

OK, the problem is solved by adding my CA to the file C:\Program Files (x86)\wapt\lib\site-packages\certifi\cacert.pem.

I will copy this file and deploy it via GPO to all my workstations to reconnect them to WAPT.

Thank you! :D
by cefinformatique
December 4, 2024 - 10:31
Forum: WAPT Server
Subject: [RESOLVED] SSLCertVerificationError following update from 2.5.5 to 2.6.0
Answers: 3
Views : 5142

[RESOLVED] SSLCertVerificationError after update from 2.5.5 to 2.6.0

WAPT Server: 2.6.0.16552-49ddf2d3-amd64 (Debian 12)
WAPT Console: 2.6.0.16552-49ddf2d3 (Debian 12)
WAPT Agent: 2.6.0.16552 (Windows 11 23h2)
Edition: Enterprise

Hello,

I updated my server (and console) from version 2.5.5 to 2.6.0, but after recreating and...
by cefinformatique
November 7, 2024 - 2:00 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [RESOLVED] Exporting the audit to GLPI and excluding OUs
Answers: 1
Views : 2809

[RESOLVED] Exporting the audit to GLPI and excluding OUs

Hello,

while looking at the setup.py file of the tis-glpi-plugin-export-to-glpi10 package, I noticed that it uses an undocumented parameter: 'list_excluded_ou'.

This parameter is of interest to me because I would like to exclude certain organizational units (OUs) from the data export to GLPI.

Do you have any information on this?