Share via


SMS_PackageStatusDistPointsSummarizer

The SMS_PackageStatusDistPointsSummarizer WMI class tracks the progress of loading the package source files on the 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_PackageStatusDistPointsSummarizer : SMS_BaseClass
{
  datetime LastCopied;
  string PackageID;
  string ServerNALPath;
  string SiteCode;
  string SourceNALPath;
  uint32 SourceVersion;
  uint32 State;
  datetime SummaryDate;
};

Properties

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

    Date and time (GMT) when the package source files were last successfully copied to the distribution point.

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

    SMS-assigned identifier for the package.

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

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

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

    SMS site code.

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

    NAL path to the package's source files.

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

    Package source version number currently installed on this distribution point.

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

    Identifies the state of the source files on the distribution point. Values are:
    INSTALLED (0)
    INSTALL_PENDING (1)
    INSTALL_RETRYING (2)
    INSTALL_FAILED (3)
    REMOVAL_PENDING (4)
    REMOVAL_RETRYING (5)
    REMOVAL_FAILED (6)

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

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

See Also

Determining Package Status, SMS_PackageStatusDetailSummarizer, SMS_PackageStatusRootSummarizer, Status Classes