My SCCM hierarchy has three Distribution Points and I am adding a fourth.
The new Distribution Point is added successfully, and when I check Content Status I see that all of my content items are now properly targeting all four Distribution Points, with the exception of one package:
- Microsoft Corporation Configuration Manager Client Piloting Upgrade Package
This package still only targets the original three.
When browsing through the Packages list (via Software Library | Packages) this Package is not visible.
Using PowerShell, Get-CMPackage
with the ID of this package returns nothing. Likewise Get-CMPackage | ft PackageId
doesn't list the package ID (it does list my other packages correctly).
How do I amend this package to target the new fourth Distribution Point?