コマンドラインを使用した CLI のダウンロード

技術に関する記事

Solution
Application
Content Type
テクニカル資料
Utilities & Services
ft:locale
ja-JP

CLI を手動でダウンロードするには、該当するプラットフォームのコマンドをコマンドプロンプトから実行します。

Note:
  • CLI バイナリファイルはカレントディレクトリにダウンロードされます。CLI をダウンロードする前に、ダウンロード先となるディレクトリにナビゲートしてください。この操作を行わなかった場合、CLI のダウンロード後に手動による移動が必要となります。

  • Linux プラットフォームでは、CLI の使用時にフルパスを指定する必要がないよう、/usr/local/bin などの、システムパス上のディレクトリに CLI バイナリを格納することを推奨します。

Linux 64-bit バージョン
wget https://archive.services.jamfcloud.com/jamf-pro-server-tools/release/latest/linux/x64/jamf-pro
Linux 32-bit バージョン
wget https://archive.services.jamfcloud.com/jamf-pro-server-tools/release/latest/linux/x86/jamf-pro
Windows PowerShell
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Invoke-WebRequest -Uri https://archive.services.jamfcloud.com/jamf-pro-server-tools/release/latest/windows/x64/jamf-pro.exe -OutFile jamf-pro.exe
Note:

上記URLの「latest」の部分を特定のバージョンに置き換えられます。利用可能なファイルとバージョンを参照するためには、 Jamf File Archiveをご覧ください。