Skip to main content
Question

Jamf Policy Apps for Self Service Portal

  • October 30, 2024
  • 5 replies
  • 38 views

Forum|alt.badge.img+6

Hi All,

 

Has anyone got any information on how to create an app for the self service portal that allow a user run Jam policy script ?

 

sudo jamf policy

5 replies

danlaw777
Forum|alt.badge.img+17
  • Valued Contributor
  • October 30, 2024

#!/bin/bash

# Run the jamf policy command
jamf policy

# Exit the script
exit 0


danlaw777
Forum|alt.badge.img+17
  • Valued Contributor
  • October 30, 2024

or just use   jamf policy

(without the sudo) in the files and processes payload 


Forum|alt.badge.img+7
  • Valued Contributor
  • October 30, 2024

If you want to run a specific policy then use:  jamf policy -id {id number}

You can get the ID number from the URL of the policy in Jamf Pro (e.g. ........../policies.html?id=684&o=r)


Forum|alt.badge.img+17
  • Valued Contributor
  • October 30, 2024

If you want to run a specific policy then use:  jamf policy -id {id number}

You can get the ID number from the URL of the policy in Jamf Pro (e.g. ........../policies.html?id=684&o=r)


Since the Policy ID can't be reassigned if a policy is accidentally deleted, I almost always use the Custom Trigger option. Then you could use "jamf policy -event WhatEverYourTriggerIs".


Shyamsundar
Forum|alt.badge.img+13
  • Jamf Heroes
  • October 31, 2024

Use the file and process payload in the policy add sudo Jamf policy in the execute command and make it available in self service