Microsoft Configuration Manager
An integrated solution for for managing large groups of personal computers and servers.
4,590 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
What methods are available to transfer DP content from an old Distribution Point (DP) server to a new DP server? Can the content library transfer tool facilitate this process?
Hi,
We can use the following cmdlet for DP migration.
Start-CMDistributionPointMigration -SourceDistributionPointName dp-old.sccm.lab -DestinationDistributionPointName dp-new.sccm.lab
And this cmdlet to get the status (For example: In-progress)
Get-CMDistributionPointMigrationStatus -SourceDistributionPointName dp-old.sccm.lab -DestinationDistributionPointName dp-new.sccm.lab
Regards,
Alex