-
Notifications
You must be signed in to change notification settings - Fork 7
Feature request: "Excluded" verb #5
Comments
I suppose That gets hairy, since an ID could be ambiguous; with a name you can at least check to make sure there's one but not the other. |
If it's easier, you could start with |
One could argue that this demonstrates a best-practice kind of principal which could be promoted through the lack of support for an individual computer option. I've implemented an The next question, however, is, even if we don't provide options for the many different types of possible exclusions (computer, computer_group, buildings, departments, users, user_groups, network_segments, ibeacons), do we need to provide any (easy) access to the And furthermore, what about scope itself? (I still have to add code to handle the |
It seems to me that the main benefit of jss_helper (and Spruce) is the ability to see how the various objects on the JSS interact with each other, and weed out those objects that don't have any useful interactions. Eventually it would be fantastic to be able to input any type of object at all and find out where it's referenced. But for now, I think focusing on computer groups will address a big pain point. |
Agreed When it gets more complicated, I'll need to really research the most efficient way to use argparse! |
It would be great to have an
excluded
verb to detect whether a given group is used in any policy or configuration profile exclusions, similar to how thescoped
verb is used to detect whether a given group is used in policy scoping.You may also want to consider a
batch_exclude
verb that excludes a list of policies from a group.The text was updated successfully, but these errors were encountered: