SMS_PackageStatusDetailSummarizer

The SMS_PackageStatusDetailSummarizer WMI class tracks the progress of each package as it places the software source files on its distribution point. The reported package status is for an individual site.

The following syntax is simplified from MOF code and includes all inherited properties.

Class SMS_PackageStatusDetailSummarizer : SMS_BaseClass
{
  uint32 Failed;
  uint32 Installed;
  string Name;
  string PackageID;
  uint32 Retrying;
  string SiteCode;
  string SiteName;
  uint32 SourceVersion;
  datetime SummaryDate;
  uint32 Targeted;
};

Properties

  • Failed
    Data type: uint32
    Access type: Read-only

    Total number of distribution points in the site that have exceeded the number of retries allowed during an installation or removal operation, and that are currently in a state of installation-failed or retry-failed.

  • Installed
    Data type: uint32
    Access type: Read-only

    Total number of distribution points in the site that have successfully installed the current source version of the package.

  • Name
    Data type: string
    Access type: Read-only

    Name assigned to the package.

  • PackageID
    Data type: string
    Access type: Read-only
    Qualifiers: Key

    SMS-assigned identifier for the package.

  • Retrying
    Data type: uint32
    Access type: Read-only

    Total number of distribution points in the site that have had at least one failure during an installation or removal operation, but have not yet exceeded the number of retries allowed, and are currently in a state of installation-retrying or removal-retrying.

  • SiteCode
    Data type: string
    Access type: Read-only
    Qualifiers: Key

    SMS site code for each site that has at least one distribution point specified for the package.

  • SiteName
    Data type: string
    Access type: Read-only

    Friendly display name for the site.

  • SourceVersion
    Data type: uint32
    Access type: Read-only

    Version of the package source files.

  • SummaryDate
    Data type: datetime
    Access type: Read-only

    Date and time (GMT) when a change in package status for this site was most recently reported.

  • Targeted
    Data type: uint32
    Access type: Read-only

    Total number of distribution points in the site that are targeted for this package.

See Also

Determining Package Status, SMS_PackageStatusDistPointsSummarizer, SMS_PackageStatusRootSummarizer, Status Classes