Installing Software Updates via a Task Sequence in ConfigMgr 2007
I noticed that when your Site is running in Native Mode you can run into problems with installing Software Updates via a Task Sequence. The first time that your are installing your computer with your Task Sequence there are no problems, but every time after that the Task Sequence will finish successful but doesn’t install any Software Updates. It looks like that it will use existing scan results of the client from the previous scan. So when there are already scan results of your client it will not rescan during your Task Sequence. To work around this I use the following scripts (that I run before the step Install Software Updates in the Task Sequence): Initiate Software Updates Scan: http://msdn.microsoft.com/en-us/library/cc144313.aspx actionNameToRun = “Software Updates Assignments …