Parameters for a scheduled task in wsusoffline8
				
Posted: 
17.01.2013, 16:48 
				by FightingIrish
				Is there a new document replacing or amending  
viewtopic.php?f=7&t=120 since wsusoffline8 supports Windows8 and Windows 2012 Server?
Thanks
 
			 
			
				Re: Parameters for a scheduled task in wsusoffline8
				
Posted: 
17.01.2013, 22:36 
				by harry
				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}
 
			 
			
				Re: Parameters for a scheduled task in wsusoffline8
				
Posted: 
02.04.2013, 18:26 
				by beanpole83
				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.
			 
			
				Re: Parameters for a scheduled task in wsusoffline8
				
Posted: 
03.04.2013, 06:31 
				by aker
				I think you should use the complete proxy URL: http://bunny:45/