Page 1 of 1

GPO Deployment

Published: November 2, 2017 - 11:57 AM
by Pascal
Hello,
I'm having trouble deploying waptdeploy.exe.
I meticulously followed the steps at: https://www.wapt.fr/fr/doc/Installation ... index.html
and I can see the GPO active on my client machine (gpresult /r /scope computer).
However, the installation fails.
I don't know where I can find other information (logs?) to debug my GPO.

Thank you in advance for your help.

Regards,

Pascal

Re: GPO Deployment

Published: Dec 19, 2017 - 7:53 PM
by dcardon
Good evening Pascal,

if the GPO is correctly reflected in the GPResult, we need to investigate why waptdeploy isn't working properly. Waptdeploy is a small executable that downloads and installs the waptagent file. As a first test, you should download waptdeploy to your computer and then run it with the same parameters you used in your GPO.

If it works, the problem is very likely related to the GPO running before the network is available. This is a typical scenario for networks that only operate over Wi-Fi. In this case, you need to create a first GPO that copies the waptagent.exe file locally to the computer, and another that executes it with the correct parameters.

Denis

Re: GPO Deployment

Published: Dec 22, 2017 - 2:55 PM
by sfonteneau
Another simple solution that we will add to the documentation:

Adding waptdeploy to the computer shutdown schedule increases the likelihood of network availability at that time.


In some cases I had to use group policy to copy the waptdeploy.exe and waptagent.exe files locally to the machine.

Can I create a scheduled task "waptinstall" that executes this code:

Code: Select all

c:\waptpath\waptdeploy.exe --hash="checksum du WaptAgent"--minversion=1.3.8 --wait=15 --waptsetupurl=c:\waptpath\waptagent.exe
The task will then be performed regularly.