Page 2 of 3

Re: Wapt not deploying via GPO

Published: March 5, 2018 - 11:20
by dcardon
shlomi wrote: March 5, 2018 - 11:18 What do you mean by loaded? I took the executable and copied it into the sysvol folder, then when it asks me for the script, I click browse and select my executable.
gpresult?

Re: Wapt not deploying via GPO

Published: March 5, 2018 - 12:16
by shlomi
Capture.PNG
Capture.PNG (34.45 KB) Viewed 27223 times

Re: Wapt not deploying via GPO

Published: March 5, 2018 - 5:02 PM
by shlomi
When I manually launch the waptdeploy executable, I get this message:
When I manually launch the waptdeploy executable, I get this message:
Capture.PNG (215.71 KB) Viewed 27219 times

Re: Wapt not deploying via GPO

Published: March 7, 2018 - 10:52 AM
by dcardon
Hello Shlomi,
shlomi wrote: March 5, 2018 - 5:02 p.m.Capture.PNG
In recent versions of WAPT, it is mandatory to provide the hash of the waptagent.exe file as a parameter to the waptdeploy executable:

https://www.wapt.fr/fr/doc/Installation ... -arguments

Sincerely,

Denis

Re: Wapt not deploying via GPO

Published: March 7, 2018 - 2:19 PM
by shlomi
Hello dcardon,

Yes, I did see that part of the documentation and added that argument to the GPO settings.

Regards.

Re: Wapt not deploying via GPO

Published: March 7, 2018 - 2:44 PM
by dcardon
Hello Shlomi,
shlomi wrote: March 7, 2018 - 2:19 PM Yes, I did see that part of the documentation and added that argument to the GPO settings.
And what about the "--waptsetupurl" argument? It seems your repository isn't called wapt.groupe-lpf.com, and waptdeploy doesn't know where to find it.

Denis

Re: Wapt not deploying via GPO

Published: March 7, 2018 - 2:49 PM
by shlomi
Yes, I added it correctly with my server address.

Re: Wapt not deploying via GPO

Published: March 7, 2018 - 2:58 PM
by shlomi
Indeed, my repository is not named wapt.groupe-lpf.com.

How can I change it, as I am entering the correct address in the arguments?

Sincerely

Re: Wapt not deploying via GPO

Published: March 7, 2018 - 3:29 PM
by sfonteneau
Add the following to the end of the arguments:

Code: Select all

--waptsetupurl=http://mywapt.mydomain.lan/wapt/waptagent.exe

Re: Wapt not deploying via GPO

Published: March 7, 2018 - 4:39 PM
by shlomi
That's exactly what I did :s