Posted on 04-27-2017 12:59 AM
Hi Folks.
Maybe one of you have a quick tip. I need a list of all packages sort by date. Newest packages first. In Casper Admin there is a creation date in package details but no column to display or sort it.
I have checked the API Site. But there is also no implementation for get package date.
In the JSS is also no creation date column.
If some can help, let me know.
Thx
Solved! Go to Solution.
Posted on 04-27-2017 05:08 AM
You could mount the DP on any host should be able to add that column and sort the way you want through a GUI.
You could also mount your DP and run it through cmd line. Change into the directory you want and then run this line. It will put the newest at the top.
ls -lht
Posted on 04-27-2017 05:08 AM
You could mount the DP on any host should be able to add that column and sort the way you want through a GUI.
You could also mount your DP and run it through cmd line. Change into the directory you want and then run this line. It will put the newest at the top.
ls -lht
Posted on 04-27-2017 05:31 AM
Great idea. Thank you @millersc