DP content migration between distribution points

golden alick 180 Reputation points
2025-01-28T01:54:30.2733333+00:00

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?

Microsoft Configuration Manager
0 comments No comments
{count} votes

Accepted answer
  1. AlexZhu-MSFT 6,426 Reputation points Microsoft Vendor
    2025-01-28T02:47:55.76+00:00

    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

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.