moved details about setting IEDataOptIn

This commit is contained in:
Justinha 2016-09-01 16:20:30 -07:00
parent 9672a1d9f4
commit ebb5d53999

View File

@ -133,15 +133,7 @@ The Upgrade Analytics deployment script does the following:
7. If enabled, displays the scripts progress in a cmd window, providing you immediate visibility into issues (success or fail for each step) and/or writes to log file.
8. If enabled, collects Internet Explorer data. By default, Internet Explorer data collection is disabled. To enable this functionality, locate the AllowIEData, which will be set to Disable. Delete Disable and replace AllowIEData with IEDataOptIn. Then set the value to determine what Internet Explorer data can be collected:
0 Internet Explorer data collection is disabled
1 Data collection is enabled for sites in the Local intranet + Trusted sites + Machine local zones
2 Data collection is enabled for sites in the Internet + Restricted sites zones
3 Data collection is enabled for all sites
8. If enabled, collects Internet Explorer data. By default, Internet Explorer data collection is disabled.
To run the Upgrade Analytics deployment script:
@ -165,6 +157,16 @@ To run the Upgrade Analytics deployment script:
3. For troubleshooting, set isVerboseLogging to $true to generate log information that can help with diagnosing issues. By default, isVerboseLogging is set to $false. Ensure the Diagnostics folder is installed in the same directory as the script to use this mode.
4. 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:
> *IEOptInLevel = 0 Internet Explorer data collection is disabled*
>
> *IEOptInLevel = 1 Data collection is enabled for sites in the Local intranet + Trusted sites + Machine local zones*
>
> *IEOptInLevel = 2 Data collection is enabled for sites in the Internet + Restricted sites zones*
>
> *IEOptInLevel = 3 Data collection is enabled for all sites*
4. Notify users if they need to restart their computers. By default, this is set to off.
5. After you finish editing the parameters in RunConfig.bat, run the script as an administrator.