From b16439c643145309729a8b54ab97e6ecc998844a Mon Sep 17 00:00:00 2001 From: saldana Date: Sun, 6 Mar 2016 15:51:59 -0800 Subject: [PATCH 2/9] Added new docset --- .openpublishing.publish.config.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index 3d697a58f7..b22971b523 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -21,8 +21,18 @@ "type_mapping": { "Conceptual": "Content" } + }, + { + "docset_name": "windows", + "build_output_subfolder": "windows", + "locale": "en-us", + "version": 0, + "open_to_public_contributors": "false", + "type_mapping": { + "Conceptual": "Content" + } } ], - "notification_subscribers": ["brianlic@microsoft.com","brianlic@microsoft.com"], + "notification_subscribers": ["brianlic@microsoft.com"], "branches_to_filter": ["live"] } From 5f35e061776232538e880e813302bfb3009c9843 Mon Sep 17 00:00:00 2001 From: saldana Date: Mon, 14 Mar 2016 18:14:39 -0700 Subject: [PATCH 3/9] new docests added --- .openpublishing.publish.config.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index b22971b523..2298fb1c2f 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -31,6 +31,26 @@ "type_mapping": { "Conceptual": "Content" } + }, + { + "docset_name": "surface", + "build_output_subfolder": "devices/surface", + "locale": "en-us", + "version": 0, + "open_to_public_contributors": "false", + "type_mapping": { + "Conceptual": "Content" + } + }, + { + "docset_name": "surface-hub", + "build_output_subfolder": "devices/surface-hub", + "locale": "en-us", + "version": 0, + "open_to_public_contributors": "false", + "type_mapping": { + "Conceptual": "Content" + } } ], "notification_subscribers": ["brianlic@microsoft.com"], From 5d5bf23f53a939f4f2184ac337c18ee75a222e83 Mon Sep 17 00:00:00 2001 From: Xiaokai He Date: Thu, 31 Mar 2016 11:46:06 -0700 Subject: [PATCH 4/9] Update .openpublishing.publish.config.json --- .openpublishing.publish.config.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index dceec083ed..e58deb3585 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -51,6 +51,16 @@ "type_mapping": { "Conceptual": "Content" } + }, + { + "docset_name": "mdop", + "build_output_subfolder": "mdop", + "locale": "en-us", + "version": 0, + "open_to_public_contributors": "false", + "type_mapping": { + "Conceptual": "Content" + } } ], "notification_subscribers": ["brianlic@microsoft.com"], From 84e82cfab0e30cff1ebf4d5fbcb9b15f27d2099d Mon Sep 17 00:00:00 2001 From: saldana Date: Fri, 1 Apr 2016 17:02:33 -0700 Subject: [PATCH 5/9] Delete docfx.json --- windows/docfx.json | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 windows/docfx.json diff --git a/windows/docfx.json b/windows/docfx.json deleted file mode 100644 index 2987dbaf93..0000000000 --- a/windows/docfx.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "build": { - "content": - [ - { - "files": ["**/**.md"], - "exclude": ["**/obj/**"] - } - ], - "resource": [ - { - "files": ["**/images/**", "**/*.json"], - "exclude": ["**/obj/**"] - } - ], - "globalMetadata": { - "ROBOTS": "INDEX, FOLLOW" - }, - "externalReference": [ - ], - "template": "op.html", - "dest": "windows" - } -} \ No newline at end of file From 895b0330e24106a74587a21b278808eb7cf0ff0c Mon Sep 17 00:00:00 2001 From: Brian Lich Date: Thu, 14 Apr 2016 15:13:49 -0700 Subject: [PATCH 6/9] removing placeholder content --- devices/surface-hub/TOC.md | 1 - devices/surface-hub/index.md | 1 - devices/surface/TOC.md | 1 - devices/surface/index.md | 1 - mdop/TOC.md | 1 - mdop/index.md | 1 - 6 files changed, 6 deletions(-) delete mode 100644 devices/surface-hub/TOC.md delete mode 100644 devices/surface-hub/index.md delete mode 100644 devices/surface/TOC.md delete mode 100644 devices/surface/index.md delete mode 100644 mdop/TOC.md delete mode 100644 mdop/index.md diff --git a/devices/surface-hub/TOC.md b/devices/surface-hub/TOC.md deleted file mode 100644 index b39701ab3e..0000000000 --- a/devices/surface-hub/TOC.md +++ /dev/null @@ -1 +0,0 @@ -#[Placeholder](index.md) \ No newline at end of file diff --git a/devices/surface-hub/index.md b/devices/surface-hub/index.md deleted file mode 100644 index 05ef632ece..0000000000 --- a/devices/surface-hub/index.md +++ /dev/null @@ -1 +0,0 @@ -#Placeholder content \ No newline at end of file diff --git a/devices/surface/TOC.md b/devices/surface/TOC.md deleted file mode 100644 index b39701ab3e..0000000000 --- a/devices/surface/TOC.md +++ /dev/null @@ -1 +0,0 @@ -#[Placeholder](index.md) \ No newline at end of file diff --git a/devices/surface/index.md b/devices/surface/index.md deleted file mode 100644 index 05ef632ece..0000000000 --- a/devices/surface/index.md +++ /dev/null @@ -1 +0,0 @@ -#Placeholder content \ No newline at end of file diff --git a/mdop/TOC.md b/mdop/TOC.md deleted file mode 100644 index cbac82ca91..0000000000 --- a/mdop/TOC.md +++ /dev/null @@ -1 +0,0 @@ -#[MDOP Placeholder](index.md) \ No newline at end of file diff --git a/mdop/index.md b/mdop/index.md deleted file mode 100644 index 858fac9563..0000000000 --- a/mdop/index.md +++ /dev/null @@ -1 +0,0 @@ -#Placeholder for MDOP content \ No newline at end of file From 12aa1b0bb167da38889e0ba7eed7b66ae53cea73 Mon Sep 17 00:00:00 2001 From: LizRoss Date: Fri, 15 Apr 2016 11:43:59 -0700 Subject: [PATCH 7/9] Added table title and turned the table into git format --- ...ange-history-for-keep-windows-10-secure.md | 36 ++++--------------- 1 file changed, 6 insertions(+), 30 deletions(-) diff --git a/windows/keep-secure/change-history-for-keep-windows-10-secure.md b/windows/keep-secure/change-history-for-keep-windows-10-secure.md index b9db148655..c1b4f00ceb 100644 --- a/windows/keep-secure/change-history-for-keep-windows-10-secure.md +++ b/windows/keep-secure/change-history-for-keep-windows-10-secure.md @@ -9,42 +9,18 @@ author: brianlic-msft --- # Change history for Keep Windows 10 secure - - This topic lists new and updated topics in the [Keep Windows 10 secure](index.md) documentation for [Windows 10 and Windows 10 Mobile](../index.md). - ---- - - - - - - - - - - - - - - - - - - - - -
New or changed topicDescription
[Protect derived domain credentials with Credential Guard](credential-guard.md)

Clarified Credential Guard protections

[Requirements to use AppLocker](requirements-to-use-applocker.md)

Added that MDM can be used to manage any edition of Windows 10. Windows 10 Enterprise or Windows Server 2016 Technical Preview is required to manage AppLocker by using Group Policy.

[Protect your enterprise data using enterprise data protection (EDP)](protect-enterprise-data-using-edp.md)

Added pre-release content about how to set up and deploy enterprise data protection (EDP) in an enterprise environment.

+## March 2016 -  +|New or changed topic | Description | +|----------------------|-------------| +|[Protect derived domain credentials with Credential Guard](credential-guard.md) |Clarified Credential Guard protections | +|[Requirements to use AppLocker](requirements-to-use-applocker.md) |Added that MDM can be used to manage any edition of Windows 10. Windows 10 Enterprise or Windows Server 2016 Technical Preview is required to manage AppLocker by using Group Policy.| +|[Protect your enterprise data using enterprise data protection (EDP)](protect-enterprise-data-using-edp.md) |Added pre-release content about how to set up and deploy enterprise data protection (EDP) in an enterprise environment.| ## February 2016 - | New or changed topic | Description | |-------------------------------------------------------------------------------------------------------------------------------------|-------------| | [Configure S/MIME for Windows 10 and Windows 10 Mobile](configure-s-mime.md) | New | From 51e01033c144789c8401a7bb65fd3d4df8557a43 Mon Sep 17 00:00:00 2001 From: LizRoss Date: Fri, 15 Apr 2016 13:25:40 -0700 Subject: [PATCH 8/9] Added Apr table --- ...ange-history-for-keep-windows-10-secure.md | 96 ++++++++----------- 1 file changed, 38 insertions(+), 58 deletions(-) diff --git a/windows/keep-secure/change-history-for-keep-windows-10-secure.md b/windows/keep-secure/change-history-for-keep-windows-10-secure.md index c1b4f00ceb..3752693094 100644 --- a/windows/keep-secure/change-history-for-keep-windows-10-secure.md +++ b/windows/keep-secure/change-history-for-keep-windows-10-secure.md @@ -11,81 +11,61 @@ author: brianlic-msft # Change history for Keep Windows 10 secure This topic lists new and updated topics in the [Keep Windows 10 secure](index.md) documentation for [Windows 10 and Windows 10 Mobile](../index.md). -## March 2016 +## April 2016 |New or changed topic | Description | |----------------------|-------------| |[Protect derived domain credentials with Credential Guard](credential-guard.md) |Clarified Credential Guard protections | + +## March 2016 + +|New or changed topic | Description | +|----------------------|-------------| |[Requirements to use AppLocker](requirements-to-use-applocker.md) |Added that MDM can be used to manage any edition of Windows 10. Windows 10 Enterprise or Windows Server 2016 Technical Preview is required to manage AppLocker by using Group Policy.| |[Protect your enterprise data using enterprise data protection (EDP)](protect-enterprise-data-using-edp.md) |Added pre-release content about how to set up and deploy enterprise data protection (EDP) in an enterprise environment.| ## February 2016 -| New or changed topic | Description | -|-------------------------------------------------------------------------------------------------------------------------------------|-------------| -| [Configure S/MIME for Windows 10 and Windows 10 Mobile](configure-s-mime.md) | New | -| [Install digital certificates on Windows 10 Mobile](installing-digital-certificates-on-windows-10-mobile.md) | New | -| [Use Windows Event Forwarding to help with intrusion detection](use-windows-event-forwarding-to-assist-in-instrusion-detection.md) | New | -| [Encrypted Hard Drive](encrypted-hard-drive.md) | New | - -  +| New or changed topic | Description | +|----------------------|-------------| +|[Configure S/MIME for Windows 10 and Windows 10 Mobile](configure-s-mime.md) |New | +|[Install digital certificates on Windows 10 Mobile](installing-digital-certificates-on-windows-10-mobile.md) |New | +|[Use Windows Event Forwarding to help with intrusion detection](use-windows-event-forwarding-to-assist-in-instrusion-detection.md) |New | +|[Encrypted Hard Drive](encrypted-hard-drive.md) |New | ## January 2016 - -| New or changed topic | Description | -|------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------| -| [Device Guard deployment guide](device-guard-deployment-guide.md) | Updated recommendations in Bring Your Own Device section | -| [Implement Microsoft Passport in your organization](implement-microsoft-passport-in-your-organization.md) | Updated the prerequisites for an Azure Active Directory/Active Directory hybrid environment | -| [Microsoft Passport and password changes](microsoft-passport-and-password-changes.md) | Updated to clarify that this procedure is not needed for Passport for Work | -| [Microsoft Passport guide](microsoft-passport-guide.md) | Updated the prerequisites for an Azure Active Directory/Active Directory hybrid environment | -| [Windows 10 Mobile security guide](windows-10-mobile-security-guide.md) | New | - -  +|New or changed topic |Description | +|---------------------|------------| +|[Device Guard deployment guide](device-guard-deployment-guide.md) |Updated recommendations in Bring Your Own Device section | +|[Implement Microsoft Passport in your organization](implement-microsoft-passport-in-your-organization.md) |Updated the prerequisites for an Azure Active Directory/Active Directory hybrid environment | +|[Microsoft Passport and password changes](microsoft-passport-and-password-changes.md) |Updated to clarify that this procedure is not needed for Passport for Work | +|[Microsoft Passport guide](microsoft-passport-guide.md) |Updated the prerequisites for an Azure Active Directory/Active Directory hybrid environment | +|[Windows 10 Mobile security guide](windows-10-mobile-security-guide.md) |New | ## December 2015 - -| New or changed topic | Description | -|----------------------------------------------------------------------------------------------------|-------------| -| [Device Guard certification and compliance](device-guard-certification-and-compliance.md) | Updated | -| [Microsoft Passport errors during PIN creation](microsoft-passport-errors-during-pin-creation.md) | Updated | -| [Protect derived domain credentials with Credential Guard](credential-guard.md) | Updated | -| [Security policy settings](security-policy-settings.md) (multiple topics) | Updated | - -  +|New or changed topic |Description | +|---------------------|------------| +|[Device Guard certification and compliance](device-guard-certification-and-compliance.md) |Updated | +|[Microsoft Passport errors during PIN creation](microsoft-passport-errors-during-pin-creation.md) |Updated | +|[Protect derived domain credentials with Credential Guard](credential-guard.md) |Updated | +|[Security policy settings](security-policy-settings.md) (multiple topics) |Updated | ## November 2015 - -| New or changed topic | Description | -|----------------------------------------------------------------------------------------------|-------------| -| [Windows Defender in Windows 10](windows-defender-in-windows-10.md) | New | -| [Windows Hello biometrics in the enterprise](windows-hello-in-enterprise.md) | New | -| [AppLocker](applocker-overview.md) (multiple topics) | Updated | -| [Device Guard certification and compliance](device-guard-certification-and-compliance.md) | Updated | -| [Device Guard deployment guide](device-guard-deployment-guide.md) | Updated | -| [Security auditing](security-auditing-overview.md) (multiple topics) | Updated | -| [Why a PIN is better than a password](why-a-pin-is-better-than-a-password.md) | Updated | - -  +|New or changed topic |Description | +|---------------------|-------------| +|[Windows Defender in Windows 10](windows-defender-in-windows-10.md) |New | +|[Windows Hello biometrics in the enterprise](windows-hello-in-enterprise.md)|New | +|[AppLocker](applocker-overview.md) (multiple topics) |Updated | +|[Device Guard certification and compliance](device-guard-certification-and-compliance.md) |Updated | +|[Device Guard deployment guide](device-guard-deployment-guide.md) |Updated | +|[Security auditing](security-auditing-overview.md) (multiple topics) |Updated | +|[Why a PIN is better than a password](why-a-pin-is-better-than-a-password.md) |Updated | ## Related topics - - -[Change history for What's new in Windows 10](../whats-new/change-history-for-what-s-new-in-windows-10.md) - -[Change history for Plan for Windows 10 deployment](../plan/change-history-for-plan-for-windows-10-deployment.md) - -[Change history for Deploy Windows 10](../deploy/change-history-for-deploy-windows-10.md) - -[Change history for Manage and update Windows 10](../manage/change-history-for-manage-and-update-windows-10.md) - -  - -  - - - - - +- [Change history for What's new in Windows 10](../whats-new/change-history-for-what-s-new-in-windows-10.md) +- [Change history for Plan for Windows 10 deployment](../plan/change-history-for-plan-for-windows-10-deployment.md) +- [Change history for Deploy Windows 10](../deploy/change-history-for-deploy-windows-10.md) +- [Change history for Manage and update Windows 10](../manage/change-history-for-manage-and-update-windows-10.md) \ No newline at end of file From c3012e70975e13596c483b5f26fc2869f8fd589f Mon Sep 17 00:00:00 2001 From: LizRoss Date: Fri, 15 Apr 2016 13:34:41 -0700 Subject: [PATCH 9/9] Updated with Apr for EDP topic updates --- ...ge-history-for-what-s-new-in-windows-10.md | 105 ++++++------------ 1 file changed, 31 insertions(+), 74 deletions(-) diff --git a/windows/whats-new/change-history-for-what-s-new-in-windows-10.md b/windows/whats-new/change-history-for-what-s-new-in-windows-10.md index 2e451088c6..077f30c7a7 100644 --- a/windows/whats-new/change-history-for-what-s-new-in-windows-10.md +++ b/windows/whats-new/change-history-for-what-s-new-in-windows-10.md @@ -9,95 +9,52 @@ author: TrudyHa --- # Change history for What's new in Windows 10 - - This topic lists new and updated topics in the [What's new in Windows 10](index.md) documentation for [Windows 10 and Windows 10 Mobile](../index.md). +## April 2016 + +|New or changed topic |Description | +|---------------------|------------| +|[Enterprise data protection (EDP) overview](edp-whats-new-overview.md) |Updated to remove content that's duplicated in the EDP content and added pointer. | + ## February 2016 - - ---- - - - - - - - - - - - - -
New or changed topicDescription
[Lockdown features from Windows Embedded Industry 8.1](lockdown-features-windows-10.md)

Updated to include policy setting names for USB filter and Toast notification filter

- -  +|New or changed topic |Description | +|---------------------|------------| +|[Lockdown features from Windows Embedded Industry 8.1](lockdown-features-windows-10.md) |Updated to include policy setting names for USB filter and Toast notification filter| ## January 2016 - - ---- - - - - - - - - - - - - -
New or changed topicDescription
[Browser: Microsoft Edge and Internet Explorer 11](edge-ie11-whats-new-overview.md)

Updated to include the "Applies to" section

- -  +|New or changed topic |Description | +|---------------------|------------| +|[Browser: Microsoft Edge and Internet Explorer 11](edge-ie11-whats-new-overview.md) |Updated to include the **Applies to** section | ## December 2015 - -| New or changed topic | Description | -|---------------------------------------------------------------|-------------| -| [Security](security.md) | New | -| [Windows Update for Business](windows-update-for-business.md) | New | - -  +|New or changed topic |Description | +|---------------------|------------| +|[Security](security.md) |New | +|[Windows Update for Business](windows-update-for-business.md) |New | ## November 2015 - -| New or changed topic | Description | -|------------------------------------------------------------------------------------------------------------------|-------------| -| [AppLocker](applocker.md) | New | -| [BitLocker](bitlocker.md) | New | -| [Credential Guard](credential-guard.md) | New | -| [Device Guard](device-guard-overview.md) | New | -| [Lockdown features from Windows Embedded 8.1 Industry](lockdown-features-windows-10.md) | New | -| [Security auditing](security-auditing.md) | New | -| [Trusted Platform Module](trusted-platform-module.md) | New | -| [Windows spotlight on the lock screen](windows-spotlight.md) | New | -| [Windows Store for Business overview](windows-store-for-business-overview.md) | New | - -  +|New or changed topic |Description | +|---------------------|------------| +|[AppLocker](applocker.md) |New | +|[BitLocker](bitlocker.md) |New | +|[Credential Guard](credential-guard.md) |New | +|[Device Guard](device-guard-overview.md) |New | +|[Lockdown features from Windows Embedded 8.1 Industry](lockdown-features-windows-10.md) |New | +|[Security auditing](security-auditing.md) |New | +|[Trusted Platform Module](trusted-platform-module.md) |New | +|[Windows spotlight on the lock screen](windows-spotlight.md) |New | +|[Windows Store for Business overview](windows-store-for-business-overview.md) |New | ## Related topics - - -[Change history for Plan for Windows 10 deployment](../plan/change-history-for-plan-for-windows-10-deployment.md) - -[Change history for Deploy Windows 10](../deploy/change-history-for-deploy-windows-10.md) - -[Change history for Keep Windows 10 secure](../keep-secure/change-history-for-keep-windows-10-secure.md) - -[Change history for Manage and update Windows 10](../manage/change-history-for-manage-and-update-windows-10.md) +- [Change history for Plan for Windows 10 deployment](../plan/change-history-for-plan-for-windows-10-deployment.md) +- [Change history for Deploy Windows 10](../deploy/change-history-for-deploy-windows-10.md) +- [Change history for Keep Windows 10 secure](../keep-secure/change-history-for-keep-windows-10-secure.md) +- [Change history for Manage and update Windows 10](../manage/change-history-for-manage-and-update-windows-10.md)