diff --git a/windows/configuration/manage-connections-from-windows-operating-system-components-to-microsoft-services.md b/windows/configuration/manage-connections-from-windows-operating-system-components-to-microsoft-services.md
index f844b54aa3..e81b1db45a 100644
--- a/windows/configuration/manage-connections-from-windows-operating-system-components-to-microsoft-services.md
+++ b/windows/configuration/manage-connections-from-windows-operating-system-components-to-microsoft-services.md
@@ -1288,7 +1288,7 @@ To change the level of diagnostic and usage data sent when you **Send your devic
-or-
-- Create a REG\_DWORD registry setting in **HKEY\_LOCAL\_MACHINE\\Policies\\Microsoft\\Windows\\DataCollection!AllowTelemetry**, with a value of 0 (zero).
+- Create a REG\_DWORD registry setting in **HKEY\_LOCAL\_MACHINE\\Software\\Policies\\Microsoft\\Windows\\DataCollection\\AllowTelemetry**, with a value of 0 (zero).
-or-
diff --git a/windows/deployment/TOC.md b/windows/deployment/TOC.md
index 33c1697c0f..73fce9589a 100644
--- a/windows/deployment/TOC.md
+++ b/windows/deployment/TOC.md
@@ -46,7 +46,6 @@
### [Manage Windows upgrades with Upgrade Readiness](upgrade/manage-windows-upgrades-with-upgrade-readiness.md)
#### [Upgrade Readiness architecture](upgrade/upgrade-readiness-architecture.md)
#### [Upgrade Readiness requirements](upgrade/upgrade-readiness-requirements.md)
-#### [Upgrade Readiness release notes](upgrade/upgrade-readiness-release-notes.md)
#### [Get started with Upgrade Readiness](upgrade/upgrade-readiness-get-started.md)
##### [Upgrade Readiness deployment script](upgrade/upgrade-readiness-deployment-script.md)
#### [Use Upgrade Readiness to manage Windows upgrades](upgrade/use-upgrade-readiness-to-manage-windows-upgrades.md)
diff --git a/windows/deployment/upgrade/manage-windows-upgrades-with-upgrade-readiness.md b/windows/deployment/upgrade/manage-windows-upgrades-with-upgrade-readiness.md
index de269889bf..c2744bd544 100644
--- a/windows/deployment/upgrade/manage-windows-upgrades-with-upgrade-readiness.md
+++ b/windows/deployment/upgrade/manage-windows-upgrades-with-upgrade-readiness.md
@@ -29,15 +29,15 @@ The Upgrade Readiness workflow steps you through the discovery and rationalizati
**Important** For system, application, and driver data to be shared with Microsoft, you must configure user computers to send data. For information about what telemetry data Microsoft collects and how that data is used and protected by Microsoft, see:
-- [Configure Windows telemetry in your organization](https://technet.microsoft.com/itpro/windows/manage/configure-windows-telemetry-in-your-organization)
-- [Manage connections from Windows operating system components to Microsoft services](https://technet.microsoft.com/itpro/windows/manage/manage-connections-from-windows-operating-system-components-to-microsoft-services)
+- [Configure Windows telemetry in your organization](/windows/configuration/configure-windows-telemetry-in-your-organization)
+- [Manage connections from Windows operating system components to Microsoft services](/windows/configuration/manage-connections-from-windows-operating-system-components-to-microsoft-services)
- [Windows 7, Windows 8, and Windows 8.1 appraiser telemetry events and fields](https://go.microsoft.com/fwlink/?LinkID=822965)
##**Related topics**
[Upgrade Readiness architecture](upgrade-readiness-architecture.md)
[Upgrade Readiness requirements](upgrade-readiness-requirements.md)
-[Upgrade Readiness release notes](upgrade-readiness-release-notes.md)
+[Upgrade Readiness release notes](upgrade-readiness-requirements.md#important-information-about-this-release)
[Get started with Upgrade Readiness](upgrade-readiness-get-started.md)
[Use Upgrade Readiness to manage Windows upgrades](use-upgrade-readiness-to-manage-windows-upgrades.md)
[Troubleshoot Upgrade Readiness](troubleshoot-upgrade-readiness.md)
diff --git a/windows/deployment/upgrade/upgrade-readiness-architecture.md b/windows/deployment/upgrade/upgrade-readiness-architecture.md
index 6bc7492d37..ae5949405f 100644
--- a/windows/deployment/upgrade/upgrade-readiness-architecture.md
+++ b/windows/deployment/upgrade/upgrade-readiness-architecture.md
@@ -19,12 +19,12 @@ After you enable Windows telemetry on user computers and install the compatibili
For more information about what telemetry data Microsoft collects and how that data is used and protected by Microsoft, see:
-[Configure Windows telemetry in your organization](https://technet.microsoft.com/itpro/windows/manage/configure-windows-telemetry-in-your-organization)
-[Manage connections from Windows operating system components to Microsoft services](https://technet.microsoft.com/itpro/windows/manage/manage-connections-from-windows-operating-system-components-to-microsoft-services)
+[Configure Windows telemetry in your organization](/windows/configuration/configure-windows-telemetry-in-your-organization)
+[Manage connections from Windows operating system components to Microsoft services](/windows/configuration/manage-connections-from-windows-operating-system-components-to-microsoft-services)
[Windows 7, Windows 8, and Windows 8.1 appraiser telemetry events and fields](https://go.microsoft.com/fwlink/?LinkID=822965)
##**Related topics**
[Upgrade Readiness requirements](upgrade-readiness-requirements.md)
-[Upgrade Readiness release notes](upgrade-readiness-release-notes.md)
+[Upgrade Readiness release notes](upgrade-readiness-requirements.md#important-information-about-this-release)
[Get started with Upgrade Readiness](upgrade-readiness-get-started.md)
diff --git a/windows/deployment/upgrade/upgrade-readiness-deployment-script.md b/windows/deployment/upgrade/upgrade-readiness-deployment-script.md
index 43870037ce..2e289b8a5b 100644
--- a/windows/deployment/upgrade/upgrade-readiness-deployment-script.md
+++ b/windows/deployment/upgrade/upgrade-readiness-deployment-script.md
@@ -68,227 +68,196 @@ To run the Upgrade Readiness deployment script:
5. After you finish editing the parameters in RunConfig.bat, you are ready to run the script. If you are using the Pilot version, run RunConfig.bat from an elevated command prompt. If you are using the Deployment version, use ConfigMgr or other software deployment service to run RunConfig.bat as system.
-The deployment script displays the following exit codes to let you know if it was successful, or if an error was encountered.
-
-
Exit code | -Meaning - | Suggested fix - - |
0 | -Success - | N/A - - |
1 | -Unexpected error occurred while executing the script. - | The files in the deployment script are likely corrupted. Download the [latest script](https://go.microsoft.com/fwlink/?LinkID=822966&clcid=0x409) from the download center and try again. - - |
2 | -Error when logging to console. $logMode = 0. (console only) - | Try changing the $logMode value to **1** and try again. $logMode value 1 logs to both console and file. - - |
3 | -Error when logging to console and file. $logMode = 1. - | Verify that you have set the logPath parameter in RunConfig.bat, and that the configuration script has access to connect and write to this location. - - |
4 | -Error when logging to file. $logMode = 2. - | Verify that you have set the logPath parameter in RunConfig.bat, and that the configuration script has access to connect and write to this location. - - |
5 | -Error when logging to console and file. $logMode = unknown. - | Verify that you have set the logPath parameter in RunConfig.bat, and that the configuration script has access to connect and write to this location. - - |
6 | -The commercialID parameter is set to unknown. Modify the runConfig.bat file to set the CommercialID value. - | The value for parameter in the runconfig.bat file should match the Commercial ID key for your workspace.
- See [Generate your Commercial ID key](https://technet.microsoft.com/itpro/windows/deploy/upgrade-readiness-get-started#generate-your-commercial-id-key) for instructions on generating a Commercial ID key for your workspace. - - |
8 | -Failure to create registry key path: **HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection**
- | The Commercial Id property is set at the following registry key path: **HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection**
-Verify that the context under which the script in running has access to the registry key. - - |
9 | -The script failed to write Commercial Id to registry.
- Error creating or updating registry key: **CommercialId** at **HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection**
- | Verify that the context under which the script in running has access to the registry key. - - |
10 | -Error when writing **CommercialDataOptIn** to the registry at **HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection**
- | Verify that the deployment script is running in a context that has access to the registry key. - - |
11 | -Function **SetupCommercialId** failed with an unexpected exception. - | The **SetupCommercialId** function updates the Commercial Id at the registry key path: **HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection** Verify that the configuration script has access to this location. - - |
12 | -Can’t connect to Microsoft - Vortex. Check your network/proxy settings. - | **Http Get** on the end points did not return a success exit code. -For Windows 10, connectivity is verified by connecting to https://v10.vortex-win.data.microsoft.com/health/keepalive. -For previous operating systems, connectivity is verified by connecting to https://vortex-win.data.microsoft.com/health/keepalive. - If there is an error verifying connectivity, this will prevent the collected data from being sent to Upgrade Readiness. To resolve this issue, verify that the required endpoints are correctly whitelisted. For more information, see [Enable data sharing](https://technet.microsoft.com/en-us/itpro/windows/deploy/upgrade-readiness-get-started#enable-data-sharing). - - - |
13 | -Can’t connect to Microsoft - setting. - | An error occurred connecting to https://settings.data.microsoft.com/qos. This error will prevent the collected data from being sent to Upgrade Readiness. To resolve this issue, verify that the required endpoints are correctly whitelisted. For more information, see [Enable data sharing](https://technet.microsoft.com/en-us/itpro/windows/deploy/upgrade-readiness-get-started#enable-data-sharing). - - - |
14 | -Can’t connect to Microsoft - compatexchange. - | An error occurred connecting to https://compatexchange1.trafficmanager.net/CompatibilityExchangeService.svc . This error will prevent the collected data from being sent to Upgrade Readiness. To resolve this issue, verify that the required endpoints are correctly whitelisted. For more information, see [Enable data sharing](https://technet.microsoft.com/en-us/itpro/windows/deploy/upgrade-readiness-get-started#enable-data-sharing). - - |
15 | -Function CheckVortexConnectivity failed with an unexpected exception. - | This error will prevent the collected data from being sent to Upgrade Readiness. To resolve this issue, verify that the required endpoints are correctly whitelisted. For more information, see [Enable data sharing](https://technet.microsoft.com/en-us/itpro/windows/deploy/upgrade-readiness-get-started#enable-data-sharing). Check the logs for the exception message and the HResult. - - |
16 | -The computer requires a reboot before running the script. - | A reboot is required to complete the installation of the compatibility update and related KBs. Reboot the computer before running the Upgrade Readiness deployment script. - - |
17 | -Function **CheckRebootRequired** failed with an unexpected exception. - | A reboot is required to complete installation of the compatibility update and related KBs. Check the logs for the exception message and the HResult. - - |
18 | -Appraiser KBs not installed or **appraiser.dll** not found. - | Either the Appraiser KBs are not installed, or the **appraiser.dll** file was not found. For more information, see appraiser telemetry events and fields information in the [Data collection](https://technet.microsoft.com/itpro/windows/deploy/upgrade-readiness-get-started#data-collection-and-privacy) and privacy topic. - - |
19 | -Function **CheckAppraiserKB**, which checks the compatibility update KBs, failed with unexpected exception. - | Check the logs for the Exception message and HResult. The script will not run further if this error is not fixed. - - |
20 | -An error occurred when creating or updating the registry key **RequestAllAppraiserVersions** at **HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Appraiser**
- | The registry key is required for data collection to work correctly. Verify that the script is running in a context that has access to the registry key. - - |
21 | -Function **SetRequestAllAppraiserVersions** failed with an unexpected exception. - | Check the logs for the exception message and HResult. - - |
22 | -**RunAppraiser** failed with unexpected exception. - | Check the logs for the exception message and HResult. Check the **%windir%\System32*8 directory for the file **CompatTelRunner.exe**. If the file does not exist, reinstall the required compatibility updates which include this file, and check your organization's Group Policy to verify it does not remove this file. - - |
23 | -Error finding system variable **%WINDIR%**. - | Verify that this environment variable is configured on the computer. - - |
24 | -The script failed when writing **IEDataOptIn** to the registry. An error occurred when creating registry key **IEOptInLevel** at **HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection**
- | This is a required registry key for IE data collection to work correctly. Verify that the deployment script in running in a context that has access to the registry key. Check the logs for the exception message and HResult. - - |
25 | -The function **SetIEDataOptIn** failed with unexpected exception. - | Check the logs for the exception message and HResult. - - |
26 | -The operating system is Server or LTSB SKU. - | The script does not support Server or LTSB SKUs. - - |
27 | -The script is not running under **System** account. - | The Upgrade Readiness configuration script must be run as **System**. - - |
28 | -Could not create log file at the specified **logPath**. - | Make sure the deployment script has access to the location specified in the **logPath** parameter. - - |
29 | -Connectivity check failed for proxy authentication. - | Install the cumulative updates on the computer and enable the **DisableEnterpriseAuthProxy** authentication proxy setting.
- The **DisableEnterpriseAuthProxy** setting is enabled by default for Windows 7. - For Windows 8.1 computers, set the **DisableEnterpriseAuthProxy** setting to **0** (not disabled). - For more information on authentication proxy support, see [this blog post](https://go.microsoft.com/fwlink/?linkid=838688). - - |
30 | -Connectivity check failed. Registry key property **DisableEnterpriseAuthProxy** is not enabled. - | The **DisableEnterpriseAuthProxy** setting is enabled by default for Windows 7.
- For Windows 8.1 computers, set the **DisableEnterpriseAuthProxy** setting to **0** (not disabled). - For more information on authentication proxy support, see [this blog post](https://go.microsoft.com/fwlink/?linkid=838688). - - |
31 | -There is more than one instance of the Upgrade Readiness data collector running at the same time on this computer. - | Use the Windows Task Manager to check if **CompatTelRunner.exe** is running, and wait until it has completed to rerun the script. The Upgrade Readiness task is scheduled to run daily at 3 a.m. - - |
32 | -Appraiser version on the machine is outdated. - | The configuration script detected a version of the compatibility update module that is older than the minimum required to correctly collect the data required by Upgrade Readiness solution. Use the latest version of the [compatibility update](https://technet.microsoft.com/en-us/itpro/windows/deploy/upgrade-readiness-get-started#deploy-the-compatibility-update-and-related-kbs) for Windows 7 SP1/Windows 8.1. - - |
33 | -**CompatTelRunner.exe** exited with an exit code - | **CompatTelRunner.exe** runs the appraise task on the machine. If it fails, it will provide a specific exit code. The script will return exit code 33 when **CompatTelRunner.exe** itself exits with an exit code. Please check the logs for more details. - - |
34 | -Function **CheckProxySettings** failed with an unexpected exception. - | Check the logs for the exception message and HResult. - - |
35 | -Function **CheckAuthProxy** failed with an unexpected exception. - | Check the logs for the exception message and HResult. - - |
36 | -Function **CheckAppraiserEndPointsConnectivity** failed with an unexpected exception. - | Check the logs for the exception message and HResult. - - |
37 | -**Diagnose_internal.cmd** failed with an unexpected exception. - | Check the logs for the exception message and HResult. - - |
38 | -Function **Get-SqmID** failed with an unexpected exception. - | Check the logs for the exception message and HResult. - - |
39 | -For Windows 10: AllowTelemetry property is not set to 1 or higher at registry key path **HKLM:\SOFTWARE\Policies\Microsoft\Windows\DataCollection**
-or **HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection**
- | For Windows 10 machines, the **AllowTelemetry** property should be set to 1 or greater to enable data collection. The script will throw an error if this is not true. For more information, see [Configure Windows telemetry in your organization](https://technet.microsoft.com/itpro/windows/manage/configure-windows-telemetry-in-your-organization). - - |
40 | -Function **CheckTelemetryOptIn** failed with an unexpected exception. - | Check the logs for the exception message and HResult. - - |
41 | -The script failed to impersonate the currently logged on user. - | The script mimics the UTC client to collect upgrade readiness data. When auth proxy is set, the UTC client impersonates the logged on user. The script also tries to mimic this, but the process failed. - - |
42 | -Function **StartImpersonatingLoggedOnUser** failed with an unexpected exception. - | Check the logs for the exception message and HResult. - - |
43 | -Function **EndImpersonatingLoggedOnUser** failed with an unexpected exception. - | Check the logs for the exception message and HResult. - - |
44 | -Function **Diagtrack.dll** version is old and so Auth Proxy will not work. - | Update the computer using Windows Update or WSUS. - - |
45 | -**Diagtrack.dll** not found. - | Update the computer using Windows Update or WSUS. - - |
46 | -**DisableEnterpriseAuthProxy** property should be set to 1 for ClientProxy=Telemetry to work. - | The ClientProxy=Telemetry scenario requires the **DisableEnterpriseAuthProxy** registry key to be set to 1 at registry path: **HKLM:\SOFTWARE\Policies\Microsoft\Windows\DataCollection**. - - |
47 | -**TelemetryProxyServer** property is not present in the Windows registry at **HKLM:\SOFTWARE\Policies\Microsoft\Windows\DataCollection**. - | ClientProxy selected is Telemetry. The **TelemetryProxyServer** key is not present at Windows registry path: **HKLM:\SOFTWARE\Policies\Microsoft\Windows\DataCollection**. - - |
48 | -The **CommercialID** referenced in RunConfig.bat must be a GUID. - | The **CommercialID** that is entered in RunConfig.bat must be a GUID. Copy the commercial ID from your workspace. To find the commercialID on the OMS portal, view Upgrade Readiness > Settings. You will find the commercial ID on the settings page. - - |
Exit code and meaning | +Suggested fix | +
0 - Success | +N/A | +
1 - Unexpected error occurred while executiEng the script. | +The files in the deployment script are likely corrupted. Download the [latest script](https://go.microsoft.com/fwlink/?LinkID=822966) from the download center and try again. | +
2 - Error when logging to console. $logMode = 0. (console only) |
+ Try changing the $logMode value to **1** and try again. $logMode value 1 logs to both console and file. |
+
3 - Error when logging to console and file. $logMode = 1. | +Verify that you have set the logPath parameter in RunConfig.bat, and that the configuration script has access to connect and write to this location. | +
4 - Error when logging to file. $logMode = 2. | +Verify that you have set the logPath parameter in RunConfig.bat, and that the configuration script has access to connect and write to this location. | +
5 - Error when logging to console and file. $logMode = unknown. | +Verify that you have set the logPath parameter in RunConfig.bat, and that the configuration script has access to connect and write to this location. | +
6 - The commercialID parameter is set to unknown. Modify the runConfig.bat file to set the CommercialID value. |
+ The value for parameter in the runconfig.bat file should match the Commercial ID key for your workspace.
+ See [Generate your Commercial ID key](https://technet.microsoft.com/itpro/windows/deploy/upgrade-readiness-get-started#generate-your-commercial-id-key) for instructions on generating a Commercial ID key for your workspace. |
+
8 - Failure to create registry key path: **HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection** | +The Commercial Id property is set at the following registry key path: **HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection**
+ Verify that the context under which the script in running has access to the registry key. |
+
9 - The script failed to write Commercial Id to registry.
+ Error creating or updating registry key: **CommercialId** at **HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection** + |
+ Verify that the context under which the script in running has access to the registry key. | +
10 - Error when writing **CommercialDataOptIn** to the registry at **HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection** | +Verify that the deployment script is running in a context that has access to the registry key. | +
11 - Function **SetupCommercialId** failed with an unexpected exception. | +The **SetupCommercialId** function updates the Commercial Id at the registry key path: **HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection** Verify that the configuration script has access to this location. |
+
12 - Can’t connect to Microsoft - Vortex. Check your network/proxy settings. | +**Http Get** on the end points did not return a success exit code. + For Windows 10, connectivity is verified by connecting to https://v10.vortex-win.data.microsoft.com/health/keepalive. + For previous operating systems, connectivity is verified by connecting to https://vortex-win.data.microsoft.com/health/keepalive. + If there is an error verifying connectivity, this will prevent the collected data from being sent to Upgrade Readiness. To resolve this issue, verify that the required endpoints are correctly whitelisted. For more information, see [Enable data sharing](https://technet.microsoft.com/en-us/itpro/windows/deploy/upgrade-readiness-get-started#enable-data-sharing). |
+
13 - Can’t connect to Microsoft - setting. | +An error occurred connecting to https://settings.data.microsoft.com/qos. This error will prevent the collected data from being sent to Upgrade Readiness. To resolve this issue, verify that the required endpoints are correctly whitelisted. For more information, see [Enable data sharing](https://technet.microsoft.com/en-us/itpro/windows/deploy/upgrade-readiness-get-started#enable-data-sharing). | +
14 - Can’t connect to Microsoft - compatexchange. | +An error occurred connecting to https://compatexchange1.trafficmanager.net/CompatibilityExchangeService.svc . This error will prevent the collected data from being sent to Upgrade Readiness. To resolve this issue, verify that the required endpoints are correctly whitelisted. For more information, see [Enable data sharing](https://technet.microsoft.com/en-us/itpro/windows/deploy/upgrade-readiness-get-started#enable-data-sharing). | +
15 - Function CheckVortexConnectivity failed with an unexpected exception. | +This error will prevent the collected data from being sent to Upgrade Readiness. To resolve this issue, verify that the required endpoints are correctly whitelisted. For more information, see [Enable data sharing](https://technet.microsoft.com/en-us/itpro/windows/deploy/upgrade-readiness-get-started#enable-data-sharing). Check the logs for the exception message and the HResult. | +
16 - The computer requires a reboot before running the script. | +A reboot is required to complete the installation of the compatibility update and related KBs. Reboot the computer before running the Upgrade Readiness deployment script. | +
17 - Function **CheckRebootRequired** failed with an unexpected exception. | +A reboot is required to complete installation of the compatibility update and related KBs. Check the logs for the exception message and the HResult. | +
18 - Appraiser KBs not installed or **appraiser.dll** not found. | +Either the Appraiser KBs are not installed, or the **appraiser.dll** file was not found. For more information, see appraiser telemetry events and fields information in the [Data collection](https://technet.microsoft.com/itpro/windows/deploy/upgrade-readiness-get-started#data-collection-and-privacy) and privacy topic. | +
19 - Function **CheckAppraiserKB**, which checks the compatibility update KBs, failed with unexpected exception. | +Check the logs for the Exception message and HResult. The script will not run further if this error is not fixed. | +
20 - An error occurred when creating or updating the registry key **RequestAllAppraiserVersions** at **HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Appraiser** | +The registry key is required for data collection to work correctly. Verify that the script is running in a context that has access to the registry key. | +
21 - Function **SetRequestAllAppraiserVersions** failed with an unexpected exception. | +Check the logs for the exception message and HResult. | +
22 - **RunAppraiser** failed with unexpected exception. | +Check the logs for the exception message and HResult. Check the **%windir%\System32*8 directory for the file **CompatTelRunner.exe**. If the file does not exist, reinstall the required compatibility updates which include this file, and check your organization's Group Policy to verify it does not remove this file. | +
23 - Error finding system variable **%WINDIR%**. | +Verify that this environment variable is configured on the computer. | +
24 - The script failed when writing **IEDataOptIn** to the registry. An error occurred when creating registry key **IEOptInLevel** at **HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection** | +This is a required registry key for IE data collection to work correctly. Verify that the deployment script in running in a context that has access to the registry key. Check the logs for the exception message and HResult. | +
25 - The function **SetIEDataOptIn** failed with unexpected exception. | +Check the logs for the exception message and HResult. | +
26 - The operating system is Server or LTSB SKU. | +The script does not support Server or LTSB SKUs. | +
27 - The script is not running under **System** account. | +The Upgrade Readiness configuration script must be run as **System**. | +
28 - Could not create log file at the specified **logPath**. | +Make sure the deployment script has access to the location specified in the **logPath** parameter. | +
29 - Connectivity check failed for proxy authentication. | +Install the cumulative updates on the computer and enable the **DisableEnterpriseAuthProxy** authentication proxy setting.
+ The **DisableEnterpriseAuthProxy** setting is enabled by default for Windows 7. + For Windows 8.1 computers, set the **DisableEnterpriseAuthProxy** setting to **0** (not disabled). + For more information on authentication proxy support, see [this blog post](https://go.microsoft.com/fwlink/?linkid=838688). |
+
30 - Connectivity check failed. Registry key property **DisableEnterpriseAuthProxy** is not enabled. | +The **DisableEnterpriseAuthProxy** setting is enabled by default for Windows 7.
+ For Windows 8.1 computers, set the **DisableEnterpriseAuthProxy** setting to **0** (not disabled). + For more information on authentication proxy support, see [this blog post](https://go.microsoft.com/fwlink/?linkid=838688). |
+
31 - There is more than one instance of the Upgrade Readiness data collector running at the same time on this computer. | +Use the Windows Task Manager to check if **CompatTelRunner.exe** is running, and wait until it has completed to rerun the script. The Upgrade Readiness task is scheduled to run daily at 3 a.m. | +
32 - Appraiser version on the machine is outdated. | +The configuration script detected a version of the compatibility update module that is older than the minimum required to correctly collect the data required by Upgrade Readiness solution. Use the latest version of the [compatibility update](https://technet.microsoft.com/en-us/itpro/windows/deploy/upgrade-readiness-get-started#deploy-the-compatibility-update-and-related-kbs) for Windows 7 SP1/Windows 8.1. | +
33 - **CompatTelRunner.exe** exited with an exit code | +**CompatTelRunner.exe** runs the appraise task on the machine. If it fails, it will provide a specific exit code. The script will return exit code 33 when **CompatTelRunner.exe** itself exits with an exit code. Please check the logs for more details. | +
34 - Function **CheckProxySettings** failed with an unexpected exception. | +Check the logs for the exception message and HResult.> | +
35 - Function **CheckAuthProxy** failed with an unexpected exception. | +Check the logs for the exception message and HResult. | +
36 - Function **CheckAppraiserEndPointsConnectivity** failed with an unexpected exception. | +Check the logs for the exception message and HResult. | +
37 - **Diagnose_internal.cmd** failed with an unexpected exception. | +Check the logs for the exception message and HResult. | +
38 - Function **Get-SqmID** failed with an unexpected exception. | +Check the logs for the exception message and HResult. | +
39 - For Windows 10: AllowTelemetry property is not set to 1 or higher at registry key path **HKLM:\SOFTWARE\Policies\Microsoft\Windows\DataCollection** + or **HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection** | +For Windows 10 machines, the **AllowTelemetry** property should be set to 1 or greater to enable data collection. The script will throw an error if this is not true. For more information, see [Configure Windows telemetry in your organization](https://technet.microsoft.com/itpro/windows/manage/configure-windows-telemetry-in-your-organization). | +
40 - Function **CheckTelemetryOptIn** failed with an unexpected exception. | +Check the logs for the exception message and HResult. | +
41 - The script failed to impersonate the currently logged on user. | +The script mimics the UTC client to collect upgrade readiness data. When auth proxy is set, the UTC client impersonates the logged on user. The script also tries to mimic this, but the process failed. | +
42 - Function **StartImpersonatingLoggedOnUser** failed with an unexpected exception. | +Check the logs for the exception message and HResult. | +
43 - Function **EndImpersonatingLoggedOnUser** failed with an unexpected exception. | +Check the logs for the exception message and HResult. | +