SMS_PackageStatusDistPointsSummarizer 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_PackageStatusDistPointsSummarizer Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that lists the distribution summary for packages on given site for a given distribution point.

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

Class SMS_PackageStatusDistPointsSummarizer : SMS_BaseClass
{
      DateTime LastCopied;
      String PackageID;
      String ServerNALPath;
      String SiteCode;
      String SourceNALPath;
      UInt32 SourceVersion;
      UInt32 State;
      DateTime SummaryDate;
};

Methods

The SMS_PackageStatusDistPointsSummarizer class does not define any methods.

Properties

  • LastCopied
    Data type: DateTime

    Access type: Read/Write

    Qualifiers: None

    Date and time, in Universal Coordinated Time (UTC), when the package source files were last successfully copied to the distribution point.

  • PackageID
    Data type: String

    Access type: Read/Write

    Qualifiers: [key, SizeLimit("8")]

    Configuration Manager-assigned ID for the package.

  • ServerNALPath
    Data type: String

    Access type: Read/Write

    Qualifiers: [key]

    Network abstraction layer (NAL) path to the distribution point.

  • SiteCode
    Data type: String

    Access type: Read/Write

    Qualifiers: [key, SizeLimit("3")]

    Site code of the site.

  • SourceNALPath
    Data type: String

    Access type: Read/Write

    Qualifiers: None

    NAL path to the package source files.

  • SourceVersion
    Data type: UInt32

    Access type: Read/Write

    Qualifiers: None

    Package source version number currently installed on this distribution point.

  • State
    Data type: UInt32

    Access type: Read/Write

    Qualifiers: [ENUMERATION]

    The state of the source files on the distribution point. Possible values are:

    0

    INSTALLED

    1

    INSTALL_PENDING

    2

    INSTALL_RETRYING

    3

    INSTALL_FAILED

    4

    REMOVAL_PENDING

    5

    REMOVAL_RETRYING

    6

    REMOVAL_FAILED

  • SummaryDate
    Data type: DateTime

    Access type: Read/Write

    Qualifiers: None

    Date and time, in Universal Coordinated Time (UTC), when a change in package status for the sites was most recently reported.

Remarks

Class qualifiers for this class include:

  • 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 Distribution Server WMI Classes