SMS_DistributionPointInfo Server WMI Class

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

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 IsFileStreaming;
      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: Boolean

    Access type: Read/Write

    Qualifiers: None

    true if the distribution point is BITS-enabled. The default value is false.

  • IsFileStreaming
    Data type: Boolean

    Access type: Read/Write

    Qualifiers: None

    true if the distribution point has been enabled for streaming virtual application packages. BitsEnabled must also be set to true for a standard distribution point. BitsEnabled will be false for a branch distribution point. The default value is false.

  • Drive
    Data type: String

    Access type: Read/Write

    Qualifiers: None

    Drive that is to be used by the distribution point. The default value is "".

  • IsPeerDP
    Data type: Boolean

    Access type: Read/Write

    Qualifiers: None

    true if the distribution point is a branch distribution point. The default value is false.

  • IsProtected
    Data type: Boolean

    Access type: Read/Write

    Qualifiers: None

    true if the distribution point site system is protected. The default value is false.

  • NALPath
    Data type: String

    Access type: Read/Write

    Qualifiers: [key]

    Network abstraction layer (NAL) path to the distribution point. The default value is "".

  • ResourceType
    Data type: String

    Access type: Read/Write

    Qualifiers: [key]

    Resource type of the distribution point. Possible values are listed below. The default value is "".

    • Server

    • Server Share

  • ServerName
    Data type: String

    Access type: Read/Write

    Qualifiers: None

    Server name of the distribution point computer. The default value is "".

  • ShareName
    Data type: String

    Access type: Read/Write

    Qualifiers: None

    Share name if the ResourceType property is set to server share. The default value is "".

  • SiteCode
    Data type: String

    Access type: Read/Write

    Qualifiers: [key, SizeLimit("3")]

    Site code of the site that owns the distribution point. The default value is "".

  • SiteName
    Data type: String

    Access type: Read/Write

    Qualifiers: None

    Site 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

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.

See Also

Reference

SMS_DistributionPoint Server WMI Class

Concepts

Software Distribution Server WMI Classes