oops, hit Send too soon...

Could be that it needs a second pass.

I would add a step to Force a full Update Scan, along these lines, and then
another Install Updates step.

(Sorry, not sure of my source if I didn't just get this out of the
documentation.)

Force_Update_Scan.vbs
Schid = "{00000000-0000-0000-0000-
000000000113}"
sMachine = "."
Set WMItarget = GetObject("winmgmts://" & sMachine)
Set
WMICCM=GetObject("Winmgmts:{impersonationLevel=impersonate,authenticationLevel=pktPrivacy}!\\"
& sMachine & "\root\ccm")
set SMSCli = WMICCM.Get("SMS_Client")
set oParams =
SMSCli.Methods_("TriggerSchedule").inParameters.SpawnInstance_()
oParams.sScheduleID = Schid
set res = WMICCM.ExecMethod("SMS_Client", "TriggerSchedule", oParams)
wscript.sleep(60000)



On Fri, Dec 20, 2013 at 12:52 PM, Benjamin Monrad <[email protected]>wrote:

> Could be that it needs a second pass.
>
> I would add a step to Force a full Update Scan, along these lines (sorry,
> not sure of my source if I didn't just get this out of the documentation):
>
> Schid = "{00000000-0000-0000-0000-000000000113}"
> sMachine = "."
> Set WMItarget = GetObject("winmgmts://" & sMachine)
> Set
> WMICCM=GetObject("Winmgmts:{impersonationLevel=impersonate,authenticationLevel=pktPrivacy}!\\"
> & sMachine & "\root\ccm")
> set SMSCli = WMICCM.Get("SMS_Client")
> set oParams =
> SMSCli.Methods_("TriggerSchedule").inParameters.SpawnInstance_()
> oParams.sScheduleID = Schid
> set res = WMICCM.ExecMethod("SMS_Client", "TriggerSchedule", oParams)
> wscript.sleep(60000)
>
>
>
>
> On Fri, Dec 20, 2013 at 12:48 PM, Buman, Brandon <
> [email protected]> wrote:
>
>>  Hi:
>>
>>
>>
>> I am trying to install Microsoft Updates during my task sequence (MDT
>> 2012 task sequence in SCCM 2012 SP1), but not matter how many updates are
>> in the software update group the task only downloads and install 71
>> updates. The updates are all downloaded and deployed as well as
>> distributed. Any help on this would be much appreciated.
>>
>>
>>
>> Thank you,
>>
>>
>>
>> Brandon L Buman
>>
>> Senior Technology Support Specialist
>>
>> Marion County Board of County Commissioners
>>
>> Information Technology
>>
>> Phone: 352-671-8824
>>
>>
>>
>> ------------------------------
>>
>> Under Florida law, e-mail addresses are public records. If you do not
>> want your e-mail address released in response to a public records request,
>> do not send electronic mail to this entity. Instead, contact this office by
>> phone or in writing.
>>
>>
>


Reply via email to