XML
XPATH 小筆記
假設有以下這份 XML 文件: <configuration_profiles> <size>21</size> <configuration_profile> <id>12</id> <name>Connect to dedicated WiFi</name> </configuration_profile> <configuration_profile> <id>7</id>
XML
假設有以下這份 XML 文件: <configuration_profiles> <size>21</size> <configuration_profile> <id>12</id> <name>Connect to dedicated WiFi</name> </configuration_profile> <configuration_profile> <id>7</id>
XML
上次的文章有介紹過 Configuration Profile 的好用之處,透過 iMazing Profile Creator 你也能很輕易的建立 XML 文件。 其實 Configuration Profile 能應用的地方很廣,像是 Google 也使用了這個技術協助 IT 人員管理 Google Chrome 的瀏覽器設定。這邊舉一個例子,如果在部署 macOS 設備時,希望把公司常用的 Google Chrome 擴充功能一併裝下去的話,用 iMazing Profile Creator 就能做到了。 找出 Google Chrome Extension 擴充功能 ID 打開 Google Chrome 後,進入到擴充功能裡把開發者模式啟動。(影片教學請參考 YouTube) 找到希望部署的擴充功能名稱,
XML
macOS 電腦上有許多應用程式在開發時留了一個「後門」讓 IT 管理員可以遠端客製化這些 App 的設定值,而不需要使用者自行去設定,換而言之,讓 IT 管理員強制設定。要從遠端塞入設定值會需要製作一個描述檔、還會需要有 MDM 伺服器。