From e3f8dfe9ab5a613ce9b9fbd92be379c306c34ab8 Mon Sep 17 00:00:00 2001 From: mayganm <87776729+mayganm@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:48:27 -0800 Subject: [PATCH 1/5] Update intune-notices.md --- memdocs/intune/includes/intune-notices.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/memdocs/intune/includes/intune-notices.md b/memdocs/intune/includes/intune-notices.md index 002a2b804f4..5e6f01ff895 100644 --- a/memdocs/intune/includes/intune-notices.md +++ b/memdocs/intune/includes/intune-notices.md @@ -12,6 +12,18 @@ ms.custom: include file These notices provide important information that can help you prepare for future Intune changes and features. +### Plan for Change: Blocking screen capture in the latest Intune App SDK for iOS and Intune App Wrapping Tool for iOS + +We recently released updated versions of the Intune App SDK and the Intune App Wrapping Tool. Included in these releases (v19.7.5+ for Xcode 15 and v20.2.0+ for Xcode 16) is the support for blocking screen capture, Genmojis and writing tools in response to the new AI features in iOS/iPadOS 18.2. + +#### How does this affect you or your users? + +For apps that have updated to the latest Intune App SDK or Intune App Wrapping Tool versions screen capture will be blocked if you've configured “Send Org data to other apps” to a value other than “All apps”. To allow screen capture for your iOS/iPadOS devices, configure the [Managed apps app configuration policy](../apps/app-configuration-policies-managed-app.md) setting “com.microsoft.intune.mam.screencapturecontrol" to **Disabled**. + +#### How can you prepare? + +Review your app protection policies and if needed, create a [Managed apps app configuration policy](../apps/app-configuration-policies-managed-app.md) to allow screen capture by configuring the above setting *(Apps > App configuration policies > Create > Managed apps > Step 3 ‘Settings’ under General configuration)*. For more information review, [iOS app protection policy settings – Data protection](../apps/app-protection-policy-settings-ios.md#data-protection) and [App configuration policies - Managed apps](../apps/app-configuration-policies-overview.md#managed-apps). + ### Take Action: Update to the latest Intune App SDK for iOS and Intune App Wrapping Tool for iOS To support the upcoming release of iOS/iPadOS 18.2, update to the latest versions of the Intune App SDK and the Intune App Wrapping Tool to ensure applications stay secure and run smoothly. **Important:** If you do not update to the latest versions, some app protection policies may not apply to your app in certain scenarios. Review the following GitHub announcements for more details on the specific impact: @@ -21,11 +33,11 @@ To support the upcoming release of iOS/iPadOS 18.2, update to the latest version As a best practice, always update your iOS apps to the latest App SDK or App Wrapping Tool to ensure that your app continues to run smoothly. -#### How this will affect your organization +#### How does this affect you or your users? If you have applications using the Intune App SDK or Intune App Wrapping Tool, you will need to update to the latest version to support iOS 18.2. -#### What you need to do to prepare +#### How can you prepare? For apps running on iOS 18.2, you must update to the new version of the Intune App SDK for iOS: - [For apps built with XCode 15 use v19.7.6 - Release 19.7.6 - microsoftconnect/ms-intune-app-sdk-ios - GitHub](https://github.com/microsoftconnect/ms-intune-app-sdk-ios/releases/tag/19.7.6) From 5bd5aa4655bfbbc09a2aca564ff7ce51e456dfcc Mon Sep 17 00:00:00 2001 From: Ruchika Mittal Date: Wed, 4 Dec 2024 05:46:28 +0530 Subject: [PATCH 2/5] Update intune-notices-added-fullstop.md added full stop --- memdocs/intune/includes/intune-notices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memdocs/intune/includes/intune-notices.md b/memdocs/intune/includes/intune-notices.md index 5e6f01ff895..a7fa0fd3a3a 100644 --- a/memdocs/intune/includes/intune-notices.md +++ b/memdocs/intune/includes/intune-notices.md @@ -294,7 +294,7 @@ Read the blog, [Microsoft Intune ending support for Android device administrator ### Plan for Change: Ending support for Microsoft Store for Business and Education apps -In April 2023, we began ending support for the Microsoft Store for Business experience in Intune. This occurs in several stages. For more information, see: [Adding your Microsoft Store for Business and Education apps to the Microsoft Store in Intune](https://aka.ms/Intune/MSfB-support) +In April 2023, we began ending support for the Microsoft Store for Business experience in Intune. This occurs in several stages. For more information, see: [Adding your Microsoft Store for Business and Education apps to the Microsoft Store in Intune](https://aka.ms/Intune/MSfB-support). ### How does this affect you or your users? From 0103f72be1d42136d6a2ad20858b24a744f5e854 Mon Sep 17 00:00:00 2001 From: Ruchika Mittal Date: Wed, 4 Dec 2024 06:07:02 +0530 Subject: [PATCH 3/5] Update intune-notices-acrofix.md pencil edit --- memdocs/intune/includes/intune-notices.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/memdocs/intune/includes/intune-notices.md b/memdocs/intune/includes/intune-notices.md index a7fa0fd3a3a..311e5c1ac31 100644 --- a/memdocs/intune/includes/intune-notices.md +++ b/memdocs/intune/includes/intune-notices.md @@ -26,7 +26,7 @@ Review your app protection policies and if needed, create a [Managed apps app co ### Take Action: Update to the latest Intune App SDK for iOS and Intune App Wrapping Tool for iOS -To support the upcoming release of iOS/iPadOS 18.2, update to the latest versions of the Intune App SDK and the Intune App Wrapping Tool to ensure applications stay secure and run smoothly. **Important:** If you do not update to the latest versions, some app protection policies may not apply to your app in certain scenarios. Review the following GitHub announcements for more details on the specific impact: +To support the upcoming release of iOS/iPadOS 18.2, update to the latest versions of the Intune App SDK and the Intune App Wrapping Tool to ensure applications stay secure and run smoothly. **Important:** If you don't update to the latest versions, some app protection policies may not apply to your app in certain scenarios. Review the following GitHub announcements for more details on the specific impact: - SDK for iOS: [Update recommended prior to iOS 18.2 general availability - microsoftconnect/ms-intune-app-sdk-ios - Discussion #495](https://github.com/microsoftconnect/ms-intune-app-sdk-ios/discussions/495) - Wrapper for iOS: [Update recommended prior to iOS 18.2 general availability - microsoftconnect/intune-app-wrapping-tool-ios - Discussion #128](https://github.com/microsoftconnect/intune-app-wrapping-tool-ios/discussions/128) @@ -206,7 +206,7 @@ For detailed step-by-step instructions visit [powershell-intune-samples/Updating In October 2024, Intune will be moving to support Android 10 and later for user-based management methods, which includes: -- Android Enterprise personally-owned work profile +- Android Enterprise personally owned work profile - Android Enterprise corporate owned work profile - Android Enterprise fully managed - Android Open Source Project (AOSP) user-based From 48df2f1e932ad3afa7faab6b6fd6837df2c6f85d Mon Sep 17 00:00:00 2001 From: Palika Singh <97435621+PalikaSingh@users.noreply.github.com> Date: Wed, 4 Dec 2024 10:46:22 +0530 Subject: [PATCH 4/5] Update whats-new-in-version-2409.md --- .../core/plan-design/changes/whats-new-in-version-2409.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memdocs/configmgr/core/plan-design/changes/whats-new-in-version-2409.md b/memdocs/configmgr/core/plan-design/changes/whats-new-in-version-2409.md index bd359f150fb..ecde96127a8 100644 --- a/memdocs/configmgr/core/plan-design/changes/whats-new-in-version-2409.md +++ b/memdocs/configmgr/core/plan-design/changes/whats-new-in-version-2409.md @@ -105,7 +105,7 @@ The performance of policy processing and collection evaluation has been enhanced Learn about support changes before they're implemented in [removed and deprecated items](deprecated/removed-and-deprecated.md). - - MDT Integration with CM and Standalone support will be removed from the configuration manager in December 2024. Customers should remove the MDT Task sequence step to avoid Task sequence corruption and modification failures. + - MDT Integration with CM and Standalone is no longer supported with Configuration Manager deprecation first announced in Decemeber 2024 and planned end of support the first release after Oct 10, 2025. Customers should remove MDT Task sequence steps, followed by removing MDT integration, to avoid TS corruption and modification failures. For more information, see [Removed and deprecated features for Configuration Manager.](deprecated/removed-and-deprecated-cmfeatures.md). From 9bf00424de68be68204bb35515909039337db7d2 Mon Sep 17 00:00:00 2001 From: Palika Singh <97435621+PalikaSingh@users.noreply.github.com> Date: Wed, 4 Dec 2024 10:51:48 +0530 Subject: [PATCH 5/5] Update removed-and-deprecated-cmfeatures.md updated MDT info --- .../changes/deprecated/removed-and-deprecated-cmfeatures.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memdocs/configmgr/core/plan-design/changes/deprecated/removed-and-deprecated-cmfeatures.md b/memdocs/configmgr/core/plan-design/changes/deprecated/removed-and-deprecated-cmfeatures.md index 8822680f5f0..f78481d5b02 100644 --- a/memdocs/configmgr/core/plan-design/changes/deprecated/removed-and-deprecated-cmfeatures.md +++ b/memdocs/configmgr/core/plan-design/changes/deprecated/removed-and-deprecated-cmfeatures.md @@ -33,7 +33,7 @@ The following features are deprecated. You can still use them now, but Microsoft |Feature|Deprecation first announced|Planned end of support| |-------|---------------------------|----------------------| -| The **MDT Integration with CM and Standalone** support will be removed from the configuration manager. Customer should remove MDT TS step to avoid TS corruption/modification failures | Dec 2024 | The first release after Oct 10, 2025 | +| The **MDT Integration with CM and Standalone** is no longer supported with Configuration Manager. Customers should remove MDT TS steps, followed by removing MDT integration, to avoid TS corruption and modification failures. | Dec 2024 | The first release after Oct 10, 2025 | | **Office 365 Client Management dashboard add-in support statement**. For more information, see [Office 365 Client Management dashboard](../../../../sum/deploy-use/office-365-dashboard.md). | April 2024 | The first release after April 1, 2025 | | [Windows Information Protection](../../../../compliance/deploy-use/create-configuration-items-for-windows-10-devices-managed-with-the-client.md#windows-information-protection) | July 2022 | TBD | | The site system roles for on-premises MDM and macOS clients: **enrollment proxy point and enrollment point**. | January 2022 | Mar 31, 2024 |