Powershell command to redistribute packages

Boopathi S 3,766 Reputation points
2025-03-21T14:29:48.1866667+00:00

Hello,

I have the command for removing the contents from a specific distribution point.

https://learn.microsoft.com/en-us/answers/questions/2148025/command-line-to-remove-confirmation-prompt-remove

Please help to redistribute the content using powershell for a specific distribution point and specified package/applicaiton

@MotoX80 @Simon Ren-MSFT @AllenLiu-MSFT

Microsoft Configuration Manager Application
Microsoft Configuration Manager Application
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Application: A computer program designed to carry out a specific task other than one relating to the operation of the computer itself, typically to be used by end users.
529 questions
0 comments No comments
{count} votes

Accepted answer
  1. AllenLiu-MSFT 49,291 Reputation points Microsoft External Staff
    2025-03-24T02:52:44.9966667+00:00

    Hi, @Boopathi S

    Thank you for posting in Microsoft Q&A forum.

    If you want to redistribute the content after removing the contents:

    Start-CMPackageDistribution -PackageId "Package01" -DistributionPointName "DP01"

    If you want to update content on a DP:

    Update-CMDistributionPoint -PackageName "Package01"


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Add comment".

    After the way you tag questions on Q&A is updated, for any "Microsoft Configuration Manager" related problem, you can tag it with "Microsoft Intune", and then "Microsoft Configuration Manager" as the child tag.


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.