Die Suche ergab 2 Treffer

von texta83
28 Mai 2015, 15:43
Forum: Freier Support
Thema: WSUS Offline - Täglich Abgleich
Antworten: 1
Zugriffe: 1645

Re: WSUS Offline - Täglich Abgleich

for %%i in (w60-x64 w61-x64 w62-x64 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 (o2k7 o2k10 o2k13) do (...
von texta83
28 Mai 2015, 13:43
Forum: Freier Support
Thema: WSUS Offline - Täglich Abgleich
Antworten: 1
Zugriffe: 1645

WSUS Offline - Täglich Abgleich

Hallo wie schaffe ich es das sich der WSUS Offline täglich um z.B. 2 Uhr die Update runterlädt? Ich will nicht immer über den UpdateGenerator reingehen. Updates sollen sein: Windows 7/8/8.1 (incl Server) 64 Bit Office 2007/2010/2013 auf deutsch Ich hatte mal ein Script das super lief aber das finde ...