Share via


SMS_DPStatusSummary Server WMI Class

 

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

The SMS_DPStatusSummary Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a summary of the distribution point status.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Syntax

Class SMS_DPStatusSummary : SMS_BaseClass
{
    UInt32 DeploymentType;
    String Description;
    String Name;
    UInt32 NumberErrors;
    UInt32 NumberInProgress;
    UInt32 NumberInstalled;
    UInt32 NumberUnknown;
    DateTime SummarizationTime;
};

Methods

The following table lists the methods in the SMS_DPStatusSummary class.

Method

Description

UpdateSummaryData Method in Class SMS_DPStatusSummary

Updates the summary data.

Properties

  • DeploymentType
    Data type: UInt32

    Access type: Read-only

    Qualifiers: [key, read]

    Deployment type for distribution point status summary.

  • Description
    Data type: String

    Access type: Read-only

    Qualifiers: [read]

    Description of the distribution point status summary.

  • Name
    Data type: String

    Access type: Read-only

    Qualifiers: [read]

    Name.  

  • NumberErrors
    Data type: UInt32

    Access type: Read-only

    Qualifiers: [read]

    Count of the failed distribution points.

  • NumberInProgress
    Data type: UInt32

    Access type: Read-only

    Qualifiers: [read]

    Count of the number of distribution point in progress.

  • NumberInstalled
    Data type: UInt32

    Access type: Read-only

    Qualifiers: [read]

    Count of the number of successfully installed distribution points.

  • NumberUnknown
    Data type: UInt32

    Access type: Read-only

    Qualifiers: [read]

    Count of the number of unknown distribution points.

  • SummarizationTime
    Data type: DateTime

    Access type: Read-only

    Qualifiers: [read]

    Last update time.

Remarks

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

Configuration Manager Content Server WMI Classes