必須使用 Jamf Pro 配置和部署 Jamf Setup。
需求條件
- Jamf Setup的延伸功能屬性
- 每個已配置延伸功能屬性選項的智慧型群組
- 在Jamf Pro中,於側邊欄中按一下裝置。
- 按一下側邊欄中的行動裝置App。
- 按一下新建 。
- 選取「App Store應用程式或量購的App」,然後搜尋「Jamf Setup」。
- 按一下一般索引標籤,並確保已選取盡可能使 App 受管理核取方塊。
- 按一下 App 配置索引標籤,並在偏好設定欄位中輸入類似下列管理式 App 配置的文字:
<dict> <!-- REQUIRED SECTION THAT INCLUDES JAMF PRO AUTH TYPE --> <key>com.jamf.config.jamfpro.url</key> <string>$JPS_URL</string> <key>com.jamf.config.jamfpro.device-id</key> <string>$JSSID</string> <key>com.jamf.config.oauth.authorization-code</key> <string>$OAUTH_AUTH_CODE</string> <key>com.jamf.config.reinstall-code</key> <string>$APP_CONFIG_REINSTALL_CODE</string> <key>com.jamf.config.legacy-compatibility</key> <false/> <!-- SETUP EXTENSION ATTRIBUTE AND DEFAULT ARRAY CUSTOMIZATION --> <key>com.jamf.config.setup.extension-attribute.name</key> <string>YOUR EXTENSION ATTRIBUTE GOES HERE</string> <key>com.jamf.config.setup.extension-attribute.options</key> <array> <string> </string> <string> </string> <string> </string> <string> </string> </array> <!-- BRANDING --> <key>com.jamf.config.ui.login-page.title</key> <string>Single Login</string> <key>com.jamf.config.ui.login-page.button.text</key> <string>Tap to begin your shift</string> <key>com.jamf.config.ui.login-page.button.text.color</key> <string></string> <key>com.jamf.config.ui.login-page.button.color</key> <string></string> <key>com.jamf.config.ui.header-image.url</key> <string></string> <key>com.jamf.config.ui.main-page.title</key> <string>Select your Role</string> <key>com.jamf.config.ui.main-page.text</key> <string>Select a role and tap submit to configure your device.</string> <key>com.jamf.config.ui.text.color</key> <string>#444444</string> <key>com.jamf.config.ui.main-page.button.text</key> <string>Submit</string> <key>com.jamf.config.ui.main-page.button.color</key> <string>#37BB9A</string> <key>com.jamf.config.ui.main-page.button.text.color</key> <string>#F8F8F8</string> <key>com.jamf.config.ui.success-page.title</key> <string>Success</string> <key>com.jamf.config.ui.background.color</key> <string>#F8F8F8</string> </dict>若要完全參照密鑰值組,請參閱Jamf Setup的受管理App配置。
- 使用範圍、Self Service 和 VPP 索引標籤,視需要配置 App 發佈設定。
- 按一下 Save(儲存)。
Jamf Setup 會在範圍內的行動裝置下次聯絡 Jamf Pro 時,發佈至這些行動裝置。