Skip to content

Commit

Permalink
ADD: Service status extension attribute for Jamf Pro
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchristians committed Feb 29, 2024
1 parent 457c116 commit 75f5645
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions MDM/Jamf Pro/service-status-ea.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/zsh

# Shows the current service status (Enabled, Not Registered, Requires Approval or Not Found).

outsetStatus=$(/usr/local/outset/outset --service-status)
echo "<result>$outsetStatus</result>"

0 comments on commit 75f5645

Please sign in to comment.