Jamf Reset は、Jamf Pro を使用して構成と展開を行う必要があります。
- Jamf Pro のサイドバーで、デバイス をクリックします。
- サイドバーの モバイルデバイス App (Mobile Device App) をクリックします。
- 新規 をクリックします。
- App Store App または一括購入した App を選択し、Jamf Reset を検索します。
- 一般 タブをクリックし、可能な場合は App を管理対象にする チェックボックスが選択されていることを確認します。
- App の構成 タブをクリックし、環境設定 フィールドの管理対象 App 構成へ以下のような内容を入力します。
<dict> <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.ui.main-page.title</key> <string>Device Reset</string> <key>com.jamf.config.ui.main-page.text</key> <string>Resetting your device will erase all content and settings. This action cannot be undone.</string> <key>com.jamf.config.ui.main-page.button.text</key> <string>Reset</string> <key>com.jamf.config.ui.main-page.button.text.color</key> <string>#F8F8F8</string> <key>com.jamf.config.ui.main-page.button.color</key> <string>#E8573F</string> <key>com.jamf.config.ui.background.color</key> <string>#F8F8F8</string> <key>com.jamf.config.ui.text.color</key> <string>#444444</string> </dict>キー値ペアの完全なリファレンスについては、Jamf Reset の管理対象 App の構成 を参照してください。
- スコープ、Self Service、および VPP タブを使用して、必要に応じて App の配布設定を構成します。
- 保存 をクリックします。
Scope に含まれるモバイルデバイスが次回 Jamf Pro と通信する際に Jamf Reset が配布されます。