mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +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>
|
||||||
@ -292,15 +292,15 @@ Once the **System > Activation** pane is open:
|
|||||||
|
|
||||||
1. Under **Activation state**, verify that Windows is activated. It should display the message:
|
1. Under **Activation state**, verify that Windows is activated. It should display the message:
|
||||||
|
|
||||||
`Windows is activated with a digital license`
|
`Windows is activated with a digital license`
|
||||||
|
|
||||||
1. Under **Subscription**, verify that the Windows 11 Enterprise subscription is active. It should display the message:
|
1. Under **Subscription**, verify that the Windows 11 Enterprise subscription is active. It should display the message:
|
||||||
|
|
||||||
`Windows 11 Enterprise subscription is active`
|
`Windows 11 Enterprise subscription is active`
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
>
|
>
|
||||||
> If the Windows Enterprise subscription hasn't yet been applied, the **Subscription** pane isn't displayed.
|
> If the Windows Enterprise subscription hasn't yet been applied, the **Subscription** pane isn't displayed.
|
||||||
|
|
||||||
::: zone-end
|
::: zone-end
|
||||||
|
|
||||||
@ -340,24 +340,24 @@ A device is healthy when both the subscription and activation are active. If the
|
|||||||
|
|
||||||
1. To get basic licensing information, run the following command at the command prompt:
|
1. To get basic licensing information, run the following command at the command prompt:
|
||||||
|
|
||||||
```cmd
|
```cmd
|
||||||
slmgr /dli
|
slmgr /dli
|
||||||
```
|
```
|
||||||
|
|
||||||
A window with output similar to the following opens:
|
A window with output similar to the following opens:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
Name: Windows(R), Professional edition
|
Name: Windows(R), Professional edition
|
||||||
Description: Windows(R) Operating System, RETAIL channel
|
Description: Windows(R) Operating System, RETAIL channel
|
||||||
Partial Product Key: 3V66T
|
Partial Product Key: 3V66T
|
||||||
License Status: Licensed
|
License Status: Licensed
|
||||||
```
|
```
|
||||||
|
|
||||||
To instead get detailed licensing information, run the following command:
|
To instead get detailed licensing information, run the following command:
|
||||||
|
|
||||||
```cmd
|
```cmd
|
||||||
slmgr /dlv
|
slmgr /dlv
|
||||||
```
|
```
|
||||||
|
|
||||||
For more information on **Slmgr**, see [Slmgr.vbs options for obtaining volume activation information](/windows-server/get-started/activation-slmgr-vbs-options).
|
For more information on **Slmgr**, see [Slmgr.vbs options for obtaining volume activation information](/windows-server/get-started/activation-slmgr-vbs-options).
|
||||||
|
|
||||||
@ -484,58 +484,73 @@ 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
|
||||||
|
|
||||||
- [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).
|
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**:
|
||||||
- [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.
|
- [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).
|
||||||
|
|
||||||
For more information about configuring exclusions in Conditional Access policies, see [Application exclusions](/azure/active-directory/conditional-access/howto-conditional-access-policy-all-users-mfa#application-exclusions).
|
- [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).
|
||||||
|
|
||||||
<!-- 8605089 -->
|
Although the app ID is the same in both instances, the name of the cloud app depends on the tenant.
|
||||||
|
|
||||||
Setting this Conditional Access policy ensures that Subscription Activation continues to work seamlessly.
|
For more information about configuring exclusions in Conditional Access policies, see [Application exclusions](/azure/active-directory/conditional-access/howto-conditional-access-policy-all-users-mfa#application-exclusions).
|
||||||
|
|
||||||
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.
|
<!-- 8605089 -->
|
||||||
|
|
||||||
- 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:
|
Setting this Conditional Access policy ensures that Subscription Activation continues to work seamlessly.
|
||||||
|
|
||||||
- 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**:
|
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:
|
||||||
|
|
||||||
::: zone pivot="windows-11"
|
> **Your account requires authentication**
|
||||||
|
>
|
||||||
|
> **Please sign in to your work or school account to verify your information.**
|
||||||
|
|
||||||
**Computer Configuration** > **Administrative Templates** > **Windows Components** > **Windows Update** > **Manage updates offered from Windows Server Update Service** > **Do not connect to any Windows Update Internet locations**
|
Additionally, in the [**Activation**](ms-settings:activation) pane, the following message might appear:
|
||||||
|
|
||||||
::: zone-end
|
> **Please sign in to your work or school account to verify your information.**
|
||||||
|
|
||||||
::: zone pivot="windows-10"
|
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.
|
||||||
|
|
||||||
**Computer Configuration** > **Administrative Templates** > **Windows Components** > **Windows Update** > **Do not connect to any Windows Update Internet locations**
|
### Make sure Windows Update isn't blocked
|
||||||
|
|
||||||
::: zone-end
|
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:
|
||||||
|
|
||||||
If this policy is set to **Enabled**, it must be changed 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**:
|
||||||
|
|
||||||
- In the following registry key:
|
::: zone pivot="windows-11"
|
||||||
|
|
||||||
`HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate`
|
**Computer Configuration** > **Administrative Templates** > **Windows Components** > **Windows Update** > **Manage updates offered from Windows Server Update Service** > **Do not connect to any Windows Update Internet locations**
|
||||||
|
|
||||||
check if the value `DoNotConnectToWindowsUpdateInternetLocations` exists. If the value does exist, verify that it has a REG_DWORD value of `0`. If the value is instead set to `1`, it must be changed to `0`. The value can be changed by running the following command from an elevated command prompt:
|
::: zone-end
|
||||||
|
|
||||||
```cmd
|
::: zone pivot="windows-10"
|
||||||
reg.exe add HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate /v DoNotConnectToWindowsUpdateInternetLocations /t REG_DWORD /d 1 /f
|
|
||||||
```
|
|
||||||
|
|
||||||
> [!NOTE]
|
**Computer Configuration** > **Administrative Templates** > **Windows Components** > **Windows Update** > **Do not connect to any Windows Update Internet locations**
|
||||||
>
|
|
||||||
> 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.
|
::: zone-end
|
||||||
|
|
||||||
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.
|
If this policy is set to **Enabled**, it must be changed to **Disabled** or **Not Configured**.
|
||||||
|
|
||||||
|
- In the following registry key of the registry:
|
||||||
|
|
||||||
|
`HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate`
|
||||||
|
|
||||||
|
check if the value `DoNotConnectToWindowsUpdateInternetLocations` exists. If the value does exist, verify that it has a REG_DWORD value of `0`. If the value is instead set to `1`, it must be changed to `0`. The value can be changed by running the following command from an elevated command prompt:
|
||||||
|
|
||||||
|
```cmd
|
||||||
|
reg.exe add HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate /v DoNotConnectToWindowsUpdateInternetLocations /t REG_DWORD /d 1 /f
|
||||||
|
```
|
||||||
|
|
||||||
|
> [!NOTE]
|
||||||
|
>
|
||||||
|
> 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
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
## Virtual Desktop Access (VDA)
|
## Virtual Desktop Access (VDA)
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Windows subscription activation
|
title: Windows subscription activation
|
||||||
description: Learn how to step up from Windows Pro to a Windows Enterprise subscription or from Windows Eduction Pro to a Windows Education subscription.
|
description: Learn how to step up from Windows Pro to a Windows Enterprise subscription or from Windows Eduction Pro to a Windows Education subscription.
|
||||||
ms.service: windows-client
|
ms.service: windows-client
|
||||||
ms.subservice: itpro-fundamentals
|
ms.subservice: itpro-fundamentals
|
||||||
ms.localizationpriority: medium
|
ms.localizationpriority: medium
|
||||||
@ -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