Parameters for a scheduled task in wsusoffline8

Parameters for a scheduled task in wsusoffline8

Postby FightingIrish » 17.01.2013, 16:48

Is there a new document replacing or amending viewtopic.php?f=7&t=120 since wsusoffline8 supports Windows8 and Windows 2012 Server?
Thanks
Last edited by WSUSUpdateAdmin on 18.01.2013, 15:43, edited 1 time in total.
Reason: URL wasn't recognized as link
FightingIrish
 

Re: Parameters for a scheduled task in wsusoffline8

Postby harry » 17.01.2013, 22:36

Not yet.
There are two new options for ...\cmd\DownloadUpdates.cmd.

For Windows8 (32-bit):
Code: Select all
DownloadUpdates.cmd w62 glb {other parameters}

and for Windows8 / Server 2012 (64-bit):
Code: Select all
DownloadUpdates.cmd w62-x64 glb {other parameters}
harry
 
Posts: 737
Joined: 29.10.2009, 17:02

Re: Parameters for a scheduled task in wsusoffline8

Postby WSUSUpdateAdmin » 18.01.2013, 15:44

harry wrote:Not yet.

Info thread viewtopic.php?f=7&t=120 updated.
RTW
WSUSUpdateAdmin
Administrator
 
Posts: 2245
Joined: 07.07.2009, 14:38

Re: Parameters for a scheduled task in wsusoffline8

Postby beanpole83 » 02.04.2013, 18:26

This is on topic with quite a few posts on here. after playing around with the bat file i finally got it to work because i couldn't find anywhere on this site the syntax to setup a proxy server via a bat file for scheduled task setup. yes the numerous forums say the switch /proxy makes the software look for a proxy but nothing after that. so i'm just posting clarification so hopefully it saves someone time in the future. here is my code i'm running (some things changed for peace of mind reasons) that works through a proxy with no password:

cd /D cmd

ECHO Windows XP english
call DownloadUpdates.cmd wxp enu /includedotnet /includemsse /includewddefs /verify /proxy=bunny:45

ECHO Windows 2003 english
call DownloadUpdates.cmd w2k3 enu /includedotnet /includemsse /includewddefs /verify /proxy=bunny:45

ECHO Windows Vista + Server 2008
call DownloadUpdates.cmd w60 enu /includedotnet /includemsse /includewddefs /verify /proxy=bunny:45

ECHO Windows Vista + Server 2008 64bit
call DownloadUpdates.cmd w61-x64 enu /includedotnet /includemsse /includewddefs /verify /proxy=bunny:45

ECHO Office 2003 english
call DownloadUpdates.cmd o2k3 enu /includedotnet /includemsse /includewddefs /verify /proxy=bunny:45

ECHO Office 2007 english
call DownloadUpdates.cmd o2k7 enu /includedotnet /includemsse /includewddefs /verify /proxy=bunny:45

ECHO Office 2010 english
call DownloadUpdates.cmd o2k10 enu /includedotnet /includemsse /includewddefs /verify /proxy=bunny:45

ECHO Windows 7
call DownloadUpdates.cmd w61 glb /includedotnet /includemsse /includewddefs /verify /proxy=bunny:45

ECHO Windows 7 64bit
call DownloadUpdates.cmd w61-x64 glb /includedotnet /includemsse /includewddefs /verify /proxy=bunny:45

ECHO Windows 8 + Server 2012
call DownloadUpdates.cmd w62 glb /includedotnet /includemsse /includewddefs /verify /proxy=bunny:45

ECHO Windows 8 + Server 2012 64bit
call DownloadUpdates.cmd w62-x64 glb /includedotnet /includemsse /includewddefs /verify /proxy=bunny:45


This code is for pretty much a full english version of everything through a proxy connection of name bunny through port 45. Again i know i had trouble getting the proxy connection to work so i figured i'd try and help someone else out who might have the same problem. Otherwise, VERY nice bit of software.

Thank you for developing it.
beanpole83
 

Re: Parameters for a scheduled task in wsusoffline8

Postby aker » 03.04.2013, 06:31

I think you should use the complete proxy URL: http://bunny:45/
Wer Rechtschreibfehler findet, darf sie behalten oder an den Meistbietenden versteigern. / Everybody finding a misspelling is allowed to keep or sell it.
aker

WSUS Offline Update „Community Edition“
https://gitlab.com/wsusoffline/wsusoffline/-/releases
aker
 
Posts: 3999
Joined: 02.03.2011, 15:32


Return to Download

Who is online

Users browsing this forum: No registered users and 228 guests