Clear-CMMigrationData

Clear-CMMigrationData

Deletes historical data about a data migration operation.

Syntax

Parameter Set: CleanupMigrationDataBySiteCode
Clear-CMMigrationData -SiteCode <String> [-Force] [-Confirm] [-WhatIf] [ <CommonParameters>]

Detailed Description

The Clear-CMMigrationData cmdlet deletes the historical data about a data migration operation. With Microsoft System Center 2012 Configuration Manager, you can migrate data from a supported Configuration Manager hierarchy to a System Center 2012 Configuration Manager environment. When you migrate data from a source hierarchy, you access data from the site databases that you identify in the source infrastructure and then transfer that data to your current environment from the database of the destination hierarchy. Clear-CMMigrationData cleans up the historical data from the destination hierarchy database.

Parameters

-Force

Forces the command to run without asking for user confirmation.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-SiteCode<String>

Specifies the site code of the destination site from which you clear historical data.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-Confirm

Prompts you for confirmation before running the cmdlet.

Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

Example 1: Clean up historical data from a migration

This command removes the historical data from the destination site that has the site code C04.

PS C:\> Clear-CMMigrationData -SiteCode "C04"

Set-CMMigrationExclusionList

Set-CMMigrationSource