適用macOS的Jamf Self ServiceURL配置

Jamf Pro 說明文件 11.21.0

Solution
Application
Content Type
技術說明文件
Utilities & Services
version
11.21.0
ft:locale
zh-TW
vrm_version
11.21.0

URL配置提供直接參考適用macOS的Jamf Self Service內資源的方式。您可以配置URL配置以便在Self Service中執行下列動作:

  • 安裝Self Service中提供的項目

  • 引導使用者至Self Service中提供的項目說明

  • 引導使用者至特定的Self Service類別

  • 將使用者導向至「歷史記錄」或「通知」索引標籤

  • 將使用者導向合規性補救頁面

配置完成後,您就可以將 URL 配置提供給使用者 (例如透過電子郵件或網頁)。在電腦上按一下 URL 配置就會提示「Self Service」將開啟。

您可以依照需求使用下表中的範本建立任意數量的 URL 配置:

URL配置類型

說明

URL 範本

安裝項目

用此類項目 (政策、App、設定描述檔或電子書)來取代「<content_type>」,以及用Jamf Pro的項目URL中找到的項目ID來取代<content_id>,即可安裝項目。使用者可能需要登入「Self Service」才能完成安裝。此項不適用於修補程式政策。

Note:

項目的 URL 也會在該項目的「Self Service」索引標籤上提供。您可以按一下 剪貼簿 按鈕,從 Jamf Pro 複製項目 URL。

jamfselfservice://content?entity=<content_type>&id=<content_id>&action=execute

範例:
  • 安裝設定描述檔#40:jamfselfservice://content?entity=configprofile&id=40&action=execute

  • 執行政策#22:jamfselfservice://content?entity=policy&id=22&action=execute

  • 安裝電子書#17:jamfselfservice://content?entity=ebook&id=17&action=execute

  • 安裝App#59:jamfselfservice://content?entity=app&id=59&action=execute

開啟項目說明

用此類項目 (政策、App、設定描述檔或電子書)來取代「<content_type>」,以及用Jamf Pro的項目URL中找到的項目ID來取代<content_id>,即可引導使用者至項目的說明。此項不適用於修補程式政策。

Note:

項目說明的 URL 也會在該項目的「Self Service」索引標籤上提供。您可以按一下 剪貼簿 按鈕,從 Jamf Pro 複製項目 URL。

jamfselfservice://content?entity=<content_type>&id=<content_id>&action=view

範例:
  • 開啟設定描述檔#40說明:jamfselfservice://content?entity=configprofile&id=40&action=execute

  • 開啟政策#22說明:jamfselfservice://content?entity=policy&id=22&action=view

  • 開啟電子書#17說明:jamfselfservice://content?entity=ebook&id=17&action=view

  • 開啟App#59說明:jamfselfservice://content?entity=app&id=59&action=view

開啟類別

Jamf Pro類別URL中找到的類別ID來取代「<category_ID>」,或使用下列其中一個預設類別ID,即可引導使用者至Self Service中的特定類別:

  • -1 代表「所有」類別
  • -2 代表「精選」類別
  • -3 代表「書籤」類別
  • -4 代表「合規性」類別
Note:

必須啟用macOS Intune整合才能在Self Service中提供「合規」類別。

jamfselfservice://content?action=category&id=<category_id>

範例:jamfselfservice://content?action=category&id=-1

開啟「歷史記錄」索引標籤

將使用者導向至「歷史記錄」索引標籤

jamfselfservice://content?action=history

開啟「通知」索引標籤

將使用者導向至「通知」索引標籤

jamfselfservice://content?action=notifications

開啟「合規性補救」頁面

將使用者導向合規性補救頁面

Note:

必須啟用macOS Intune整合才能在Self Service中提供「合規修復」頁面。

jamfselfservice://remediate

開啟以搜尋項目

將「searchterm」取代為搜尋字詞,以將使用者導向至特定搜尋結果

jamfselfservice://content?action=search&term=searchterm