Merge remote-tracking branch 'upstream/master' into surface-2s-update-vjokai

This commit is contained in:
John Kaiser 2019-09-18 07:50:10 -07:00
commit e0473fc66b
1460 changed files with 3535 additions and 3046 deletions

View File

@ -626,8 +626,13 @@
"redirect_document_id": true
},
{
"source_path": "windows/security/threat-protection/windows-defender-exploit-guard/oldtoc.md",
"redirect_url": "/windows/security/threat-protection/microsoft-defender-atp/microsoft-defender-advanced-threat-protection",
"redirect_document_id": false
},
{
"source_path": "windows/security/threat-protection/windows-defender-exploit-guard/attack-surface-reduction-rules-in-windows-10-enterprise-e3.md",
"redirect_url": "windows/security/threat-protection/microsoft-defender-atp/attack-surface-reduction-rules-in-windows-10-enterprise-e3",
"redirect_url": "/windows/security/threat-protection/microsoft-defender-atp/attack-surface-reduction-rules-in-windows-10-enterprise-e3",
"redirect_document_id": true
},
{
@ -892,8 +897,8 @@
},
{
"source_path": "windows/security/threat-protection/windows-defender-exploit-guard/evaluate-windows-defender-exploit-guard.md",
"redirect_url": "/windows/security/threat-protection/microsoft-defender-atp/evaluate-windows-defender",
"redirect_document_id": true
"redirect_url": "/windows/security/threat-protection/microsoft-defender-atp/evaluate-atp",
"redirect_document_id": false
},
{
"source_path": "windows/threat-protection/windows-defender-exploit-guard/event-views-exploit-guard.md",
@ -912,7 +917,7 @@
},
{
"source_path": "windows/security/threat-protection/windows-defender-exploit-guard/exploit-protection-exploit-guard.md",
"redirect_url": "/windows/security/threat-protection/microsoft-defender-atp/exploit-protection-exploit-guard",
"redirect_url": "/windows/security/threat-protection/microsoft-defender-atp/exploit-protection",
"redirect_document_id": true
},
{

View File

@ -30,10 +30,10 @@ If you don't want to use the Enterprise Mode Site List Manager, you also have th
## Enterprise Mode schema v.1 example
The following is an example of the Enterprise Mode schema v.1. This schema can run on devices running Windows 7 and Windows 8.1.
**Important**<br>
Make sure that you don't specify a protocol when adding your URLs. Using a URL like `<domain>contoso.com</domain>` automatically applies to both https://contoso.com and https://contoso.com.
> [!IMPORTANT]
> Make sure that you don't specify a protocol when adding your URLs. Using a URL like `<domain>contoso.com</domain>` automatically applies to both http://contoso.com and https://contoso.com.
``` xml
```xml
<rules version="1">
<emie>
<domain exclude="false">www.cpandl.com</domain>
@ -206,7 +206,7 @@ For example, say you want all of the sites in the contoso.com domain to open usi
### What not to include in your schema
We recommend that you not add any of the following items to your schema because they can make your compatibility list behave in unexpected ways:
- Dont use protocols. For example, `https://`, `https://`, or custom protocols. They break parsing.
- Dont use protocols. For example, `http://`, `https://`, or custom protocols. They break parsing.
- Dont use wildcards.
- Dont use query strings, ampersands break parsing.
@ -217,7 +217,7 @@ You can use trailing slashes at the path-level, but not at the domain-level:
**Example**
``` xml
```xml
<domain exclude="true">contoso.com
<path exclude="false">/about/</path>
</domain>

View File

@ -26,8 +26,8 @@ ms.date: 12/04/2017
Use the Enterprise Mode Site List Manager to create and update your site list for devices running Windows 7, Windows 8.1, and Windows 10, using the version 2.0 (v.2) of the Enterprise Mode schema. If you don't want to use the Enterprise Mode Site List Manager, you also have the option to update your XML schema using Notepad, or any other XML-editing app.
**Important**<br>
If you're running Windows 7 or Windows 8.1 and you've been using the version 1.0 (v.1) of the schema, you can continue to do so, but you won't get the benefits that come with the updated schema. For info about the v.1 schema, see [Enterprise Mode schema v.1 guidance](enterprise-mode-schema-version-1-guidance.md).
> [!IMPORTANT]
> If you're running Windows 7 or Windows 8.1 and you've been using the version 1.0 (v.1) of the schema, you can continue to do so, but you won't get the benefits that come with the updated schema. For info about the v.1 schema, see [Enterprise Mode schema v.1 guidance](enterprise-mode-schema-version-1-guidance.md).
## Enterprise Mode schema v.2 updates
Because of the schema changes, you can't combine the old version (v.1) with the new version (v.2) of the schema. If you look at your XML file, you can tell which version you're using by:
@ -41,10 +41,10 @@ You can continue to use the v.1 version of the schema on Windows 10, but you wo
### Enterprise Mode v.2 schema example
The following is an example of the v.2 version of the Enterprise Mode schema.
**Important**<br>
Make sure that you don't specify a protocol when adding your URLs. Using a URL like `<url="contoso.com">`, automatically applies to both https://contoso.com and https://contoso.com.
> [!IMPORTANT]
> Make sure that you don't specify a protocol when adding your URLs. Using a URL like `<url="contoso.com">`, automatically applies to both http://contoso.com and https://contoso.com.
``` xml
```xml
<site-list version="205">
<!--- File creation header --->
<created-by>
@ -214,7 +214,7 @@ In this example, if <a href="https://contoso.com/travel" data-raw-source="https:
<td>url</td>
<td>Specifies the URL (and port number using standard port conventions) to which the child elements apply. The URL can be a domain, sub-domain, or any path URL.
<br><b>Note</b><br>
Make sure that you don&#39;t specify a protocol. Using &lt;site url=&quot;contoso.com&quot;&gt; applies to both <a href="https://contoso.com" data-raw-source="https://contoso.com">https://contoso.com</a> and <a href="https://contoso.com" data-raw-source="https://contoso.com">https://contoso.com</a>.
Make sure that you don&#39;t specify a protocol. Using &lt;site url=&quot;contoso.com&quot;&gt; applies to both <a href="http://contoso.com" data-raw-source="http://contoso.com">http://contoso.com</a> and <a href="https://contoso.com" data-raw-source="https://contoso.com">https://contoso.com</a>.
<p><b>Example</b>
<pre class="syntax">
&lt;site url=&quot;contoso.com:8080&quot;&gt;
@ -284,19 +284,15 @@ With:
While the old, replaced attributes aren't supported in the v.2 version of the schema, they'll continue to work in the v.1 version of the schema. If, however, you're using the v.2 version of the schema and these attributes are still there, the v.2 version schema takes precedence. We dont recommend combining the two schemas, and instead recommend that you move to the v.2 version of the schema to take advantage of the new features.
**Important**<br>
Saving your v.1 version of the file using the new Enterprise Mode Site List Manager (schema v.2) automatically updates the XML to the new v.2 version of the schema.
> [!IMPORTANT]
> Saving your v.1 version of the file using the new Enterprise Mode Site List Manager (schema v.2) automatically updates the XML to the new v.2 version of the schema.
### What not to include in your schema
We recommend that you not add any of the following items to your schema because they can make your compatibility list behave in unexpected ways:
- Dont use protocols. For example, https://, https://, or custom protocols. They break parsing.
- Dont use protocols. For example, `http://`, `https://`, or custom protocols. They break parsing.
- Dont use wildcards.
- Dont use query strings, ampersands break parsing.
## Related topics
- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md)

View File

@ -1,7 +1,7 @@
---
title: Administrative Template Settings
description: Administrative Template Settings
author: mjcaparas
author: dansimp
ms.assetid: 1abbf0c1-fd32-46a8-a3ba-c005f066523d
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Administrative Templates Folder
description: Administrative Templates Folder
author: mjcaparas
author: dansimp
ms.assetid: 0cc5b570-b6d3-4841-9646-02521c13519c
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Administrative Templates Folder
description: Administrative Templates Folder
author: mjcaparas
author: dansimp
ms.assetid: abc41968-4505-4b09-94f2-67ee0e6c9aaf
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Advanced Group Policy Management 4.0
description: Advanced Group Policy Management 4.0
author: mjcaparas
author: dansimp
ms.assetid: 9873a1f7-97fc-4546-9538-b4c0308529c0
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: AGPM 2.5
description: AGPM 2.5
author: mjcaparas
author: dansimp
ms.assetid: 6db42f2e-88b2-4305-ab6b-d3cd0c5d686c
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: AGPM 3
description: AGPM 3
author: mjcaparas
author: dansimp
ms.assetid: b0d0051d-2900-4a0f-8307-552ad26b0e3b
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: AGPM 4
description: AGPM 4
author: mjcaparas
author: dansimp
ms.assetid: 81693f30-1b8e-4e63-b1ac-e6de1bc30cc0
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: AGPM 4.0 SP1
description: AGPM 4.0 SP1
author: mjcaparas
author: dansimp
ms.assetid: 4e55d9e6-635c-4ba6-acbb-ed1d1b580a5b
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: AGPM 4.0 SP2
description: AGPM 4.0 SP2
author: mjcaparas
author: dansimp
ms.assetid: 915c9791-ac07-43db-bd53-957b641c700f
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: AGPM 4.0 SP3
description: AGPM 4.0 SP3
author: mjcaparas
author: dansimp
ms.assetid: cd80eea9-601f-4e45-b89e-c3904addee37
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: AGPM Server Connection Settings
description: AGPM Server Connection Settings
author: mjcaparas
author: dansimp
ms.assetid: 5f03e397-b868-4c49-9cbf-a5f5d0ddcc39
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: AGPM Server Connection Settings
description: AGPM Server Connection Settings
author: mjcaparas
author: dansimp
ms.assetid: cc67f122-6309-4820-92c2-f6a27d897123
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: AGPM Server Connection Settings
description: AGPM Server Connection Settings
author: mjcaparas
author: dansimp
ms.assetid: faf78e5b-2b0d-4069-9b8c-910add892200
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: AGPM Server Tab
description: AGPM Server Tab
author: mjcaparas
author: dansimp
ms.assetid: fb3b0265-53ed-4bf6-88a4-c409f5f1bed4
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: AGPM Server Tab
description: AGPM Server Tab
author: mjcaparas
author: dansimp
ms.assetid: a6689437-233e-4f33-a0d6-f7d432c96c00
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: AGPM Server Tab
description: AGPM Server Tab
author: mjcaparas
author: dansimp
ms.assetid: ce4490b7-b564-49af-8962-858ee39e0016
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Approve or Reject a Pending Action
description: Approve or Reject a Pending Action
author: mjcaparas
author: dansimp
ms.assetid: 6d78989a-b600-4876-9dd9-bc6207ff2ce7
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Approve or Reject a Pending Action
description: Approve or Reject a Pending Action
author: mjcaparas
author: dansimp
ms.assetid: 078ea8b5-9ac5-45fc-9ac1-a1aa629c10b4
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Approve or Reject a Pending Action
description: Approve or Reject a Pending Action
author: mjcaparas
author: dansimp
ms.assetid: 22921a51-50fb-4a47-bec1-4f563f523675
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Back Up the Archive
description: Back Up the Archive
author: mjcaparas
author: dansimp
ms.assetid: 538d85eb-3596-4c1d-bbd7-26bc28857c28
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Back Up the Archive
description: Back Up the Archive
author: mjcaparas
author: dansimp
ms.assetid: 400176da-3518-4475-ad19-c96cda6ca7ba
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Best Practices for Version Control
description: Best Practices for Version Control
author: mjcaparas
author: dansimp
ms.assetid: 4a2a1ac7-67f3-4ba3-ab07-860d33da0efe
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Best Practices for Version Control
description: Best Practices for Version Control
author: mjcaparas
author: dansimp
ms.assetid: 89067f6a-f7ea-4dad-999d-118284cf6c5a
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Check In a GPO
description: Check In a GPO
author: mjcaparas
author: dansimp
ms.assetid: 437397db-c94b-4940-b1a4-05442619ebee
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Check In a GPO
description: Check In a GPO
author: mjcaparas
author: dansimp
ms.assetid: b838c8a2-eb9e-4e5b-8740-d7701a4294ac
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Check In a GPO
description: Check In a GPO
author: mjcaparas
author: dansimp
ms.assetid: e428cfff-651f-4903-bf01-d742714d2fa9
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Checklist Administer the AGPM Server and Archive
description: Checklist Administer the AGPM Server and Archive
author: mjcaparas
author: dansimp
ms.assetid: d9c60203-90c2-48a7-9318-197e0ec5038b
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Checklist Administer the AGPM Server and Archive
description: Checklist Administer the AGPM Server and Archive
author: mjcaparas
author: dansimp
ms.assetid: 0b2eb536-c3cc-462f-a42f-27a53f57bc55
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Checklist Create, Edit, and Deploy a GPO
description: Checklist Create, Edit, and Deploy a GPO
author: mjcaparas
author: dansimp
ms.assetid: a7a17706-304a-4455-9ada-52508ec620f1
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Checklist Create, Edit, and Deploy a GPO
description: Checklist Create, Edit, and Deploy a GPO
author: mjcaparas
author: dansimp
ms.assetid: 44631bed-16d2-4b5a-af70-17a73fb5f6af
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Checklist Create, Edit, and Deploy a GPO
description: Checklist Create, Edit, and Deploy a GPO
author: mjcaparas
author: dansimp
ms.assetid: 614e2d9a-c18b-4f62-99fd-e17a2ac8559d
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Choosing Which Version of AGPM to Install
description: Choosing Which Version of AGPM to Install
author: mjcaparas
author: dansimp
ms.assetid: 31357d2a-bc23-4e15-93f4-0beda8ab7a7b
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Common Secondary Tab Features
description: Common Secondary Tab Features
author: mjcaparas
author: dansimp
ms.assetid: 44a15c28-944c-49c1-8534-115ce1c362ed
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Configure AGPM Server Connections
description: Configure AGPM Server Connections
author: mjcaparas
author: dansimp
ms.assetid: 6062b77b-2fd7-442c-ad1b-6f14419ebd5f
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Configure AGPM Server Connections
description: Configure AGPM Server Connections
author: mjcaparas
author: dansimp
ms.assetid: bbbb15e8-35e7-403c-b695-7a6ebeb87839
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Configure an AGPM Server Connection
description: Configure an AGPM Server Connection
author: mjcaparas
author: dansimp
ms.assetid: 409cbbcf-3b0e-459d-9bd2-75cb7b9430b0
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Configure an AGPM Server Connection
description: Configure an AGPM Server Connection
author: mjcaparas
author: dansimp
ms.assetid: ae78dc74-111d-4509-b0a6-e8b8b451c22a
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Configure E-Mail Notification
description: Configure E-Mail Notification
author: mjcaparas
author: dansimp
ms.assetid: b32ce395-d1b9-4c5b-b765-97cdbf455f9e
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Configure E-Mail Notification
description: Configure E-Mail Notification
author: mjcaparas
author: dansimp
ms.assetid: 06f19556-f296-4a80-86a4-4f446c992204
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Configure E-Mail Notification
description: Configure E-Mail Notification
author: mjcaparas
author: dansimp
ms.assetid: 6e152de0-4376-4963-8d1a-3e7f5866d30f
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Configure E-Mail Security for AGPM
description: Configure E-Mail Security for AGPM
author: mjcaparas
author: dansimp
ms.assetid: 4850ed8e-a1c6-43f0-95c5-853aa66a94ae
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Configure E-Mail Security for AGPM
description: Configure E-Mail Security for AGPM
author: mjcaparas
author: dansimp
ms.assetid: b9c48894-0a10-4d03-8027-50ed3b02485a
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Configure Logging and Tracing
description: Configure Logging and Tracing
author: mjcaparas
author: dansimp
ms.assetid: 4f89552f-e949-48b0-9325-23746034eaa4
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Configure Logging and Tracing
description: Configure Logging and Tracing
author: mjcaparas
author: dansimp
ms.assetid: 2418cb6a-7189-4080-8fe2-9c8d47dec62c
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Configure Logging and Tracing
description: Configure Logging and Tracing
author: mjcaparas
author: dansimp
ms.assetid: 419231f9-e9db-4f91-a7cf-a0a73db25256
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Configure the AGPM Server Connection
description: Configure the AGPM Server Connection
author: mjcaparas
author: dansimp
ms.assetid: 74e8f348-a8ed-4d69-a8e0-9c974aaeca2d
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Configure the AGPM Server Connection
description: Configure the AGPM Server Connection
author: mjcaparas
author: dansimp
ms.assetid: 9a42b5bc-41be-44ef-a6e2-6f56e2cf1996
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Configuring Advanced Group Policy Management
description: Configuring Advanced Group Policy Management
author: mjcaparas
author: dansimp
ms.assetid: 8c978ddf-2789-44e4-9c08-de7b4cd1afa0
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Configuring Advanced Group Policy Management
description: Configuring Advanced Group Policy Management
author: mjcaparas
author: dansimp
ms.assetid: 836f4a49-2c77-4f6b-8727-9df7ef443141
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Contents Tab
description: Contents Tab
author: mjcaparas
author: dansimp
ms.assetid: 6ada6430-cd93-47aa-af6e-d7f5b5620132
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Contents Tab
description: Contents Tab
author: mjcaparas
author: dansimp
ms.assetid: cf9d1f17-3c3d-422f-bd6b-3db87be45554
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Contents Tab Features
description: Contents Tab Features
author: mjcaparas
author: dansimp
ms.assetid: 725f025a-c30a-4d07-add1-4e0ed9a1a5fd
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Contents Tab Features
description: Contents Tab Features
author: mjcaparas
author: dansimp
ms.assetid: f1f4849d-bf94-47d5-ad81-0eee33abcaca
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Contents Tab
description: Contents Tab
author: mjcaparas
author: dansimp
ms.assetid: 8a756bc1-3900-4d83-93c4-7ebc4705d956
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Control a Previously Uncontrolled GPO
description: Control a Previously Uncontrolled GPO
author: mjcaparas
author: dansimp
ms.assetid: 452689a9-4e32-4e3b-8208-56353a82bf36
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Control an Uncontrolled GPO
description: Control an Uncontrolled GPO
author: mjcaparas
author: dansimp
ms.assetid: 603f00f9-1e65-4b2f-902a-e53dafedbd8d
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Control an Uncontrolled GPO
description: Control an Uncontrolled GPO
author: mjcaparas
author: dansimp
ms.assetid: dc81545c-8da5-4b6f-b266-f01a82e27c6b
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Controlled GPO Commands
description: Controlled GPO Commands
author: mjcaparas
author: dansimp
ms.assetid: 82db4772-154a-4a8d-99cd-2c69e1738698
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Controlled GPO Commands
description: Controlled GPO Commands
author: mjcaparas
author: dansimp
ms.assetid: 370d3db9-4efc-4799-983d-e29ba5f32b07
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Controlled Tab
description: Controlled Tab
author: mjcaparas
author: dansimp
ms.assetid: 8995a9e1-ace4-40b7-a47b-e1e9924541ba
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Create a New Controlled GPO
description: Create a New Controlled GPO
author: mjcaparas
author: dansimp
ms.assetid: f89eaae8-7858-4222-ba3f-a93a9d7ea5a3
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Create a New Controlled GPO
description: Create a New Controlled GPO
author: mjcaparas
author: dansimp
ms.assetid: 5ce760f6-9f05-42b4-b787-7835ab8e324e
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Create a New Controlled GPO
description: Create a New Controlled GPO
author: mjcaparas
author: dansimp
ms.assetid: b43ce0f4-4519-4278-83c4-c7d5163ddd11
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Create a Template
description: Create a Template
author: mjcaparas
author: dansimp
ms.assetid: 8208f14a-5c18-43a7-8564-118230398cca
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Create a Template
description: Create a Template
author: mjcaparas
author: dansimp
ms.assetid: b38423af-7d24-437a-98bc-01f1ae891127
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Create a Template
description: Create a Template
author: mjcaparas
author: dansimp
ms.assetid: 6992bd55-4a4f-401f-9815-c468bac598ef
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Creating a Template and Setting a Default Template
description: Creating a Template and Setting a Default Template
author: mjcaparas
author: dansimp
ms.assetid: acce0e0f-7e67-479c-9daa-e678fccd7ced
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Creating a Template and Setting a Default Template
description: Creating a Template and Setting a Default Template
author: mjcaparas
author: dansimp
ms.assetid: ffa72c2a-64eb-4492-8072-c3a66179b546
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Creating a Template and Setting a Default Template
description: Creating a Template and Setting a Default Template
author: mjcaparas
author: dansimp
ms.assetid: 8771b4b5-4dea-4be1-a675-f60cfd3ec5dc
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Creating, Controlling, or Importing a GPO
description: Creating, Controlling, or Importing a GPO
author: mjcaparas
author: dansimp
ms.assetid: ce8b232e-7758-4a6a-9e2f-18967da6cdad
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Creating, Controlling, or Importing a GPO
description: Creating, Controlling, or Importing a GPO
author: mjcaparas
author: dansimp
ms.assetid: f2c8bef5-b654-4864-99d4-9207cfb0a137
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Creating, Controlling, or Importing a GPO
description: Creating, Controlling, or Importing a GPO
author: mjcaparas
author: dansimp
ms.assetid: 0cc1b6ee-3335-4d84-9e1c-d1aefabfef51
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Creating, Controlling, or Importing a GPO
description: Creating, Controlling, or Importing a GPO
author: mjcaparas
author: dansimp
ms.assetid: 5259ce25-f570-4346-9f50-6b051724a998
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Creating or Controlling a GPO
description: Creating or Controlling a GPO
author: mjcaparas
author: dansimp
ms.assetid: ca2fa40e-c6e9-4c57-9da1-e5375df4a2fd
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Creating or Controlling a GPO
description: Creating or Controlling a GPO
author: mjcaparas
author: dansimp
ms.assetid: 807f3b3f-ad3d-4851-9772-7f54a065632a
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Delegate Access to a GPO
description: Delegate Access to a GPO
author: mjcaparas
author: dansimp
ms.assetid: f1d6bb6c-d5bf-4080-a6cb-32774689f804
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Delegate Access to an Individual GPO in the Archive
description: Delegate Access to an Individual GPO in the Archive
author: mjcaparas
author: dansimp
ms.assetid: 7b37b188-2b6b-4e52-be97-8ef899e9893b
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Delegate Access to an Individual GPO in the Archive
description: Delegate Access to an Individual GPO in the Archive
author: mjcaparas
author: dansimp
ms.assetid: 284d2aa2-7c10-4ffa-8978-bbe30867c1c1
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Delegate Access to an Individual GPO
description: Delegate Access to an Individual GPO
author: mjcaparas
author: dansimp
ms.assetid: b2a7d550-14bf-4b41-b6e4-2cc091eedd2d
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Delegate Access to the Production Environment
description: Delegate Access to the Production Environment
author: mjcaparas
author: dansimp
ms.assetid: c1ebae2e-909b-4e64-b368-b7d3cc67b1eb
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Delegate Access to the Production Environment
description: Delegate Access to the Production Environment
author: mjcaparas
author: dansimp
ms.assetid: 4c670581-8c47-41ea-80eb-02846ff1ec1f
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Delegate Domain-Level Access to the Archive
description: Delegate Domain-Level Access to the Archive
author: mjcaparas
author: dansimp
ms.assetid: d232069e-71d5-4b4d-b22e-bef11de1cfd4
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Delegate Domain-Level Access to the Archive
description: Delegate Domain-Level Access to the Archive
author: mjcaparas
author: dansimp
ms.assetid: 11ca1d40-4b5c-496e-8922-d01412717858
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Delegate Domain-Level Access
description: Delegate Domain-Level Access
author: mjcaparas
author: dansimp
ms.assetid: 64c8e773-38cc-4991-9ed2-5a801094d06e
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Delegate Management of a Controlled GPO
description: Delegate Management of a Controlled GPO
author: mjcaparas
author: dansimp
ms.assetid: 509b02e7-ce0b-4919-b58a-c3a33051152e
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Delegate Management of a Controlled GPO
description: Delegate Management of a Controlled GPO
author: mjcaparas
author: dansimp
ms.assetid: 96b4bfb3-5657-4267-8326-85d7a0db87ce
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Delete a Controlled GPO
description: Delete a Controlled GPO
author: mjcaparas
author: dansimp
ms.assetid: f51c1737-c116-4faf-a6f6-c72303f60a3b
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Delete a Controlled GPO
description: Delete a Controlled GPO
author: mjcaparas
author: dansimp
ms.assetid: 2a461018-aa0b-4ae3-b079-efc554ca4a3d
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Delete a GPO
description: Delete a GPO
author: mjcaparas
author: dansimp
ms.assetid: 85fca371-5707-49c1-aa51-813fc3a58dfc
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Delete a GPO
description: Delete a GPO
author: mjcaparas
author: dansimp
ms.assetid: 66be3dde-653e-4c25-8cb7-00e7090c8d31
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Deleting or Restoring a GPO
description: Deleting or Restoring a GPO
author: mjcaparas
author: dansimp
ms.assetid: ee4a467a-187a-48e3-8f0d-548de0606a56
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Deleting or Restoring a GPO
description: Deleting or Restoring a GPO
author: mjcaparas
author: dansimp
ms.assetid: d4f92f4d-eba7-4e6e-b166-13670864d298
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Deleting, Restoring, or Destroying a GPO
description: Deleting, Restoring, or Destroying a GPO
author: mjcaparas
author: dansimp
ms.assetid: 3e1b862e-007a-4b60-900f-0489069f5c75
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Deleting, Restoring, or Destroying a GPO
description: Deleting, Restoring, or Destroying a GPO
author: mjcaparas
author: dansimp
ms.assetid: 3af6c396-61c8-4b32-9fd8-28e9f15e575c
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Deleting, Restoring, or Destroying a GPO
description: Deleting, Restoring, or Destroying a GPO
author: mjcaparas
author: dansimp
ms.assetid: 089c68e7-c1a5-418a-8776-cf23960f10c4
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Deploy a GPO
description: Deploy a GPO
author: mjcaparas
author: dansimp
ms.assetid: 3767b722-db43-40f1-a714-bb8e38bcaa10
ms.reviewer:
manager: dansimp

View File

@ -1,7 +1,7 @@
---
title: Deploy a GPO
description: Deploy a GPO
author: mjcaparas
author: dansimp
ms.assetid: a6febeaa-144b-4c02-99af-d972f0f2b544
ms.reviewer:
manager: dansimp

Some files were not shown because too many files have changed in this diff Show More