├── DEP ├── dep_computername.sh ├── dep_logout.sh └── dep_wait-to-fire.sh ├── README.md ├── assign_user.sh ├── dep_waitToFire.sh ├── first_boot_10.11.sh ├── first_boot_10.12.sh ├── get_user_and_location.sh ├── imaging_filevault2.sh ├── installPKGfromDMG.sh ├── jamf-policy-event-runner.sh ├── launch_screensharing.sh ├── migrate_ad_account_to_local_account.sh ├── open-webpage.sh ├── policy_CompanyLogo.sh ├── policy_SelfServicePluginsCleanup.sh ├── policy_cocoaDialogCheck.sh ├── policy_fv2check.sh ├── policy_openMAU ├── self-service ├── asset_tag_prompt.sh ├── assign_this_mac.sh ├── bomgar_session.sh ├── browser_info ├── browser_info_jamfHelper.sh ├── computer_info.sh ├── computer_info_jamfhelper.sh ├── install_homebrew.sh ├── recreate_loginkeychain ├── send_helpdesk_request.sh ├── thank_you.sh ├── uninstall_boxsync.sh ├── uninstall_citrixreceiver.sh └── warranty_info.sh ├── set-ea-value.sh ├── set_computername-sn.sh ├── set_computername-user.sh ├── set_timeservers.sh ├── smarty_receipt_maker.sh ├── symantec_postinstall.sh ├── uninstall-slack.sh ├── update-all-apps.sh ├── update_flash.sh └── update_nomad.sh /DEP/dep_computername.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smashism/jamfpro-scripts/HEAD/DEP/dep_computername.sh -------------------------------------------------------------------------------- /DEP/dep_logout.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smashism/jamfpro-scripts/HEAD/DEP/dep_logout.sh -------------------------------------------------------------------------------- /DEP/dep_wait-to-fire.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smashism/jamfpro-scripts/HEAD/DEP/dep_wait-to-fire.sh -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smashism/jamfpro-scripts/HEAD/README.md -------------------------------------------------------------------------------- /assign_user.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smashism/jamfpro-scripts/HEAD/assign_user.sh -------------------------------------------------------------------------------- /dep_waitToFire.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smashism/jamfpro-scripts/HEAD/dep_waitToFire.sh -------------------------------------------------------------------------------- /first_boot_10.11.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smashism/jamfpro-scripts/HEAD/first_boot_10.11.sh -------------------------------------------------------------------------------- /first_boot_10.12.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smashism/jamfpro-scripts/HEAD/first_boot_10.12.sh -------------------------------------------------------------------------------- /get_user_and_location.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smashism/jamfpro-scripts/HEAD/get_user_and_location.sh -------------------------------------------------------------------------------- /imaging_filevault2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smashism/jamfpro-scripts/HEAD/imaging_filevault2.sh -------------------------------------------------------------------------------- /installPKGfromDMG.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smashism/jamfpro-scripts/HEAD/installPKGfromDMG.sh -------------------------------------------------------------------------------- /jamf-policy-event-runner.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smashism/jamfpro-scripts/HEAD/jamf-policy-event-runner.sh -------------------------------------------------------------------------------- /launch_screensharing.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smashism/jamfpro-scripts/HEAD/launch_screensharing.sh -------------------------------------------------------------------------------- /migrate_ad_account_to_local_account.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smashism/jamfpro-scripts/HEAD/migrate_ad_account_to_local_account.sh -------------------------------------------------------------------------------- /open-webpage.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smashism/jamfpro-scripts/HEAD/open-webpage.sh -------------------------------------------------------------------------------- /policy_CompanyLogo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smashism/jamfpro-scripts/HEAD/policy_CompanyLogo.sh -------------------------------------------------------------------------------- /policy_SelfServicePluginsCleanup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smashism/jamfpro-scripts/HEAD/policy_SelfServicePluginsCleanup.sh -------------------------------------------------------------------------------- /policy_cocoaDialogCheck.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smashism/jamfpro-scripts/HEAD/policy_cocoaDialogCheck.sh -------------------------------------------------------------------------------- /policy_fv2check.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smashism/jamfpro-scripts/HEAD/policy_fv2check.sh -------------------------------------------------------------------------------- /policy_openMAU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smashism/jamfpro-scripts/HEAD/policy_openMAU -------------------------------------------------------------------------------- /self-service/asset_tag_prompt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smashism/jamfpro-scripts/HEAD/self-service/asset_tag_prompt.sh -------------------------------------------------------------------------------- /self-service/assign_this_mac.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smashism/jamfpro-scripts/HEAD/self-service/assign_this_mac.sh -------------------------------------------------------------------------------- /self-service/bomgar_session.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smashism/jamfpro-scripts/HEAD/self-service/bomgar_session.sh -------------------------------------------------------------------------------- /self-service/browser_info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smashism/jamfpro-scripts/HEAD/self-service/browser_info -------------------------------------------------------------------------------- /self-service/browser_info_jamfHelper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smashism/jamfpro-scripts/HEAD/self-service/browser_info_jamfHelper.sh -------------------------------------------------------------------------------- /self-service/computer_info.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smashism/jamfpro-scripts/HEAD/self-service/computer_info.sh -------------------------------------------------------------------------------- /self-service/computer_info_jamfhelper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smashism/jamfpro-scripts/HEAD/self-service/computer_info_jamfhelper.sh -------------------------------------------------------------------------------- /self-service/install_homebrew.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smashism/jamfpro-scripts/HEAD/self-service/install_homebrew.sh -------------------------------------------------------------------------------- /self-service/recreate_loginkeychain: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smashism/jamfpro-scripts/HEAD/self-service/recreate_loginkeychain -------------------------------------------------------------------------------- /self-service/send_helpdesk_request.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smashism/jamfpro-scripts/HEAD/self-service/send_helpdesk_request.sh -------------------------------------------------------------------------------- /self-service/thank_you.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smashism/jamfpro-scripts/HEAD/self-service/thank_you.sh -------------------------------------------------------------------------------- /self-service/uninstall_boxsync.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smashism/jamfpro-scripts/HEAD/self-service/uninstall_boxsync.sh -------------------------------------------------------------------------------- /self-service/uninstall_citrixreceiver.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smashism/jamfpro-scripts/HEAD/self-service/uninstall_citrixreceiver.sh -------------------------------------------------------------------------------- /self-service/warranty_info.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smashism/jamfpro-scripts/HEAD/self-service/warranty_info.sh -------------------------------------------------------------------------------- /set-ea-value.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smashism/jamfpro-scripts/HEAD/set-ea-value.sh -------------------------------------------------------------------------------- /set_computername-sn.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smashism/jamfpro-scripts/HEAD/set_computername-sn.sh -------------------------------------------------------------------------------- /set_computername-user.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smashism/jamfpro-scripts/HEAD/set_computername-user.sh -------------------------------------------------------------------------------- /set_timeservers.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smashism/jamfpro-scripts/HEAD/set_timeservers.sh -------------------------------------------------------------------------------- /smarty_receipt_maker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smashism/jamfpro-scripts/HEAD/smarty_receipt_maker.sh -------------------------------------------------------------------------------- /symantec_postinstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smashism/jamfpro-scripts/HEAD/symantec_postinstall.sh -------------------------------------------------------------------------------- /uninstall-slack.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smashism/jamfpro-scripts/HEAD/uninstall-slack.sh -------------------------------------------------------------------------------- /update-all-apps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smashism/jamfpro-scripts/HEAD/update-all-apps.sh -------------------------------------------------------------------------------- /update_flash.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smashism/jamfpro-scripts/HEAD/update_flash.sh -------------------------------------------------------------------------------- /update_nomad.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smashism/jamfpro-scripts/HEAD/update_nomad.sh --------------------------------------------------------------------------------