SMS_ApplicableUpdatesSummaryEx Server WMI Class

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

The SMS_ApplicableUpdatesSummaryEx Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that provides summary information for each update.

Note

  This method is included for backward compatibility only. It is recommended that you use SMS_SoftwareUpdate Server WMI Class instead.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_ApplicableUpdatesSummaryEx : SMS_BaseClass
{
      String BinPath;
      UInt32 Counts;
      DateTime DateCreated;
      DateTime DatePosted;
      DateTime DateRevised;
      String ID;
      String InfoPath;
      UInt32 InstalledCounts;
      String Language;
      UInt32 LocaleID;
      String Product;
      String ProductID;
      String QNumbers;
      UInt32 RevisionNumber;
      String ScanAgent;
      String Summary;
      DateTime TimeAuthorized;
      String Title;
      String Type;
      String UnattendSyntax;
      String UniqueUpdateID;
      UInt32 UpdateFormat;
      UInt32 UpdateID;
      String UpdateParams;
};

Methods

The following table shows the methods in SMS_ApplicableUpdatesSummaryEx.

Method Description

UpdateTimeAuthorized Method in Class SMS_ApplicableUpdatesSummary

Updates the TimeAuthorized property for the summary.

Properties

  • BinPath
    Data type: String

    Access type: Read/Write

    Qualifiers: [ResID(51015), ResDLL("SMS_RXPL.dll")]

    Source location from which to download the update binary.

  • Counts
    Data type: UInt32

    Access type: Read-only

    Qualifiers: [ResID(51029), ResDLL("SMS_RXPL.dll"), read]

    Number of clients that do not have the update installed.

  • DateCreated
    Data type: DateTime

    Access type: Read-only

    Qualifiers:

    [ResID(2502), ResDLL("SMS_RSTT.dll"), read]

    Date and time when the entry was created in the database.

  • DatePosted
    Data type: DateTime

    Access type: Read/Write

    Qualifiers:

    [ResID(51009), ResDLL("SMS_RXPL.dll")]

    Date and time when the update was posted.

  • DateRevised
    Data type: DateTime

    Access type: Read/Write

    Qualifiers:

    [ResID(51010), ResDLL("SMS_RXPL.dll")]

    Date and time when the update was revised.

  • ID
    Data type: String

    Access type: Read/Write

    Qualifiers:

    [ResID(51002), ResDLL("SMS_RXPL.dll"), unique, not_null]

    The bulletin ID for security updates released by Microsoft. The default value is "None".

  • InfoPath
    Data type: String

    Access type: Read/Write

    Qualifiers:

    [ResID(51014), ResDLL("SMS_RXPL.dll")]

    Location where the publisher of the update has provided additional update information.

  • InstalledCounts
    Data type: UInt32

    Access type: Read-only

    Qualifiers:

    [ResID(51030), ResDLL("SMS_RXPL.dll"), read]

    Number of clients that have the update installed.

  • Language
    Data type: String

    Access type: Read/Write

    Qualifiers:

    [ResID(51018), ResDLL("SMS_RXPL.dll")]

    The language of the product or platform to which the update applies.

  • LocaleID
    Data type: UInt32

    Access type: Read/Write

    Qualifiers:

    [Subtype("Locale Id"), ResID(51006), ResDLL("SMS_RXPL.dll"), unique, not_null]

    The locale ID for the product or platform to which the update applies. The default value is 0.

  • Product
    Data type: String

    Access type: Read/Write

    Qualifiers:

    [ResID(51004), ResDLL("SMS_RXPL.dll"), unique, not_null]

    The product for update. The default value is "None".

  • ProductID
    Data type: String

    Access type: Read-only

    Qualifiers:

    [ResID(51032), ResDLL("SMS_RXPL.dll"), read]

    The unique ID of the product.

  • QNumbers
    Data type: String

    Access type: Read/Write

    Qualifiers:

    [ResID(51001), ResDLL("SMS_RXPL.dll"), unique, not_null]

    A publisher-specific article ID to identify the updates that are published. The default value is "None".

  • RevisionNumber
    Data type: UInt32

    Access type: Read-only

    Qualifiers: [ResID(51033), ResDLL("SMS_RXPL.dll"), read]

    Revision number for the update.

  • ScanAgent
    Data type: String

    Access type: Read/Write

    Qualifiers: [ResID(51007), ResDLL("SMS_RXPL.dll")]

    The name of the scan package used to detect the update.

  • Summary
    Data type: String

    Access type: Read/Write

    Qualifiers: [ResID(51013), ResDLL("SMS_RXPL.dll")]

    A more detailed summary of the update.

  • TimeAuthorized
    Data type: DateTime

    Access type: Read-only

    Qualifiers:

    [ResID(51022), ResDLL("SMS_RXPL.dll"), read]

    Date and time when the update was last authorized for deployment.

  • Title
    Data type: String

    Access type: Read/Write

    Qualifiers: [ResID(51003), ResDLL("SMS_RXPL.dll"), unique, not_null]

    The title of the update. The default value is "None".

  • Type
    Data type: String

    Access type: Read/Write

    Qualifiers:

    [ResID(51011), ResDLL("SMS_RXPL.dll")]

    The type of update, for example, MBSA or Microsoft Office

  • UnattendSyntax
    Data type: String

    Access type: Read/Write

    Qualifiers: [ResID(51017), ResDLL("SMS_RXPL.dll")]

    The command line syntax used to perform an unattended installation of an update.

  • UniqueUpdateID
    Data type: String

    Access type: Read-only

    Qualifiers: [ResID(51031), ResDLL("SMS_RXPL.dll"), read]

    Unique identifier of the update.

  • UpdateFormat
    Data type: UInt32

    Access type: Read/Write

    Qualifiers: [ResID(2503), ResDLL("SMS_RSTT.dll")]

    The format to use for the update. The default value is 0.

  • UpdateID
    Data type: UInt32

    Access type: Read/Write

    Qualifiers: [key,ResID(2501), ResDLL("SMS_RSTT.dll")]

    An internal Configuration Manager-generated ID used to identify an update within a Configuration Manager site.

  • UpdateParams
    Data type: String

    Access type: Read/Write

    Qualifiers: [ResID(2504), ResDLL("SMS_RSTT.dll")]

    A generic property used for providing extra information relating to an update.

Remarks

Class qualifiers for this class include:

  • ResID(2500)

  • ResDLL("SMS_RSTT.dll"),

  • Secured

  • Read (read-only)

For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.

See Also

Concepts

Software Updates Server WMI Classes
Configuration Manager Software Updates