The search returned 2318 results

by sfonteneau
May 29, 2026 - 09:50
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Wuauserv shutdown during group strategy updates
Answers: 6
Views : 5099

Re: Wuauserv stops updating group strategies

Hi Steven,

I'm not able to reproduce this problem here with the sequence you mentioned.

If I remember correctly, the wsus GPO is always enabled alongside waptwua.

Can you confirm this? If so, I'm wondering if it might be overriding a wapt configuration and...
by sfonteneau
May 18, 2026 - 10:09
Forum: WAPT Server
Subject: [SOLVED] WADS: No longer booting PXE
Answers: 2
Views : 4695

Re: WADS: No longer booting PXE

Hello

, sorry, a small error crept into the postconf file.

You can correct it while waiting for the release by modifying: /opt/wapt/conf/waptserver.ini


[tftpserver]
root_dir = /var/www/wads/pxe


and then restarting:

systemctl restart wapttftpserver.

The pxe folder was missing at the end...
by sfonteneau
May 15, 2026 - 9:31 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [RESOLVED] WAPT 2.6.1 integration with Microsoft Entra ID
Answers: 5
Views : 5464

Re: WAPT 2.6.1 integration with Microsoft Entra ID

That was kind of the idea I had, or rather, the point I was making while writing the message.
by sfonteneau
May 15, 2026 - 1:10 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [RESOLVED] WAPT 2.6.1 integration with Microsoft Entra ID
Answers: 5
Views : 5464

Re: WAPT 2.6.1 integration with Microsoft Entra ID

Hello,

I started looking into this and there are some technical issues.

Since the workstation doesn't have user authentication, from what I've seen, it doesn't know which group it's in. It doesn't know much at all.

It's not very practical... (only Azure knows, from what I understand...)
by sfonteneau
May 13, 2026 - 10:47
Forum: WAPT Packages
Subject: [RESOLVED] tis-wireshark 4.6.5 stuck in pre-production?
Answers: 1
Views : 3312

Re: tis-wireshark 4.6.5 stuck in pre-production?

Hello,

there was an antivirus program that changed its mind between the builds from 5 days ago:

❗ WARNING: tis-wireshark - 4.6.5-6 - windows - VT is NOT OK - Not built on store, error is ['ERROR', 'Wireshark-4.6.5-x64.exe', ['Zillya', 'alibabacloud']]

We therefore need to revisit the package to perform a...
by sfonteneau
May 6, 2026 - 8:58 PM
Forum: WAPT Server
Subject: Problem of audits overloading the database
Answers: 3
Views : 3879

Re: Problem of audits overloading the database

Hi Rémy,

actually the max_count only concerns the database of the local WAPT agent. The server only uses keep_days; that's how it performs cleanup.
If the server were listening to the agent's max_count, the WAPT agent could modify its history using the max_count, which wasn't...
by sfonteneau
April 15, 2026 - 3:58 PM
Forum: WAPT Server
Subject: [RESOLVED] No WUA update for W11 23H2 machines since November 2025
Answers: 2
Views : 2568

Re: No WUA update for W11 23H2 machines since November 2025


I noticed with the arrival of the Windows updates today that my Windows 11 23H2 machines haven't been updating since November 2025...


Hello,

is your machine running Windows Pro?

That's perfectly normal:

https://learn.microsoft.com/fr-fr/lifecycle/products/windows-11-home-and-pro ...
by sfonteneau
April 15, 2026 - 11:40
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Automatic Update
Answers: 7
Views : 6425

Re: Automatic update

Hi Mathieu,

package wapt assigned to it and installed?

Simon
by sfonteneau
April 9, 2026 - 4:45 PM
Forum: WAPT Server
Subject: [SOLVED] Post-installation script that runs every time the machine starts
Answers: 5
Views : 5221

Re: Post-installation script that runs every time the machine starts

The script to run is located here

: C:\installdir\SetupComplete.cmd.

The last line of the script should normally be:


"%windir%\system32\schtasks.exe" /Change /TN "SetupComplete" /Disable,


which disables the task itself.

So if it doesn't work, it's possible the script isn't completing because...
by sfonteneau
April 8, 2026 - 5:16 PM
Forum: WAPT Packages
Subject: [SOLVED] WAPT's uninstall() function not executed?
Answers: 4
Views : 8511

Re: WAPT not executing the uninstall() function?

Good morning

Sorry, I thought I had replied to your post, but apparently not

Add this line to the end of the install command in your code:

Code: Select all

uninstallkey.remove(r'{683A259B-BCA2-4161-9B23-2110F2AE472C}')
to ask Wapt to forget the key and not to save this key in the Wapt database