This class contains targeted/installed/failed status for a particular package on a per site basis. This is the middle-level results pane for Package Status in the SMS Administrator console. There is one record for each package/site combination. Therefore the counts are for all of the distribution points at a given site. There are records for only the current site and the sites below it.
Table B.77 Summarizer — Package Status Detail Summary (SMS_PackageStatusDetailSummarizer)
Property | Data type | Example | Notes |
---|---|---|---|
Failed | uint32 | 0 | Indicates a count of distribution points that failed the installation or removal of a package. This is the total number of distribution points in the sites 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 | uint32 | 1 | Indicates a count of distribution points where the latest version of a package has been installed. |
Name | string | "Tetris" | Indicates the name assigned to the package when it was created in the SMS Administrator console. |
PackageID | string | "GRN00022" | Key. Indicates a unique identifier for the package. Size limit 8 characters. |
Retrying | uint32 | 0 | Indicates a count of distribution points that are retrying the installation or removal of a package. This is the total number of distribution points in the sites 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 | string | "GRN" | Indicates the SMS site code for each site that has at least one distribution point specified to have a copy of the package. |
SiteName | string | "Wide World Importers" | Indicates the SMS site name for each site that has at least one distribution point specified to have a copy of the package. |
SourceVersion | uint32 | 1 | Indicates the version of the package source currently in use at individual SMS sites. It increments each time the user updates the package in the SMS Administrator console. |
SummaryDate | datetime | See “Date and Time Formats” at the beginning of this appendix. | Indicates the most recent date and time when a change in package status for the sites was reported. |
Targeted | uint32 | 2 | Indicates the count of distribution points that a package should be installed on. This is the total number of distribution points in the sites that are targeted for this package. |