Neue Features in Version 1.2. PRO
- /severity severity_level → Die Severity von Updates kann jetzt eingeschränkt werden
severity_level: C=Critical I=Important M=Moderate L=Low U=Unknown
Critical: A security issue whose exploitation could allow the propagation of an Internet worm without user action Important: A security issue whose exploitation could result in compromise of the confidentiality, integrity, or availability of users' data, or of the integrity or availability of processing resources. Moderate: Exploitation is mitigated to a significant degree by factors such as default configuration, auditing, or difficulty of exploitation. Low: A security issue whose exploitation is extremely difficult, or whose impact is minimal.
- /match "regexp" → Es kann jetzt auch mit Regular Expressions gesucht werden (damit fast beliebig komplexe Suchanfragen möglich)
- /nomatch "regex" → Sucht nur nach Updates, die NICHT auf die Regular Rexpession regex matchen
- /matchfile file → sucht nur nach Updates, die zumindest einem der Suchausdrücke im file entsprechen (ein Suchausdruck pro Zeile, regular expressions sind möglich)
- /nomatchfile file → sucht nur nach Updates, die keinem der Suchausdrücke im file entsprechen (ein Suchausdruck pro Zeile, regular expressions sind möglich)
- /classification update_classification → nur Updates auswählen, die bestimmten Klassizifzierungen entsprechen
update_classification: C - Critical Updates, U - Updates, R – Update Rollups, S - Security Updates, E - Service Packs, F - Feature Packs
- /product "product_name" → nur Updates für ein bestimmtes Produkt (Windows XP, Office 2007, SQL Server 2005, ...) auswählen
- /bypass_wsus → Falls ein WSUS verwendet wird, wird dieser für die Ausführung von WuInstall deaktiviert und danach wieder aktiviert
- /autoaccepteula → akzeptiert automatisch die EULAs bei allen zu installierenden Updates (ohne Benutzerinteraktion)
- /logfile file-to-log → erstellt ein Logfile mit dem Output von WuInstall
- /maxruntime minutes → Beendet WuInstall automatisch nach n Minuten, egal wie weit es gerade ist
|
|
|