From 0820b34173f5870a4be8793aac5cc457fb975907 Mon Sep 17 00:00:00 2001 From: GITMichiko Date: Fri, 2 Sep 2016 14:35:50 -0700 Subject: [PATCH 01/16] Update credential-guard.md --- windows/keep-secure/credential-guard.md | 121 ++++++++++++++---------- 1 file changed, 71 insertions(+), 50 deletions(-) diff --git a/windows/keep-secure/credential-guard.md b/windows/keep-secure/credential-guard.md index 16ffd75334..7966cb3e2a 100644 --- a/windows/keep-secure/credential-guard.md +++ b/windows/keep-secure/credential-guard.md @@ -290,8 +290,8 @@ DG_Readiness_Tool_v2.0.ps1 -Ready ### NTLM & CHAP Considerations -When you enable Credential Guard, you can no longer use NTLM v1 authetnication. If you are using Wi-Fi and VPN end points that are based on MS-CHAPv2, they are subject to similar attacks as NTLMv1. We recommend that organizations use certificated-based authentication for Wi-Fi and VPN connections. -- +When you enable Credential Guard, you can no longer use NTLM v1 authentication. If you are using Wi-Fi and VPN end points that are based on MS-CHAPv2, they are subject to similar attacks as NTLMv1. We recommend that organizations use certificated-based authentication for Wi-Fi and VPN connections. + ### Kerberos Considerations When you enable Credential Guard, you can no longer use Kerberos unconstrained delegation or DES encryption. Unconstrained delegation could allow attackers to extract Kerberos keys from the isolated LSA process. You must use constrained or resource-based Kerberos delegation instead. @@ -315,34 +315,39 @@ Some ways to store credentials are not protected by Credential Guard, including: Credential Guard can provide mitigations against attacks on derived credentials and prevent the use of stolen credentials elsewhere. However, PCs can still be vulnerable to certain attacks, even if the derived credentials are protected by Credential Guard. These attacks can include abusing privileges and use of derived credentials directly from a compromised device, reusing previously stolen credentials prior to Device Guard, and abuse of management tools and weak application configurations. Because of this, additional mitigations also need to be deployed to make the domain environment more robust. -Credential theft attacks allow the attacker to steal secrets from one device and use them from another device. By deploying authentication policies with compound authentication in Windows Server 2012 R2 or later domains, users can be restricted to only sign on from specific domain-joined devices. However, since devices also use shared secrets for authentication, attackers can steal those secrets as well. By deploying device certificates with Credential Guard, authentication policies can require that the device authenticates with its private key. This prevents shared secrets on stolen devices to be used with stolen user passwords or Kerberos secret keys to sign on as the user. +### Restricting domain users to specific domain-joined devices -Device certificate authentication has the following requirements: +Credential theft attacks allow the attacker to steal secrets from one device and use them from another device. If a user can sign on multiple devices then any device could be used to steal credentials. How do you ensure that users only sign on with devices with Credential Guard? By deploying authentication policies which restrict them to specific domain-joined device that have been configured with Credential Guard. For the domain controller to know what device a user is signing on from, Kerberos armoring must be used. -- Device domains are Windows Server 2012 or higher and all domain controllers have certificates, which satisfy strict KDC validation (KDC EKU present and the DNS domain name matches the DNSName field of the SubjectAltName (SAN) extension). +#### Kerberos armoring + +Kerberos armoring is part of RFC 6113. When a device supports Kerberos armoring, its TGT is used to protect the user's proof of possession which can mitigate offline dictionary attacks. Kerberos armoring also provides the additional benefit of signed KDC errors this mitigates tampering which can result in things such as downgrade attacks. + +**To enable Kerberos armoring for restricting domain users to specific domain-joined devices** + +- Users need to be in domains which are Windows Server 2012 R2 or higher +- All the domain controllers in these domains must be configured to support Kerberos armoring. Set the **KDC support for claims, compound authentication, and Kerberos armoring** Group Policy setting to either **Supported** or **Always provide claims**. +- All the devices with Credential Guard which the users will be restricted to must be configured to support Kerberos armoring. Enable the **Kerberos client support for claims, compound authentication and Kerberos armoring** Group Policy settings under **Computer Configuration** -> **Administrative Templates** -> **System** -> **Kerberos**. + +#### Protecting domain-joined device secrets + +Since domain-joined devices also use shared secrets for authentication, attackers can steal those secrets as well. By deploying device certificates with Credential Guard, the private key can be protected. Then authentication policies can require that users sign on devices which authenticate using those certificates. This prevents shared secrets on stolen from the device to be used with stolen user credentials to sign on as the user. + +Domain-joined device certificate authentication has the following requirements: +- Devices' accounts are in Windows Server 2012 DFL or higher domains. +- All domain controllers in those domains have KDC certificates which satisfy strict KDC validation certificate requirements: + - KDC EKU present + - DNS domain name matches the DNSName field of the SubjectAltName (SAN) extension - Windows 10 devices have the CA issuing the domain controller certificates in the enterprise store. - A process is established to ensure the identity and trustworthiness of the device in a similar manner as you would establish the identity and trustworthiness of a user before issuing them a smartcard. -### Additional Group Policy settings +###### Deploying domain-joined device certificates -There are a few Group Policy settings that you can enable that provide more protection against credential attacks: +To guarantee that certificates with the issuance policy required are only on the devices these users must use, they must be deployed manually on each device. The same security procedures used for issuing smart cards to users should be applied to device certificates. -- On the domain controllers, configure the KDC support for claims, compound authentication, and Kerberos armoring system by using Group Policy. Set the **KDC support for claims, compound authentication, and Kerberos armoring** Group Policy setting to either **Supported** or **Always provide claims**. -- On devices running Windows 10, you can turn it on by using Group Policy as well. To do this, enable the **Kerberos client support for claims, compound authentication and Kerberos armoring** & **Always send compound authentication first system** Group Policy settings under **Computer Configuration** -> **Administrative Templates** -> **System** -> **Kerberos**. +For example, let's say you wanted to use the High Assurance policy only on these devices. Using a Windows Server enterprise CA, you would create a new template. -### Compound authentication - -Compound authentication adds the device identity to the user’s during authentication to the domain and resources. Without compound authentication, only the user’s secrets are validated. With compound authentication, the Kerberos client has to have both the user’s and device’s secrets. -Enabling compound authentication also enables Kerberos armoring, which provides two additional benefits: - -- User authentication on domain-joined devices will be armored. This means that network captures will contain encrypted Kerberos initial authentication. Without the appropriate device key, Kerberos AS-REQs are protected against offline dictionary attacks. -- KDC errors are signed, which provides protection against error spoofing attacks. - -### Deploying machine certificates - -If the domain controllers in your organization are running Windows Server 2016, devices running Windows 10 will automatically enroll a machine certificate when Credential Guard is enabled and the PC is joined to the domain. -If the domain controllers are running Windows Server 2012 R2, the machine certificates must be provisioned manually on each device. You can do this by creating a certificate template on the domain controller or certificate authority and deploying the machine certificates to each device. -The same security procedures used for issuing smart cards to users should be applied to machine certificates. +**Creating a new certificate template** 1. From the Certificate Manager console, right-click **Certificate Templates**, and then click **Manage.** 2. Right-click **Workstation Authentication**, and then click **Duplicate Template**. @@ -356,7 +361,11 @@ The same security procedures used for issuing smart cards to users should be app 8. Under **Issuance Policies**, click**High Assurance**. 9. On the **Subject name** tab, clear the **DNS name** check box, and then select the **User Principal Name (UPN)** check box. -On devices that are running Credential Guard, enroll the devices using the machine authentication certificate by running the following command: +Then on the devices that are running Credential Guard, enroll the devices using the certificate you just created. + +**Enrolling devices in a certificate** + +Run the following command: ``` syntax CertReq -EnrollCredGuardCert MachineAuthentication ``` @@ -364,53 +373,65 @@ CertReq -EnrollCredGuardCert MachineAuthentication > [!NOTE] > You must restart the device after enrolling the machine authentication certificate.   -### Link the issuance policies to a group +#### How a certificate issuance policy can be used for access control + +Beginning with Windows Server 2008 R2 DFL, domain controllers support for authentication mechanism assurance provides a way to map certificate issuance policy OIDs to universal security groups. Windows Server 2012 domain controllers with claim support can map them to claims. To learn more about authentication mechanism assurance, see [Authentication Mechanism Assurance for AD DS in Windows Server 2008 R2 Step-by-Step Guide](https://technet.microsoft.com/en-us/library/dd378897(v=ws.10).aspx) on TechNet. + +**To see the issuance policies available** -By using an authentication policy, you can ensure that users only sign into devices that are running Credential Guard. Before you deploy the authentication policy though, you must first run a couple of scripts that set up your environment. - The [get-IssuancePolicy.ps1](#bkmk-getscript) shows all of the issuance policies that are available on the certificate authority. From a Windows PowerShell command prompt, run the following command: ``` syntax .\get-IssuancePolicy.ps1 –LinkedToGroup:All ``` +**To link a issuance policy to a universal security group** + - The [set-IssuancePolicyToGroupLink.ps1](#bkmk-setscript) creates a Universal security group, creates an organizational unit, and links the issuance policy to that Universal security group. From a Windows PowerShell command prompt, run the following command: ``` syntax .\set-IssuancePolicyToGroupLink.ps1 –IssuancePolicyName:”” –groupOU:”” –groupName:”” ``` -### Deploy the authentication policy +#### Restricting user sign on -Before setting up the authentication policy, you should log any failed attempt to apply an authentication policy on the KDC. To do this in Event Viewer, navigate to **Applications and Services Logs\\Microsoft\\Windows\\Authentication, right-click AuthenticationPolicyFailures-DomainController**, and then click **Enable Log**. +So we now have: +- Created a special certificate issuance policy to identify devices which meet the deployment criteria required for the user to be able to sign on +- Mapped that policy to a universal security group or claim +- Provided a way for domain controllers to get the device authorization data during user sign on using Kerberos armoring- +so what is left to do is configuring the access check on the domain controllers. This is done with authentication policies. -Now you can set up an authentication policy to use Credential Guard. +Authentication policies have the following requirements: +- Users' accounts are in Windows Server 2012 R2 DFL or higher domains. -**To add an authentication policy for Credential Guard** - -1. Ensure that your domain controllers are running at least the Windows Server 2012 R2 domain functional level. -2. Create a security group that will be used to identify the PCs that will have this authentication policy applied to them. -3. Add the computer account to this security group. -4. Open Active Directory Administrative Center. -5. Click **Authentication**, click **New**, and then click **Authentication Policy**. -6. In the **Display name** box, enter a name for this authentication policy. -7. Under the **Accounts** heading, click **Add**. -8. In the **Select Users, Computers, or Service Accounts** dialog box, type the name of the user account, and then click **OK**. -9. Under the **User** heading, click the **Edit** button that applies to user account. -10. Click **Add a condition**. -11. In the **Edit Access Control Conditions** box, ensure that it reads **User** > **Group** > **Member of each** > **Value**, and then click **Add items**. -12. In the **Select Users, Computers, or Service Accounts** dialog box, type the name of the security group that you created with the set-IssuancePolicyToGroupLink script, and then click **OK**. -13. Click **OK** to close the **Edit Access Control Conditions** box. -14. Click **OK** to create the authentication policy. -15. Close Active Directory Administrative Center. +**Creating an authentication policy restricting to the specific universal security group** +1. Open Active Directory Administrative Center. +2. Click **Authentication**, click **New**, and then click **Authentication Policy**. +3. In the **Display name** box, enter a name for this authentication policy. +4. Under the **Accounts** heading, click **Add**. +5. In the **Select Users, Computers, or Service Accounts** dialog box, type the name of the user account you with to restrict, and then click **OK**. +6. Under the **User Sign On** heading, click the **Edit** button. +7. Click **Add a condition**. +8. In the **Edit Access Control Conditions** box, ensure that it reads **User** > **Group** > **Member of each** > **Value**, and then click **Add items**. +9. In the **Select Users, Computers, or Service Accounts** dialog box, type the name of the universal security group that you created with the set-IssuancePolicyToGroupLink script, and then click **OK**. +10. Click **OK** to close the **Edit Access Control Conditions** box. +11. Click **OK** to create the authentication policy. +12. Close Active Directory Administrative Center. > [!NOTE] -> When authentication policies in enforcement mode are deployed with Credential Guard, users will not be able to sign in using devices that do not have the machine authentication certificate provisioned. This applies to both local and remote sign in scenarios. -  -### Appendix: Scripts +> When the authentication policy enforces policy restrictions, users will not be able to sign on using devices that do not have a certificate with the appropriate issuance policy deployed. This applies to both local and remote sign on scenarios. Therefore, it is strongly recommended to first only audit policy restrictions to ensure you don't have unexpected failures. + +##### Discovering authentication failures due to authentication policies + +To make tracking authentication failures due to authentication policies easier, an operational log exists with just those events. To enable the logs on the domain controllers, in Event Viewer, navigate to **Applications and Services Logs\\Microsoft\\Windows\\Authentication, right-click AuthenticationPolicyFailures-DomainController**, and then click **Enable Log**. + +To learn more about authentication policy events, see [Authentication Policies and Authentication Policy Silos](https://technet.microsoft.com/en-us/library/dn486813(v=ws.11).aspx) on TechNet. + +## Appendix: Scripts Here is a list of scripts that are mentioned in this topic. -#### Get the available issuance policies on the certificate authority +### Get the available issuance policies on the certificate authority Save this script file as get-IssuancePolicy.ps1. @@ -601,7 +622,7 @@ write-host "There are no issuance policies which are not mapped to groups" > [!NOTE] > If you're having trouble running this script, try replacing the single quote after the ConvertFrom-StringData parameter.   -#### Link an issuance policy to a group +### Link an issuance policy to a group Save the script file as set-IssuancePolicyToGroupLink.ps1. From 859e4760444796e2757fc7818e87320e86f8b87a Mon Sep 17 00:00:00 2001 From: Brian Lich Date: Tue, 6 Sep 2016 10:24:53 -0700 Subject: [PATCH 02/16] copy edit --- windows/keep-secure/credential-guard.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/windows/keep-secure/credential-guard.md b/windows/keep-secure/credential-guard.md index 7966cb3e2a..4150359f7e 100644 --- a/windows/keep-secure/credential-guard.md +++ b/windows/keep-secure/credential-guard.md @@ -36,10 +36,6 @@ Here's a high-level overview on how the LSA is isolated by using virtualization- ![Credential Guard overview](images/credguard.png) -## New and changed functionality - -To see what was added or changed in Credential Guard, see [What's new in Credential Guard?](../whats-new/credential-guard.md). - ## Hardware and software requirements The PC must meet the following hardware and software requirements to use Credential Guard: @@ -290,7 +286,7 @@ DG_Readiness_Tool_v2.0.ps1 -Ready ### NTLM & CHAP Considerations -When you enable Credential Guard, you can no longer use NTLM v1 authentication. If you are using Wi-Fi and VPN end points that are based on MS-CHAPv2, they are subject to similar attacks as NTLMv1. We recommend that organizations use certificated-based authentication for Wi-Fi and VPN connections. +When you enable Credential Guard, you can no longer use NTLM v1 authentication. If you are using WiFi and VPN endpoints that are based on MS-CHAPv2, they are subject to similar attacks as NTLMv1. We recommend that organizations use certificated-based authentication for WiFi and VPN connections. ### Kerberos Considerations @@ -325,7 +321,7 @@ Kerberos armoring is part of RFC 6113. When a device supports Kerberos armoring, **To enable Kerberos armoring for restricting domain users to specific domain-joined devices** -- Users need to be in domains which are Windows Server 2012 R2 or higher +- Users need to be in domains which are running Windows Server 2012 R2 or higher - All the domain controllers in these domains must be configured to support Kerberos armoring. Set the **KDC support for claims, compound authentication, and Kerberos armoring** Group Policy setting to either **Supported** or **Always provide claims**. - All the devices with Credential Guard which the users will be restricted to must be configured to support Kerberos armoring. Enable the **Kerberos client support for claims, compound authentication and Kerberos armoring** Group Policy settings under **Computer Configuration** -> **Administrative Templates** -> **System** -> **Kerberos**. @@ -341,11 +337,11 @@ Domain-joined device certificate authentication has the following requirements: - Windows 10 devices have the CA issuing the domain controller certificates in the enterprise store. - A process is established to ensure the identity and trustworthiness of the device in a similar manner as you would establish the identity and trustworthiness of a user before issuing them a smartcard. -###### Deploying domain-joined device certificates +##### Deploying domain-joined device certificates To guarantee that certificates with the issuance policy required are only on the devices these users must use, they must be deployed manually on each device. The same security procedures used for issuing smart cards to users should be applied to device certificates. -For example, let's say you wanted to use the High Assurance policy only on these devices. Using a Windows Server enterprise CA, you would create a new template. +For example, let's say you wanted to use the High Assurance policy only on these devices. Using a Windows Server Enterprise certificate authority, you would create a new template. **Creating a new certificate template** @@ -375,7 +371,7 @@ CertReq -EnrollCredGuardCert MachineAuthentication   #### How a certificate issuance policy can be used for access control -Beginning with Windows Server 2008 R2 DFL, domain controllers support for authentication mechanism assurance provides a way to map certificate issuance policy OIDs to universal security groups. Windows Server 2012 domain controllers with claim support can map them to claims. To learn more about authentication mechanism assurance, see [Authentication Mechanism Assurance for AD DS in Windows Server 2008 R2 Step-by-Step Guide](https://technet.microsoft.com/en-us/library/dd378897(v=ws.10).aspx) on TechNet. +Beginning with the Windows Server 2008 R2 domain functional level, domain controllers support for authentication mechanism assurance provides a way to map certificate issuance policy OIDs to universal security groups. Windows Server 2012 domain controllers with claim support can map them to claims. To learn more about authentication mechanism assurance, see [Authentication Mechanism Assurance for AD DS in Windows Server 2008 R2 Step-by-Step Guide](https://technet.microsoft.com/en-us/library/dd378897(v=ws.10).aspx) on TechNet. **To see the issuance policies available** From e7c3ead8eb3839c4a0ef3246f019e33cf6fe46c9 Mon Sep 17 00:00:00 2001 From: Brian Lich Date: Tue, 6 Sep 2016 10:28:34 -0700 Subject: [PATCH 03/16] fixed formatting --- windows/keep-secure/credential-guard.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/windows/keep-secure/credential-guard.md b/windows/keep-secure/credential-guard.md index 4150359f7e..e27819e571 100644 --- a/windows/keep-secure/credential-guard.md +++ b/windows/keep-secure/credential-guard.md @@ -217,14 +217,23 @@ If you have to remove Credential Guard on a PC, you need to do the following: 1. From an elevated command prompt, type the following commands: ``` syntax + mountvol X: /s + copy %WINDIR%\System32\SecConfig.efi X:\EFI\Microsoft\Boot\SecConfig.efi /Y + bcdedit /create {0cb3b571-2f2e-4343-a879-d86a476d7215} /d "DebugTool" /application osloader + bcdedit /set {0cb3b571-2f2e-4343-a879-d86a476d7215} path "\EFI\Microsoft\Boot\SecConfig.efi" + bcdedit /set {bootmgr} bootsequence {0cb3b571-2f2e-4343-a879-d86a476d7215} + bcdedit /set {0cb3b571-2f2e-4343-a879-d86a476d7215} loadoptions DISABLE-LSA-ISO + bcdedit /set {0cb3b571-2f2e-4343-a879-d86a476d7215} device partition=X: + mountvol X: /d + ``` 2. Restart the PC. 3. Accept the prompt to disable Credential Guard. From d772eeaa1463b149145ca157d4d37f2fb665713e Mon Sep 17 00:00:00 2001 From: Brian Lich Date: Tue, 6 Sep 2016 10:59:56 -0700 Subject: [PATCH 04/16] edits --- windows/keep-secure/credential-guard.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/windows/keep-secure/credential-guard.md b/windows/keep-secure/credential-guard.md index e27819e571..ed51788f44 100644 --- a/windows/keep-secure/credential-guard.md +++ b/windows/keep-secure/credential-guard.md @@ -339,7 +339,7 @@ Kerberos armoring is part of RFC 6113. When a device supports Kerberos armoring, Since domain-joined devices also use shared secrets for authentication, attackers can steal those secrets as well. By deploying device certificates with Credential Guard, the private key can be protected. Then authentication policies can require that users sign on devices which authenticate using those certificates. This prevents shared secrets on stolen from the device to be used with stolen user credentials to sign on as the user. Domain-joined device certificate authentication has the following requirements: -- Devices' accounts are in Windows Server 2012 DFL or higher domains. +- Devices' accounts are in Windows Server 2012 domain funcational level or higher domains. - All domain controllers in those domains have KDC certificates which satisfy strict KDC validation certificate requirements: - KDC EKU present - DNS domain name matches the DNSName field of the SubjectAltName (SAN) extension @@ -386,27 +386,30 @@ Beginning with the Windows Server 2008 R2 domain functional level, domain contro - The [get-IssuancePolicy.ps1](#bkmk-getscript) shows all of the issuance policies that are available on the certificate authority. From a Windows PowerShell command prompt, run the following command: + ``` syntax .\get-IssuancePolicy.ps1 –LinkedToGroup:All ``` + **To link a issuance policy to a universal security group** - The [set-IssuancePolicyToGroupLink.ps1](#bkmk-setscript) creates a Universal security group, creates an organizational unit, and links the issuance policy to that Universal security group. From a Windows PowerShell command prompt, run the following command: ``` syntax - .\set-IssuancePolicyToGroupLink.ps1 –IssuancePolicyName:”” –groupOU:”” –groupName:”” + .\set-IssuancePolicyToGroupLink.ps1 –IssuancePolicyName:"" –groupOU:"" –groupName:”" ``` #### Restricting user sign on -So we now have: +So we now have the following: + - Created a special certificate issuance policy to identify devices which meet the deployment criteria required for the user to be able to sign on - Mapped that policy to a universal security group or claim - Provided a way for domain controllers to get the device authorization data during user sign on using Kerberos armoring- so what is left to do is configuring the access check on the domain controllers. This is done with authentication policies. Authentication policies have the following requirements: -- Users' accounts are in Windows Server 2012 R2 DFL or higher domains. +- User accounts are in a Windows Server 2012 domain functional level or higher domain. **Creating an authentication policy restricting to the specific universal security group** From d36173e73869e5a06864f813cfae4f2b8fe8f853 Mon Sep 17 00:00:00 2001 From: LizRoss Date: Tue, 6 Sep 2016 11:22:08 -0700 Subject: [PATCH 05/16] Adding editing content to topic --- windows/whats-new/images/compare-changes.png | Bin 0 -> 31345 bytes windows/whats-new/images/contribute-link.png | Bin 0 -> 10017 bytes windows/whats-new/images/pencil-icon.png | Bin 0 -> 10027 bytes windows/whats-new/images/preview-changes.png | Bin 0 -> 13142 bytes .../whats-new/images/propose-file-change.png | Bin 0 -> 20452 bytes windows/whats-new/index.md | 53 +++++++++++++++++- 6 files changed, 51 insertions(+), 2 deletions(-) create mode 100644 windows/whats-new/images/compare-changes.png create mode 100644 windows/whats-new/images/contribute-link.png create mode 100644 windows/whats-new/images/pencil-icon.png create mode 100644 windows/whats-new/images/preview-changes.png create mode 100644 windows/whats-new/images/propose-file-change.png diff --git a/windows/whats-new/images/compare-changes.png b/windows/whats-new/images/compare-changes.png new file mode 100644 index 0000000000000000000000000000000000000000..0d86db70f553f02344c03fa0ac04da5c61319667 GIT binary patch literal 31345 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 literal 0 HcmV?d00001 diff --git a/windows/whats-new/images/contribute-link.png b/windows/whats-new/images/contribute-link.png new file mode 100644 index 0000000000000000000000000000000000000000..6b17e6dd56574b9dc51983aefd29999b1509ff63 GIT binary patch literal 10017 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 Ms&}_i+2;BG0y)Y(`Tzg` literal 0 HcmV?d00001 diff --git a/windows/whats-new/images/propose-file-change.png b/windows/whats-new/images/propose-file-change.png new file mode 100644 index 0000000000000000000000000000000000000000..aedbc07b163d73497ec9f6865093b1c06736c3d9 GIT binary patch literal 20452 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 Z=snoND*o{n_%q)&r0;1Tme={8{tvM)pM?Mb literal 0 HcmV?d00001 diff --git a/windows/whats-new/index.md b/windows/whats-new/index.md index 5c04da963b..726b419a98 100644 --- a/windows/whats-new/index.md +++ b/windows/whats-new/index.md @@ -2,7 +2,7 @@ title: What's new in Windows 10 (Windows 10) description: Learn about new features in Windows 10 for IT professionals, such as Enterprise Data Protection, Microsoft Passport, Device Guard, and more. ms.assetid: F1867017-76A1-4761-A200-7450B96AEF44 -keywords: ["What's new in Windows 10", "Windows 10", "anniversary update"] +keywords: ["What's new in Windows 10", "Windows 10", "anniversary update", "contribute", "edit topic"] ms.prod: w10 author: TrudyHa localizationpriority: high @@ -18,9 +18,58 @@ Windows 10 provides IT professionals with advanced protection against modern sec - [What's new in Windows 10, version 1607](whats-new-windows-10-version-1607.md) - [What's new in Windows 10, versions 1507 and 1511](whats-new-windows-10-version-1507-and-1511.md) +## Contributing and editing topics +You can now make suggestions and update existing content with a simple click of a link. -  +**To edit a topic** + +1. Go to the page on TechNet that you want to update, and then click **Contribute**. + + ![GitHub Web, showing the Contribute link](images/contribute-link.png) + +2. Click the **Pencil** icon (in the red box) to edit the content. + + ![GitHub Web, showing the Pencil icon in the red box](images/pencil-icon.png) + +3. Using markdown language, make your changes to the topic. For info about how to edit content using markdown, see: + - **If you're linked to the Microsoft organization in GitHub:** [Windows Open Publishing Guide Home](http://aka.ms/windows-op-guide) + + - **If you're external to Microsoft:** [Mastering Markdown](https://guides.github.com/features/mastering-markdown/) + +4. Make your suggested change, and then click **Preview Changes** to make sure it looks correct. + + ![GitHub Web, showing the Preview Changes tab](images/preview-changes.png) + +5. When you’re done editing the topic, scroll to the bottom of the page, and then click **Propose file change** to create a fork in your personal GitHub account. + + ![GitHub Web, showing the Propose file change button](images/propose-file-change.png) + + The **Comparing changes** screen appears to see what the changes are between your fork and the original content. + +6. On the **Comparing changes** screen, you’ll see if there are any problems with the file you’re checking in. + + If there are no problems, you’ll see the message, **Able to merge**. + + ![GitHub Web, showing the Comparing changes screen](images/compare-changes.png) + +7. Click **Create pull request**. + +8. Enter a title and description to give the approver the appropriate context about what’s in the request. + +9. Scroll to the bottom of the page, making sure that only your changed files are in this pull request. Otherwise, you could overwrite changes from other people. + +10. Click **Create pull request**. + + The pull request is sent to the writer of the topic and your edits are reviewed. If your request is accepted, updates are published to one of the following places: + + - [Windows 10](https://technet.microsoft.com/itpro/windows) + - [Internet Explorer 11](https://technet.microsoft.com/itpro/internet-explorer) + - [Microsoft Edge](https://technet.microsoft.com/itpro/microsoft-edge) + - [Surface](https://technet.microsoft.com/itpro/surface) + - [Surface Hub](https://technet.microsoft.com/itpro/surface-hub) + - [Windows 10 for Education](https://technet.microsoft.com/edu/windows) + - [Microsoft Desktop Optimization Pack](https://technet.microsoft.com/itpro/mdop) ## Learn more From d831d0c897acfe2d05bf42bddefa68b296b9f24d Mon Sep 17 00:00:00 2001 From: Brian Lich Date: Tue, 6 Sep 2016 11:27:42 -0700 Subject: [PATCH 06/16] edits --- windows/keep-secure/credential-guard.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/windows/keep-secure/credential-guard.md b/windows/keep-secure/credential-guard.md index ed51788f44..55180bcbe5 100644 --- a/windows/keep-secure/credential-guard.md +++ b/windows/keep-secure/credential-guard.md @@ -395,6 +395,7 @@ Beginning with the Windows Server 2008 R2 domain functional level, domain contro - The [set-IssuancePolicyToGroupLink.ps1](#bkmk-setscript) creates a Universal security group, creates an organizational unit, and links the issuance policy to that Universal security group. From a Windows PowerShell command prompt, run the following command: + ``` syntax .\set-IssuancePolicyToGroupLink.ps1 –IssuancePolicyName:"" –groupOU:"" –groupName:”" ``` @@ -429,11 +430,11 @@ Authentication policies have the following requirements: > [!NOTE] > When the authentication policy enforces policy restrictions, users will not be able to sign on using devices that do not have a certificate with the appropriate issuance policy deployed. This applies to both local and remote sign on scenarios. Therefore, it is strongly recommended to first only audit policy restrictions to ensure you don't have unexpected failures. -##### Discovering authentication failures due to authentication policies +#### Discovering authentication failures due to authentication policies To make tracking authentication failures due to authentication policies easier, an operational log exists with just those events. To enable the logs on the domain controllers, in Event Viewer, navigate to **Applications and Services Logs\\Microsoft\\Windows\\Authentication, right-click AuthenticationPolicyFailures-DomainController**, and then click **Enable Log**. -To learn more about authentication policy events, see [Authentication Policies and Authentication Policy Silos](https://technet.microsoft.com/en-us/library/dn486813(v=ws.11).aspx) on TechNet. +To learn more about authentication policy events, see [Authentication Policies and Authentication Policy Silos](https://technet.microsoft.com/en-us/library/dn486813(v=ws.11).aspx). ## Appendix: Scripts From e28b19c80eec16090a686b9bb2600fc42c77c579 Mon Sep 17 00:00:00 2001 From: LizRoss Date: Tue, 6 Sep 2016 12:38:46 -0700 Subject: [PATCH 07/16] Changed from H2 to H3 --- windows/whats-new/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/whats-new/index.md b/windows/whats-new/index.md index 726b419a98..f775050b19 100644 --- a/windows/whats-new/index.md +++ b/windows/whats-new/index.md @@ -18,7 +18,7 @@ Windows 10 provides IT professionals with advanced protection against modern sec - [What's new in Windows 10, version 1607](whats-new-windows-10-version-1607.md) - [What's new in Windows 10, versions 1507 and 1511](whats-new-windows-10-version-1507-and-1511.md) -## Contributing and editing topics +### Contributing and editing topics You can now make suggestions and update existing content with a simple click of a link. From 8ae7001cc23977594fd99686725beca5e420d51c Mon Sep 17 00:00:00 2001 From: LizRoss Date: Tue, 6 Sep 2016 14:32:55 -0700 Subject: [PATCH 08/16] Added new topic for editing and added bullet to index --- windows/whats-new/contribute-to-a-topic.md | 61 ++++++++++++++++++++++ windows/whats-new/index.md | 52 +----------------- 2 files changed, 62 insertions(+), 51 deletions(-) create mode 100644 windows/whats-new/contribute-to-a-topic.md diff --git a/windows/whats-new/contribute-to-a-topic.md b/windows/whats-new/contribute-to-a-topic.md new file mode 100644 index 0000000000..d32ec563a3 --- /dev/null +++ b/windows/whats-new/contribute-to-a-topic.md @@ -0,0 +1,61 @@ +--- +title: Edit an existing topic +description: Instructions about how to edit an existing topic by using the Contribute link. +keywords: contribute, edit a topic +ms.prod: w10 +ms.mktglfcycl: explore +ms.sitesec: library +--- + +# Edit an existing topic using the Contribute link + +You can now make suggestions and update existing content with a simple click of a link. + +**To edit a topic** + +1. Go to the page on TechNet that you want to update, and then click **Contribute**. + + ![GitHub Web, showing the Contribute link](images/contribute-link.png) + +2. Click the **Pencil** icon (in the red box) to edit the content. + + ![GitHub Web, showing the Pencil icon in the red box](images/pencil-icon.png) + +3. Using markdown language, make your changes to the topic. For info about how to edit content using markdown, see: + - **If you're linked to the Microsoft organization in GitHub:** [Windows Open Publishing Guide Home](http://aka.ms/windows-op-guide) + + - **If you're external to Microsoft:** [Mastering Markdown](https://guides.github.com/features/mastering-markdown/) + +4. Make your suggested change, and then click **Preview Changes** to make sure it looks correct. + + ![GitHub Web, showing the Preview Changes tab](images/preview-changes.png) + +5. When you’re done editing the topic, scroll to the bottom of the page, and then click **Propose file change** to create a fork in your personal GitHub account. + + ![GitHub Web, showing the Propose file change button](images/propose-file-change.png) + + The **Comparing changes** screen appears to see what the changes are between your fork and the original content. + +6. On the **Comparing changes** screen, you’ll see if there are any problems with the file you’re checking in. + + If there are no problems, you’ll see the message, **Able to merge**. + + ![GitHub Web, showing the Comparing changes screen](images/compare-changes.png) + +7. Click **Create pull request**. + +8. Enter a title and description to give the approver the appropriate context about what’s in the request. + +9. Scroll to the bottom of the page, making sure that only your changed files are in this pull request. Otherwise, you could overwrite changes from other people. + +10. Click **Create pull request**. + + The pull request is sent to the writer of the topic and your edits are reviewed. If your request is accepted, updates are published to one of the following places: + + - [Windows 10](https://technet.microsoft.com/itpro/windows) + - [Internet Explorer 11](https://technet.microsoft.com/itpro/internet-explorer) + - [Microsoft Edge](https://technet.microsoft.com/itpro/microsoft-edge) + - [Surface](https://technet.microsoft.com/itpro/surface) + - [Surface Hub](https://technet.microsoft.com/itpro/surface-hub) + - [Windows 10 for Education](https://technet.microsoft.com/edu/windows) + - [Microsoft Desktop Optimization Pack](https://technet.microsoft.com/itpro/mdop) \ No newline at end of file diff --git a/windows/whats-new/index.md b/windows/whats-new/index.md index f775050b19..ff170bce3b 100644 --- a/windows/whats-new/index.md +++ b/windows/whats-new/index.md @@ -18,58 +18,8 @@ Windows 10 provides IT professionals with advanced protection against modern sec - [What's new in Windows 10, version 1607](whats-new-windows-10-version-1607.md) - [What's new in Windows 10, versions 1507 and 1511](whats-new-windows-10-version-1507-and-1511.md) -### Contributing and editing topics -You can now make suggestions and update existing content with a simple click of a link. - -**To edit a topic** - -1. Go to the page on TechNet that you want to update, and then click **Contribute**. - - ![GitHub Web, showing the Contribute link](images/contribute-link.png) - -2. Click the **Pencil** icon (in the red box) to edit the content. - - ![GitHub Web, showing the Pencil icon in the red box](images/pencil-icon.png) - -3. Using markdown language, make your changes to the topic. For info about how to edit content using markdown, see: - - **If you're linked to the Microsoft organization in GitHub:** [Windows Open Publishing Guide Home](http://aka.ms/windows-op-guide) - - - **If you're external to Microsoft:** [Mastering Markdown](https://guides.github.com/features/mastering-markdown/) - -4. Make your suggested change, and then click **Preview Changes** to make sure it looks correct. - - ![GitHub Web, showing the Preview Changes tab](images/preview-changes.png) - -5. When you’re done editing the topic, scroll to the bottom of the page, and then click **Propose file change** to create a fork in your personal GitHub account. - - ![GitHub Web, showing the Propose file change button](images/propose-file-change.png) - - The **Comparing changes** screen appears to see what the changes are between your fork and the original content. - -6. On the **Comparing changes** screen, you’ll see if there are any problems with the file you’re checking in. - - If there are no problems, you’ll see the message, **Able to merge**. - - ![GitHub Web, showing the Comparing changes screen](images/compare-changes.png) - -7. Click **Create pull request**. - -8. Enter a title and description to give the approver the appropriate context about what’s in the request. - -9. Scroll to the bottom of the page, making sure that only your changed files are in this pull request. Otherwise, you could overwrite changes from other people. - -10. Click **Create pull request**. - - The pull request is sent to the writer of the topic and your edits are reviewed. If your request is accepted, updates are published to one of the following places: - - - [Windows 10](https://technet.microsoft.com/itpro/windows) - - [Internet Explorer 11](https://technet.microsoft.com/itpro/internet-explorer) - - [Microsoft Edge](https://technet.microsoft.com/itpro/microsoft-edge) - - [Surface](https://technet.microsoft.com/itpro/surface) - - [Surface Hub](https://technet.microsoft.com/itpro/surface-hub) - - [Windows 10 for Education](https://technet.microsoft.com/edu/windows) - - [Microsoft Desktop Optimization Pack](https://technet.microsoft.com/itpro/mdop) +- [Edit an existing topic using the Contribute link](contribute-to-a-topic.md) ## Learn more From 9730dfe9f272ee440827d6f819dc53d2a09190bd Mon Sep 17 00:00:00 2001 From: Brian Lich Date: Tue, 6 Sep 2016 15:17:04 -0700 Subject: [PATCH 09/16] adding beta disclaimer --- ...windows-operating-system-components-to-microsoft-services.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/windows/manage/manage-connections-from-windows-operating-system-components-to-microsoft-services.md b/windows/manage/manage-connections-from-windows-operating-system-components-to-microsoft-services.md index 0f1c19b062..eae421589e 100644 --- a/windows/manage/manage-connections-from-windows-operating-system-components-to-microsoft-services.md +++ b/windows/manage/manage-connections-from-windows-operating-system-components-to-microsoft-services.md @@ -12,6 +12,8 @@ author: brianlic-msft # Manage connections from Windows operating system components to Microsoft services +[Some information relates to pre-released product, which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.] + **Applies to** - Windows 10 From ee445d50b1c865537692907768e2389f56543cb2 Mon Sep 17 00:00:00 2001 From: LizRoss Date: Tue, 6 Sep 2016 15:20:01 -0700 Subject: [PATCH 10/16] Added step about signing up for GitHub --- windows/whats-new/contribute-to-a-topic.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/windows/whats-new/contribute-to-a-topic.md b/windows/whats-new/contribute-to-a-topic.md index d32ec563a3..02acdf8d59 100644 --- a/windows/whats-new/contribute-to-a-topic.md +++ b/windows/whats-new/contribute-to-a-topic.md @@ -17,7 +17,11 @@ You can now make suggestions and update existing content with a simple click of ![GitHub Web, showing the Contribute link](images/contribute-link.png) -2. Click the **Pencil** icon (in the red box) to edit the content. +2. Log into (or sign up for) a GitHub account. + + You must have a GitHub account to get to the page that lets you edit a topic. + +3. Click the **Pencil** icon (in the red box) to edit the content. ![GitHub Web, showing the Pencil icon in the red box](images/pencil-icon.png) From a5250d285cc9b87d1b203f78efc8b414177cc8bc Mon Sep 17 00:00:00 2001 From: LizRoss Date: Tue, 6 Sep 2016 15:23:12 -0700 Subject: [PATCH 11/16] Added text about GitHub --- CONTRIBUTING.md | 24 +++++++++++++--------- windows/whats-new/contribute-to-a-topic.md | 18 ++++++++-------- 2 files changed, 23 insertions(+), 19 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dad15934ad..189bcf1c03 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,7 +11,7 @@ You've already completed this step. ## Editing topics -We've tried to make editing an existing file as simple as possible. +We've tried to make editing an existing, public file as simple as possible. **To edit a topic** @@ -19,38 +19,42 @@ We've tried to make editing an existing file as simple as possible. ![GitHub Web, showing the Contribute link](images/contribute-link.png) -2. Click the **Pencil** icon (in the red box) to edit the content. +2. Log into (or sign up for) a GitHub account. + + You must have a GitHub account to get to the page that lets you edit a topic. + +3. Click the **Pencil** icon (in the red box) to edit the content. ![GitHub Web, showing the Pencil icon in the red box](images/pencil-icon.png) -3. Using markdown language, make your changes to the topic. For info about how to edit content using markdown, see: +4. Using markdown language, make your changes to the topic. For info about how to edit content using markdown, see: - **If you're linked to the Microsoft organization in GitHub:** [Windows Open Publishing Guide Home](http://aka.ms/windows-op-guide) - **If you're external to Microsoft:** [Mastering Markdown](https://guides.github.com/features/mastering-markdown/) -4. Make your suggested change, and then click **Preview Changes** to make sure it looks correct. +5. Make your suggested change, and then click **Preview Changes** to make sure it looks correct. ![GitHub Web, showing the Preview Changes tab](images/preview-changes.png) -5. When you’re done editing the topic, scroll to the bottom of the page, and then click **Propose file change** to create a fork in your personal GitHub account. +6. When you’re done editing the topic, scroll to the bottom of the page, and then click **Propose file change** to create a fork in your personal GitHub account. ![GitHub Web, showing the Propose file change button](images/propose-file-change.png) The **Comparing changes** screen appears to see what the changes are between your fork and the original content. -6. On the **Comparing changes** screen, you’ll see if there are any problems with the file you’re checking in. +7. On the **Comparing changes** screen, you’ll see if there are any problems with the file you’re checking in. If there are no problems, you’ll see the message, **Able to merge**. ![GitHub Web, showing the Comparing changes screen](images/compare-changes.png) -7. Click **Create pull request**. +8. Click **Create pull request**. -8. Enter a title and description to give the approver the appropriate context about what’s in the request. +9. Enter a title and description to give the approver the appropriate context about what’s in the request. -9. Scroll to the bottom of the page, making sure that only your changed files are in this pull request. Otherwise, you could overwrite changes from other people. +10. Scroll to the bottom of the page, making sure that only your changed files are in this pull request. Otherwise, you could overwrite changes from other people. -10. Click **Create pull request**. +11. Click **Create pull request**. The pull request is sent to the writer of the topic and your edits are reviewed. If your request is accepted, updates are published to one of the following places: diff --git a/windows/whats-new/contribute-to-a-topic.md b/windows/whats-new/contribute-to-a-topic.md index 02acdf8d59..79d0a7fd24 100644 --- a/windows/whats-new/contribute-to-a-topic.md +++ b/windows/whats-new/contribute-to-a-topic.md @@ -9,7 +9,7 @@ ms.sitesec: library # Edit an existing topic using the Contribute link -You can now make suggestions and update existing content with a simple click of a link. +You can now make suggestions and update existing, public content with a GitHub account and a simple click of a link. **To edit a topic** @@ -25,34 +25,34 @@ You can now make suggestions and update existing content with a simple click of ![GitHub Web, showing the Pencil icon in the red box](images/pencil-icon.png) -3. Using markdown language, make your changes to the topic. For info about how to edit content using markdown, see: +4. Using markdown language, make your changes to the topic. For info about how to edit content using markdown, see: - **If you're linked to the Microsoft organization in GitHub:** [Windows Open Publishing Guide Home](http://aka.ms/windows-op-guide) - **If you're external to Microsoft:** [Mastering Markdown](https://guides.github.com/features/mastering-markdown/) -4. Make your suggested change, and then click **Preview Changes** to make sure it looks correct. +5. Make your suggested change, and then click **Preview Changes** to make sure it looks correct. ![GitHub Web, showing the Preview Changes tab](images/preview-changes.png) -5. When you’re done editing the topic, scroll to the bottom of the page, and then click **Propose file change** to create a fork in your personal GitHub account. +6. When you’re done editing the topic, scroll to the bottom of the page, and then click **Propose file change** to create a fork in your personal GitHub account. ![GitHub Web, showing the Propose file change button](images/propose-file-change.png) The **Comparing changes** screen appears to see what the changes are between your fork and the original content. -6. On the **Comparing changes** screen, you’ll see if there are any problems with the file you’re checking in. +7. On the **Comparing changes** screen, you’ll see if there are any problems with the file you’re checking in. If there are no problems, you’ll see the message, **Able to merge**. ![GitHub Web, showing the Comparing changes screen](images/compare-changes.png) -7. Click **Create pull request**. +8. Click **Create pull request**. -8. Enter a title and description to give the approver the appropriate context about what’s in the request. +9. Enter a title and description to give the approver the appropriate context about what’s in the request. -9. Scroll to the bottom of the page, making sure that only your changed files are in this pull request. Otherwise, you could overwrite changes from other people. +10. Scroll to the bottom of the page, making sure that only your changed files are in this pull request. Otherwise, you could overwrite changes from other people. -10. Click **Create pull request**. +11. Click **Create pull request**. The pull request is sent to the writer of the topic and your edits are reviewed. If your request is accepted, updates are published to one of the following places: From 81f4bca55619063b93d4cea38b6ff38ee55260f4 Mon Sep 17 00:00:00 2001 From: LizRoss Date: Tue, 6 Sep 2016 15:30:03 -0700 Subject: [PATCH 12/16] Fixing broken formatting --- windows/whats-new/contribute-to-a-topic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/whats-new/contribute-to-a-topic.md b/windows/whats-new/contribute-to-a-topic.md index 79d0a7fd24..1dc6f34e11 100644 --- a/windows/whats-new/contribute-to-a-topic.md +++ b/windows/whats-new/contribute-to-a-topic.md @@ -23,7 +23,7 @@ You can now make suggestions and update existing, public content with a GitHub a 3. Click the **Pencil** icon (in the red box) to edit the content. - ![GitHub Web, showing the Pencil icon in the red box](images/pencil-icon.png) + ![GitHub Web, showing the Pencil icon in the red box](images/pencil-icon.png) 4. Using markdown language, make your changes to the topic. For info about how to edit content using markdown, see: - **If you're linked to the Microsoft organization in GitHub:** [Windows Open Publishing Guide Home](http://aka.ms/windows-op-guide) From 6fda4749e9c158b2e7bacde556550037e9d139e8 Mon Sep 17 00:00:00 2001 From: LizRoss Date: Tue, 6 Sep 2016 15:31:49 -0700 Subject: [PATCH 13/16] Added details to the title --- windows/whats-new/contribute-to-a-topic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/whats-new/contribute-to-a-topic.md b/windows/whats-new/contribute-to-a-topic.md index 1dc6f34e11..72e6ba231a 100644 --- a/windows/whats-new/contribute-to-a-topic.md +++ b/windows/whats-new/contribute-to-a-topic.md @@ -1,5 +1,5 @@ --- -title: Edit an existing topic +title: Edit an existing topic using the Contribute link description: Instructions about how to edit an existing topic by using the Contribute link. keywords: contribute, edit a topic ms.prod: w10 From 0a186819f3643731a8736c94721bf5a19e649b38 Mon Sep 17 00:00:00 2001 From: LizRoss Date: Tue, 6 Sep 2016 16:26:38 -0700 Subject: [PATCH 14/16] Updated to include the CLA process --- windows/whats-new/contribute-to-a-topic.md | 27 ++++++++++++---------- 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/windows/whats-new/contribute-to-a-topic.md b/windows/whats-new/contribute-to-a-topic.md index 72e6ba231a..c3fdc4783e 100644 --- a/windows/whats-new/contribute-to-a-topic.md +++ b/windows/whats-new/contribute-to-a-topic.md @@ -8,51 +8,54 @@ ms.sitesec: library --- # Edit an existing topic using the Contribute link - You can now make suggestions and update existing, public content with a GitHub account and a simple click of a link. **To edit a topic** -1. Go to the page on TechNet that you want to update, and then click **Contribute**. +1. All contributors who are ***not*** a Microsoft employee must [sign a Microsoft Contribution Licensing Agreement (CLA)](https://cla.microsoft.com/) before contributing to any Microsoft repositories. +If you've already contributed to Microsoft repositories in the past, congratulations! +You've already completed this step. + +2. Go to the page on TechNet that you want to update, and then click **Contribute**. ![GitHub Web, showing the Contribute link](images/contribute-link.png) -2. Log into (or sign up for) a GitHub account. +3. Log into (or sign up for) a GitHub account. You must have a GitHub account to get to the page that lets you edit a topic. -3. Click the **Pencil** icon (in the red box) to edit the content. +4. Click the **Pencil** icon (in the red box) to edit the content. ![GitHub Web, showing the Pencil icon in the red box](images/pencil-icon.png) -4. Using markdown language, make your changes to the topic. For info about how to edit content using markdown, see: +5. Using markdown language, make your changes to the topic. For info about how to edit content using markdown, see: - **If you're linked to the Microsoft organization in GitHub:** [Windows Open Publishing Guide Home](http://aka.ms/windows-op-guide) - **If you're external to Microsoft:** [Mastering Markdown](https://guides.github.com/features/mastering-markdown/) -5. Make your suggested change, and then click **Preview Changes** to make sure it looks correct. +6. Make your suggested change, and then click **Preview Changes** to make sure it looks correct. ![GitHub Web, showing the Preview Changes tab](images/preview-changes.png) -6. When you’re done editing the topic, scroll to the bottom of the page, and then click **Propose file change** to create a fork in your personal GitHub account. +7. When you’re done editing the topic, scroll to the bottom of the page, and then click **Propose file change** to create a fork in your personal GitHub account. ![GitHub Web, showing the Propose file change button](images/propose-file-change.png) The **Comparing changes** screen appears to see what the changes are between your fork and the original content. -7. On the **Comparing changes** screen, you’ll see if there are any problems with the file you’re checking in. +8. On the **Comparing changes** screen, you’ll see if there are any problems with the file you’re checking in. If there are no problems, you’ll see the message, **Able to merge**. ![GitHub Web, showing the Comparing changes screen](images/compare-changes.png) -8. Click **Create pull request**. +9. Click **Create pull request**. -9. Enter a title and description to give the approver the appropriate context about what’s in the request. +10. Enter a title and description to give the approver the appropriate context about what’s in the request. -10. Scroll to the bottom of the page, making sure that only your changed files are in this pull request. Otherwise, you could overwrite changes from other people. +11. Scroll to the bottom of the page, making sure that only your changed files are in this pull request. Otherwise, you could overwrite changes from other people. -11. Click **Create pull request**. +12. Click **Create pull request**. The pull request is sent to the writer of the topic and your edits are reviewed. If your request is accepted, updates are published to one of the following places: From 3781e4a1b86d407e1df043309c92e191bba61a95 Mon Sep 17 00:00:00 2001 From: LizRoss Date: Tue, 6 Sep 2016 16:38:52 -0700 Subject: [PATCH 15/16] Fixing broken image --- windows/whats-new/contribute-to-a-topic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/whats-new/contribute-to-a-topic.md b/windows/whats-new/contribute-to-a-topic.md index c3fdc4783e..864af3f184 100644 --- a/windows/whats-new/contribute-to-a-topic.md +++ b/windows/whats-new/contribute-to-a-topic.md @@ -18,7 +18,7 @@ You've already completed this step. 2. Go to the page on TechNet that you want to update, and then click **Contribute**. - ![GitHub Web, showing the Contribute link](images/contribute-link.png) + ![GitHub Web, showing the Contribute link](images/contribute-link.png) 3. Log into (or sign up for) a GitHub account. From 308cd82081ba704dd93128fca52ea3aaf311c4db Mon Sep 17 00:00:00 2001 From: LizRoss Date: Wed, 7 Sep 2016 08:05:45 -0700 Subject: [PATCH 16/16] Updated to add that the second create pull request actually submits the request --- CONTRIBUTING.md | 2 +- windows/whats-new/contribute-to-a-topic.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 189bcf1c03..ab58df92e7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -54,7 +54,7 @@ We've tried to make editing an existing, public file as simple as possible. 10. Scroll to the bottom of the page, making sure that only your changed files are in this pull request. Otherwise, you could overwrite changes from other people. -11. Click **Create pull request**. +11. Click **Create pull request** again to actually submit the pull request. The pull request is sent to the writer of the topic and your edits are reviewed. If your request is accepted, updates are published to one of the following places: diff --git a/windows/whats-new/contribute-to-a-topic.md b/windows/whats-new/contribute-to-a-topic.md index 864af3f184..3fb9fa0055 100644 --- a/windows/whats-new/contribute-to-a-topic.md +++ b/windows/whats-new/contribute-to-a-topic.md @@ -55,7 +55,7 @@ You've already completed this step. 11. Scroll to the bottom of the page, making sure that only your changed files are in this pull request. Otherwise, you could overwrite changes from other people. -12. Click **Create pull request**. +12. Click **Create pull request** again to actually submit the pull request. The pull request is sent to the writer of the topic and your edits are reviewed. If your request is accepted, updates are published to one of the following places: