Hello,
1) I've noticed that my GPO for deploying the Wapt (Enterprise) agent isn't working on clients connected via VPN (due to lockdown restrictions).
I tried creating a GPO for when the machine shuts down. Then I deleted that GPO and created one for when the machine starts up, but without success.
I saw on the Wapt website that the agent can be deployed using a scheduled task. However, I also have to use GPOs to launch this task, so that won't solve the problem.
2) Have you made any progress on integrating tishelp with the Wapt Enterprise console?
Thank you and have a good day,
m.
VPN GPO and Wapt enterprise
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
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
- sfonteneau
- WAPT Expert
- Messages: 2318
- Registered: July 10, 2014 - 11:52 PM
- Contact :
Yes, because a GPO runs regularly (2 hours), so it will eventually work when the VPN is UP (I did it yesterday on VPN clients).
I create a scheduled task GPO that runs every hour and I check the box, run if a schedule is missed.
We have since discovered the Mesh Central tool, so we are now working on integrating it directly into Wapt:
https://www.meshcommander.com/meshcentral2
I created a GPO that deploys the agent via Waptdeploy. This GPO has a "security filter," meaning a group to which I add the PCs that will benefit from the GPO.
However, I've noticed that it works fine for the PCs in the lab but not for the PCs in the virtual machine. I don't have an explanation for this at the moment.
So, I'm going to do as you suggested: "I'll create a scheduled task GPO that runs every hour and check the box to run if a scheduled task is missed."
I don't see any other solution
.
However, I've noticed that it works fine for the PCs in the lab but not for the PCs in the virtual machine. I don't have an explanation for this at the moment.
So, I'm going to do as you suggested: "I'll create a scheduled task GPO that runs every hour and check the box to run if a scheduled task is missed."
I don't see any other solution
.
- sfonteneau
- WAPT Expert
- Messages: 2318
- Registered: July 10, 2014 - 11:52 PM
- Contact :
Several things to check:
you can add the following parameter to the waptdeploy command: --waptsetupurl=http://srvwapt.mydomain.lan/wapt/waptagent.exe
https://www.wapt.fr/fr/doc/wapt-configu ... waptdeploy
I also sometimes encounter problems with scheduled task GPOs.
In the scheduled task, under "Use the following user account to run this task":
You can directly enter the SID S-1-5-18 instead of specifying "system".
You can then verify with gpresult that the GPO is successful.
you can add the following parameter to the waptdeploy command: --waptsetupurl=http://srvwapt.mydomain.lan/wapt/waptagent.exe
https://www.wapt.fr/fr/doc/wapt-configu ... waptdeploy
I also sometimes encounter problems with scheduled task GPOs.
In the scheduled task, under "Use the following user account to run this task":
You can directly enter the SID S-1-5-18 instead of specifying "system".
You can then verify with gpresult that the GPO is successful.
Good morning,I create a scheduled task GPO that runs every hour and I check the box, run if a schedule is missed.
What options or properties do you adjust to prevent the scheduled task from re-executing once it has succeeded?
Or do we consider it not a problem to reinstall the agent every hour?
Good morning,sfonteneau wrote: ↑Nov 10, 2020 - 6:00 PM Several things to check:
you can add the following parameter to the waptdeploy command: --waptsetupurl=http://srvwapt.mydomain.lan/wapt/waptagent.exe
https://www.wapt.fr/fr/doc/wapt-configu ... waptdeploy
I also sometimes encounter problems with scheduled task GPOs.
In the scheduled task, under "Use the following user account to run this task":
You can directly enter the SID S-1-5-18 instead of specifying "system".
You can then verify with gpresult that the GPO is successful.
Naturally I did try with the parameter: --waptsetupurl=http://srvwapt.mydomain.lan/wapt/waptagent.exe
Following the instructions on the Tranquil-it website. But it's no better.
The PGO seems to work fine because I tried it with a .bat file that also creates a file in addition to installing Waptagent. The problem is that the agent doesn't install.
- sfonteneau
- WAPT Expert
- Messages: 2318
- Registered: July 10, 2014 - 11:52 PM
- Contact :
By default waptdeploy Wapt will not reinstall if it is already installed in the correct version. Therefore, there is no problem with the task running regularlyflorentR2 wrote: ↑Nov 11, 2020 - 5:52 PMGood morning,I create a scheduled task GPO that runs every hour and I check the box, run if a schedule is missed.
What options or properties do you adjust to prevent the scheduled task from re-executing once it has succeeded?
Or do we consider it not a problem to reinstall the agent every hour?
