Tengo problemas para implementar el agente a través de GPO
He configurado correctamente un GPO de máquina y entiendo que la red está lista para iniciar el GPO.
Usando el siguiente comando como administrador local o de dominio, funciona; se instala el agente WAPT
waptdeploy.exe --hash=miHash --minversion=1.5.1.23 --wait=15 use_fqdn_as_uuid=1 --waptsetupurl=https://srvwapt01/wapt/waptagent.exe
Pero nada en GPO excepto que en Windows 10 este GPO no tiene problemas.
Windows 10 y Windows 7 tienen las mismas GPO en mi Active Directory
Para simular la instalación en Windows 7 y Windows 10, probé la instalación con psexec
ver documento https://specopssoft.com/blog/como-ser-un-estudiante-de-psexec/
"autoridad nt\system"
Aquí está el error que me salió
Código: Seleccionar todo
c:\tmp>waptdeploy.exe --hash=maHache
acae2f7ab4c78 --minversion=1.5.1.23 --wait=15 use_fqdn_as_uuid=1 --waptsetupurl=
https://srvwapt01/wapt/waptagent.exe
WAPT version:
WAPT required version: 1.5.1.23
Wapt agent path: C:\Windows\TEMP\waptagent.exe
Wget new waptagent from https://srvwapt01/wapt/waptagent.exe
Trying to reach https://srvwapt01/wapt/waptagent.exe...
Reachable, downloading...
Done.
Cleanup...
Unable to update immediately: Unable to download: http://127.0.0.1:8088/update.json?notify_server=1¬ify_user=0 HTTP Status: 0
An unhandled exception occurred at $00416608:
EFOpenError: Unable to open file "C:\Windows\TEMP\waptagent.exe"
$00416608
$004164B0
$00440216
$004047C9
Código: Seleccionar todo
waptdeploy.exe --hash=maHache
acae2f7ab4c78 --minversion=1.5.1.23 --wait=15 use_fqdn_as_uuid=1 --waptsetupurl=
https://srvwapt01/wapt/waptagent.exe
WAPT version:
WAPT required version: 1.5.1.23
Wapt agent path: C:\windows\TEMP\waptagent.exe
Wget new waptagent from https://srvwapt01/wapt/waptagent.exe
Trying to reach https://srvwapt01/wapt/waptagent.exe...
Reachable, downloading...
Done.
SHA256 hash of downloaded setup file: 6f8d08eb448042eb1562063b93299093cec484e98936fcfbb3dacae2f7ab4c78
OK : Hash of waptagent match expected hash.
Got version: 1.5.1.23
Unable to speak with waptservice... continue (Unable to download: http://127.0.0.1:8088/tasks.json HTTP Status: 0)
Install ...
Launching C:\windows\TEMP\waptagent.exe /VERYSILENT /MERGETASKS=""useWaptServer""
Install OK : 1.5.1.23
Cleanup...
¿Es posible que el sistema no tenga los permisos correctos?
Comparé los permisos de C:\Windows\TEMP en Windows 10 y Windows 7 y son los mismos
