The SMS_MigrationDP Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the shared distribution points between the current active Configuration Manager 2007 hierarchy and the System Center 2012 Configuration Manager hierarchy.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_MigrationDP : SMS_DistributionPointInfoBase { Boolean AdditionalRoleInstalled; Boolean AddressScheduleEnabled; String AttachingSite; String AttachingSitecode; String BindExcept; Boolean BindPolicy; Boolean BitsEnabled; Boolean CertificateType; UInt32 Communication; UInt32 DPFlags; String Drive; Boolean EligibleForUpgrade; UInt32 GroupCount; Boolean HasRelationship; Boolean HealthCheckEnabled; UInt32 HealthCheckPriority; String HealthCheckSchedule; UInt32 HostedPackageNum; UInt32 ID; String IdentityGUID; Boolean InternetFacing; Boolean IsActive; Boolean IsMulticast; Boolean IsPeerDP; Boolean IsProtected; Boolean IsPXE; UInt32 MBytesFree; UInt32 MBytesPackageSize; String NALPath; String Name; String OperatingSystem; String OSVersion; Boolean PreStagingAllowed; String PXEPassword; Boolean RateLimitsEnabled; String ResourceType; UInt32 ResponseDelay; String ServerName; String ShareName; String SiteCode; String SiteName; Boolean SupportUnknownMachines; UInt32 UdaSetting; }; |
Methods
The SMS_MigrationDP class does not define any methods.
Properties
- AdditionalRoleInstalled
- Data type: BooleanAccess type: Read-only Qualifiers: nonetrue if there is any additional site role installed.
- AddressScheduleEnabled
- Data type: BooleanAccess type: Read-only Qualifiers: nonetrue if a schedule on an address is configured.
- AttachingSite
- Data type: StringAccess type: Read-only Qualifiers: noneThe site server name of the source primary site that this distribution point is reporting to in the source hierarchy.
- AttachingSitecode
- Data type: StringAccess type: Read-only Qualifiers: noneThe site code of the source primary site that this distribution point is reporting to in the source hierarchy.
- BindExcept
- Data type: StringAccess type: Read-only Qualifiers: nonePXE Bind Exception.
- BindPolicy
- Data type: BooleanAccess type: Read-only Qualifiers: nonetrue if PXE bind policy exists.
- BitsEnabled
- Data type: BooleanAccess type: Read-only Qualifiers: nonetrue if BITS is enabled on the distribution point.
- CertificateType
- Data type: BooleanAccess type: Read-only Qualifiers: nonePXE certificate type.
- Communication
- Data type: UInt32Access type: Read-only Qualifiers: noneHTTP or HTTPS.
- DPFlags
- Data type: UInt32Access type: Read-only Qualifiers:
[enumeration, read]Distribution point flags.
0
DP_TYPE_READONLY
- Drive
- Data type: StringAccess type: Read-only Qualifiers: noneThe default drive.
- EligibleForUpgrade
- Data type: BooleanAccess type: Read/Write Qualifiers: nonetrue if the distribution point is eligible for upgrade.
- GroupCount
- Data type: UInt32Access type: Read-only Qualifiers: noneThe number of distribution point groups that contain this distribution point.
- HasRelationship
- Data type: BooleanAccess type: Read-only Qualifiers: [read]true if this distribution point is assigned to a distribution point group.
- HealthCheckEnabled
- Data type: BooleanAccess type: Read-only Qualifiers: nonetrue if health check on this distribution point is enabled.
- HealthCheckPriority
- Data type: UInt32Access type: Read-only Qualifiers: noneDistribution point health manager thread priority.
- HealthCheckSchedule
- Data type: StringAccess type: Read-only Qualifiers: noneSchedule for health check.
- HostedPackageNum
- Data type: UInt32Access type: Read-only Qualifiers: noneTotal number of packages stored on the distribution point.
- ID
- Data type: UInt32Access type: Read-only Qualifiers: [read]Distribution point id in the database.
- IdentityGUID
- Data type: StringAccess type: Read-only Qualifiers: noneIdentity GUID.
- InternetFacing
- Data type: BooleanAccess type: Read-only Qualifiers: nonetrue if this distribution point is internet facing.
- IsActive
- Data type: BooleanAccess type: Read-only Qualifiers: nonetrue if PXE is active.
- IsMulticast
- Data type: BooleanAccess type: Read-only Qualifiers: nonetrue if this distribution point is multicast enabled.
- IsPeerDP
- Data type: BooleanAccess type: Read-only Qualifiers: nonetrue if this distribution point is a branch distribution point.
- IsProtected
- Data type: BooleanAccess type: Read-only Qualifiers: nonetrue if this distribution point is protected.
- IsPXE
- Data type: BooleanAccess type: Read-only Qualifiers: nonePXE is enabled.
- MBytesFree
- Data type: UInt32Access type: Read-only Qualifiers: noneTotal MBytes of free space.
- MBytesPackageSize
- Data type: UInt32Access type: Read-only Qualifiers: noneTotal Mbytes of packages distributed on this distribution point.
- NALPath
- Data type: StringAccess type: Read-only Qualifiers: [key, key]Distribution point NALPath.
- Name
- Data type: StringAccess type: Read-only Qualifiers: [read]Network operating system path.
- OperatingSystem
- Data type: StringAccess type: Read-only Qualifiers: noneOperating system of this computer.
- OSVersion
- Data type: StringAccess type: Read-only Qualifiers: noneThe operating system of the branch distribution point. An empty string means the operating system is undetected.
- PreStagingAllowed
- Data type: BooleanAccess type: Read-only Qualifiers: nonetrue if this distribution point is allowed to pre-stage contents.
- PXEPassword
- Data type: StringAccess type: Read-only Qualifiers: nonePXE password.
- RateLimitsEnabled
- Data type: BooleanAccess type: Read-only Qualifiers: nonetrue if rate limits are configured.
- ResourceType
- Data type: StringAccess type: Read-only Qualifiers: noneSee SMS_CollectionMember Server WMI Class.
- ResponseDelay
- Data type: UInt32Access type: Read-only Qualifiers: nonePXE response delay.
- ServerName
- Data type: StringAccess type: Read-only Qualifiers: noneDistribution point server name.
- ShareName
- Data type: StringAccess type: Read-only Qualifiers: noneDistribution point share name.
- SiteCode
- Data type: StringAccess type: Read-only Qualifiers: [sizelimit]The site code that this distribution point is reporting to in the destination hierarchy.
- SiteName
- Data type: StringAccess type: Read-only Qualifiers: noneThe site name.
- SupportUnknownMachines
- Data type: BooleanAccess type: Read-only Qualifiers: nonetrue if PXE supports unknown computers.
- UdaSetting
- Data type: UInt32Access type: Read-only Qualifiers: nonePXE UDA setting.
Remarks
To get the distribution points of a specific source primary site shared, set the EnabledDPSharing property of SMS_MigrationSiteMapping to true. The instance of this class carries the properties of the distribution point in the source hierarchy, so it can be used to create the distribution point upgrade job to upgrade the shared distribution point to a regular distribution point.
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.