The SMS_PackageContentServerInfo Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents information about a given distribution point where an application or package has been distributed.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_PackageContentServerInfo : SMS_BaseClass { String ContentServerID; String ContentServerSecurityID; UInt32 ContentServerType; String Description; UInt32 IsBitsEnabled; UInt32 IsPeerDP; String Name; String ObjectID; UInt32 ObjectTypeID; String PackageID; UInt32 PackageType; }; |
Methods
The SMS_PackageContentServerInfo class does not define any methods.
Properties
- ContentServerID
- Data type: StringAccess type: Read/Write Qualifiers: [key]Distribution point group unique identifier.
- ContentServerSecurityID
- Data type: StringAccess type: Read/Write Qualifiers: noneDistribution point identifier or distribution point group identifier for security.
- ContentServerType
- Data type: UInt32Access type: Read/Write Qualifiers:
[enumeration]Type of content server.
1
Distribution Point
2
Distribution Point Group
- Description
- Data type: StringAccess type: Read/Write Qualifiers: noneDescription of distribution point or distribution point group.
- IsBitsEnabled
- Data type: UInt32Access type: Read/Write Qualifiers: nonetrue if BITS is enabled.
- IsPeerDP
- Data type: UInt32Access type: Read/Write Qualifiers: nonetrue if the distribution point is a branch distribution point.
- Name
- Data type: StringAccess type: Read/Write Qualifiers: noneName of distribution point or distribution point group.
- ObjectID
- Data type: StringAccess type: Read/Write Qualifiers: [key]Package identifier or CI_UniqueID.
- ObjectTypeID
- Data type: UInt32Access type: Read-only Qualifiers:
[enumeration, read]Secured object class identifier. Possible values
are:
42
SMS_DistributionPointInfo
43
SMS_DistributionPointGroup
- PackageID
- Data type: StringAccess type: Read/Write Qualifiers: noneA unique, auto-generated key that is used to relate programs, advertisements, and distribution points to the package.
- PackageType
- Data type: UInt32Access type: Read/Write Qualifiers:
[enumeration]The type of the package. Possible values are:
Value Description 0
Regular software distribution package.
3
Driver package.
4
Task sequence package.
5
Software update package.
6
Content package.
8
Device setting package.
257
Image package.
258
Boot image package.
259
Operating system install package.
512
Application package.
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.