Hello,
I am wondering if anyone has a script that would allow an update to run without any user interaction. I am using microsoft steady state in a lab environment and would like to be able to force updates at a specific time (when the machine reboots into "update mode").
I see that ALsvc.exe would start the autoupdate service and check for any policy changes and trigger the updates according to the kb.
ALsvc.exe | This is the AutoUpdate service, run as 'System User'. Location: C:\Program Files\Sophos\AutoUpdate\ALsvc.exe When the service first starts up it performs an update check to the CID.ALSvc.exe runs a scheduler that triggers scheduled updates. It provides an interface that allows an update to be started. The following VBScript can be used to call an update via the service: Dim objALC |
My scripting knowledge is limited but I don't understand how this would start the service or call for an update if there is no reference to ALsvc.exe at all in the script. Can anyone explain how i would use this?
Thank you for your time and any info you may be able to provide.
This thread was automatically locked due to age.