mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-16 02:43:43 +00:00
Add periods to alt text
No other changes
This commit is contained in:
@ -34,11 +34,11 @@ Before you start, you need to make sure you have the following:
|
||||
|
||||
1. Go to the [Microsoft Security Bulletin](https://go.microsoft.com/fwlink/p/?LinkID=718223) page, and change the filter to **Windows Internet Explorer 11**.
|
||||
|
||||

|
||||

|
||||
|
||||
2. Click the title of the latest cumulative security update, and then scroll down to the **Affected software** table.
|
||||
|
||||

|
||||

|
||||
|
||||
3. Click the link that represents both your operating system version and Internet Explorer 11, and then follow the instructions in the **How to get this update** section.
|
||||
|
||||
@ -280,13 +280,13 @@ You can collect your hardware inventory using the MOF Editor, while you’re con
|
||||
|
||||
1. From the Configuration Manager, click **Administration**, click **Client Settings**, double-click **Default Client Settings**, click **Hardware Inventory**, and then click **Set Classes**.
|
||||
|
||||

|
||||

|
||||
|
||||
2. Click **Add**, click **Connect**, and connect to a computer that has completed the setup process and has already existing classes.
|
||||
|
||||
3. Change the **WMI Namespace** to `root\cimv2\IETelemetry`, and click **Connect**.
|
||||
|
||||

|
||||

|
||||
|
||||
4. Select the check boxes next to the following classes, and then click **OK**:
|
||||
|
||||
@ -393,12 +393,12 @@ The sample reports, **SCCM Report Sample – ActiveX.rdl** and **SCCM Report Sam
|
||||
### SCCM Report Sample – ActiveX.rdl
|
||||
Gives you a list of all of the ActiveX-related sites visited by the client computer.
|
||||
|
||||

|
||||

|
||||
|
||||
### SCCM Report Sample – Site Discovery.rdl
|
||||
Gives you a list of all of the sites visited by the client computer.
|
||||
|
||||

|
||||

|
||||
|
||||
## View the collected XML data
|
||||
After the XML files are created, you can use your own solutions to extract and parse the data. The data will look like:
|
||||
@ -436,7 +436,7 @@ You can import this XML data into the correct version of the Enterprise Mode Sit
|
||||
|
||||
1. Open the Enterprise Mode Site List Manager, click **File**, and then click **Bulk add from file**.
|
||||
|
||||

|
||||

|
||||
|
||||
2. Go to your XML file to add the included sites to the tool, and then click **Open**.<br>Each site is validated and if successful, added to the global site list when you click **OK** to close the menu. If a site doesn’t pass validation, you can try to fix the issues or pick the site and click **Add to list** to ignore the validation problem. For more information about fixing validation problems, see [Fix validation problems using the Enterprise Mode Site List Manager](fix-validation-problems-using-the-enterprise-mode-site-list-manager.md).
|
||||
|
||||
|
@ -27,11 +27,11 @@ ms.date: 07/27/2017
|
||||
|
||||
Using Group Policy, you can turn on Enterprise Mode for Internet Explorer and then you can turn on local user control using the **Let users turn on and use Enterprise Mode from the Tools menu** setting, located in the `Administrative Templates\Windows Components\Internet Explorer` category path. After you turn this setting on, your users can turn on Enterprise Mode locally, from the IE **Tools** menu.
|
||||
|
||||

|
||||

|
||||
|
||||
The **Let users turn on and use Enterprise Mode from the Tools menu** setting also lets you decide where to send the user reports (as a URL). We recommend creating a custom HTTP port 81 to let your incoming user information go to a dedicated site. A dedicated site is important so you can quickly pick out the Enterprise Mode traffic from your other website traffic.
|
||||
|
||||

|
||||

|
||||
|
||||
Getting these reports lets you find out about sites that aren’t working right, so you can add them to your Enterprise Mode site list, without having to locate them all yourself. For more information about creating and using a site list, see the [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2)](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) or the [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1)](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md) topic, based on your operating system.
|
||||
|
||||
@ -47,11 +47,11 @@ This lets you create an ASP form that accepts the incoming POST messages.
|
||||
|
||||
3. Open the Internet Information Services (IIS) Manager, click **Bindings**, highlight **Port 81**, click **Edit**, and then change the website information to point to Port 81 so it matches your custom-created port.
|
||||
|
||||

|
||||

|
||||
|
||||
4. Open the **Logging** feature, pick **W3C** for the format, and click **Select Fields** to open the **W3C Logging Fields** box.
|
||||
|
||||

|
||||

|
||||
|
||||
5. Change the WC3 logging fields to include only the **Date**, **Client IP**, **User Name**, and **URI Query** standard fields, and then click **OK**.<p>
|
||||
Using only these fields keeps the log file simple, giving you the date, client IP address, and the website URI information for any site changed by your users.
|
||||
@ -72,7 +72,7 @@ This code logs your POST fields to your IIS log file, where you can review all o
|
||||
### IIS log file information
|
||||
This is what your log files will look like after you set everything up and at least one of your users has turned on Enterprise Mode locally from the **Tools** menu. You can see the URL of the problematic website and client IP address of the user that turned on Enterprise Mode.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
## Using the GitHub sample to collect your data
|
||||
@ -99,14 +99,14 @@ The required packages are automatically downloaded and included in the solution.
|
||||
|
||||
1. Right-click on the name, PhoneHomeSample, and click **Publish**.
|
||||
|
||||

|
||||

|
||||
|
||||
2. In the **Publish Web** wizard, pick the publishing target and options that work for your organization.
|
||||
|
||||
**Important**<br>
|
||||
Make sure you have a database associated with your publishing target. Otherwise, your reports won’t be collected and you’ll have problems deploying the website.
|
||||
|
||||

|
||||

|
||||
|
||||
After you finish the publishing process, you need to test to make sure the app deployed successfully.
|
||||
|
||||
@ -131,7 +131,7 @@ The required packages are automatically downloaded and included in the solution.
|
||||
- Go to `https://<deploy_URL>/List` to see the report results.<p>
|
||||
If you’re already on the webpage, you’ll need to refresh the page to see the results.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
### Troubleshooting publishing errors
|
||||
@ -141,7 +141,7 @@ If you have errors while you’re publishing your project, you should try to upd
|
||||
|
||||
1. From the **Tools** menu of Microsoft Visual Studio, click **NuGet Package Manager**, and click **Manage NuGet Packages for Solution**.
|
||||
|
||||

|
||||

|
||||
|
||||
2. Click **Updates** on the left side of the tool, and click the **Update All** button.<p>
|
||||
You may need to do some additional package cleanup to remove older package versions.
|
||||
|
@ -9,7 +9,7 @@ centralized control, you can create one global list of websites that render usin
|
||||
1. Open your Group Policy editor and go to the **Administrative Templates\\Windows Components\\Microsoft Edge\\Configure the Enterprise Mode Site List** setting.<p>Turning this setting on also requires you to create and store a site list.
|
||||
|
||||
<!--
|
||||

|
||||

|
||||
-->
|
||||
|
||||
2. Click **Enabled**, and then in the **Options** area, type the location to your site list.
|
||||
@ -24,7 +24,7 @@ All of your managed devices must have access to this location if you want them t
|
||||
|
||||
2. Edit the `SiteList` registry key to point to where you want to keep your Enterprise Mode site list file.<p>For example:
|
||||
<!--
|
||||
 -->
|
||||
 -->
|
||||
|
||||
- **HTTPS location:** `"SiteList"="https://localhost:8080/sites.xml"`
|
||||
|
||||
|
@ -33,7 +33,7 @@ Besides turning on this feature, you also have the option to provide a URL for E
|
||||
|
||||
1. Open your Group Policy editor and go to the **Administrative Templates\\Windows Components\\Internet Explorer\\Let users turn on and use Enterprise Mode from the Tools menu** setting.
|
||||
|
||||

|
||||

|
||||
|
||||
2. Click **Enabled**, and then in the **Options** area, type the location for where to receive reports about when your employees use this functionality to turn Enterprise Mode on or off from the **Tools** menu.
|
||||
|
||||
@ -45,7 +45,7 @@ Besides turning on this feature, you also have the option to provide a URL for E
|
||||
|
||||
3. Right-click the **Enable** key, click **Modify**, and then type a **Value data** to point to a server that you can listen to for updates.
|
||||
|
||||

|
||||

|
||||
|
||||
Your **Value data** location can be any of the following types:
|
||||
|
||||
|
Reference in New Issue
Block a user