Skip to content

Honestpuck/jamf-package-clean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

jamf-package-clean

Still under active development

list.py

Finds the packages not used by policies and patch policies in your Jamf DP and lists them to stdout. It lists the package id followed by a tab then the package name.

Usage:./list.py > unused.txt

remove.py

Reads a list of packages from stdin and removes them. It assumes the same format that is produced by list.py. Safe practice might be to check the list from list.py before feeding it to remove.py, I certainly do.

Usage:./remove.py < unused.txt

Read more at Doing Some Cleaning.

About

Find unused Jamf packages and clean them out.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages