The SMS_DistributionPointInfo Windows Management Instrumentation(WMI) class is an SMS Provider server class, in Configuration Manager, that provides information about a specific SMS_DistributionPoint Server WMI Class object.

Class SMS_DistributionPointInfo : SMS_BaseClass
{
	Boolean BitsEnabled;
	String Drive;
	Boolean IsPeerDP;
	Boolean IsProtected;
	String NALPath;
	String ResourceType;
	String ServerName;
	String ShareName;
	String SiteCode;
	String SiteName;
};

Methods

The SMS_DistributionPointInfo class does not define any methods.

Properties

BitsEnabled


Data type: BooleanAccess type: Read/WriteQualifiers: Nonetrue if the distribution point is BITS-enabled. The default value is false.
Drive


Data type: StringAccess type: Read/WriteQualifiers: NoneDrive that is to be used by the distribution point. The default value is "".
IsPeerDP


Data type: BooleanAccess type: Read/WriteQualifiers: Nonetrue if the distribution point is a branch distribution point. The default value is false.
IsProtected


Data type: BooleanAccess type: Read/WriteQualifiers: Nonetrue if the site system distribution point is protected. The default value is false.
NALPath


Data type: StringAccess type: Read/WriteQualifiers: [key]Network abstraction layer (NAL) path to the distribution point. The default value is "".
ResourceType


Data type: StringAccess type: Read/WriteQualifiers: [key]Resource type of the distribution point. Possible values are listed below. The default value is "".
  • Server

  • Server Share

ServerName


Data type: StringAccess type: Read/WriteQualifiers: NoneServer name. The default value is "".
ShareName


Data type: StringAccess type: Read/WriteQualifiers: NoneShare name if the ResourceType property is set to server share. The default value is "".
SiteCode


Data type: StringAccess type: Read/WriteQualifiers: [key, SizeLimit("3")]Site code of the site that owns the distribution point. The default value is "".
SiteName


Data type: StringAccess type: Read/Write Qualifiers: NoneSite name. The default value is "".

Remarks

Class qualifiers for this class include:

  • Read (read-only)

For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

Requirements

Runtime Requirements

Development Requirements

See Also


Send comments about this topic to Microsoft.