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: DateTimeAccess type: Read/WriteQualifiers: NoneDate and time, in Universal Coordinated Time (UTC), when the package source files were last successfully copied to the distribution point.
- PackageID
- Data type: StringAccess type: Read/WriteQualifiers: [key, SizeLimit("8")]Configuration Manager-assigned ID for the package.
- ServerNALPath
- Data type: StringAccess type: Read/WriteQualifiers: [key]Network abstraction layer (NAL) path to the distribution point.
- SiteCode
- Data type: StringAccess type: Read/WriteQualifiers: [key, SizeLimit("3")]Site code of the site.
- SourceNALPath
- Data type: StringAccess type: Read/WriteQualifiers: NoneNAL path to the package source files.
- SourceVersion
- Data type: UInt32Access type: Read/WriteQualifiers: NonePackage source version number currently installed on this distribution point.
- State
- Data type: UInt32Access type: Read/WriteQualifiers:
[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: DateTimeAccess type: Read/WriteQualifiers: NoneDate 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
Send comments about this topic to Microsoft.