What forum to use for CCMUpdatesDeployment question?
-
Monday, June 27, 2011 5:40 PM
Specifically I am looking for assistance with Enumerating Software Updates published by SCCM. http://msdn.microsoft.com/en-us/library/cc145902.aspx. Specifically I am looking for a reference for the progressStage and errorCode members. Additionally I am looking to check for updates that require a reboot.
Thanks
Mike
All Replies
-
Monday, June 27, 2011 8:09 PM
While I still haven't found anything on the error codes I did find this in the SDK manual for the progressStage which also helped me identify the updates requiring reboot.
- pvarUpdateStatus
- Data type: VARIANT Qualifiers: [in, out] Pointer to an unsigned long value in a variant giving the current progress status of the update. Possible values are shown below. This parameter must not be set to a null pointer.
- ciJobStateNone
- ciJobStateAvailable
- ciJobStateSubmitted
- ciJobStateDetecting
- ciJobStateDownloadingCIDef
- ciJobStateDownloadingSdmPkg
- ciJobStatePreDownload
- ciJobStateDownloading
- ciJobStateWaitInstall
- ciJobStateInstalling
- ciJobStatePendingSoftReboot
- ciJobStatePendingHardReboot
- ciJobStateWaitReboot
- ciJobStateVerifying
- ciJobStateInstallComplete
- ciJobStateError
- ciJobStateWaitServiceWindow
- ciJobStateNone
Mike - pvarUpdateStatus
-
Wednesday, October 03, 2012 2:54 PMModerator
I'd ask in one of the System Center Configuration Manager forums.
Karl
When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer
My Blog: http://unlockpowershell.wordpress.com
My Book: Windows PowerShell 2.0 Bible
My E-mail: -join ("6B61726C6D69747363686B65406D742E6E6574"-split"(?<=\G.{2})",19|%{[char][int]"0x$_"})- Proposed As Answer by Ed Price - MSFTMicrosoft Employee, Owner Thursday, October 04, 2012 2:33 AM
- Marked As Answer by Ed Price - MSFTMicrosoft Employee, Owner Friday, October 12, 2012 10:08 PM