1.在 Jamf Pro 中,單擊頁面右上角的設置**。**
2.在amf 應用程式部分中,單擊[Jamf Teacher]
3.設定好對學生的限制
4.購買Jamf Teacher的APP
5.在Jamf Teacher派送前先做設定
6.在應用程式組態裏貼上程式碼
程式碼如下:
<dict>
<key>action</key>
<string>updateToken</string>
<key>device</key>
<dict>
<key>UDID</key>
<string>$UDID</string>
</dict>
<key>apiUrl</key>
<string>$DAS_URL</string>
<key>jamfProAuth</key>
<dict>
<key>jamfProUrl</key>
<string>$JPS_URL</string>
<key>authCode</key>
<string>$OAUTH_AUTH_CODE</string>
<key>appConfigReinstallCode</key>
<string>$APP_CONFIG_REINSTALL_CODE</string>
</dict>
</dict>
7.儲存後即可派送,結果如下,不會再出現要輸入帳號密碼的畫面了:
8.EASON的教學影片
【Jamf 課堂管理工具】Jamf Teacher 入門影片