Jamf pro 300 ( Day 1 )

Instructor : Russel (Rosty) Kenny russel.kenny@jamf.com

Instructor : Tomos Tyler

   
P10 URL Student Resources
Course Resources :  https://docs.jamf.com/education-services/resources
Course Review :  https://200review.jamfcloud.com
Admin Guide :  https://docs.jamf.com
simple computer searches (doc) → quickly search the items in your inventory for a general range of results
Jamf Nation https://jamf.com/jamf-nation
( Extension Attribute ) ( more / resourse / script etc )
Jamf Nation Knowledge Base Articles : https://jamf.com/jamf-nation/articles
(https://www.jamf.com/jamf-nation/articles)
Administration Guide

Device mapping

https://www.jamf.com/resources/product-documentation/jamf-pro-administrators-guide-version-10-9-0/

http://docs.jamf.com/10.9.0/jamf-pro/administrator-guide/Mobile_Device_Configuration_Profiles.html

Hands-on LAB  
Jamf pro server :  https://pro.jamf.training:8443/08 (jamfadmin   jamf1234)
API https://pro.jamf.training:8443/08/api/
Local Admin localadmin
jamf1234
User Initiated Enrollment https://pro.jamf.training:8443/08/enroll (JamfManage Jamf1234)

https://pro.jamf.training:8443/08/enroll/?type=QuickAdd (new version)

security & privacy → allow
system preference → profile → Apply

Apple ID Apple ID : edu.hk-08@jamf.com
PWD : Jamf1234!
finger : 27xxxx
Jamf pro server cloud trial : https://weblink.jamfcloud.com ( 帳號:allen.chung) 16
   
Wi-Fi Jamf EDU  jamf1234
  Jamf pro keyboard shortcuts (server)
  (解壓)–
pkgutil –expand /Users/Localadmin/Desktop/QuickAdd.pkg /Users/Localadmin/Desktop/QuickAdd

(壓縮)–
pkgutil –flatten /Users/Localadmin/Desktop/QuickAdd /Users/Localadmin/Desktop/QuickAdd_man.pkg

 

MacOS 快速鍵

Capture : command + shift + 4

spotlight : command + space

refresh : command + R

右鍵功能表 : command + 兩指

多選 : command + 左鍵

App 複製程式路徑 : command + 兩指

Go + Option : Library 出現

.plist quicklook : space

 

Wi-Fi : JAMF EDU

EXAM

2 hours 30 min (75% pass)

 

Use Apple Configurator 2.5 to enroll iOS devices in DEP – Jamf Now Help Center

https://support.jamfnow.com/hc/en-us/articles/360000004483-Use-Apple-Configurator-2-5-to-enroll-iOS-devices-in-DEP

Local Enrollment Using Recon – Jamf Pro Administrator’s Guide  Jamf

http://docs.jamf.com/10.6.0/jamf-pro/administrator-guide/Local_Enrollment_Using_Recon.html

 

Jamf 200 L14 L15

 

Here is some information for Lessons 14 and 15.

Here are the answers for the Lesson 14 exercises:

  1. View the ownership and permissions of the Recon app.

ls -l /Applications/Jamf\ Pro/Recon.app/

  1. Create a text file in /Users/Shared/ named “mySecretPassword.txt”. Change the permissions using Terminal so only you can read or modify the contents of this file.

touch /Users/Shared/mySecretPassword.txt

chown localadmin:admin /Users/Shared/mySecretPassword.txt

chmod 700 /Users/Shared/mySecretPassword.txt

  1. Create a text file inside /Users/Shared/ named “testScript1.sh”. Change the permissions using Terminal to ensure the script is executable for both localadmin and the staff group.

touch /Users/Shared/testScript1.sh

chown localadmin:staff /Users/Shared/testScript1.sh

chmod 770 /Users/Shared/testScript1.sh

  1. Change the group of “testScript1.sh” to admin using Terminal.

chown :admin /Users/Shared/testScript1.sh

Please see attached Scripts for Lesson 15 answers.

But some useful links for some jamf scripts:

https://github.com/jamfprofessionalservices

https://github.com/JAMFSupport/

https://github.com/jamf

https://github.com/jamfit

您可能也會喜歡…

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *