[RISOLTO] Distribuzione di WaptAgent GPO Windows 7
Pubblicato: 19 giugno 2018 - 17:18
Buongiorno
Ho problemi a distribuire l'agente tramite GPO
Ho configurato correttamente un GPO della macchina e ho capito che la rete è in grado di avviare il GPO.
Utilizzando il comando seguente come amministratore locale o di dominio, funziona; l'agente WAPT viene installato
waptdeploy.exe --hash=myHash --minversion=1.5.1.23 --wait=15 use_fqdn_as_uuid=1 --waptsetupurl=https://srvwapt01/wapt/waptagent.exe
Ma non c'è nulla in GPO, tranne che in Windows 10, questo GPO non ha problemi.
Windows 10 e Windows 7 hanno gli stessi GPO nella mia Active Directory
Per simulare l'installazione su Windows 7 e Windows 10, ho testato l'installazione con psexec
vedi documento https://specopssoft.com/blog/how-to-bec...th-psexec/
"autorite nt\system"
Ecco l'errore che ho ricevuto
con Windows 10, ecco perché funziona
Qualcuno ha idea di quale potrebbe essere il problema con l'installazione?.
Il sistema potrebbe non avere le autorizzazioni corrette?
Ho confrontato i permessi di C:\Windows\TEMP in Windows 10 e Windows 7 e sono gli stessi
Ho problemi a distribuire l'agente tramite GPO
Ho configurato correttamente un GPO della macchina e ho capito che la rete è in grado di avviare il GPO.
Utilizzando il comando seguente come amministratore locale o di dominio, funziona; l'agente WAPT viene installato
waptdeploy.exe --hash=myHash --minversion=1.5.1.23 --wait=15 use_fqdn_as_uuid=1 --waptsetupurl=https://srvwapt01/wapt/waptagent.exe
Ma non c'è nulla in GPO, tranne che in Windows 10, questo GPO non ha problemi.
Windows 10 e Windows 7 hanno gli stessi GPO nella mia Active Directory
Per simulare l'installazione su Windows 7 e Windows 10, ho testato l'installazione con psexec
vedi documento https://specopssoft.com/blog/how-to-bec...th-psexec/
"autorite nt\system"
Ecco l'errore che ho ricevuto
Codice: Seleziona tutto
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
Codice: Seleziona tutto
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...
Il sistema potrebbe non avere le autorizzazioni corrette?
Ho confrontato i permessi di C:\Windows\TEMP in Windows 10 e Windows 7 e sono gli stessi