Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sheagcraig/Recategorizer
Reassign categories to all policies and packages on your JSS, then offer to remove unused categories.
https://github.com/sheagcraig/Recategorizer
Last synced: 27 days ago
JSON representation
Reassign categories to all policies and packages on your JSS, then offer to remove unused categories.
- Host: GitHub
- URL: https://github.com/sheagcraig/Recategorizer
- Owner: sheagcraig
- Created: 2015-01-28T16:08:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-28T16:08:37.000Z (almost 10 years ago)
- Last Synced: 2024-08-03T04:09:13.216Z (4 months ago)
- Language: Python
- Size: 105 KB
- Stars: 24
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-macadmin-tools - https://github.com/sheagcraig/Recategorizer
README
Recategorizer
=================Quickly recategorize all policies and packages on a JSS, and then, optionally
(and individually prompted), remove unused categories.Our organization has used and constructed our JSS rather organically, and at a
certain point we had outgrown our existing category usage. I wrote this script,
based on elements of the
[JSSRecipeCreator](https://github.com/sheagcraig/JSSRecipeCreator) rather
quickly to help in the task of reorganizing.Recategorizer will first ask you to assign categories to all policies. You will
be offered a chance to bail prior to committing changes. Next, you will be
asked to assign categories to all packages. Again, you may bail prior to
committing changes. Finally, a list of unused categories will be generated,
and you will be prompted individually to keep or delete them.Recategorizer uses your [AutoPkg](https://github.com/autopkg/autopkg) configuration for [JSSImporter](https://github.com/sheagcraig/JSSImporter), and, if that
doesn't exist, will fall back to using a [python-jss](https://github.com/sheagcraig/python-jss) configuration file.