The search returned 23 results

by jacky35
August 30, 2024 - 3:24 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: WMI problem on a machine
Answers: 2
Views : 3738

Re: WMI problem on a machine

Thank you very much,
Jacky
by jacky35
August 26, 2024 - 3:27 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: WMI problem on a machine
Answers: 2
Views : 3738

WMI problem on a machine

Hello,
I'm having a WMI problem on a machine.

I was wondering if you had any tips?
Or if I should just reinstall the machine...

Jacky
--
here's the error message style:
---
Traceback (most recent call last):
File "C:\Program Files (x86)\wapt\lib\site-packages\wmi.py ...
by jacky35
July 12, 2024 - 12:09
Forum: WAPT Packages
Subject: [RESOLVED] WaptWUA: Some PCs remain in READY with a scan error
Answers: 7
Views : 10752

Re: WaptWUA: Some PCs remain in READY with a scan error

Things are starting to get really ridiculous at Microsoft.
The number of problems we're forced to deal with today because of their unreliability.

Jacky
by jacky35
June 13, 2024 - 09:17
Forum: Reporting - SQL Queries
Subject: Reporting Windows version on your network
Answers: 0
Views : 21684

Reporting Windows version on your network

Hello,

here's a query that retrieves the version of Windows installed on your machines.

When a new Windows update package is installed on your computer,
the "windows_version_full" value is incremented.

`select host_info->'windows_version_full' as full_version, host ...`
by jacky35
October 13, 2023 - 09:32
Forum: Reporting - SQL Queries
Subject: Installation inventory of a specific package on the network
Answers: 1
Views : 20004

Installation inventory of a specific package on the network

Hello,
here is a query that retrieves all machines that have installed a specific package.

SELECT hostpackagesstatus.version, hosts.computer_name, hostpackagesstatus.host_id
FROM hostpackagesstatus
INNER JOIN packages ON hostpackagesstatus.package_uuid = packages.package_uuid
INNER ...
by jacky35
March 15, 2023 - 4:18 PM
Forum: WAPT Packages
Subject: Packet could not be sent to the server
Answers: 4
Views : 4552

Re: Packet could not be sent to the server

Look here
https://www.wapt.fr/fr/doc-2.2/wapt-com ... rface.html
wapt-get sign-package c:\waptdev\tis-dropbox
wapt-get -i build-upload c:\waptdev\tis-dropbox
by jacky35
December 14, 2022 - 4:48 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: WUA: Need for clarification
Answers: 3
Views : 4161

Re: WUA: Need for clarification

Yes, the behavior seems perfect to me.

In my tests, I didn't see the computer restart unexpectedly, so it's perfect.

I also saw this mentioned in another thread, which could also meet my needs.

https://forum.tranquil.it/viewtopic.php?p=10403&hilit=wua#p10403

Thank you both.
by jacky35
December 9, 2022 - 4:41 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: WUA: Need for clarification
Answers: 3
Views : 4161

WUA: need for precision

Hello,
I'm also testing WAPT with WUA.

I have two issues as well:

- Some users don't restart their workstations often.
- I find that installing Windows updates when the workstation shuts down poses a problem for users who aren't very...