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; }; |
Methods
The SMS_MigrationExpandingScope class does not define any methods.
Properties
- CollectionEntityID
- Data type: UInt32Access type: Read-only Qualifiers: [key]Unique identifier for the collection.
- CollectionEntityName
- Data type: StringAccess type: Read-only Qualifiers: noneThe collection entity display name.
- CollectionWMIObjectPath
- Data type: StringAccess type: Read-onlyQualifiers: noneThe collection entity WMI path.
- TargetingEntityID
- Data type: UInt32Access type: Read-onlyQualifiers: [key]Unique identifier for the targeting entity.
- TargetingEntityName
- Data type: StringAccess type: Read-onlyQualifiers: noneThe targeting entity display name.
- TargetingWMIObjectPath
- Data type: StringAccess type: Read-onlyQualifiers: noneThe targeting entity WMI path.
Remarks
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.
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.