檔案共用設定

Jamf Connect 說明文件

Solution
Application
Jamf Connect
Content Type
技術說明文件
Utilities & Services
ft:locale
zh-TW
  • 網域com.jamf.connect.shares
  • 說明 用於在 Self Service+ 配置檔案共用功能表項目
    Important:

    Self Service+的檔案共享功能目前不支援Microsoft分散式檔案系統 (DFS) 共用。

設定

說明

HomeMount

確定是否應裝載使用者的主描述檔。這被編寫成一本密鑰字典,其中需要 GroupsOptions 密鑰,即使陣列為空也是如此。

<key>HomeMount</key>
    <dict>
       <key>Groups</key>
       <array/>
       <key>Options</key>
       <array/>
       <key>Mount</key>
       <false/>
    </dict>

Groups

指定有哪些 active directory 群組成員應安裝主描述檔

Options

裝載選項的陣列。

Note:

請參閱選項表以瞭解可用選項。

Shares

確定是否應裝載使用者的主描述檔。這被編寫成一本密鑰字典,其中需要:

  • GroupsOptions 密鑰,即使陣列為空也是如此

  • AutoMount 密鑰,配置為 truefalse

<key>Shares</key>
        <array>
          <dict>
             <key>Groups</key>
                <array>
                <string>group1</string>
                <string>group2</string>
                </array>
                <key>URL</key>
               <string>smb://exampleURL/share/ExampleHome</string>
                <key>Options</key>
                <array/>
                <key>Name</key>
                <string>Files for you</string>
                <key>LocalMount</key>
                <string></string>
                <key>AutoMount</key>
                <true/>
                <key>ConnectedOnly</key>
                <true/>
            </dict>
</array>

AutoMount

如設定為 true,則會自動裝載共用

ConnectedOnly

如設定為 true,則僅當電腦連線到 active directory 網域時才裝載共用。

Groups

指定哪些 active directory 群組成員應安裝主描述檔。

LocalMount

指定本機裝載點

Name

指定在 Self Service+ 顯示為功能表項目的共用名稱

Options

裝載選項的陣列

Note:

請參閱選項表以瞭解可用選項。

URL

指定裝載點的 URL。

您可使用變數取代來建立自訂裝載點。Self Service+將下列任何變數取代為使用者的AD帳戶中的對應值:

  • <<domain>>
  • <<fullname>>
  • <<serial>>
  • <<shortname>>
  • <<upn>>
  • <<email>>