SMS_PackageStatusRootSummarizer

The SMS_PackageStatusRootSummarizer 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 all sites in the hierarchy.

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

Class SMS_PackageStatusRootSummarizer : SMS_BaseClass
{
  uint32 Failed;
  uint32 Installed;
  string Name;
  string PackageID;
  uint32 Retrying;
  uint32 SourceCompressedSize;
  datetime SourceDate;
  string SourceSite;
  uint32 SourceSize;
  uint32 SourceVersion;
  uint32 Targeted;
};

Properties

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

    Total number of distribution points for this package 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 that have successfully copied the current source version of the package. A distribution point is considered installed until an update, refresh, or removal operation is specified.

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

    Name of 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 for this package 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.

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

    Size (KB) of the compressed version (if any) of the package source files.

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

    Date and time when this version of the source files was created.

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

    Site where the package originated.

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

    Size (KB) of the package source files.

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

    Current version of the package source files, as defined by the originating site.

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

    Total number of distribution points (including child sites) that are specified to have a copy of the package. A distribution point remains targeted until it is specified for removal.

See Also

Determining Package Status, SMS_PackageStatusDistPointsSummarizer, SMS_PackageStatusDetailSummarizer, Status Classes