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: ConfigurationProfile.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,7 +148,7 @@ Example:
148
148
149
149
(Number/integer, optional, default: `60`)
150
150
151
-
This key changes the duration (in seconds) of the "final countdown" before the app automatically performs the `finalAction` (continue or shut down). Set to `-1` (or any negative number) to disable automated execution.
151
+
This key changes the duration (in seconds) of the "final countdown" before the app automatically performs the `finalAction`. Set to `-1` to disable automated execution.
152
152
153
153
Example:
154
154
@@ -173,7 +173,7 @@ This key sets the action and label for the button shown when Setup Manger has co
173
173
There are three options:
174
174
-`continue`: (default) merely quits Setup Manager and allows the user to continue (probably Setup Assistant or login window)
175
175
-`restart`: restarts the Mac
176
-
-`shut down`: (no space!) shuts down the Mac
176
+
-`shutdown`: (no space!) shuts down the Mac
177
177
178
178
**Warning:**`restart` and `shutdown` options will force their action immediately. If a user is logged in (after user-initiated enrollment), they may lose data from open, unsaved documents.
179
179
@@ -218,7 +218,7 @@ Example:
218
218
219
219
(String, Jamf Pro only)
220
220
221
-
Set this to `$EMAIL` in the configuration profile. This communicates the user who logged in to customized enrollment to Setup Manager. This can be used together with the `userEntry.showForUserIDs` key to control which users see the user entry UI.
221
+
Set this to `$EMAIL` in the configuration profile. This communicates the user who logged in to customized enrollment to Setup Manager. This can be used together with the [`userEntry.showForUserIDs`](#conditionally-show-the-user-entry-for-certain-users) key to control which users see the user entry UI.
222
222
223
223
Example:
224
224
@@ -478,7 +478,7 @@ Example:
478
478
479
479
This will run [Installomator](https://github.com/Installomator/Installomator) to install a given label.
480
480
481
-
Note: by default, Setup manager will add `NOTIFY=silent` to the arguments to suppress notfications. You can override this in the `arguments`.
481
+
Note: by default, Setup manager will add `NOTIFY=silent` to the arguments to suppress notifications. You can override this in the `arguments`.
0 commit comments