SMS_MigrationExpandingScope Server WMI Class

 

Updated: November 1, 2013

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

The SMS_MigrationExpandingScope Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the collections that have the problem of expanding scope when migrated to System Center 2012 Configuration Manager.

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

Class SMS_MigrationExpandingScope : SMS_BaseClass
{
    UInt32 CollectionEntityID;
    String CollectionEntityName;
    String CollectionWMIObjectPath;
    UInt32 TargetingEntityID;
    String TargetingEntityName;
    String TargetingWMIObjectPath;
};

The SMS_MigrationExpandingScope class does not define any methods.

CollectionEntityID

Data type: UInt32

Access type: Read-only

Qualifiers: [key]

Unique identifier for the collection.

CollectionEntityName

Data type: String

Access type: Read-only

Qualifiers: none

The collection entity display name.

CollectionWMIObjectPath

Data type: String

Access type: Read-only

Qualifiers: none

The collection entity WMI path.

TargetingEntityID

Data type: UInt32

Access type: Read-only

Qualifiers: [key]

Unique identifier for the targeting entity.

TargetingEntityName

Data type: String

Access type: Read-only

Qualifiers: none

The targeting entity display name.

TargetingWMIObjectPath

Data type: String

Access type: Read-only

Qualifiers: none

The targeting entity WMI path.

When you create a migration job, consider whether to specify a new limit to the collection to restrict the scope for each of such collections.

Show: