Skip to main content
Solved

Policy scope and manually calling a policy

  • February 7, 2023
  • 2 replies
  • 10 views

BCPeteo
Forum|alt.badge.img+11

We have "imaging" policies set to the root of jamf so all sites have access to them.

We are using DEPNotify to manually call these policies. These policies are scoped to a group, but in some areas they do not need a few of the "image" apps to be installed. If I scope the policy for these apps to exclude these groups will it stop the policy from installing even its its manually called using sudo jamf policy -id that DEPNotify uses?

Best answer by sdagley

@BCPeteo Scoping rules are enforced even when calling a policy by ID, so yes if the Macs are in scope for an excluded group for the policy they'd be excluded.

2 replies

sdagley
Forum|alt.badge.img+25
  • Jamf Heroes
  • 3567 replies
  • Answer
  • February 7, 2023

@BCPeteo Scoping rules are enforced even when calling a policy by ID, so yes if the Macs are in scope for an excluded group for the policy they'd be excluded.


BCPeteo
Forum|alt.badge.img+11
  • Author
  • Contributor
  • 152 replies
  • February 7, 2023

@BCPeteo Scoping rules are enforced even when calling a policy by ID, so yes if the Macs are in scope for an excluded group for the policy they'd be excluded.


Great thanks!