WSUSOffline - Mises à Jour Microsoft Offline : Différence entre versions
De Wiki des Responsables Techniques du 85
(→Utilisation locale/HDD) |
(→Utilisation réseau) |
||
Ligne 39 : | Ligne 39 : | ||
= Utilisation Graphique = | = Utilisation Graphique = | ||
− | = Utilisation | + | = Utilisation Ligne de commande = |
+ | |||
+ | <syntaxhighlight lang="DOS"> | ||
+ | /excludesp Exclude Service Packs | ||
+ | /excludestatics Exclude Static defined Updates | ||
+ | /includedotnet Include dotnet | ||
+ | /includemsse Include MS Security Essentials | ||
+ | /includewddefs Include Windows Defender Definitions | ||
+ | /nocleanup No cleanup (do not remove old / superseded files) | ||
+ | /verify Verify (create hashes and check them) | ||
+ | /exitonerror Exit on error | ||
+ | /skiptz Skip TZ (in the past occured a problem cased by summer time, now wsusou will detect timezone to resove this; this switche disables this behaviour) | ||
+ | /skipdownload Skip download (just check hashes and cleanup) | ||
+ | /skipdynamic Skip Dynamic determined updates | ||
+ | /proxy Set Proxy server | ||
+ | /wsus Set WSUS URL Location | ||
+ | /wsusonly just download from wsus and skip updates not on wsus server | ||
+ | /wsusbyproxy use the proxy to connect to wsus server | ||
+ | </syntaxhighlight> | ||
= Sources = | = Sources = |
Version du 30 mars 2016 à 10:23
Sommaire
Présentation
WSUS Offline est un projet Allemand destiné a fournir un logiciel portable de mise à jour pour les produits Windows et Office.
Il est utilisable en interface graphique et en ligne de commande. Les systèmes supportés sont :
OS Clients | OS Serveurs |
---|---|
|
|
Microsot Office | Produits Legacy |
---|---|
|
|
Installation
Utilisation Graphique
Utilisation Ligne de commande
/excludesp Exclude Service Packs
/excludestatics Exclude Static defined Updates
/includedotnet Include dotnet
/includemsse Include MS Security Essentials
/includewddefs Include Windows Defender Definitions
/nocleanup No cleanup (do not remove old / superseded files)
/verify Verify (create hashes and check them)
/exitonerror Exit on error
/skiptz Skip TZ (in the past occured a problem cased by summer time, now wsusou will detect timezone to resove this; this switche disables this behaviour)
/skipdownload Skip download (just check hashes and cleanup)
/skipdynamic Skip Dynamic determined updates
/proxy Set Proxy server
/wsus Set WSUS URL Location
/wsusonly just download from wsus and skip updates not on wsus server
/wsusbyproxy use the proxy to connect to wsus server
Sources
- Site du projet officiel : http://www.wsusoffline.net/
- Script automatisation des mises à jour : http://www.mendesconsulting.net/wsus-offline-automation/
- Explication des deux dernières options : http://forums.wsusoffline.net/viewtopic.php?f=2&t=3790