Issue Description
How to retrieve a package from the Jamf Cloud Distribution Point if we no longer have a copy.
Troubleshooting Steps
Log in to Jamf Pro and go to Computers.
Click Policies > + New.
Under General
Name the policy.
Trigger - select Recurring Checkin.
Execution Frequency - select Once per computer.
Select Packages payload.
Tap Configure.
Select desired package by tapping Add to the right.
Under Distribution Point select Cloud Distribution Point.
For Action select Cache from the dropdown.
Leave check boxes blank.
Scope the policy to a computer that you have access to.
Retrieve Package from Computer
When the policy has successfully run the package will be downloaded on the computer to /Library/Application Support/JAMF/Waiting Room/.
We may not have permission to access the Waiting Room folder but we can use a command in Terminal to move the package:
Launch Terminal.app.
Run the command below to confirm the package is in the Waiting Room:
sudo ls -alh /Library/Application\ Support/JAMF/ Waiting\ Room
Run the command below to move the package to your desktop:
sudo mv /Library/Application\ Support/JAMF/Waiting\ Room/YourPackageName.dmg ~/Desktop/
Enter local admin password.
The package is now on the desktop.