The search returned 13 results

by ozsupport
August 6, 2020 - 12:33
Forum: WAPT Packages
Subject: [SOLVED] You must provide the filepath to your personal certificate
Answers: 2
Views : 2987

Re: You must provide the filepath to your personal certificate

Okay, that's where it came from.
Enabling network drives for the UAC prompt works perfectly:

Code: Select all

Ordinateur\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System

Code: Select all

DWORD : EnableLinkedConnections = 1
by ozsupport
August 6, 2020 - 11:51
Forum: WAPT Packages
Subject: [SOLVED] You must provide the filepath to your personal certificate
Answers: 2
Views : 2987

Re: You must provide the filepath to your personal certificate

The security popup at startup in PyScripter tells me it must be run as administrator?
This would explain why it can't find the certificate since the network drive is only mounted for my user...
D.
by ozsupport
August 6, 2020 - 11:07
Forum: WAPT Packages
Subject: [SOLVED] You must provide the filepath to your personal certificate
Answers: 2
Views : 2987

[SOLVED] You must provide the filepath to your personal certificate

Hello!
So, we've launched our community server and I'm trying to create a package to install our onboarding tool.
Nothing too complicated since it has a switch for silent installation, so I wanted to test a first version without any modifications, but in...
by ozsupport
July 21, 2020 - 09:11
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [RESOLVED] [WAPT 1.8.2] Deployment via GPO and superadmin password request
Answers: 11
Views : 10430

Re: [WAPT 1.8.2] Deployment via GPO and superadmin password request

Well, actually we had to fix what was originally blocking us in the meantime because in the end, after re-re-re-checking the wapt-get.ini file, something I hadn't done since the last "Okay, I'll delete the agent and start from scratch," I had "use_kerberos=0"...
by ozsupport
July 21, 2020 - 09:05
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [RESOLVED] [WAPT 1.8.2] Deployment via GPO and superadmin password request
Answers: 11
Views : 10430

Re: [WAPT 1.8.2] Deployment via GPO and superadmin password request

If I run:

PsExec.exe -s cmd

PsExec v2.2 - Execute processes remotely
Copyright (C) 2001-2016 Mark Russinovich
Sysinternals - www.sysinternals.com


Microsoft Windows [version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.
C:\Windows\system32>klist purge

LogonId is 0:0x3e7 ...
by ozsupport
July 20, 2020 - 12:33
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [RESOLVED] [WAPT 1.8.2] Deployment via GPO and superadmin password request
Answers: 11
Views : 10430

Re: [WAPT 1.8.2] Deployment via GPO and superadmin password request

Okay, so there's definitely a problem somewhere...

For now, I'm only testing with one of the domains I'll eventually need.
I've:
configured my /etc/krb5.conf file
, created my computer account on the domain in question
, added the SPN (and verified it via the computer's information sheet),
created my keytab...
by ozsupport
July 17, 2020 - 2:25 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] [WUA] KB in Discarded despite the WUA packet in auth
Answers: 3
Views : 3136

Re: [WUA] KB in Discarded despite the WUA packet in auth

I had started the scan, but the packages remained discarded until the umpteenth "refresh".

Anyway, it works now; I just had to be patient. I'm marking this as resolved, :)

thanks!

D.
by ozsupport
July 17, 2020 - 2:23 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [RESOLVED] [WAPT 1.8.2] Deployment via GPO and superadmin password request
Answers: 11
Views : 10430

Re: [WAPT 1.8.2] Deployment via GPO and superadmin password request

We're starting to understand how it all works :)
However, if we enable Kerberos authentication, we're forced to have machines belonging to a domain; we can't mix Kerberos and passwords in that case?

And also, because I'm struggling with Kerberos, when the documentation says...
by ozsupport
July 16, 2020 - 3:44 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] [WUA] KB in Discarded despite the WUA packet in auth
Answers: 3
Views : 3136

Re: [WUA] KB in Discarded despite the WUA packet in auth

Well, in the end, after a day of searching and deciding to post on the forum, the posts in question changed from "PENDING_UPDATES" to "OK," and the update status was corrected.

So perhaps I had the update installations in progress, and that was blocking the update process...
by ozsupport
July 16, 2020 - 3:24 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] [WUA] KB in Discarded despite the WUA packet in auth
Answers: 3
Views : 3136

[SOLVED] [WUA] KB in Discarded despite the WUA packet in auth

Hello,

We're continuing with getting to grips with the tool, and this time I'm stuck on the WUA part regarding the application of certain KBs:

1/ I created a "Windows Update" package in which I authorized all Critical and Important KBs to date (including KB4565541 :) )
2/ It is...