I'm an ardent user of WSUS Offline.
What I'm trying to figure out is:
- How to schedule WSUS Offline's media update to happen automatically (i.e., with Scheduled Task)
After some searching, the only information I found is a short Answer in WSUS Offline's FAQ, namely:
Q: Is it possible to automate the creation of the update media (CD/DVD images), with a scheduled task maybe? If yes, how do I do that?
A: Create a new batch file in the ".\cmd" directory, e. g. "DownloadUpdatesAndCreateISOImage.cmd". Then enter the desired calls to "DownloadUpdates.cmd" and "CreateISOImage.cmd" with the required options into this file. An example of such a file would be:
@echo off call DownloadUpdates wxp enu call CreateISOImage wxp enuNext, create a scheduled task for your new custom script "DownloadUpdatesAndCreateISOImage.cmd" and select the desired run time. For example, if you intend to create new update media following each Microsoft Patchday, select "second Wednesday of every month".
Unfortunately, there does not seem to be any other documentation on this procedure.
So, my questions:
- Have anyone tried the above method successfully?
- Are there "gotcha's" that I must be aware of?
Thanks in advance!