Download per scheduled task / zeitgesteuerten Auftrag

Download per scheduled task / zeitgesteuerten Auftrag

Postby WSUSUpdateAdmin » 17.11.2009, 21:42

If you like to update your Microsoft patch repository by a scheduled task, don't try to call UpdateGenerator, but the underlying scripts:
----------
Wenn Sie Ihre Microsoft-Patchsammlung zeitgesteuert aktualisieren lassen möchten, rufen Sie bitte nicht den UpdateGenerator, sondern die "darunterliegenden" Skripte auf:

Code: Select all
for %%i in (wxp w2k3 w2k3-x64) do (
  for %%j in (deu enu) do (
    echo Downloading updates for %%i %%j...
    call DownloadUpdates.cmd %%i %%j /includemsse /verify
  )
)
for %%i in (w60 w60-x64 w61 w61-x64 w62 w62-x64 w63 w63-x64) do (
  echo Downloading updates for %%i glb...
  call DownloadUpdates.cmd %%i glb /includedotnet /includemsse /verify
)
for %%i in (ofc) do (
  echo Downloading updates for %%i glb...
  call DownloadUpdates.cmd %%i glb /verify
)
for %%i in (oxp o2k3 o2k7) do (
  for %%j in (deu enu) do (
    echo Downloading updates for %%i %%j...
    call DownloadUpdates.cmd %%i %%j /verify
  )
)

:CreateISO
for %%i in (wxp w2k3 w2k3-x64) do (
  for %%j in (deu enu) do (
    call CreateISOImage.cmd %%i %%j /includedotnet /includemsse
  )
)
for %%i in (w60 w60-x64 w61 w61-x64 w62 w62-x64 w63 w63-x64) do (
  call CreateISOImage.cmd %%i /includedotnet /includemsse
)
for %%i in (ofc) do (
  for %%j in (deu enu) do (
    call CreateISOImage.cmd %%i %%j
  )
)
for %%i in (deu enu) do (
  call CreateISOImage.cmd %%i /includedotnet
)


Regards / Gruß
Torsten Wittrock
WSUSUpdateAdmin
Administrator
 
Posts: 2245
Joined: 07.07.2009, 14:38

Download-Parameter for a Batch

Postby -Iwan- » 12.05.2010, 07:46

Beschreibung folgt noch (falls benötigt)...
Description will follow (if needed)...

Image
Info: für Windows Vista und 7 (w60 w60-x64 w61 w61-x64) gibt es keine sprachabhängigen Updates mehr, daher auch nur der Parameter "glb"
Info: for Windows Vista and 7 (w60 w60-x64 w61 w61-x64) are not existing language dependent updates, so only the parameter "glb" is needed

Beispiel für eine Batch-Datei, die im wsusoffline-Ordner gespeichert ist:
Example for a batch file, which is saved in the wsusoffline folder:
Code: Select all
cd /D cmd
ECHO Windows XP deutsch/german
call DownloadUpdates.cmd wxp deu
ECHO Windows 2000 englisch
call DownloadUpdates.cmd w2k enu
ECHO Windows Vista + Microsoft Security Esssentials
call DownloadUpdates.cmd w60 glb /includemsse
ECHO Office 2003 deutsch ohne SPs / german without SPs
call DownloadUpdates.cmd o2k3 deu /excludesp
ECHO Windows 7 64bit + .NET + MSSE
call DownloadUpdates.cmd w61-x64 glb /includedotnet /includemsse
-Iwan-
 
Posts: 364
Joined: 02.11.2009, 17:49
Location: NRW, Germany

Re: Download-Parameter for a Batch

Postby -Iwan- » 12.05.2010, 08:57

wxp - Windows XP (Home/Prof.)
w2k3 - Windows Server 2003
w2k3-x64 - Windows Server 2003 64bit

w60 - Windows Vista / Server 2008
w60-x64 - Windows Vista / Server 2008 64bit
w61 - Windows 7
w61-x64 - Windows 7 64bit / Windows Server 2008 R2
w62 - Windows 8
w62-x64 - Windows 8 64bit / Windows Server 2012
w63 - Windows 8.1
w63-x64 - Windows 8.1 64bit / Windows Server 2012 R2
w100 - Windows 10
w100-x64 - Windows 10 64bit / Windows Server 2016
o2k3 - Office 2003
o2k7 - Office 2007
o2k10 - Office 2010
o2k13 - Office 2013
ofc - Office File Converter und globale Office Updates
/excludesp - Servicepacks werden nicht geladen / servicepacks will not be downloaded
/excludestatics - statisch definierte Upates werden nicht geladen / static defined updates will not be downloaded
/includedotnet - .NET wird heruntergeladen / .NET will be downloaded
/includemsse - Microsoft Security Esssentials wird heruntergeladen / Microsoft Security Esssentials will be downloaded
/includewddefs - Windows Defender Definitionen / Windows Defender Definitions
/nocleanup - Ordner werden nicht aufgeräumt / folders will not be cleaned up
/verify - Updates werden verifizert / updates will be verified
/exitonerror - Downloadfenster wird bei Fehlern geschlossen (?) / download window will be closed on errors
/skipiso - ISO-Datei wird nicht erstellt / ISO-file will not be created
/skipsdd - Kein Online-Update der .\static\StaticDownload*.txt Dateien / no online update for the .\static\StaticDownload*.txt files (v8.2)
/skiptz - Keine Zeitzonen-Korrektur für wget durchführen (Folge: bei Sommer-/Winterzeit-Umstellung oder Zeitzonenwechsel, werden dann aufgrund von fehlerhaften Zeitstempeln sehr viele Dateien erneut heruntergeladen)
/skipdownload -
/skipdynamic -
/proxy - Proxy wird benutzt / Proxy will be used
/wsus - WSUS wird benutzt / WSUS will be used
/wsusonly - nur der WSUS wird benutzt / only WSUS will be used
/wsusbyproxy - WSUS über Proxy (?)

Standardsprachparameter:
enu fra esn jpn kor rus ptg ptb deu nld ita chs cht plk hun csy sve trk ell ara heb dan nor fin

*last update: 11.07.2016*
Last edited by harry on 11.07.2016, 18:04, edited 7 times in total.
Reason: Wegfall Support Windows 8.0
-Iwan-
 
Posts: 364
Joined: 02.11.2009, 17:49
Location: NRW, Germany


Return to Informationen / Information

Who is online

Users browsing this forum: No registered users and 5 guests