The SMS_DistributionPointDriveInfo Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the basic information about the drives on a distribution point site system role.

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

Class SMS_DistributionPointDriveInfo : SMS_BaseClass
{
	SInt64 BytesFree;
	SInt64 BytesTotal;
	SInt32 ConttentLibPriority;
	String Drive;
	String NALPath;
	SInt32 ObjectType;
	SInt32 PercentFree;
	SInt32 PkgSharePriority;
	String SiteCode;
	SInt32 Status;
};

Methods

The SMS_DistributionPointDriveInfo class does not define any methods.

Properties

BytesFree

Data type: SInt64Access type: Read/Write Qualifiers: noneAmount of free, unused storage space, in kilobytes, for the storage object.
BytesTotal

Data type: SInt64Access type: Read/Write Qualifiers: noneMaximum amount of storage space, in kilobytes, of the storage object. A negative value indicates that information is currently unavailable.
ConttentLibPriority

Data type: SInt32Access type: Read/Write Qualifiers: noneThe order of preference for distributing content to this drive when copying packages to the Configuration Manager content library on the distribution point system. Lower values are preferred over higher values.
Drive

Data type: StringAccess type: Read/Write Qualifiers: [key]Drive that is used by the distribution point.
NALPath

Data type: StringAccess type: Read/Write Qualifiers: [key]Network abstraction layer (NAL) path to the distribution point.
ObjectType

Data type: SInt32Access type: Read/Write Qualifiers: noneObject type. Possible values are:

Value

Description

0

PKG_TYPE_REGULAR

3

PKG_TYPE_DRIVER

4

PKG_TYPE_TASK_SEQUENCE

5

PKG_TYPE_SWUPDATES

6

PKG_TYPE_DEVICE_SETTING

8

PKG_CONTENT_PACKAGE

257

PKG_TYPE_IMAGE

258

PKG_TYPE_BOOTIMAGE

259

PKG_TYPE_OSINSTALLIMAGE

512

APPLICATION

PercentFree

Data type: SInt32Access type: Read/Write Qualifiers: nonePercentage of free storage space available on the storage object.
PkgSharePriority

Data type: SInt32Access type: Read/Write Qualifiers: noneThe order of preference for distributing packages to this drive when coping packages to package share location. Lower values are preferred over higher values.
SiteCode

Data type: StringAccess type: Read/Write Qualifiers: noneSite code of the role.
Status

Data type: SInt32Access type: Read/Write Qualifiers: noneThe last returned error code from attempts to copy content to this drive. A status of 0 indicates success.

Remarks

Requirements

Runtime Requirements

Development Requirements