Page 1 sur 1

Impossible de déployer windows 11

Posté : 16 avr. 2025 - 16:14
par Laurent-Tecelys
Bonjour,
Nous venons de passer à la version 2.6.0.17177 et j'ai l'impression que depuis cette mise à jour nous rencontrons des problèmes avec WADS. Nous n'avions aucun souci de déploiement avec la version précédente. Lorsque nous voulons déployer windows 11 (23h2 ou 24h2) juste après wgetwadsx64.exe --config=x:\dlls\wapt-get.ini, et après la vérification Datetime after, nous avons une fenêtre windows "configuration de windows 11" qui s'ouvre avec le message : "Ce PC ne répond pas actuellement à la configuration système requise pour windows 11" .
Le matériel n'a pas changé et ceux des PC avec une licence windows 11 pré installée. Nous avons le cas sur différent matériel et sur toutes les versions de windows 11. Si je déploie une version windows 10 aucun souci.
Le déploiement de windows 11 se faisait correctement la semaine dernière.
Suis-je le seul dans ce cas ?

Re: Impossible de déployer windows 11

Posté : 17 avr. 2025 - 10:29
par dcardon
Bonjour Laurent,

il y a eu une regression à ce niveau. On a une nightly en court de validation pour release [1]. On a mis à jour le changelog avec le caveat en ligne par rapport à cela [2]. Le changelog pour la version qui arrive (aujourd'hui j'espère ou demain :-) ):

Code : Tout sélectionner

WAPT-2.6.0.17198 (2025-04-09)
=============================

hash: 7c59ba7e

This is a bugfixes releases. The main highlights are fixes for the two regressions on WADS deployement in the last release.


* [FIX] wads: wapttftpserver: update mormot2 for regression on wapttftpserver on Linux

* [FIX] wads: properly add SecureStartup and EnhancedStorage packages during WinPE build. 
  Note: the buildup of WinPE now needs admin right elevation. 

* [IMP] wads: Also add WMI packages to WinPE 

* [FIX] waptwua: fix automatic download tasks fail if download_urls field in db is None. 
  This issue can only happen after a cleanup during remediation of spurious streaming urls

* [FIX] waptconsole: allow acls package filtering of unit and profile packages

* [NEW] waptconsole: add html audit data templates examples in
  :file:`<pf86>\wapt\templates` for many tis-audit-xxxx packages available on TIS public Repository

* [IMP] waptagent: wapt-get server-request <action> --method="POST" --data="['string1', 'string2']" : transform into ["string1", "string2"] 
  
  * workaround for poor windows cmd line parsing
  
  * JsonQuoteToDoubleQuotes

* [NEW] waptagent: wapt-get server-wget <wapt-server-relative-url> with optional param --filename=<path-to-local-file> or -O <path-to-local-file>
 
* [NEW] waptagent: wapt-get wget <url>  with optional arguments  --http_proxy=<proxy> --verify_cert=[0/1/path]

* [NEW] waptagent: wapt-get option --hash=<hash hexa> : if not provide explicitly, try to get hash from url resource filename (https://host/resource_<hash>.ext). md5, sha1 or sh256 type of hash is identified with the length of hash hexa string)

* [IMP] waptagent: wapt-get server requests: set wapt-server-user to current user if param is empty and --not-interactive option. 
  Allow kerberos authenticated requests without user input

* [FIX] waptagent: fix unable to import p12 file on win7 if using new encryption mechanism
  Wapt-get create-keycert p12 : use legacy encryption for windows 7 import : NID_pbe_WithSHA1And3_Key_TripleDES_CBC / EVP_sha1
  
* [FIX] waptagent: service events: max_count arg was renamed to max_events_count
  
* [IMP] waptagent: wapt-get: don't start polling thread if waitevents timeout is <=0

* [IMP] waptagent: wapt-get -u -S install <package> : handle --update or -u option like python code -> insert a update task before other action.

* [NEW] waptcore: wapt-get waptconsole templates: add helpers Items and IIf

  * {{ items dict }} -> return [ {"key":key1, "value":value1}, {"key":key2, "value":value2}, ... ]

  * {{ iff value_bool,"value_if_true","value_if_false" }} -> return value  (non empty list, non empty dict, non empty string are evaluated as True)

  * add mustache helpers: UnCamelCase and UnSnakecase.
Vous pouvez appeler au support pour faire l'upgrade et valider le bon fonctionnement.

Désolé pour le dérangement,

Cordialement,

Denis


[1] http://wapt.tranquil.it/wapt/nightly/wa ... -7c59ba7e/
[2] https://www.wapt.fr/fr/doc/wapt-changel ... 2025-04-09