by Dennis » 20.01.2015, 15:22
Aker,
Thank you my friend. Addtional question, is there away to have the software write that log file to another location, such as a network path
For example
\\wsus\logs\%computername%\UpdateLog%date%.log
I assume I can affix a copy line to the end of the batch I create for scheduled tasks that would achieve the same result
xcopy C:\Windows\wsusofflineupdate.log \\wsus\logs\%computername%\UpdateLog%date%.log or something to the effect...
I sort of just answered my own question I suppose, but is there away to just have the system do it?
- Dennis