mirror of
https://github.com/skoobasteeve/jamfops.git
synced 2026-03-20 05:08:55 +00:00
Merge branch 'main' of github.com:skoobasteeve/jamfops
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Intended to be used with the onboarding script (https://github.com/skoobasteeve/jamfops/scripts/onboarding.sh)
|
# Intended to be used with the onboarding script (https://github.com/skoobasteeve/jamfops/blob/main/scripts/jamf-onboarding.sh)
|
||||||
|
|
||||||
for file in /tmp/.Onboarding/*; do
|
for file in /tmp/.Onboarding/*; do
|
||||||
Team="${file##*/}"
|
Team="${file##*/}"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
#
|
#
|
||||||
#### REQUIREMENTS ####
|
#### REQUIREMENTS ####
|
||||||
#
|
#
|
||||||
# * Corresponding Extension Attribute that locates the temp file (https://github.com/skoobasteeve/jamfops/ext-attributes/onboarding-group-name.sh)
|
# * Corresponding Extension Attribute that locates the temp file (https://github.com/skoobasteeve/jamfops/blob/main/ext-attributes/onboarding-group-name.sh)
|
||||||
# * Smart Computer Groups in JAMF that add computers with the corresponding extension attribute.
|
# * Smart Computer Groups in JAMF that add computers with the corresponding extension attribute.
|
||||||
#
|
#
|
||||||
# DON'T FORGET TO EDIT THE GROUP LIST ON LINE 35
|
# DON'T FORGET TO EDIT THE GROUP LIST ON LINE 35
|
||||||
|
|||||||
Reference in New Issue
Block a user