The SMS_DistributionDPStatus Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a status message reported by a distribution point site system role.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_DistributionDPStatus : SMS_BaseClass { UInt32 GroupCount; UInt64 ID; String InsString1; String InsString10; String InsString2; String InsString3; String InsString4; String InsString5; String InsString6; String InsString7; String InsString8; String InsString9; Boolean IsPeerDP; UInt64 LastStatusID; DateTime LastUpdateDate; UInt32 MessageCategory; UInt32 MessageFullID; UInt32 MessageID; UInt32 MessageSeverity; UInt32 MessageState; String NalPath; String Name; String ObjectID; UInt32 ObjectTypeID; String PackageID; String ResourceType; String SiteCode; }; |
Methods
The SMS_DistributionDPStatus class does not define any methods.
Properties
- GroupCount
- Data type: UInt32Access type: Read-only Qualifiers: [read]The number of distribution point groups.
- ID
- Data type: UInt64Access type: Read-only Qualifiers: [key, read]Distribution point ID. This value is stored in the database.
- InsString1
- Data type: StringAccess type: Read-only Qualifiers: [read]Inserted string 1.
- InsString10
- Data type: StringAccess type: Read-only Qualifiers: [read]Inserted string 10.
- InsString2
- Data type: StringAccess type: Read-only Qualifiers: [read]Inserted string 2.
- InsString3
- Data type: StringAccess type: Read-only Qualifiers: [read]Inserted string 3.
- InsString4
- Data type: StringAccess type: Read-only Qualifiers: [read]Inserted string 4.
- InsString5
- Data type: StringAccess type: Read-only Qualifiers: [read]Inserted string 5.
- InsString6
- Data type: StringAccess type: Read-only Qualifiers: [read]Inserted string 6.
- InsString7
- Data type: StringAccess type: Read-only Qualifiers: [read]Inserted string 7.
- InsString8
- Data type: StringAccess type: Read-only Qualifiers: [read]Inserted string 8.
- InsString9
- Data type: StringAccess type: Read-only Qualifiers: [read]Inserted string 9.
- IsPeerDP
- Data type: BooleanAccess type: Read-only Qualifiers: [read]true if this is a branch distribution point.
- LastStatusID
- Data type: UInt64Access type: Read-only Qualifiers: [read]Last status ID.
- LastUpdateDate
- Data type: DateTimeAccess type: Read-only Qualifiers: [read]Date of the last status update.
- MessageCategory
- Data type: UInt32Access type: Read-only Qualifiers: [read]Status message category.
- MessageFullID
- Data type: UInt32Access type: Read-only Qualifiers: [read]Status message full ID with severity.
- MessageID
- Data type: UInt32Access type: Read-only Qualifiers: [read]Status message ID.
- MessageSeverity
- Data type: UInt32Access type: Read-only Qualifiers:
[enumeration, read]Status message severity.
0x40000000
Success
0x80000000
Warning
0xC0000000
Error
- MessageState
- Data type: UInt32Access type: Read-only Qualifiers:
[enumeration, read]Message state.
1
Success
2
InProgress
3
Error
- NalPath
- Data type: StringAccess type: Read-only Qualifiers: [read]Distribution point NALPath.
- Name
- Data type: StringAccess type: Read-only Qualifiers: [read]Distribution point name.
- ObjectID
- Data type: StringAccess type: Read-only Qualifiers: [read]PackageID or ModelName.
- ObjectTypeID
- Data type: UInt32Access type: Read-only Qualifiers:
[enumeration, read]Secured object class ID.
2
SMS_Package
14
SMS_OperatingSystemInstallPackage
18
SMS_ImagePackage
19
SMS_BootImagePackage
23
SMS_DriverPackage
24
SMS_SoftwareUpdatesPackage
31
SMS_Application
- PackageID
- Data type: StringAccess type: Read-only Qualifiers: [read]Package ID deployed to this distribution point.
- ResourceType
- Data type: StringAccess type: Read-only Qualifiers: [read]Resource type.
- SiteCode
- Data type: StringAccess type: Read-only Qualifiers: [read]Source site for this status.
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.