From 6322610d0930fab4fe280c7c8f1876e4c9d8d556 Mon Sep 17 00:00:00 2001 From: Rishita Sarin Date: Tue, 12 Nov 2024 15:33:06 -0500 Subject: [PATCH 1/2] Update ios-device-enrollment.md --- memdocs/intune/enrollment/ios-device-enrollment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memdocs/intune/enrollment/ios-device-enrollment.md b/memdocs/intune/enrollment/ios-device-enrollment.md index dbdaf5aa26b..ec69bf6aec4 100644 --- a/memdocs/intune/enrollment/ios-device-enrollment.md +++ b/memdocs/intune/enrollment/ios-device-enrollment.md @@ -56,7 +56,7 @@ The following table provides details about app and web-based enrollment. | Device reset required| ❌|❌| | Enrollment initiated by device user | ✔️ |✔️| | Supervision |❌|❌| -| Just-in-time registration | ❌ |✔️ | +| Just-in-time registration | ✔️ |✔️ | | Required apps | Intune Company Portal app for iOS
Microsoft Authenticator | Microsoft Authenticator | | Enrollment location | App-based enrollment takes place in the Company Portal app, Safari, and device settings app. |Web-based enrollment takes place in Safari and the device settings app.| From 78cc3d82fe0bda09cfa59367732351685c6eeba5 Mon Sep 17 00:00:00 2001 From: "Arnab Biswas [MSFT]" Date: Tue, 3 Dec 2024 10:29:48 -0500 Subject: [PATCH 2/2] Update macos-shell-scripts.md Updating the max size of script as larger scripts are now supported. --- memdocs/intune/apps/macos-shell-scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memdocs/intune/apps/macos-shell-scripts.md b/memdocs/intune/apps/macos-shell-scripts.md index 96f664b9fbf..531d2e7b4d8 100644 --- a/memdocs/intune/apps/macos-shell-scripts.md +++ b/memdocs/intune/apps/macos-shell-scripts.md @@ -64,7 +64,7 @@ Ensure that the following prerequisites are met when composing shell scripts and - **Name**: Enter a name for the shell script. - **Description**: Enter a description for the shell script. This setting is optional, but recommended. 4. In **Script settings**, enter the following properties, and select **Next**: - - **Upload script**: Browse to the shell script. The script file must be less than 200 KB in size. + - **Upload script**: Browse to the shell script. The script file must be less than 1 MB in size. - **Run script as signed-in user**: Select **Yes** to run the script with the user's credentials on the device. Choose **No** (default) to run the script as the root user. - **Hide script notifications on devices:** By default, script notifications are shown for each script that is run. End users see a *IT is configuring your computer* notification from Intune on macOS devices. - **Script frequency:** Select how often the script is to be run. Choose **Not configured** (default) to run a script only once. Scripts with a frequency set will also run after a device restart.