From c1fd51558e9272ef795470f4fe508e499ea5705f Mon Sep 17 00:00:00 2001 From: Frank Rojas <45807133+frankroj@users.noreply.github.com> Date: Mon, 8 Jan 2024 18:59:54 -0500 Subject: [PATCH 1/5] Add supportability statements regarding Microsoft Entra and USMT --- windows/deployment/usmt/usmt-requirements.md | 2 ++ windows/deployment/usmt/usmt-what-does-usmt-migrate.md | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/windows/deployment/usmt/usmt-requirements.md b/windows/deployment/usmt/usmt-requirements.md index bbdeaf766b..8ff3a91417 100644 --- a/windows/deployment/usmt/usmt-requirements.md +++ b/windows/deployment/usmt/usmt-requirements.md @@ -38,6 +38,8 @@ The following table lists the operating systems supported in USMT. ## Unsupported scenarios - USMT doesn't support any of the Windows Server operating systems. +- USMT doesn't support Microsoft Entra joined devices as either a source or destination device. +- USMT might work with Microsoft Entra hybrid joined devices, but it's not a tested scenario so therefore unsupported. - USMT shouldn't be used for migrating between previous versions of Windows. USMT is only meant to: - Migrate to a currently supported version of Windows - Migrate between currently supported versions of Windows, assuming the version of Windows being migrated to is newer or the same as the previous version of Windows being migrated from. diff --git a/windows/deployment/usmt/usmt-what-does-usmt-migrate.md b/windows/deployment/usmt/usmt-what-does-usmt-migrate.md index ca020782bf..5df8d6cf74 100644 --- a/windows/deployment/usmt/usmt-what-does-usmt-migrate.md +++ b/windows/deployment/usmt/usmt-what-does-usmt-migrate.md @@ -214,7 +214,9 @@ USMT doesn't migrate the Start menu layout. To migrate a user's Start menu, sett ### User profiles from Active Directory to Microsoft Entra ID -USMT doesn't support migrating user profiles from Active Directory to Microsoft Entra ID. +- USMT doesn't support migrating user profiles from Active Directory to Microsoft Entra ID. +- USMT doesn't support migrating user profiles between Microsoft Entra ID. +- USMT might work when migrating user profiles between Microsoft Entra hybrid join accounts or between Active Directory and Microsoft Entra hybrid join accounts, but it's not a tested scenario so therefore unsupported. ## Related articles From 38a1e9760b43d4960209a477d493ca577a7f184b Mon Sep 17 00:00:00 2001 From: Frank Rojas <45807133+frankroj@users.noreply.github.com> Date: Mon, 8 Jan 2024 19:07:56 -0500 Subject: [PATCH 2/5] Add supportability statements regarding Microsoft Entra and USMT 2 --- windows/deployment/usmt/usmt-requirements.md | 1 + windows/deployment/usmt/usmt-what-does-usmt-migrate.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/windows/deployment/usmt/usmt-requirements.md b/windows/deployment/usmt/usmt-requirements.md index 8ff3a91417..adcfb409a2 100644 --- a/windows/deployment/usmt/usmt-requirements.md +++ b/windows/deployment/usmt/usmt-requirements.md @@ -40,6 +40,7 @@ The following table lists the operating systems supported in USMT. - USMT doesn't support any of the Windows Server operating systems. - USMT doesn't support Microsoft Entra joined devices as either a source or destination device. - USMT might work with Microsoft Entra hybrid joined devices, but it's not a tested scenario so therefore unsupported. +- USMT doesn't support migrating settings for Microsoft Store apps. - USMT shouldn't be used for migrating between previous versions of Windows. USMT is only meant to: - Migrate to a currently supported version of Windows - Migrate between currently supported versions of Windows, assuming the version of Windows being migrated to is newer or the same as the previous version of Windows being migrated from. diff --git a/windows/deployment/usmt/usmt-what-does-usmt-migrate.md b/windows/deployment/usmt/usmt-what-does-usmt-migrate.md index 5df8d6cf74..8822bd0c43 100644 --- a/windows/deployment/usmt/usmt-what-does-usmt-migrate.md +++ b/windows/deployment/usmt/usmt-what-does-usmt-migrate.md @@ -214,7 +214,7 @@ USMT doesn't migrate the Start menu layout. To migrate a user's Start menu, sett ### User profiles from Active Directory to Microsoft Entra ID -- USMT doesn't support migrating user profiles from Active Directory to Microsoft Entra ID. +- USMT doesn't support migrating user profiles from Active Directory to Microsoft Entra ID or vice-versa. - USMT doesn't support migrating user profiles between Microsoft Entra ID. - USMT might work when migrating user profiles between Microsoft Entra hybrid join accounts or between Active Directory and Microsoft Entra hybrid join accounts, but it's not a tested scenario so therefore unsupported. From 4bb18457b62de9aaf444a5f2e7bfc4ee5941e241 Mon Sep 17 00:00:00 2001 From: Frank Rojas <45807133+frankroj@users.noreply.github.com> Date: Mon, 8 Jan 2024 20:41:13 -0500 Subject: [PATCH 3/5] Add supportability statements regarding Microsoft Entra and USMT 3 --- windows/deployment/usmt/usmt-what-does-usmt-migrate.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/windows/deployment/usmt/usmt-what-does-usmt-migrate.md b/windows/deployment/usmt/usmt-what-does-usmt-migrate.md index 8822bd0c43..76c347d8f7 100644 --- a/windows/deployment/usmt/usmt-what-does-usmt-migrate.md +++ b/windows/deployment/usmt/usmt-what-does-usmt-migrate.md @@ -214,9 +214,10 @@ USMT doesn't migrate the Start menu layout. To migrate a user's Start menu, sett ### User profiles from Active Directory to Microsoft Entra ID -- USMT doesn't support migrating user profiles from Active Directory to Microsoft Entra ID or vice-versa. -- USMT doesn't support migrating user profiles between Microsoft Entra ID. -- USMT might work when migrating user profiles between Microsoft Entra hybrid join accounts or between Active Directory and Microsoft Entra hybrid join accounts, but it's not a tested scenario so therefore unsupported. +- USMT doesn't support migrating user profiles from Active Directory domain joined devices to Microsoft Entra joined devices. +- USMT doesn't support migrating user profiles from Microsoft Entra joined devices to Active Directory domain joined devices. +- USMT doesn't support migrating user profiles between Microsoft Entra joined devices. +- USMT might work when migrating user profiles between Microsoft Entra hybrid joined devices or between Active Directory domain joined devices and Microsoft Entra hybrid joined devices, but it's not a tested scenario so therefore unsupported. ## Related articles From 0472719b69e4ab6173d44da5a498b7aee02fd9b6 Mon Sep 17 00:00:00 2001 From: Frank Rojas <45807133+frankroj@users.noreply.github.com> Date: Thu, 18 Jan 2024 09:23:37 -0500 Subject: [PATCH 4/5] Add supportability statements regarding Microsoft Entra and USMT 4 --- windows/deployment/usmt/usmt-requirements.md | 2 +- windows/deployment/usmt/usmt-what-does-usmt-migrate.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/deployment/usmt/usmt-requirements.md b/windows/deployment/usmt/usmt-requirements.md index adcfb409a2..eb7ed1c382 100644 --- a/windows/deployment/usmt/usmt-requirements.md +++ b/windows/deployment/usmt/usmt-requirements.md @@ -6,7 +6,7 @@ manager: aaroncz ms.author: frankroj ms.prod: windows-client author: frankroj -ms.date: 01/09/2024 +ms.date: 01/18/2024 ms.topic: article ms.technology: itpro-deploy appliesto: diff --git a/windows/deployment/usmt/usmt-what-does-usmt-migrate.md b/windows/deployment/usmt/usmt-what-does-usmt-migrate.md index 76c347d8f7..85b57065ed 100644 --- a/windows/deployment/usmt/usmt-what-does-usmt-migrate.md +++ b/windows/deployment/usmt/usmt-what-does-usmt-migrate.md @@ -6,7 +6,7 @@ manager: aaroncz ms.author: frankroj ms.prod: windows-client author: frankroj -ms.date: 01/09/2024 +ms.date: 01/18/2024 ms.topic: article ms.technology: itpro-deploy appliesto: From 914f22e98cec84f8a261d7a67488592f6e35c21b Mon Sep 17 00:00:00 2001 From: tiaraquan Date: Thu, 18 Jan 2024 10:20:15 -0800 Subject: [PATCH 5/5] Updated what's new, planned maintenance --- .../whats-new/windows-autopatch-whats-new-2024.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/windows/deployment/windows-autopatch/whats-new/windows-autopatch-whats-new-2024.md b/windows/deployment/windows-autopatch/whats-new/windows-autopatch-whats-new-2024.md index e4a305257a..7e43e6554b 100644 --- a/windows/deployment/windows-autopatch/whats-new/windows-autopatch-whats-new-2024.md +++ b/windows/deployment/windows-autopatch/whats-new/windows-autopatch-whats-new-2024.md @@ -1,7 +1,7 @@ --- title: What's new 2024 description: This article lists the 2024 feature releases and any corresponding Message center post numbers. -ms.date: 01/11/2024 +ms.date: 01/18/2024 ms.prod: windows-client ms.technology: itpro-updates ms.topic: whats-new @@ -28,3 +28,9 @@ Minor corrections such as typos, style, or formatting issues aren't listed. | Article | Description | | ----- | ----- | | [Prerequisites](../prepare/windows-autopatch-prerequisites.md#more-about-licenses) | Added more E3 and E5 licenses to the [More about licenses](../prepare/windows-autopatch-prerequisites.md#more-about-licenses) section. | + +## January service releases + +| Message center post number | Description | +| ----- | ----- | +| [MC708071](https://admin.microsoft.com/adminportal/home#/MessageCenter) | Planned Maintenance: Service Improvements |