Add periods to alt text

No other changes
This commit is contained in:
Gary Moore
2021-08-21 13:08:01 -07:00
parent 963086456e
commit 17262985e6
406 changed files with 2100 additions and 2100 deletions

View File

@ -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**.
![microsoft security bulletin techcenter](images/securitybulletin-filter.png)
![microsoft security bulletin techcenter.](images/securitybulletin-filter.png)
2. Click the title of the latest cumulative security update, and then scroll down to the **Affected software** table.
![affected software section](images/affectedsoftware.png)
![affected software section.](images/affectedsoftware.png)
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 youre con
1. From the Configuration Manager, click **Administration**, click **Client Settings**, double-click **Default Client Settings**, click **Hardware Inventory**, and then click **Set Classes**.
![Configuration Manager, showing the hardware inventory settings for client computers](images/configmgrhardwareinventory.png)
![Configuration Manager, showing the hardware inventory settings for client computers.](images/configmgrhardwareinventory.png)
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**.
![Configuration Manager, with the Connect to Windows Management Instrumentation (WMI) box](images/ie11-inventory-addclassconnectscreen.png)
![Configuration Manager, with the Connect to Windows Management Instrumentation (WMI) box.](images/ie11-inventory-addclassconnectscreen.png)
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.
![ActiveX.rdl report, lists all ActiveX-related sites visited by the client computer](images/configmgractivexreport.png)
![ActiveX.rdl report, lists all ActiveX-related sites visited by the client computer.](images/configmgractivexreport.png)
### SCCM Report Sample Site Discovery.rdl
Gives you a list of all of the sites visited by the client computer.
![Site Discovery.rdl report, lists all websites visited by the client computer](images/ie-site-discovery-sample-report.png)
![Site Discovery.rdl report, lists all websites visited by the client computer.](images/ie-site-discovery-sample-report.png)
## 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**.
![Enterprise Mode Site List Manager with Bulk add from file option](images/bulkadd-emiesitelistmgr.png)
![Enterprise Mode Site List Manager with Bulk add from file option.](images/bulkadd-emiesitelistmgr.png)
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 doesnt 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).

View File

@ -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.
![enterprise mode option on the tools menu](images/ie-emie-toolsmenu.png)
![enterprise mode option on the tools menu.](images/ie-emie-toolsmenu.png)
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.
![group policy to turn on enterprise mode](images/ie-emie-grouppolicy.png)
![group policy to turn on enterprise mode.](images/ie-emie-grouppolicy.png)
Getting these reports lets you find out about sites that arent 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.
![IIS Manager, editing website bindings](images/ie-emie-editbindings.png)
![IIS Manager, editing website bindings.](images/ie-emie-editbindings.png)
4. Open the **Logging** feature, pick **W3C** for the format, and click **Select Fields** to open the **W3C Logging Fields** box.
![IIS Manager, setting logging options](images/ie-emie-logging.png)
![IIS Manager, setting logging options.](images/ie-emie-logging.png)
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.
![Enterprise Mode log file](images/ie-emie-logfile.png)
![Enterprise Mode log file.](images/ie-emie-logfile.png)
## 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**.
![Visual Studio, Publish menu](images/ie-emie-publishsolution.png)
![Visual Studio, Publish menu.](images/ie-emie-publishsolution.png)
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 wont be collected and youll have problems deploying the website. 
![Visual Studio, Publish Web wizard](images/ie-emie-publishweb.png)
![Visual Studio, Publish Web wizard.](images/ie-emie-publishweb.png)
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 youre already on the webpage, youll need to refresh the page to see the results.
![Enterprise Mode Result report with details](images/ie-emie-reportwdetails.png)
![Enterprise Mode Result report with details.](images/ie-emie-reportwdetails.png)
### Troubleshooting publishing errors
@ -141,7 +141,7 @@ If you have errors while youre 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**.
![Nuget Package Manager for package updates](images/ie-emie-packageupdate.png)
![Nuget Package Manager for package updates.](images/ie-emie-packageupdate.png)
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.

View File

@ -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.
<!--
![Local Group Policy Editor for using a site list](../edge/images/config-enterprise-site-list.png)
![Local Group Policy Editor for using a site list.](../edge/images/config-enterprise-site-list.png)
-->
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:
<!--
![Enterprise mode with site list in the registry](../edge/images/enterprise-mode-value-data.png) -->
![Enterprise mode with site list in the registry.](../edge/images/enterprise-mode-value-data.png) -->
- **HTTPS location:** `"SiteList"="https://localhost:8080/sites.xml"`

View File

@ -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.
![group policy editor with emie setting](images/ie-emie-editpolicy.png)
![group policy editor with emie setting.](images/ie-emie-editpolicy.png)
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.
![edit registry string for data collection location](images/ie-emie-editregistrystring.png)
![edit registry string for data collection location.](images/ie-emie-editregistrystring.png)
Your **Value data** location can be any of the following types: