WAPT agent deployment

Questions about WAPT Server / Requests and help related to the WAPT server
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Locked
Mael
Messages: 6
Registration: December 9, 2015 - 4:38 PM

February 3, 2016 - 9:20 AM

Hello.

I'm trying to deploy WAPT agents across a network of computers. The only solution I have is via Group Policy Objects (GPO) - Scheduled Tasks.
The task's objective is to install the WAPT agent once on each workstation. The scheduled task I created works. A task was created on my test client machine, and the agent installed successfully.
However, this is where a problem arises.
My Active Directory server is running Windows Server 2008 R2. My test client machine is running Windows 7.

After each login, the installation restarts, along with the reinstallation of the packages.

Here are the current task parameters:
PicturePicturePicturePicture

My questions are:
- How did you deploy WAPT?
- How can I modify this GPO - Scheduled Task to achieve my objective?

Sincerely,
User avatar
Frédéric Bonnier
Messages: 24
Registration: June 23, 2014 - 10:10
Location: Nantes
Contact :

February 3, 2016 - 5:51 PM

Hello,

I think our documentation on the wiki will answer your question. http://dev.tranquil.it/wiki/WAPT_-_D%C3 ... PT_par_GPO

Frédéric
Frédéric Bonnier - Tranquil IT Systems.
Display yourself on the WAPT user map by completing the questionnaire.
Discover our service offerings at Tranquil IT Systems and join us on Twitter.
Floflobel
Messages: 135
Registration: Oct 15, 2015 - 5:32 p.m.

February 8, 2016 - 8:05 AM

Picture

The documentation is quite lacking in explanation; I struggled a lot to set up the GPO, but here it is.
"Asynchronously" allows the script to run only when the user has internet access, or at least some kind of connection, whether local or not.
User avatar
htouvet
WAPT Expert
Messages: 436
Registration: March 16, 2015 - 10:48
Contact :

February 9, 2016 - 10:17

With version 1.3.5, you will also need to add the SHA256 hash of waptagent.exe.

This hash can be calculated using `sha256sum` on Linux.

This is required to prevent waptdeploy.exe from deploying a waptagent.exe that is not the one you intend.

Parameters
--hash=0e592e9113ebe2e040ad945d7b887fc69843addb5950bf0dade20458be529a1d --wait=15 --minversion=1.3.5.0
Tranquil IT
knpc
Messages: 63
Registration: Nov. 20, 2015 - 4:40 p.m.

March 4, 2016 - 5:37 PM

Hi,

could you explain your GPO in detail on a 2008 server? I'm having trouble understanding it from the documentation.
I created my computer GPO
, but in my gpresult, under Computer configuration, it says: No data available.

Could you provide an example of the path you're hiding in your settings, using the server "\\CONTROLLER.local\", to show the exact path

? Where should the waptagent file be located?

Thanks

, Knpc
a.grisard
Messages: 19
Registration: March 15, 2016 - 08:14

April 5, 2016 - 11:27

Hello,

you can follow my post on this topic here: viewtopic.php?f=13&t=438
Locked