The SMS_MigrationDashboard Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the migration feature dashboard.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_MigrationDashboard : SMS_BaseClass { DateTime ClientMigrationLastUpdated; DateTime JobStatisticsLastUpdated; DateTime LastSuccessfulSynced; UInt32 NumOfDestinationSites; UInt32 NumOfJobCompleted; UInt32 NumOfJobFailed; UInt32 NumOfJobInProgress; UInt32 NumOfSourceSiteClients; UInt32 NumOfSourceSiteClientsExcluded; UInt32 NumOfSourceSiteClientsMigrated; UInt32 NumOfSourceSiteClientsRemaining; UInt32 NumOfSourceSiteObjects; UInt32 NumOfSourceSiteObjectsExcluded; UInt32 NumOfSourceSiteObjectsMigrated; UInt32 NumOfSourceSiteObjectsRemaining; UInt32 NumOfSourceSites; DateTime ObjectMigrationLastUpdated; String SourceCentralSiteFQDN; String Version; }; |
Methods
The SMS_MigrationDashboard class does not define any methods.
Properties
- ClientMigrationLastUpdated
- Data type: DateTimeAccess type: Read-only Qualifiers: noneThe last time the migration monitored client status changed.
- JobStatisticsLastUpdated
- Data type: DateTimeAccess type: Read-only Qualifiers: noneLast job statistics update time.
- LastSuccessfulSynced
- Data type: DateTimeAccess type: Read-only Qualifiers: noneLast time that the data gathering process was performed successfully.
- NumOfDestinationSites
- Data type: UInt32Access type: Read-only Qualifiers: noneNumber of destination sites.
- NumOfJobCompleted
- Data type: UInt32Access type: Read-only Qualifiers: noneNumber of jobs completed.
- NumOfJobFailed
- Data type: UInt32Access type: Read-only Qualifiers: noneNumber of jobs failed.
- NumOfJobInProgress
- Data type: UInt32Access type: Read-only Qualifiers: noneNumber of jobs in progress.
- NumOfSourceSiteClients
- Data type: UInt32Access type: Read-only Qualifiers: noneTotal number of clients in the source site hierarchy.
- NumOfSourceSiteClientsExcluded
- Data type: UInt32Access type: Read-only Qualifiers: noneTotal number of clients excluded from the source site hierarchy.
- NumOfSourceSiteClientsMigrated
- Data type: UInt32Access type: Read-only Qualifiers: noneTotal number of clients migrated from the source site hierarchy.
- NumOfSourceSiteClientsRemaining
- Data type: UInt32Access type: Read-only Qualifiers: noneTotal number of clients remaining in the source site hierarchy.
- NumOfSourceSiteObjects
- Data type: UInt32Access type: Read-only Qualifiers: noneTotal number of objects in the source site hierarchy.
- NumOfSourceSiteObjectsExcluded
- Data type: UInt32Access type: Read-only Qualifiers: noneTotal number of objects excluded from the source site hierarchy.
- NumOfSourceSiteObjectsMigrated
- Data type: UInt32Access type: Read-only Qualifiers: noneTotal number of objects migrated from the source site hierarchy.
- NumOfSourceSiteObjectsRemaining
- Data type: UInt32Access type: Read-only Qualifiers: noneTotal number of objects remaining in the source site hierarchy.
- NumOfSourceSites
- Data type: UInt32Access type: Read-only Qualifiers: noneNumber of source sites.
- ObjectMigrationLastUpdated
- Data type: DateTimeAccess type: Read-only Qualifiers: noneLast object migration update time.
- SourceCentralSiteFQDN
- Data type: StringAccess type: Read-only Qualifiers: [key]Source central site FQDN.
- Version
- Data type: StringAccess type: Read-only Qualifiers: NoneThe version of the source site. This information applies only to System Center Configuration Manager SP1.
Remarks
You can use the migration feature dashboard to get the overall status of migration. For example, you can get the current active source hierarchy, how many objects got migrated, the last successful data gathering, and other status information.
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.