Login Scripts¶
Warning
Login and Logout hooks are deprecated technology. Apple recommends the use of LaunchAgents instead.
Summary¶
| PayloadType: | com.apple.mcxloginscripts |
|---|---|
| Supervised Only: | |
| N/A | |
| macOS: | N/A |
| macOS Deprecated: | |
| N/A | |
| iOS: | N/A |
| iOS Deprecated: | N/A |
| Highlander: | N/A |
Keys¶
skipLoginHook¶
Disable Login Hook
Disable or enable the LoginHook. Must be false to use login scripts
| Type | Default | Required | Regex | iOS | macOS | Supervised |
|---|---|---|---|---|---|---|
| boolean | N/A | N/A | N/A | N/A | N/A | N/A |
skipLogoutHook¶
Disable Logout Hook
Disable or enable the LogoutHook. Must be false to use logout scripts
| Type | Default | Required | Regex | iOS | macOS | Supervised |
|---|---|---|---|---|---|---|
| boolean | N/A | N/A | N/A | N/A | N/A | N/A |
loginscripts¶
Login scripts
Login scripts
| Type | Default | Required | Regex | iOS | macOS | Supervised |
|---|---|---|---|---|---|---|
| array | N/A | N/A | N/A | N/A | N/A | N/A |
logoutscripts¶
Logout scripts
Logout scripts
| Type | Default | Required | Regex | iOS | macOS | Supervised |
|---|---|---|---|---|---|---|
| array | N/A | N/A | N/A | N/A | N/A | N/A |