mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-20 21:03:42 +00:00
Merge remote-tracking branch 'refs/remotes/origin/master' into vs-wiprs2
This commit is contained in:
@ -42,9 +42,9 @@ To run the Upgrade Readiness deployment script:
|
|||||||
3. By default, the script sends log information to both the console and the log file. To change the default behavior, use one of the following options:
|
3. By default, the script sends log information to both the console and the log file. To change the default behavior, use one of the following options:
|
||||||
|
|
||||||
> *logMode = 0 log to console only*
|
> *logMode = 0 log to console only*
|
||||||
>
|
>
|
||||||
> *logMode = 1 log to file and console*
|
> *logMode = 1 log to file and console*
|
||||||
>
|
>
|
||||||
> *logMode = 2 log to file only*
|
> *logMode = 2 log to file only*
|
||||||
|
|
||||||
3. To enable Internet Explorer data collection, set AllowIEData to IEDataOptIn. By default, AllowIEData is set to Disable. Then use one of the following options to determine what Internet Explorer data can be collected:
|
3. To enable Internet Explorer data collection, set AllowIEData to IEDataOptIn. By default, AllowIEData is set to Disable. Then use one of the following options to determine what Internet Explorer data can be collected:
|
||||||
@ -57,7 +57,16 @@ To run the Upgrade Readiness deployment script:
|
|||||||
>
|
>
|
||||||
> *IEOptInLevel = 3 Data collection is enabled for all sites*
|
> *IEOptInLevel = 3 Data collection is enabled for all sites*
|
||||||
|
|
||||||
4. 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.
|
4. The latest version (03.02.17) of the deployment script is configured to collect and send diagnostic and debugging data to Microsoft. If you wish to disable sending diagnostic and debugging data to Microsoft, set **AppInsightsOptIn = false**. By default, **AppInsightsOptIn** is set to **true**.
|
||||||
|
|
||||||
|
The data that is sent is the same data that is collected in the text log file that captures the events and error codes while running the script. This file is named in the following format: **UA_yyyy_mm_dd_hh_mm_ss_machineID.txt**. Log files are created in the drive that is specified in the RunConfig.bat file. By default this is set to: **%SystemDrive%\UADiagnostics**.
|
||||||
|
|
||||||
|
This data gives us the ability to determine the status of your machines and to help troubleshoot issues. If you choose to opt-in to and send this data to Microsoft, you must also allow https traffic to be sent to the following wildcard endpoints:
|
||||||
|
|
||||||
|
\*vortex\*.data.microsoft.com<BR>
|
||||||
|
\*settings\*.data.microsoft.com
|
||||||
|
|
||||||
|
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.
|
The deployment script displays the following exit codes to let you know if it was successful, or if an error was encountered.
|
||||||
|
|
||||||
|
@ -79,7 +79,7 @@ For Upgrade Readiness to receive and display upgrade readiness data from Microso
|
|||||||
|
|
||||||
To enable data sharing, whitelist the following endpoints. Note that you may need to get approval from your security group to do this.
|
To enable data sharing, whitelist the following endpoints. Note that you may need to get approval from your security group to do this.
|
||||||
|
|
||||||
Note: The compatibility update KB runs under the computer’s system account. If you are using user authenticated proxies, read [this blog post](https://go.microsoft.com/fwlink/?linkid=838688) to learn what you need to do to run it under the logged on user account.
|
Note: The compatibility update KB runs under the computer’s system account. If you are using user authenticated proxies, read [this blog post](https://blogs.technet.microsoft.com/upgradeanalytics/2017/03/10/understanding-connectivity-scenarios-and-the-deployment-script/) to learn what you need to do to run it under the logged on user account.
|
||||||
|
|
||||||
| **Endpoint** | **Function** |
|
| **Endpoint** | **Function** |
|
||||||
|---------------------------------------------------------|-----------|
|
|---------------------------------------------------------|-----------|
|
||||||
|
@ -78,8 +78,6 @@ See [Windows 7, Windows 8, and Windows 8.1 appraiser telemetry events and fields
|
|||||||
|
|
||||||
Before you get started configuring Upgrade Anatlyics, review the following tips and limitations about this release.
|
Before you get started configuring Upgrade Anatlyics, review the following tips and limitations about this release.
|
||||||
|
|
||||||
**User authenticated proxies are not supported in this release.** User computers communicate with Microsoft through Windows telemetry. The Windows telemetry client runs in System context and requires a connection to various Microsoft telemetry endpoints. User authenticated proxies are not supported at this time. Work with your Network Administrator to ensure that user computers can communicate with telemetry endpoints.
|
|
||||||
|
|
||||||
**Upgrade Readiness does not support on-premises Windows deployments.** Upgrade Readiness is built as a cloud service, which allows Upgrade Readiness to provide you with insights based on the data from user computers and other Microsoft compatibility services. Cloud services are easy to get up and running and are cost-effective because there is no requirement to physically implement and maintain services on-premises.
|
**Upgrade Readiness does not support on-premises Windows deployments.** Upgrade Readiness is built as a cloud service, which allows Upgrade Readiness to provide you with insights based on the data from user computers and other Microsoft compatibility services. Cloud services are easy to get up and running and are cost-effective because there is no requirement to physically implement and maintain services on-premises.
|
||||||
|
|
||||||
**In-region data storage requirements.** Windows telemetry data from user computers is encrypted, sent to, and processed at Microsoft-managed secure data centers located in the US. Our analysis of the upgrade readiness-related data is then provided to you through the Upgrade Readiness solution in the Microsoft Operations Management Suite (OMS) portal. At the time this topic is being published, only OMS workspaces created in the East US and West Europe are supported. We’re adding support for additional regions and we’ll update this information when new international regions are supported.
|
**In-region data storage requirements.** Windows telemetry data from user computers is encrypted, sent to, and processed at Microsoft-managed secure data centers located in the US. Our analysis of the upgrade readiness-related data is then provided to you through the Upgrade Readiness solution in the Microsoft Operations Management Suite (OMS) portal. At the time this topic is being published, only OMS workspaces created in the East US and West Europe are supported. We’re adding support for additional regions and we’ll update this information when new international regions are supported.
|
||||||
|
@ -112,7 +112,7 @@ Membership in the local Administrators group, or equivalent, is the minimum requ
|
|||||||
|
|
||||||
5. After the PC restarts, your TPM will be automatically prepared for use by Windows 10.
|
5. After the PC restarts, your TPM will be automatically prepared for use by Windows 10.
|
||||||
|
|
||||||
## <a href="" id="turn-on-or-turn-off"></a>Turn on or turn off the TPM (TPM 1.2 with Windows 10, version 1507 or 1511)
|
## <a href="" id="turn-on-or-turn-off"></a>Turn on or turn off the TPM (available only with TPM 1.2 with Windows 10, version 1507 or 1511)
|
||||||
|
|
||||||
Normally, the TPM is turned on as part of the TPM initialization process. You do not normally need to turn the TPM on or off. However, if necessary you can do so by using the TPM MMC.
|
Normally, the TPM is turned on as part of the TPM initialization process. You do not normally need to turn the TPM on or off. However, if necessary you can do so by using the TPM MMC.
|
||||||
|
|
||||||
@ -147,6 +147,20 @@ If you want to stop using the services that are provided by the TPM, you can use
|
|||||||
- If you do not have the removable storage device with your saved TPM owner password, click **I want to enter the password**. In the **Type your TPM owner password** dialog box, type your password (including hyphens), and then click **Turn TPM Off**.
|
- If you do not have the removable storage device with your saved TPM owner password, click **I want to enter the password**. In the **Type your TPM owner password** dialog box, type your password (including hyphens), and then click **Turn TPM Off**.
|
||||||
|
|
||||||
- If you did not save your TPM owner password or no longer know it, click **I do not have the TPM owner password**, and follow the instructions that are provided in the dialog box and subsequent UEFI screens to turn off the TPM without entering the password.
|
- If you did not save your TPM owner password or no longer know it, click **I do not have the TPM owner password**, and follow the instructions that are provided in the dialog box and subsequent UEFI screens to turn off the TPM without entering the password.
|
||||||
|
|
||||||
|
### Change the TPM Owner Password (available only with Windows 10, version 1607 and earlier versions)
|
||||||
|
|
||||||
|
If you have the [owner password](https://technet.microsoft.com/itpro/windows/keep-secure/change-the-tpm-owner-password) available, you can use TPM.msc to change the TPM Owner Password.
|
||||||
|
|
||||||
|
1. Open the TPM MMC (tpm.msc).
|
||||||
|
|
||||||
|
2. In the **Action** pane, click **Change the Owner Password**
|
||||||
|
|
||||||
|
- If you saved your TPM owner password on a removable storage device, insert it, and then click **I have the owner password file**. In the **Select backup file with the TPM owner password** dialog box, click **Browse** to locate the .tpm file that is saved on your removable storage device, click **Open**, and then click **Turn TPM Off**.
|
||||||
|
|
||||||
|
- If you do not have the removable storage device with your saved TPM owner password, click **I want to enter the password**. In the **Type your TPM owner password** dialog box, type your password (including hyphens), and then click **Turn TPM Off**.
|
||||||
|
|
||||||
|
This capability was fully removed from TPM.msc in later versions of Windows.
|
||||||
|
|
||||||
## Use the TPM cmdlets
|
## Use the TPM cmdlets
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user