mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 21:37:22 +00:00
Merge pull request #9658 from frankroj/fr-add-image-text
Add text from images
This commit is contained in:
commit
a5351f97d3
@ -11,7 +11,7 @@ ms.topic: how-to
|
|||||||
ms.collection:
|
ms.collection:
|
||||||
- highpri
|
- highpri
|
||||||
- tier2
|
- tier2
|
||||||
ms.date: 02/29/2024
|
ms.date: 03/04/2024
|
||||||
zone_pivot_groups: windows-versions-11-10
|
zone_pivot_groups: windows-versions-11-10
|
||||||
appliesto:
|
appliesto:
|
||||||
- ✅ <a href="https://learn.microsoft.com/windows/release-health/supported-versions-windows-client" target="_blank">Windows 11</a>
|
- ✅ <a href="https://learn.microsoft.com/windows/release-health/supported-versions-windows-client" target="_blank">Windows 11</a>
|
||||||
@ -484,11 +484,14 @@ Use the following guides to verify each one of these requirements:
|
|||||||
|
|
||||||
For more information, see [Assigning licenses to users](#assign-licenses-to-users).
|
For more information, see [Assigning licenses to users](#assign-licenses-to-users).
|
||||||
|
|
||||||
## Known issues
|
## Recommended practices
|
||||||
|
|
||||||
- When a device has been offline for an extended period of time, the Subscription Activation might not reactivate automatically on the device. To resolve this issue, use Conditional Access policies to control access by excluding one of the following cloud apps from their Conditional Access policies using **Select Excluded Cloud Apps**:
|
### Adding Conditional Access policy
|
||||||
|
|
||||||
|
When a device has been offline for an extended period of time, the Subscription Activation might not reactivate automatically on the device. To resolve this issue, use Conditional Access policies to control access by excluding one of the following cloud apps from their Conditional Access policies using **Select Excluded Cloud Apps**:
|
||||||
|
|
||||||
- [Universal Store Service APIs and Web Application, AppID 45a330b1-b1ec-4cc1-9161-9f03992aa49f](/troubleshoot/azure/active-directory/verify-first-party-apps-sign-in#application-ids-of-commonly-used-microsoft-applications).
|
- [Universal Store Service APIs and Web Application, AppID 45a330b1-b1ec-4cc1-9161-9f03992aa49f](/troubleshoot/azure/active-directory/verify-first-party-apps-sign-in#application-ids-of-commonly-used-microsoft-applications).
|
||||||
|
|
||||||
- [Windows Store for Business, AppID 45a330b1-b1ec-4cc1-9161-9f03992aa49f](/troubleshoot/azure/active-directory/verify-first-party-apps-sign-in#application-ids-of-commonly-used-microsoft-applications).
|
- [Windows Store for Business, AppID 45a330b1-b1ec-4cc1-9161-9f03992aa49f](/troubleshoot/azure/active-directory/verify-first-party-apps-sign-in#application-ids-of-commonly-used-microsoft-applications).
|
||||||
|
|
||||||
Although the app ID is the same in both instances, the name of the cloud app depends on the tenant.
|
Although the app ID is the same in both instances, the name of the cloud app depends on the tenant.
|
||||||
@ -499,9 +502,21 @@ Use the following guides to verify each one of these requirements:
|
|||||||
|
|
||||||
Setting this Conditional Access policy ensures that Subscription Activation continues to work seamlessly.
|
Setting this Conditional Access policy ensures that Subscription Activation continues to work seamlessly.
|
||||||
|
|
||||||
Starting with Windows 11, version 23H2 with [KB5034848](https://support.microsoft.com/help/5034848) or later, users are prompted for authentication with a toast notification when Subscription Activation needs to reactivate. The prompt for authentication usually occurs when a device has been offline for an extended period of time. This change eliminates the need for an exclusion in the Conditional Access policy for Windows 11, version 23H2 with [KB5034848](https://support.microsoft.com/help/5034848) or later. A Conditional Access policy can still be used with Windows 11, version 23H2 with [KB5034848](https://support.microsoft.com/help/5034848) or later if the prompt for user authentication via a toast notification isn't desired.
|
Starting with Windows 11, version 23H2 with [KB5034848](https://support.microsoft.com/help/5034848) or later, users are prompted for authentication with a toast notification when Subscription Activation needs to reactivate. The toast notification will show the following message:
|
||||||
|
|
||||||
- If a device isn't able to connect to Windows Update, it can lose activation status or be blocked from upgrading to Windows Enterprise. Make sure that Windows Update isn't blocked on the device:
|
> **Your account requires authentication**
|
||||||
|
>
|
||||||
|
> **Please sign in to your work or school account to verify your information.**
|
||||||
|
|
||||||
|
Additionally, in the [**Activation**](ms-settings:activation) pane, the following message might appear:
|
||||||
|
|
||||||
|
> **Please sign in to your work or school account to verify your information.**
|
||||||
|
|
||||||
|
The prompt for authentication usually occurs when a device has been offline for an extended period of time. This change eliminates the need for an exclusion in the Conditional Access policy for Windows 11, version 23H2 with [KB5034848](https://support.microsoft.com/help/5034848) or later. A Conditional Access policy can still be used with Windows 11, version 23H2 with [KB5034848](https://support.microsoft.com/help/5034848) or later if the prompt for user authentication via a toast notification isn't desired.
|
||||||
|
|
||||||
|
### Make sure Windows Update isn't blocked
|
||||||
|
|
||||||
|
If a device isn't able to connect to Windows Update, it can lose activation status or be blocked from upgrading to Windows Enterprise. Make sure that Windows Update isn't blocked on the device:
|
||||||
|
|
||||||
- Using `gpedit.msc` or group policy editor in the domain, make sure that the following group policy setting is set to **Disabled** or **Not Configured**:
|
- Using `gpedit.msc` or group policy editor in the domain, make sure that the following group policy setting is set to **Disabled** or **Not Configured**:
|
||||||
|
|
||||||
@ -519,7 +534,7 @@ Use the following guides to verify each one of these requirements:
|
|||||||
|
|
||||||
If this policy is set to **Enabled**, it must be changed to **Disabled** or **Not Configured**.
|
If this policy is set to **Enabled**, it must be changed to **Disabled** or **Not Configured**.
|
||||||
|
|
||||||
- In the following registry key:
|
- In the following registry key of the registry:
|
||||||
|
|
||||||
`HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate`
|
`HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate`
|
||||||
|
|
||||||
@ -533,7 +548,7 @@ Use the following guides to verify each one of these requirements:
|
|||||||
>
|
>
|
||||||
> Make sure to first check the group policy of **Do not connect to any Windows Update Internet locations**. If the policy is **Enabled**, then this registry key will eventually be reset back to `1` even after it's manually set to `0` via `reg.exe`. Setting the policy of **Do not connect to any Windows Update Internet locations** to **Disabled** or **Not Configured** will make sure the registry value remains as `0`.
|
> Make sure to first check the group policy of **Do not connect to any Windows Update Internet locations**. If the policy is **Enabled**, then this registry key will eventually be reset back to `1` even after it's manually set to `0` via `reg.exe`. Setting the policy of **Do not connect to any Windows Update Internet locations** to **Disabled** or **Not Configured** will make sure the registry value remains as `0`.
|
||||||
|
|
||||||
- Delay in the activation of Enterprise license of Windows.
|
### Delay in the activation of Enterprise license of Windows
|
||||||
|
|
||||||
There might be a delay in the activation of the Enterprise license in Windows. This delay is by design. Windows uses a built-in cache when determining upgrade eligibility. This behavior includes processing responses that indicate that the device isn't eligible for an upgrade. It can take up to four days after a qualifying purchase before the upgrade eligibility is enabled and the cache expires.
|
There might be a delay in the activation of the Enterprise license in Windows. This delay is by design. Windows uses a built-in cache when determining upgrade eligibility. This behavior includes processing responses that indicate that the device isn't eligible for an upgrade. It can take up to four days after a qualifying purchase before the upgrade eligibility is enabled and the cache expires.
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ ms.collection:
|
|||||||
- tier2
|
- tier2
|
||||||
ms.topic: concept-article
|
ms.topic: concept-article
|
||||||
zone_pivot_groups: windows-versions-11-10
|
zone_pivot_groups: windows-versions-11-10
|
||||||
ms.date: 02/29/2024
|
ms.date: 03/04/2024
|
||||||
appliesto:
|
appliesto:
|
||||||
- ✅ <a href="https://learn.microsoft.com/windows/release-health/supported-versions-windows-client" target="_blank">Windows 11</a>
|
- ✅ <a href="https://learn.microsoft.com/windows/release-health/supported-versions-windows-client" target="_blank">Windows 11</a>
|
||||||
- ✅ <a href="https://learn.microsoft.com/windows/release-health/supported-versions-windows-client" target="_blank">Windows 10</a>
|
- ✅ <a href="https://learn.microsoft.com/windows/release-health/supported-versions-windows-client" target="_blank">Windows 10</a>
|
||||||
@ -47,9 +47,12 @@ Organizations that have an enterprise agreement can also benefit from the servic
|
|||||||
>
|
>
|
||||||
> Subscription activation is available for qualifying devices running currently supported versions of Windows. Subscription activation can't be used to upgrade to a newer version of Windows.
|
> Subscription activation is available for qualifying devices running currently supported versions of Windows. Subscription activation can't be used to upgrade to a newer version of Windows.
|
||||||
|
|
||||||
|
### Adding Conditional Access policy
|
||||||
|
|
||||||
Organizations that use the Subscription Activation feature to enable users to "step-up" from one version of Windows to another and use Conditional Access policies to control access need to exclude one of the following cloud apps from their Conditional Access policies using **Select Excluded Cloud Apps**:
|
Organizations that use the Subscription Activation feature to enable users to "step-up" from one version of Windows to another and use Conditional Access policies to control access need to exclude one of the following cloud apps from their Conditional Access policies using **Select Excluded Cloud Apps**:
|
||||||
|
|
||||||
- [Universal Store Service APIs and Web Application, AppID 45a330b1-b1ec-4cc1-9161-9f03992aa49f](/troubleshoot/azure/active-directory/verify-first-party-apps-sign-in#application-ids-of-commonly-used-microsoft-applications).
|
- [Universal Store Service APIs and Web Application, AppID 45a330b1-b1ec-4cc1-9161-9f03992aa49f](/troubleshoot/azure/active-directory/verify-first-party-apps-sign-in#application-ids-of-commonly-used-microsoft-applications).
|
||||||
|
|
||||||
- [Windows Store for Business, AppID 45a330b1-b1ec-4cc1-9161-9f03992aa49f](/troubleshoot/azure/active-directory/verify-first-party-apps-sign-in#application-ids-of-commonly-used-microsoft-applications).
|
- [Windows Store for Business, AppID 45a330b1-b1ec-4cc1-9161-9f03992aa49f](/troubleshoot/azure/active-directory/verify-first-party-apps-sign-in#application-ids-of-commonly-used-microsoft-applications).
|
||||||
|
|
||||||
Although the app ID is the same in both instances, the name of the cloud app depends on the tenant.
|
Although the app ID is the same in both instances, the name of the cloud app depends on the tenant.
|
||||||
@ -60,7 +63,17 @@ For more information about configuring exclusions in Conditional Access policies
|
|||||||
|
|
||||||
When a device has been offline for an extended period of time, the device might not reactivate automatically if this Conditional Access exclusion isn't in place. Setting this Conditional Access exclusion ensures that Subscription Activation continues to work seamlessly.
|
When a device has been offline for an extended period of time, the device might not reactivate automatically if this Conditional Access exclusion isn't in place. Setting this Conditional Access exclusion ensures that Subscription Activation continues to work seamlessly.
|
||||||
|
|
||||||
Starting with Windows 11, version 23H2 with [KB5034848](https://support.microsoft.com/help/5034848) or later, users are prompted for authentication with a toast notification when Subscription Activation needs to reactivate. The prompt for authentication usually occurs when a device has been offline for an extended period of time. This change eliminates the need for an exclusion in the Conditional Access policy for Windows 11, version 23H2 with [KB5034848](https://support.microsoft.com/help/5034848) or later. A Conditional Access policy can still be used with Windows 11, version 23H2 with [KB5034848](https://support.microsoft.com/help/5034848) or later if the prompt for user authentication via a toast notification isn't desired.
|
Starting with Windows 11, version 23H2 with [KB5034848](https://support.microsoft.com/help/5034848) or later, users are prompted for authentication with a toast notification when Subscription Activation needs to reactivate. The toast notification will show the following message:
|
||||||
|
|
||||||
|
> **Your account requires authentication**
|
||||||
|
>
|
||||||
|
> **Please sign in to your work or school account to verify your information.**
|
||||||
|
|
||||||
|
Additionally, in the [**Activation**](ms-settings:activation) pane, the following message might appear:
|
||||||
|
|
||||||
|
> **Please sign in to your work or school account to verify your information.**
|
||||||
|
|
||||||
|
The prompt for authentication usually occurs when a device has been offline for an extended period of time. This change eliminates the need for an exclusion in the Conditional Access policy for Windows 11, version 23H2 with [KB5034848](https://support.microsoft.com/help/5034848) or later. A Conditional Access policy can still be used with Windows 11, version 23H2 with [KB5034848](https://support.microsoft.com/help/5034848) or later if the prompt for user authentication via a toast notification isn't desired.
|
||||||
|
|
||||||
## Subscription activation for Education
|
## Subscription activation for Education
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user