mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-19 20:33:42 +00:00
Merge remote-tracking branch 'refs/remotes/origin/master' into jd-sandbox
This commit is contained in:
@ -224,75 +224,9 @@ In this example, `contoso.com/about/careers` will use the default version of Int
|
||||
## How to target specific sites
|
||||
If you want to target specific sites in your organization.
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<tr class="header">
|
||||
<th>Targeted site</th>
|
||||
<th>Example</th>
|
||||
<th>Explanation</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>You can specify subdomains in the domain tag</td>
|
||||
<td>
|
||||
<pre class="syntax">
|
||||
<docMode>
|
||||
<domain docMode="5">contoso.com</domain>
|
||||
<domain docMode="9">info.contoso.com</domain>
|
||||
<docMode></pre></td>
|
||||
<td>
|
||||
<ul>
|
||||
<li>contoso.com uses document mode 5.</li>
|
||||
<li>info.contoso.com uses document mode 9.</li>
|
||||
<li>test.contoso.com also uses document mode 5.</li>
|
||||
</ul>
|
||||
</td></tr>
|
||||
<tr>
|
||||
<td>You can specify exact URLs by listing the full path</td>
|
||||
<td>
|
||||
<pre class="syntax">
|
||||
<emie>
|
||||
<domain exclude="false">bing.com</domain>
|
||||
<domain exclude="false" forceCompatView="true">contoso.com</domain>
|
||||
<emie></pre></td>
|
||||
<td>
|
||||
<ul>
|
||||
<li>bing.com uses IE8 Enterprise Mode.</li>
|
||||
<li>contoso.com uses IE7 Enterprise Mode.</li>
|
||||
</ul>
|
||||
</td></tr>
|
||||
<tr>
|
||||
<td>You can nest paths underneath domains</td>
|
||||
<td>
|
||||
<pre class="syntax">
|
||||
<emie>
|
||||
<domain exclude="true">contoso.com
|
||||
<path exclude="false">/about</path>
|
||||
<path exclude="true">/about/business</path>
|
||||
</domain>
|
||||
</emie></pre></td>
|
||||
<td>
|
||||
<ul>
|
||||
<li>contoso.com will use the default version of IE.</li>
|
||||
<li>contoso.com/about and everything underneath that node will load in Enterprise Mode, except contoso.com/about/business, which will load in the default version of IE.</li>
|
||||
</ul>
|
||||
</td></tr>
|
||||
<tr>
|
||||
<td>You can’t add a path underneath a path. The file will still be parsed, but the sub-path will be ignored</td>
|
||||
<td>
|
||||
<pre class="syntax">
|
||||
<emie>
|
||||
<domain exclude="true">contoso.com
|
||||
<path>/about
|
||||
<path exclude="true">/business</path>
|
||||
</path>
|
||||
</domain>
|
||||
</emie></pre></td>
|
||||
<td>
|
||||
<ul>
|
||||
<li>contoso.com will use the default version of IE.</li>
|
||||
<li>contoso.com/about and everything underneath that node will load in Enterprise Mode, including contoso.com/about/business because the last rule is ignored.</li>
|
||||
</ul>
|
||||
</td></tr>
|
||||
</table>
|
||||
|Targeted site |Example |Explanation |
|
||||
|--------------|--------|------------|
|
||||
|You can specify subdomains in the domain tag. |<code><docMode><br><domain docMode="5">contoso.com</domain><br><domain docMode="9">info.contoso.com</domain><br><docMode></code> |<ul><li>contoso.com uses document mode 5.</li><li>info.contoso.com uses document mode 9.</li><li>test.contoso.com also uses document mode 5.</li></ul>|
|
||||
|You can specify exact URLs by listing the full path. |<code><emie><br><domain exclude="false">bing.com</domain><br><domain exclude="false" forceCompatView="true">contoso.com</domain><br><emie></code>|<ul><li>bing.com uses IE8 Enterprise Mode.</li><li>contoso.com uses IE7 Enterprise Mode.</li></ul>|
|
||||
|You can nest paths underneath domains. |<code><emie><br><domain exclude="true">contoso.com<br><path exclude="false">/about</path><br><path exclude="true"><br>/about/business</path><br></domain><br></emie></code> |<ul><li>contoso.com will use the default version of IE.</li><li>contoso.com/about and everything underneath that node will load in Enterprise Mode, except contoso.com/about/business, which will load in the default version of IE.</li></ul> |
|
||||
|You can’t add a path underneath a path. The file will still be parsed, but the sub-path will be ignored. |<code><emie><br><domain exclude="true">contoso.com<br><path>/about<br><path exclude="true">/business</path><br></path><br></domain><br></emie></code> |<ul><li>contoso.com will use the default version of IE.</li><li>contoso.com/about and everything underneath that node will load in Enterprise Mode, including contoso.com/about/business because the last rule is ignored.</li></ul> |
|
@ -75,6 +75,8 @@ Cortana is Microsoft’s personal digital assistant, who helps busy people get t
|
||||
|
||||
Using Azure AD also means that you can remove an employee’s profile (for example, when an employee leaves your organization) while respecting Windows Information Protection (WIP) policies and ignoring enterprise content, such as emails, calendar items, and people lists that are marked as enterprise data.
|
||||
|
||||
For more info about Cortana at work, see (../configure/cortana-at-work-overview.md)
|
||||
|
||||
|
||||
## Deployment
|
||||
|
||||
|
Reference in New Issue
Block a user