SMS_MigrationDashboard Server WMI Class

 

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

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.

Syntax

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: DateTime

    Access type: Read-only

    Qualifiers: none

    The last time the migration monitored client status changed.

  • JobStatisticsLastUpdated
    Data type: DateTime

    Access type: Read-only

    Qualifiers: none

    Last job statistics update time.

  • LastSuccessfulSynced
    Data type: DateTime

    Access type: Read-only

    Qualifiers: none

    Last time that the data gathering process was performed successfully.

  • NumOfDestinationSites
    Data type: UInt32

    Access type: Read-only

    Qualifiers: none

    Number of destination sites.

  • NumOfJobCompleted
    Data type: UInt32

    Access type: Read-only

    Qualifiers: none

    Number of jobs completed.

  • NumOfJobFailed
    Data type: UInt32

    Access type: Read-only

    Qualifiers: none

    Number of jobs failed.

  • NumOfJobInProgress
    Data type: UInt32

    Access type: Read-only

    Qualifiers: none

    Number of jobs in progress.

  • NumOfSourceSiteClients
    Data type: UInt32

    Access type: Read-only

    Qualifiers: none

    Total number of clients in the source site hierarchy.

  • NumOfSourceSiteClientsExcluded
    Data type: UInt32

    Access type: Read-only

    Qualifiers: none

    Total number of clients excluded from the source site hierarchy.

  • NumOfSourceSiteClientsMigrated
    Data type: UInt32

    Access type: Read-only

    Qualifiers: none

    Total number of clients migrated from the source site hierarchy.

  • NumOfSourceSiteClientsRemaining
    Data type: UInt32

    Access type: Read-only

    Qualifiers: none

    Total number of clients remaining in the source site hierarchy.

  • NumOfSourceSiteObjects
    Data type: UInt32

    Access type: Read-only

    Qualifiers: none

    Total number of objects in the source site hierarchy.

  • NumOfSourceSiteObjectsExcluded
    Data type: UInt32

    Access type: Read-only

    Qualifiers: none

    Total number of objects excluded from the source site hierarchy.

  • NumOfSourceSiteObjectsMigrated
    Data type: UInt32

    Access type: Read-only

    Qualifiers: none

    Total number of objects migrated from the source site hierarchy.

  • NumOfSourceSiteObjectsRemaining
    Data type: UInt32

    Access type: Read-only

    Qualifiers: none

    Total number of objects remaining in the source site hierarchy.

  • NumOfSourceSites
    Data type: UInt32

    Access type: Read-only

    Qualifiers: none

    Number of source sites.

  • ObjectMigrationLastUpdated
    Data type: DateTime

    Access type: Read-only

    Qualifiers: none

    Last object migration update time.

  • SourceCentralSiteFQDN
    Data type: String

    Access type: Read-only

    Qualifiers: [key]

    Source central site FQDN.

  • Version
    Data type: String

    Access type: Read-only

    Qualifiers: None

    The version of the source site.

    This information applies to System Center 2012 Configuration Manager SP1 or later, and System Center 2012 R2 Configuration Manager or later.

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.