You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: macOS/Config/Dock/readme.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,8 @@ This script is an example showing how to use [Intune Shell Scripting](https://do
9
9
This scripts intended usage scenario is to be deployed during the initial app enrolment. It will wait until all of the apps are present before configuring the users dock.
10
10
11
11
>IMPORTANT
12
-
>>This updated script uses [dockutil](https://github.com/kcrawford/dockutil), without this being installed the script will fail. Download the latest version and deploy via [Intune Unmaged PKG](https://learn.microsoft.com/en-us/mem/intune/apps/macos-unmanaged-pkg).
13
-
14
-
>>This updated script no longer runs as the end user, you need to ensure that you deploy it to **run as root**.
12
+
>This updated script uses [dockutil](https://github.com/kcrawford/dockutil), without this being installed the script will fail. Download the latest version and deploy via [Intune Unmaged PKG](https://learn.microsoft.com/en-us/mem/intune/apps/macos-unmanaged-pkg).
13
+
>This updated script no longer runs as the end user, you need to ensure that you deploy it to **run as root**.
15
14
16
15
The script searches for Apps listed in the DockItems array and once they are all present it adds them to the Dock in the order they appear in the list. Edit the list as appropriate for your use.
0 commit comments