From 15caffdecf0bfd1eb691832eb838f2d4ee2d0ca9 Mon Sep 17 00:00:00 2001 From: Greg Lindsay Date: Tue, 18 Apr 2017 15:26:26 -0700 Subject: [PATCH 01/15] change history --- windows/deploy/change-history-for-deploy-windows-10.md | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/deploy/change-history-for-deploy-windows-10.md b/windows/deploy/change-history-for-deploy-windows-10.md index 22008ff62d..d506e4b7fc 100644 --- a/windows/deploy/change-history-for-deploy-windows-10.md +++ b/windows/deploy/change-history-for-deploy-windows-10.md @@ -18,6 +18,7 @@ This topic lists new and updated topics in the [Deploy Windows 10](index.md) doc | [Deploy Windows 10 in a test lab using System Center Configuration Manager](windows-10-poc-sc-config-mgr.md) | Updated: The "refresh" and "replace" procedures were swapped in order so that it would not be necessary to save and restore VMs. Also a missing step was added to include the State migration point role. | | [Step by step guide: Configure a test lab to deploy Windows 10](windows-10-poc.md)| Updated with minor fixes. | | [Manage Windows upgrades with Upgrade Readiness](manage-windows-upgrades-with-upgrade-readiness.md)| Updated child topics under this node to include new feature and user interface changes. | +| [Get started with Upgrade Readiness](upgrade-readiness-get-started.md)| Added a table summarizing connection scenarios under the Enable data sharing topic. | ## RELEASE: Windows 10, version 1703 The topics in this library have been updated for Windows 10, version 1703 (also known as the Creators Update). The provisioning topics have been moved to [Configure Windows 10](../configure/index.md). From 0b60bafe2cd0aad34f3bb62495ea80ec4a1b69ce Mon Sep 17 00:00:00 2001 From: Justinha Date: Tue, 18 Apr 2017 16:01:26 -0700 Subject: [PATCH 02/15] added new topic about managed installer feature --- windows/keep-secure/TOC.md | 1 + ...cing-managed-installer-for-device-guard.md | 182 ++++++++++++++++++ 2 files changed, 183 insertions(+) create mode 100644 windows/keep-secure/introducing-managed-installer-for-device-guard.md diff --git a/windows/keep-secure/TOC.md b/windows/keep-secure/TOC.md index 38d5a79370..fde75c59fc 100644 --- a/windows/keep-secure/TOC.md +++ b/windows/keep-secure/TOC.md @@ -20,6 +20,7 @@ #### [Deploy code integrity policies: policy rules and file rules](deploy-code-integrity-policies-policy-rules-and-file-rules.md) #### [Deploy code integrity policies: steps](deploy-code-integrity-policies-steps.md) #### [Deploy catalog files to support code integrity policies](deploy-catalog-files-to-support-code-integrity-policies.md) +#### [Introducing Managed Installer for Device Guard](introducing-managed-installer-for-device-guard.md) ### [Deploy Device Guard: enable virtualization-based security](deploy-device-guard-enable-virtualization-based-security.md) ## [Mitigate threats by using Windows 10 security features](overview-of-threat-mitigations-in-windows-10.md) ## [Protect derived domain credentials with Credential Guard](credential-guard.md) diff --git a/windows/keep-secure/introducing-managed-installer-for-device-guard.md b/windows/keep-secure/introducing-managed-installer-for-device-guard.md new file mode 100644 index 0000000000..0f12f54975 --- /dev/null +++ b/windows/keep-secure/introducing-managed-installer-for-device-guard.md @@ -0,0 +1,182 @@ +--- +title: Introducing Managed Installer for Device Guard (Windows 10) +description: Explains how you can use a managed installer to automatically authorize applications deployed and installed by a designated software distribution solution, such as System Center Configuration Manager. +keywords: virtualization, security, malware +ms.prod: w10 +ms.mktglfcycl: deploy +localizationpriority: high +author: brianlic-msft +--- + +# Introducing Managed Installer for Device Guard + +Creating and maintaining application execution control policies has always been challenging and options for addressing this has been a frequently cited request for customers of AppLocker and Device Guard’s [configurable code integrity (CI)](device-guard-deployment-guide.md). +This is especially true for enterprises with large, ever changing software catalogs. + +Windows 10, version 1703 (also known as the Windows 10 Creators Update) provides a new option, known as a managed installer, that allows IT administrators to automatically authorize applications deployed and installed by a designated software distribution solution, such as System Center Configuration Manager. +A managed installer helps an IT admin balance security and manageability requirements when employing application execution control policies by providing an option that does not require specifying explicit rules for software that is being managed through a software distribution solution. + +## How does a managed installer work? + +A managed installer uses a new rule collection in AppLocker to specify one or more executables that are trusted by the organization as an authorized source for application deployment. +Specifying an executable as a managed installer will cause Windows to tag files that are written from the executable’s process (or processes it launches) as having originated from a trusted installation authority. + +Once the IT administrator adds the Allow: Managed Installer option to a configurable CI policy for Device Guard, the configurable CI component will subsequently check for the presence of the origin information when evaluating other application execution control rules specified in the policy. +If there are no deny rules present for the file, it will be authorized based on the managed installer origin information. + +>![NOTE] +>Admins needs to ensure that there is a CI policy in place to allow the system to boot and run any other authorized applications that may not be deployed through a managed installer. +> +>Examples of CI policies available in C:\Windows\schemas\CodeIntegrity\ExamplePolicies help authorize Windows OS components, WHQL signed drivers and all Store apps. +>Admins can reference and customize them as needed for their Device Guard deployment. + +## Configuring a managed installer with AppLocker and configurable code integrity policy + +Setting up managed installer tracking and application execution enforcement requires applying both an AppLocker and configurable CI policy with specific rules and options enabled. +There are three primary steps to keep in mind: + +- Specify managed installers using the Managed Installer rule collection in AppLocker policy +- Enable service enforcement in AppLocker policy +- Enable the managed installer option in a configurable CI policy + +### Specify managed installers using the Managed Installer rule collection in AppLocker policy + +The identity of the managed installer executable(s) is specified in an AppLocker policy in a Managed Installer rule collection. +Currently the AppLocker policy creation UI and cmdlets do not allow for directly specifying rules for the Managed Installer rule collection, however a text editor can be used to make the simple changes needed to an EXE or DLL rule collection policy to specify Type="ManagedInstaller". + +An example of a valid Managed Installer rule collection is shown below. + +```code + + + + + + + + + + + + + + + + +``` + +## Enable service enforcement in AppLocker policy + +Since many installation processes rely on services, it is typically necessary to enable tracking of services. +Correct tracking of services requires the presence of at least one rule in the rule collection – a simple audit only rule will suffice. +For example: + +```code + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +``` + +### Enable the managed installer option in CI policy + +In order to enable trust for the binaries laid down by managed installers, the Allow: Managed Installer option must be specified in your configurable CI policy. . +This can be done by using the [Set-RuleOption cmdlet](https://technet.microsoft.com/itpro/powershell/windows/configci/set-ruleoption). +An example of the managed installer option being set in policy is shown below. + +```code + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +``` + +## Security considerations with managed installer + +Since managed installer is a heuristic-based mechanism, it does not provide the same security guarantees that explicit allow or deny rules do. +It is best suited for deployment to systems where each user is configured as a standard user and where all software is deployed and installed by a software distribution solution, such as System Center Configuration Manager. + +Users with administrator privileges on the system may be able to circumvent the intent of Device Guard configurable CI when the managed installer option is allowed. +If the authorized managed installer process performs installations in the context of a user with standard privileges, then it is possible that standard users may be able to circumvent the intent of Device Guard configurable CI policy. +In some cases, the heuristic tracking and authorizing applications may be active on the first execution of an application that is laid down from a designated managed installer. +Typically, this would occur if the managed installer executes the application directly as part of the installation process. +To avoid this, ensure that the application deployment solution being used as a managed installer limits running applications as part of installation. + +## Known limitations with managed installer + +- Application execution control based on managed installer does not support applications that self-update. +If an application deployed by a managed installer subsequently updates itself, the updated application files will no longer include the managed installer origin EA information and will not be authorized to run. +Enterprises should deploy and install all application updates using the managed installer. +In some cases, it may be possible to also designate an application binary that performs the self-updates as a managed installer. +Proper review for functionality and security should be performed for the application before using this method. + +- Although configurable CI policies can be deployed in both audit and enforced mode, the managed installer option is currently only recommended for use with policies set to enforced except in lab environments. +Using the managed installer option with configurable CI policies set to audit only may result in unexpected behavior if the policy is subsequently changed to enforced mode. + +- Modern apps deployed through a managed installer will not be tracked by the heuristic and will need to be appropriately authorized in policy. + +- Executables that extract files and then attempt to execute may fail the heuristic. +In some cases, it may be possible to also designate an application binary that performs such an operation as a managed installer. +Proper review for functionality and security should be performed for the application before using this method. + +- The managed installer heuristic does not authorize drivers. +The configurable code integrity policy being used must have rules that allow the necessary drivers to run. + +- In some cases, the code integrity logs will contain error events for native images generated for .NET assemblies. +Typically, the error is functionally benign as a blocked native image will result in the corresponding assembly being re-interpreted. +Review for functionality and performance for the related applications using the native images maybe necessary in some cases. \ No newline at end of file From ed55168fe403c0b94e81f2c833cd17971f254faf Mon Sep 17 00:00:00 2001 From: Justinha Date: Tue, 18 Apr 2017 16:19:06 -0700 Subject: [PATCH 03/15] fixed note --- .../introducing-managed-installer-for-device-guard.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/windows/keep-secure/introducing-managed-installer-for-device-guard.md b/windows/keep-secure/introducing-managed-installer-for-device-guard.md index 0f12f54975..fb223989c9 100644 --- a/windows/keep-secure/introducing-managed-installer-for-device-guard.md +++ b/windows/keep-secure/introducing-managed-installer-for-device-guard.md @@ -24,11 +24,11 @@ Specifying an executable as a managed installer will cause Windows to tag files Once the IT administrator adds the Allow: Managed Installer option to a configurable CI policy for Device Guard, the configurable CI component will subsequently check for the presence of the origin information when evaluating other application execution control rules specified in the policy. If there are no deny rules present for the file, it will be authorized based on the managed installer origin information. ->![NOTE] ->Admins needs to ensure that there is a CI policy in place to allow the system to boot and run any other authorized applications that may not be deployed through a managed installer. +> ![NOTE] +> Admins needs to ensure that there is a CI policy in place to allow the system to boot and run any other authorized applications that may not be deployed through a managed installer. > ->Examples of CI policies available in C:\Windows\schemas\CodeIntegrity\ExamplePolicies help authorize Windows OS components, WHQL signed drivers and all Store apps. ->Admins can reference and customize them as needed for their Device Guard deployment. +> Examples of CI policies available in C:\Windows\schemas\CodeIntegrity\ExamplePolicies help authorize Windows OS components, WHQL signed drivers and all Store apps. +> Admins can reference and customize them as needed for their Device Guard deployment. ## Configuring a managed installer with AppLocker and configurable code integrity policy From 36da6fb7503937c3dd3d6844c31e590fc18891d2 Mon Sep 17 00:00:00 2001 From: Justinha Date: Tue, 18 Apr 2017 16:28:30 -0700 Subject: [PATCH 04/15] revised title and file name --- windows/keep-secure/TOC.md | 2 +- ...-guard.md => deploy-managed-installer-for-device-guard.md} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename windows/keep-secure/{introducing-managed-installer-for-device-guard.md => deploy-managed-installer-for-device-guard.md} (98%) diff --git a/windows/keep-secure/TOC.md b/windows/keep-secure/TOC.md index fde75c59fc..06254fff5b 100644 --- a/windows/keep-secure/TOC.md +++ b/windows/keep-secure/TOC.md @@ -20,7 +20,7 @@ #### [Deploy code integrity policies: policy rules and file rules](deploy-code-integrity-policies-policy-rules-and-file-rules.md) #### [Deploy code integrity policies: steps](deploy-code-integrity-policies-steps.md) #### [Deploy catalog files to support code integrity policies](deploy-catalog-files-to-support-code-integrity-policies.md) -#### [Introducing Managed Installer for Device Guard](introducing-managed-installer-for-device-guard.md) +#### [Deploy Managed Installer for Device Guard](deploy-managed-installer-for-device-guard.md) ### [Deploy Device Guard: enable virtualization-based security](deploy-device-guard-enable-virtualization-based-security.md) ## [Mitigate threats by using Windows 10 security features](overview-of-threat-mitigations-in-windows-10.md) ## [Protect derived domain credentials with Credential Guard](credential-guard.md) diff --git a/windows/keep-secure/introducing-managed-installer-for-device-guard.md b/windows/keep-secure/deploy-managed-installer-for-device-guard.md similarity index 98% rename from windows/keep-secure/introducing-managed-installer-for-device-guard.md rename to windows/keep-secure/deploy-managed-installer-for-device-guard.md index fb223989c9..b2cc88f760 100644 --- a/windows/keep-secure/introducing-managed-installer-for-device-guard.md +++ b/windows/keep-secure/deploy-managed-installer-for-device-guard.md @@ -1,5 +1,5 @@ --- -title: Introducing Managed Installer for Device Guard (Windows 10) +title: Deploy Managed Installer for Device Guard (Windows 10) description: Explains how you can use a managed installer to automatically authorize applications deployed and installed by a designated software distribution solution, such as System Center Configuration Manager. keywords: virtualization, security, malware ms.prod: w10 @@ -8,7 +8,7 @@ localizationpriority: high author: brianlic-msft --- -# Introducing Managed Installer for Device Guard +# Deploy Managed Installer for Device Guard Creating and maintaining application execution control policies has always been challenging and options for addressing this has been a frequently cited request for customers of AppLocker and Device Guard’s [configurable code integrity (CI)](device-guard-deployment-guide.md). This is especially true for enterprises with large, ever changing software catalogs. From 3856020fdd549b6bc04eed53f4866fe2b06ee3b5 Mon Sep 17 00:00:00 2001 From: Justinha Date: Tue, 18 Apr 2017 16:36:45 -0700 Subject: [PATCH 05/15] fixed note --- .../keep-secure/deploy-managed-installer-for-device-guard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/keep-secure/deploy-managed-installer-for-device-guard.md b/windows/keep-secure/deploy-managed-installer-for-device-guard.md index b2cc88f760..c68e2d4f66 100644 --- a/windows/keep-secure/deploy-managed-installer-for-device-guard.md +++ b/windows/keep-secure/deploy-managed-installer-for-device-guard.md @@ -24,7 +24,7 @@ Specifying an executable as a managed installer will cause Windows to tag files Once the IT administrator adds the Allow: Managed Installer option to a configurable CI policy for Device Guard, the configurable CI component will subsequently check for the presence of the origin information when evaluating other application execution control rules specified in the policy. If there are no deny rules present for the file, it will be authorized based on the managed installer origin information. -> ![NOTE] +> [!NOTE] > Admins needs to ensure that there is a CI policy in place to allow the system to boot and run any other authorized applications that may not be deployed through a managed installer. > > Examples of CI policies available in C:\Windows\schemas\CodeIntegrity\ExamplePolicies help authorize Windows OS components, WHQL signed drivers and all Store apps. From 0a70a83751cc4dd87d17d64d6a4b3bdea19469c7 Mon Sep 17 00:00:00 2001 From: Justinha Date: Tue, 18 Apr 2017 16:45:11 -0700 Subject: [PATCH 06/15] changed author --- .../keep-secure/deploy-managed-installer-for-device-guard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/keep-secure/deploy-managed-installer-for-device-guard.md b/windows/keep-secure/deploy-managed-installer-for-device-guard.md index c68e2d4f66..a497d8aff8 100644 --- a/windows/keep-secure/deploy-managed-installer-for-device-guard.md +++ b/windows/keep-secure/deploy-managed-installer-for-device-guard.md @@ -5,7 +5,7 @@ keywords: virtualization, security, malware ms.prod: w10 ms.mktglfcycl: deploy localizationpriority: high -author: brianlic-msft +author: justinha --- # Deploy Managed Installer for Device Guard From e347458cc3b936ad10f70346c54fa935d491b57a Mon Sep 17 00:00:00 2001 From: LizRoss Date: Wed, 19 Apr 2017 07:01:41 -0700 Subject: [PATCH 07/15] Fixed typo --- windows/keep-secure/create-wip-policy-using-intune.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/keep-secure/create-wip-policy-using-intune.md b/windows/keep-secure/create-wip-policy-using-intune.md index a4d71f320a..b5a82a9744 100644 --- a/windows/keep-secure/create-wip-policy-using-intune.md +++ b/windows/keep-secure/create-wip-policy-using-intune.md @@ -417,12 +417,12 @@ There are no default locations included with WIP, you must add each of your netw Proxy servers proxy.contoso.com:80;proxy2.contoso.com:443 - Specify the proxy servers your devices will go through to reach your cloud resources. Using this server type indicates that the cloud resources you’re connecting to are enterprise resources.

This list shouldn’t include any servers listed in the Proxy servers list, which are used for non-WIP-protected traffic.

If you have multiple resources, you must separate them using the ";" delimiter. + Specify the proxy servers your devices will go through to reach your cloud resources. Using this server type indicates that the cloud resources you’re connecting to are enterprise resources.

This list shouldn’t include any servers listed in the Internal proxy servers list, which are used for non-WIP-protected traffic.

If you have multiple resources, you must separate them using the ";" delimiter. Internal proxy servers contoso.internalproxy1.com;contoso.internalproxy2.com - Specify the proxy servers your devices will go through to reach your cloud resources.

Using this server type indicates that the cloud resources you’re connecting to are enterprise resources.

This list shouldn’t include any servers listed in the Enterprise Proxy Servers list, which are used for non-WIP-protected traffic.

If you have multiple resources, you must separate them using the ";" delimiter. + Specify the proxy servers your devices will go through to reach your cloud resources.

Using this server type indicates that the cloud resources you’re connecting to are enterprise resources.

This list shouldn’t include any servers listed in the Proxy servers list, which are used for non-WIP-protected traffic.

If you have multiple resources, you must separate them using the ";" delimiter. IPv4 ranges From 2455f3a8047cc7d8cad42db2a579aff65ebaa643 Mon Sep 17 00:00:00 2001 From: LizRoss Date: Wed, 19 Apr 2017 07:02:46 -0700 Subject: [PATCH 08/15] Fixed typo --- windows/keep-secure/create-wip-policy-using-intune.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/keep-secure/create-wip-policy-using-intune.md b/windows/keep-secure/create-wip-policy-using-intune.md index b5a82a9744..2304549bd8 100644 --- a/windows/keep-secure/create-wip-policy-using-intune.md +++ b/windows/keep-secure/create-wip-policy-using-intune.md @@ -422,7 +422,7 @@ There are no default locations included with WIP, you must add each of your netw Internal proxy servers contoso.internalproxy1.com;contoso.internalproxy2.com - Specify the proxy servers your devices will go through to reach your cloud resources.

Using this server type indicates that the cloud resources you’re connecting to are enterprise resources.

This list shouldn’t include any servers listed in the Proxy servers list, which are used for non-WIP-protected traffic.

If you have multiple resources, you must separate them using the ";" delimiter. + Specify the proxy servers your devices will go through to reach your cloud resources.

Using this server type indicates that the cloud resources you’re connecting to are enterprise resources.

This list shouldn’t include any servers listed in the Proxy servers list, which are used for WIP-protected traffic.

If you have multiple resources, you must separate them using the ";" delimiter. IPv4 ranges From cd00c3ef2e75d495642d279d61d1c3716a9892d6 Mon Sep 17 00:00:00 2001 From: LizRoss Date: Wed, 19 Apr 2017 07:06:57 -0700 Subject: [PATCH 09/15] Fixed formatting --- windows/keep-secure/create-wip-policy-using-intune.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/keep-secure/create-wip-policy-using-intune.md b/windows/keep-secure/create-wip-policy-using-intune.md index 2304549bd8..86c24132cb 100644 --- a/windows/keep-secure/create-wip-policy-using-intune.md +++ b/windows/keep-secure/create-wip-policy-using-intune.md @@ -422,7 +422,7 @@ There are no default locations included with WIP, you must add each of your netw Internal proxy servers contoso.internalproxy1.com;contoso.internalproxy2.com - Specify the proxy servers your devices will go through to reach your cloud resources.

Using this server type indicates that the cloud resources you’re connecting to are enterprise resources.

This list shouldn’t include any servers listed in the Proxy servers list, which are used for WIP-protected traffic.

If you have multiple resources, you must separate them using the ";" delimiter. + Specify the proxy servers your devices will go through to reach your cloud resources. Using this server type indicates that the cloud resources you’re connecting to are enterprise resources.

This list shouldn’t include any servers listed in the Proxy servers list, which are used for WIP-protected traffic.

If you have multiple resources, you must separate them using the ";" delimiter. IPv4 ranges From d2daaeebdb254c4482d62286667b062ecb1c86c5 Mon Sep 17 00:00:00 2001 From: Justin Hall Date: Wed, 19 Apr 2017 08:14:59 -0700 Subject: [PATCH 10/15] revised author --- .../keep-secure/deploy-managed-installer-for-device-guard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/keep-secure/deploy-managed-installer-for-device-guard.md b/windows/keep-secure/deploy-managed-installer-for-device-guard.md index a497d8aff8..cf53463610 100644 --- a/windows/keep-secure/deploy-managed-installer-for-device-guard.md +++ b/windows/keep-secure/deploy-managed-installer-for-device-guard.md @@ -5,7 +5,7 @@ keywords: virtualization, security, malware ms.prod: w10 ms.mktglfcycl: deploy localizationpriority: high -author: justinha +author: mdsakibMSFT --- # Deploy Managed Installer for Device Guard From e8d00f3f211096b7a20d94518734ad50828eaded Mon Sep 17 00:00:00 2001 From: Dani Halfin Date: Wed, 19 Apr 2017 08:52:43 -0700 Subject: [PATCH 11/15] Slight change to what's new --- windows/whats-new/whats-new-windows-10-version-1703.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/windows/whats-new/whats-new-windows-10-version-1703.md b/windows/whats-new/whats-new-windows-10-version-1703.md index 285eefdb36..0cdfd78a3e 100644 --- a/windows/whats-new/whats-new-windows-10-version-1703.md +++ b/windows/whats-new/whats-new-windows-10-version-1703.md @@ -202,7 +202,9 @@ To check out all the details, see [Configure Delivery Optimization for Windows 1 ### Uninstalled in-box apps no longer automatically reinstall -Starting with Windows 10, version 1703, in-box apps that were uninstalled by the user won't automatically reinstall as part of the next feature update installation process. (Apps de-provisioned by IT administrators will still be reinstalled) +Starting with Windows 10, version 1703, in-box apps that were uninstalled by the user won't automatically reinstall as part of the feature update installation process. + +Additionally, apps de-provisioned by admins on Windows 10, version 1703 machines will stay de-provisioned after future feature update installations. This will not apply to the update from Windows 10, version 1607 (or earlier) to version 1703. ## Management From 5ed558656dc9de0ee15a4983423e98fdddb20074 Mon Sep 17 00:00:00 2001 From: LizRoss Date: Wed, 19 Apr 2017 09:12:34 -0700 Subject: [PATCH 12/15] Added new topic, removed one topic, and updated all accompanying info to account for changes --- windows/keep-secure/TOC.md | 2 +- ...apps-to-protected-list-using-custom-uri.md | 134 -------------- ...ange-history-for-keep-windows-10-secure.md | 1 + .../collect-wip-audit-event-logs.md | 172 ++++++++++++++++++ 4 files changed, 174 insertions(+), 135 deletions(-) delete mode 100644 windows/keep-secure/add-apps-to-protected-list-using-custom-uri.md create mode 100644 windows/keep-secure/collect-wip-audit-event-logs.md diff --git a/windows/keep-secure/TOC.md b/windows/keep-secure/TOC.md index 38d5a79370..488a478d09 100644 --- a/windows/keep-secure/TOC.md +++ b/windows/keep-secure/TOC.md @@ -33,7 +33,6 @@ ## [Protect your enterprise data using Windows Information Protection (WIP)](protect-enterprise-data-using-wip.md) ### [Create a Windows Information Protection (WIP) policy](overview-create-wip-policy.md) #### [Create a Windows Information Protection (WIP) policy using Microsoft Intune](create-wip-policy-using-intune.md) -##### [Add apps to your Windows Information Protection (WIP) policy by using the Microsoft Intune custom URI functionality](add-apps-to-protected-list-using-custom-uri.md) ##### [Deploy your Windows Information Protection (WIP) policy](deploy-wip-policy-using-intune.md) ##### [Create and deploy a VPN policy for Windows Information Protection (WIP) using Microsoft Intune](create-vpn-and-wip-policy-using-intune.md) #### [Create and deploy a Windows Information Protection (WIP) policy using System Center Configuration Manager](create-wip-policy-using-sccm.md) @@ -42,6 +41,7 @@ ### [Mandatory tasks and settings required to turn on Windows Information Protection (WIP)](mandatory-settings-for-wip.md) ### [Testing scenarios for Windows Information Protection (WIP)](testing-scenarios-for-wip.md) ### [Limitations while using Windows Information Protection (WIP)](limitations-with-wip.md) +### [How to collect Windows Information Protection (WIP) audit event logs](collect-wip-audit-event-logs.md) ### [General guidance and best practices for Windows Information Protection (WIP)](guidance-and-best-practices-wip.md) #### [Enlightened apps for use with Windows Information Protection (WIP)](enlightened-microsoft-apps-and-wip.md) #### [Unenlightened and enlightened app behavior while using Windows Information Protection (WIP)](app-behavior-with-wip.md) diff --git a/windows/keep-secure/add-apps-to-protected-list-using-custom-uri.md b/windows/keep-secure/add-apps-to-protected-list-using-custom-uri.md deleted file mode 100644 index fa9e88df53..0000000000 --- a/windows/keep-secure/add-apps-to-protected-list-using-custom-uri.md +++ /dev/null @@ -1,134 +0,0 @@ ---- -title: Add apps to your Windows Information Protection (WIP) policy by using Microsoft Intune custom URI functionality (Windows 10) -description: Add apps to your Windows Information Protection (WIP) allowed app list, by using the Microsoft Intune custom URI functionality and AppLocker. -ms.assetid: b50db35d-a2a9-4b78-a95d-a1b066e66880 -keywords: WIP, Enterprise Data Protection, protected apps, protected app list -ms.prod: w10 -ms.mktglfcycl: explore -ms.pagetype: security -ms.sitesec: library -author: eross-msft -localizationpriority: high ---- - -# Add apps to your Windows Information Protection (WIP) policy by using the Microsoft Intune custom URI functionality -**Applies to:** - -- Windows 10, version 1607 and later -- Windows 10 Mobile - -You can add apps to your Windows Information Protection (WIP) protected app list using the Microsoft Intune custom URI functionality and AppLocker. For more info about how to create a custom URI using Intune, [Windows 10 custom policy settings in Microsoft Intune](https://go.microsoft.com/fwlink/p/?LinkID=691330). - ->[!IMPORTANT] ->Results can be unpredictable if you configure your policy using both the UI and the Custom URI method together. We recommend using a single method for each policy. - -## Add Store apps -1. Go to the AppLocker UI by opening a command line window and running secpol.msc. The local security policy MMC snap-in opens showing the **Security Settings**. - -2. In the left pane, expand **Application Control Policies**, expand **AppLocker**, right-click **Packaged app Rules**, and then click **Automatically Generate Rules**. - - The **Automatically Generate Packaged app Rules** wizard opens, letting you create WIP-protected app polices for all of the installed apps on the device or for packaged apps within a specific folder. - -3. In the **Folder and Permissions** screen, keep the default value of **Everyone** in the **User or security group that the rules will apply to** box. - - You want to keep this value because your WIP policy needs to apply to the device being managed, not a single user or group of users. - -4. Type the name you’ll use to tag the rules into the **Name to identify this set of rules** box, and then click **Next**. - - This name should be easily recognizable, such as *WIP_StoreApps_Rules*. - -5. In the **Rules Preferences** screen, keep the default settings, and then click **Next** to start generating the rules. - - >[!Note] - >We recommend that you use **Publisher** rules because they only work with apps you've specifically defined and they can be configured to not require updating simply because a new version came out.

If you can't use **Publisher** rules, we then recommend that you use **File hash** rules. **File hash** rules are a secure alternative that can be used on unsigned code. The primary disadvantage to **File hash** is that every time a binary changes (such as, through servicing updates or upgrades), you'll need to create a new rule. - -6. In the **Review Rules** screen, look over your rules to make sure they’re right, and then click **Create** to add them to your collection of rules. - -7. In the left pane, right-click **AppLocker**, click **Export Policies**, go to where you want to save the XML file and type a file name, click **Save**, and then clear your AppLocker rules. - - >[!Important] - >Be aware that what you're saving are the actual AppLocker rules using your local policy. You don't want to apply these rules to your employee devices, you just want to use them to create and export the XML content. You must delete the AppLocker rules before you apply your policy. - -8. Open the Intune administration console, and go to the **Policy** node, click **Add Policy** from the **Tasks** area, go to **Windows**, click the **Custom Configuration (Windows 10 Desktop and Mobile and later)** policy, click **Create and Deploy a Custom Policy**, and then click **Create Policy**. - -9. Type a name (required) and an optional description for your policy into the **Name** and **Description** boxes. - -10. In the **Add one or more OMA-URI settings that control functionality on Windows devices** box, click **Add**. - -11. Type your new **Setting Name** and **Description** into the associated boxes, keeping the default **Data Type** of **String**. - -12. In the **OMA-URI** box, type `./Vendor/MSFT/AppLocker/EnterpriseDataProtection//StoreApp EXE` - -13. Open File Explorer, go to the location where you saved your new XML file, and open it using an XML editor, such as Notepad. - -14. Copy the text that has a **Type** of `Appx`, within the **RuleCollection** tags, and then go back to Intune and paste the text into the **Value** box of the **Add or edit OMA-URI Setting** box. For example: - - ``` - - ``` - -15. Click **OK** to close the **Add or edit OMA-URI Setting** box, and then click **Save Policy**. - - After saving the policy, you’ll need to deploy it to your employee’s devices. For more info, see the [Deploy your Windows Information Protection (WIP) policy](deploy-wip-policy-using-intune.md) topic. - -## Add Desktop apps -1. Open the Local Security Policy snap-in (SecPol.msc). - -2. In the left pane, expand **Application Control Policies**, expand **AppLocker**, right-click **Executable Rules**, and then click **Automatically Generate Rules**. - - The **Automatically Generate Executable Rules** wizard opens, letting you create WIP-protected app polices by analyzing the files within a specific folder. - -3. In the **Folder and Permissions** screen, keep the default value of **Everyone** in the **User or security group that the rules will apply to** box. - - You want to keep this value because your WIP policy needs to apply to the device being managed, not a single user or group of users. - -4. Type the name you’ll use to tag the rules into the **Name to identify this set of rules** box, and then click **Next**. - - This name should be easily recognizable, such as *WIP_DesktopApps_Rules*. - -5. In the **Rules Preferences** screen, keep the default settings, and then click **Next** to start generating the rules. - - >[!Important] - >You can also use **Path** rules instead of the **File hash** if you have concerns about unsigned files potentially changing the hash value if they're updated in the future. - - >[!Note] - >We recommend that you use **Publisher** rules because they only work with apps you've specifically defined and they can be configured to not require updating simply because a new version came out.

If you can't use **Publisher** rules, we then recommend that you use **File hash** rules. **File hash** rules are a secure alternative that can be used on unsigned code. The primary disadvantage to **File hash** is that every time a binary changes (such as, through servicing updates or upgrades), you'll need to create a new rule.

Finally, there's **Path** rules. **Path** rules are easier to set up and maintain, but can let apps bypass Windows Information Protection (WIP) by simply renaming and moving an unallowed file to match one of the apps on the **Protected App** list. For example, if your **Path** rule says to allow `%PROGRAMFILES%/NOTEPAD.EXE`, it becomes possible to rename DisallowedApp.exe to Notepad.exe, move it into the specified path above, and have it suddenly be allowed. - -6. In the **Review Rules** screen, look over your rules to make sure they’re right, and then click **Create** to add them to your collection of rules. - -7. In the left pane, right-click **AppLocker**, click **Export Policies**, go to where you want to save the XML file and type a file name, click **Save**, and then clear your AppLocker rules. - - >[!Important] - >Be aware that what you're saving are the actual AppLocker rules using your local policy. You don't want to apply these rules to your employee devices, you just want to use them to create and export the XML content. You must delete the AppLocker rules before you apply your policy. - -8. Open the Intune administration console, and go to the **Policy** node, click **Add Policy** from the **Tasks** area, go to **Windows**, click the **Custom Configuration (Windows 10 Desktop and Mobile and later)** policy, click **Create and Deploy a Custom Policy**, and then click **Create Policy**. - -9. Type a name (required) and an optional description for your policy into the **Name** and **Description** boxes. - -10. In the **Add one or more OMA-URI settings that control functionality on Windows devices** box, click **Add**. - -11. Type your new **Setting Name** and **Description** into the associated boxes, keeping the default **Data Type** of **String**. - -12. In the **OMA-URI** box, type `./Vendor/MSFT/AppLocker/EnterpriseDataProtection//EXE` - -13. Open File Explorer, go to the location where you saved your new XML file, and open it using an XML editor, such as Notepad. - -14. Copy the text that has a **Type** of `EXE`, within in the **RuleCollection** tags, and then go back to Intune and paste the text into the **Value** box of the **Add or edit OMA-URI Setting** box. For example: - - ``` - - ``` - -15. Click **OK** to close the **Add or edit OMA-URI Setting** box, and then click **Save Policy**. - - After saving the policy, you’ll need to deploy it to your employee’s devices. For more info, see the [Deploy your Windows Information Protection (WIP) policy](deploy-wip-policy-using-intune.md) topic. - ->[!NOTE] ->Help to make this topic better by providing us with edits, additions, and feedback. For info about how to contribute to this topic, see [Contributing to TechNet content](https://github.com/Microsoft/windows-itpro-docs/blob/master/CONTRIBUTING.md). - -## Related topics -- [Create a Windows Information Protection (WIP) policy using Microsoft Intune](create-wip-policy-using-intune.md) - -- [Deploy your Windows Information Protection (WIP) policy](deploy-wip-policy-using-intune.md) - -- [Create and deploy a VPN policy for Windows Information Protection (WIP) using Microsoft Intune](create-vpn-and-wip-policy-using-intune.md) 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 ece3a3c127..98cdb92a4b 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 @@ -16,6 +16,7 @@ This topic lists new and updated topics in the [Keep Windows 10 secure](index.md ## March 2017 |New or changed topic |Description | |---------------------|------------| +|[How to collect Windows Information Protection (WIP) audit event logs](collect-wip-audit-event-logs.md) |New | |[Mandatory tasks and settings required to turn on Windows Information Protection (WIP)](mandatory-settings-for-wip.md) |Updated based on Windows 10, version 1703. | |[Create a Windows Information Protection (WIP) policy using Microsoft Intune](create-wip-policy-using-intune.md) |Updated based on Windows 10, version 1703. | |[Deploy your Windows Information Protection (WIP) policy using Microsoft Intune](deploy-wip-policy-using-intune.md) |Updated based on Windows 10, version 1703. diff --git a/windows/keep-secure/collect-wip-audit-event-logs.md b/windows/keep-secure/collect-wip-audit-event-logs.md new file mode 100644 index 0000000000..e27cff8a3a --- /dev/null +++ b/windows/keep-secure/collect-wip-audit-event-logs.md @@ -0,0 +1,172 @@ +--- +title: How to collect Windows Information Protection (WIP) audit event logs (Windows 10) +description: How to collect and understand your Windows Information Protection audit event logs by using the Reporting configuration service provider (CSP) or the Windows Event Forwarding (for Windows desktop domain-joined devices only). +ms.prod: w10 +ms.mktglfcycl: explore +ms.sitesec: library +ms.pagetype: security +author: eross-msft +localizationpriority: high +--- + +# How to collect Windows Information Protection (WIP) audit event logs + +**Applies to:** + +- Windows 10 and later +- Windows 10 Mobile and later + +Windows Information Protection (WIP) creates audit events in the following situations: + +- If an employee changes the File ownership for a file from **Work** to **Personal**. + +- If data is marked as **Work**, but shared to a personal app or webpage. For example, through copying and pasting, dragging and dropping, sharing a contact, uploading to a personal webpage, or if the user grants a personal app provides temporary access to a work file. + +- If an app has custom audit events. + +## Collect WIP audit logs by using the Reporting configuration service provider (CSP) +Collect the WIP audit logs from your employee’s devices by following the guidance provided by the [Reporting configuration service provider (CSP)](https://msdn.microsoft.com/windows/hardware/commercialize/customize/mdm/reporting-csp) documentation. This topic provides info about the actual audit events. + +>[!Note] +>The **Data** element in the response includes the requested audit logs in an XML-encoded format. + +### User element and attributes +This table includes all available attributes for the **User** element. + +|Attribute |Value type |Description | +|----------|-----------|------------| +|UserID |String |The security identifier (SID) of the user corresponding to this audit report. | +|EnterpriseID |String |The enterprise ID corresponding to this audit report. | + +### Log element and attributes +This table includes all available attributes/elements for the **Log** element. The response can contain zero (0) or more **Log** elements. + +|Attribute/Element |Value type |Description | +|----------|-----------|------------| +|ProviderType |String |This is always **EDPAudit**. | +|LogType |String |Includes:
  • **DataCopied.** Work data is copied or shared to a personal location.
  • **ProtectionRemoved.** WIP protection is removed from a Work-defined file.
  • **ApplicationGenerated.** A custom audit log provided by an app.
| +|TimeStamp |Int |Uses the [FILETIME structure](https://msdn.microsoft.com/library/windows/desktop/ms724284(v=vs.85).aspx) to represent the time that the event happened. | +|Policy |String |How the work data was shared to the personal location:
  • **CopyPaste.** Work data was pasted into a personal location or app.
  • **ProtectionRemoved.** Work data was changed to be unprotected.
  • **DragDrop.** Work data was dropped into a personal location or app.
  • **Share.** Work data was shared with a personal location or app.
  • **NULL.** Any other way work data could be made personal beyond the options above. For example, when a work file is opened using a personal application (also known as, temporary access).
| +|Justification |String |Not implemented. This will always be either blank or NULL.

**Note**
Reserved for future use to collect the user justification for changing from **Work** to **Personal**. | +|Object |String |A description of the shared work data. For example, if an employee opens a work file by using a personal app, this would be the file path. | +|DataInfo |String |Any additional info about how the work file changed:
  • **A file path.** If an employee uploads a work file to a personal website by using Microsoft Edge or Internet Explorer, the file path is included here.
  • **Clipboard data types.** If an employee pastes work data into a personal app, the list of clipboard data types provided by the work app are included here. For more info, see the [Examples](#examples) section of this topic.
| +|Action |Int |Provides info about what happened when the work data was shared to personal, including:
  • **1.** File decrypt.
  • **2.** Copy to location.
  • **3.** Send to recipient.
  • **4.** Other.
| +|FilePath |String |The file path to the file specified in the audit event. For example, the location of a file that’s been decrypted by an employee or uploaded to a personal website. | +|SourceApplicationName |String |The source app or website. For the source app, this is the AppLocker identity. For the source website, this is the hostname. | +|SourceName |String |A string provided by the app that’s logging the event. It’s intended to describe the source of the work data. | +|DestinationEnterpriseID |String |The enterprise ID value for the app or website where the employee is sharing the data.

**NULL**, **Personal**, or **blank** means there’s no enterprise ID because the work data was shared to a personal location. Because we don’t currently support multiple enrollments, you’ll always see one of these values. | +|DestinationApplicationName |String |The destination app or website. For the destination app, this is the AppLocker identity. For the destination website, this is the hostname. | +|DestinationName |String |A string provided by the app that’s logging the event. It’s intended to describe the destination of the work data. | +|Application |String |The AppLocker identity for the app where the audit event happened. | + +### Examples +Here are a few examples of responses from the Reporting CSP. + +#### File ownership on a file is changed from work to personal +``` +110SyncHdr200212Replace200314Get200414./Vendor/MSFT/Reporting/EnterpriseDataProtection/RetrieveByTimeRange/Logsxml<?xml version="1.0" encoding="utf-8"?> +<Reporting Version="com.microsoft/2.0/MDM/Reporting"> + <User UserID="S-1-12-1-1111111111-1111111111-1111111111-1111111111" EnterpriseID="corp.contoso.com"> + <Log ProviderType="EDPAudit" LogType="ProtectionRemoved" TimeStamp="131357166318347527"> + <Policy>Protection removed</Policy> + <Justification>NULL</Justification> + <FilePath>C:\Users\TestUser\Desktop\tmp\demo\Work document.docx</FilePath> + </Log> + </User> +</Reporting> +``` + +#### A work file is uploaded to a personal webpage in Edge +``` +110SyncHdr200212Replace200314Get200414./Vendor/MSFT/Reporting/EnterpriseDataProtection/RetrieveByTimeRange/Logsxml<?xml version="1.0" encoding="utf-8"?> +<Reporting Version="com.contoso/2.0/MDM/Reporting"> + <User UserID="S-1-12-1-1111111111-1111111111-1111111111-1111111111" EnterpriseID="corp.contoso.com"> + <Log ProviderType="EDPAudit" LogType="DataCopied" TimeStamp="131357192409318534"> + <Policy>CopyPaste</Policy> + <Justification>NULL</Justification> + <SourceApplicationName>NULL</SourceApplicationName> + <DestinationEnterpriseID>NULL</DestinationEnterpriseID> + <DestinationApplicationName>mail.contoso.com</DestinationApplicationName> + <DataInfo>C:\Users\TestUser\Desktop\tmp\demo\Work document.docx</DataInfo> + </Log> + </User> +</Reporting> +``` + +#### Work data is pasted into a personal webpage +``` +110SyncHdr200212Replace200314Get200414./Vendor/MSFT/Reporting/EnterpriseDataProtection/RetrieveByTimeRange/Logsxml<?xml version="1.0" encoding="utf-8"?> +<Reporting Version="com.contoso/2.0/MDM/Reporting"> + <User UserID="S-1-12-1-1111111111-1111111111-1111111111-1111111111" EnterpriseID="corp.contoso.com"> + <Log ProviderType="EDPAudit" LogType="DataCopied" TimeStamp="131357193734179782"> + <Policy>CopyPaste</Policy> + <Justification>NULL</Justification> + <SourceApplicationName>O=MICROSOFT CORPORATION, L=REDMOND, S=WASHINGTON, C=US\MICROSOFT OFFICE 2016\WINWORD.EXE\16.0.8027.1000</SourceApplicationName> + <DestinationEnterpriseID>NULL</DestinationEnterpriseID> + <DestinationApplicationName>mail.contoso.com</DestinationApplicationName> + <DataInfo>EnterpriseDataProtectionId|Object Descriptor|Rich Text Format|HTML Format|AnsiText|Text|EnhancedMetafile|Embed Source|Link Source|Link Source Descriptor|ObjectLink|Hyperlink</DataInfo> + </Log> + </User> +</Reporting> +``` + +#### A work file is opened with a personal application +``` +110SyncHdr200212Replace200314Get200414./Vendor/MSFT/Reporting/EnterpriseDataProtection/RetrieveByTimeRange/Logsxml<?xml version="1.0" encoding="utf-8"?> +<Reporting Version="com.contoso/2.0/MDM/Reporting"> + <User UserID="S-1-12-1-1111111111-1111111111-1111111111-1111111111" EnterpriseID="corp.contoso.com"> + <Log ProviderType="EDPAudit" LogType="ApplicationGenerated" TimeStamp="131357194991209469"> + <Policy>NULL</Policy> + <Justification></Justification> + <Object>C:\Users\TestUser\Desktop\tmp\demo\Work document.docx</Object> + <Action>1</Action> + <SourceName>O=MICROSOFT CORPORATION, L=REDMOND, S=WASHINGTON, C=US\MICROSOFT® WINDOWS® OPERATING SYSTEM\WORDPAD.EXE\10.0.15063.2</SourceName> + <DestinationEnterpriseID>Personal</DestinationEnterpriseID> + <DestinationName>O=MICROSOFT CORPORATION, L=REDMOND, S=WASHINGTON, C=US\MICROSOFT® WINDOWS® OPERATING SYSTEM\WORDPAD.EXE\10.0.15063.2</DestinationName> + <Application>O=MICROSOFT CORPORATION, L=REDMOND, S=WASHINGTON, C=US\MICROSOFT® WINDOWS® OPERATING SYSTEM\WORDPAD.EXE\10.0.15063.2</Application> + </Log> + </User> +</Reporting> +``` + +#### Work data is pasted into a personal application +``` +110SyncHdr200212Replace200314Get200414./Vendor/MSFT/Reporting/EnterpriseDataProtection/RetrieveByTimeRange/Logsxml<?xml version="1.0" encoding="utf-8"?> +<Reporting Version="com.contoso/2.0/MDM/Reporting"> + <User UserID="S-1-12-1-1111111111-1111111111-1111111111-1111111111" EnterpriseID="corp.contoso.com"> + <Log ProviderType="EDPAudit" LogType="DataCopied" TimeStamp="131357196076537270"> + <Policy>CopyPaste</Policy> + <Justification>NULL</Justification> + <SourceApplicationName>O=MICROSOFT CORPORATION, L=REDMOND, S=WASHINGTON, C=US\MICROSOFT OFFICE 2016\WINWORD.EXE\16.0.8027.1000</SourceApplicationName> + <DestinationEnterpriseID>NULL</DestinationEnterpriseID> + <DestinationApplicationName></DestinationApplicationName> + <DataInfo>EnterpriseDataProtectionId|Object Descriptor|Rich Text Format|HTML Format|AnsiText|Text|EnhancedMetafile|Embed Source|Link Source|Link Source Descriptor|ObjectLink|Hyperlink</DataInfo> + </Log> + </User> +</Reporting> +``` + +## Collect WIP audit logs by using Windows Event Forwarding (for Windows desktop domain-joined devices only) +Use Windows Event Forwarding to collect and aggregate your WIP audit events. You can view your audit events in the Event Viewer. + +>[!NOTE] +>Windows 10 Mobile requires you to use the [Reporting CSP process](#collect-wip-audit-logs-by-using-the-reporting-configuration-service-provider-csp) instead. + +**To view the WIP events in the Event Viewer** +1. Open Event Viewer. + +2. In the console tree under **Application and Services Logs\Microsoft\Windows**, click **EDP-Audit-Regular** and **EDP-Audit-TCB**. + + + + + + + + + + + + + + From 83990e05c0174eec1fafe7836dedf30d05088182 Mon Sep 17 00:00:00 2001 From: LizRoss Date: Wed, 19 Apr 2017 09:12:44 -0700 Subject: [PATCH 13/15] Added redirection --- .openpublishing.redirection.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.openpublishing.redirection.json b/.openpublishing.redirection.json index 505a82596b..7c1508564b 100644 --- a/.openpublishing.redirection.json +++ b/.openpublishing.redirection.json @@ -1,6 +1,11 @@ { "redirections": [ { +"source_path": "windows/keep-secure/add-apps-to-protected-list-using-custom-uri.md", +"redirect_url": "/itpro/windows/keep-secure/create-wip-policy-using-intune", +"redirect_document_id": false +}, +{ "source_path": "windows/keep-secure/configure-windows-defender-in-windows-10.md", "redirect_url": "/itpro/windows/keep-secure/deploy-manage-report-windows-defender-antivirus", "redirect_document_id": true From ebd03e9839ee7032cf56f30e61d413a3a0399c2f Mon Sep 17 00:00:00 2001 From: LizRoss Date: Wed, 19 Apr 2017 09:27:48 -0700 Subject: [PATCH 14/15] Fixed typo --- windows/keep-secure/collect-wip-audit-event-logs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/keep-secure/collect-wip-audit-event-logs.md b/windows/keep-secure/collect-wip-audit-event-logs.md index e27cff8a3a..fed5d91fb9 100644 --- a/windows/keep-secure/collect-wip-audit-event-logs.md +++ b/windows/keep-secure/collect-wip-audit-event-logs.md @@ -65,7 +65,7 @@ Here are a few examples of responses from the Reporting CSP. #### File ownership on a file is changed from work to personal ``` 110SyncHdr200212Replace200314Get200414./Vendor/MSFT/Reporting/EnterpriseDataProtection/RetrieveByTimeRange/Logsxml<?xml version="1.0" encoding="utf-8"?> -<Reporting Version="com.microsoft/2.0/MDM/Reporting"> +<Reporting Version="com.contoso/2.0/MDM/Reporting"> <User UserID="S-1-12-1-1111111111-1111111111-1111111111-1111111111" EnterpriseID="corp.contoso.com"> <Log ProviderType="EDPAudit" LogType="ProtectionRemoved" TimeStamp="131357166318347527"> <Policy>Protection removed</Policy> From 33c3fb2e7475b89ac687c075ad71564a2c60a2f2 Mon Sep 17 00:00:00 2001 From: Brian Lich Date: Wed, 19 Apr 2017 14:12:47 -0700 Subject: [PATCH 15/15] New TOC for docs.microsoft.com --- CONTRIBUTING.md | 28 +- browsers/edge/docfx.json | 5 +- browsers/internet-explorer/docfx.json | 5 +- ...change-history-for-internet-explorer-11.md | 1 + .../ie11-deploy-guide/img-ie11-docmode-lg.md | 1 + devices/hololens/docfx.json | 6 +- devices/surface-hub/docfx.json | 8 +- ...fully-qualified-domain-name-surface-hub.md | 4 + devices/surface/docfx.json | 5 +- education/docfx.json | 5 +- .../windows/edu-deployment-recommendations.md | 1 + images/contribute-link.png | Bin 10017 -> 4194 bytes images/preview-changes.png | Bin 13142 -> 6165 bytes ...ng-microsoft-office-2016-by-using-app-v.md | 2 +- ...-microsoft-office-2016-by-using-app-v51.md | 2 +- mdop/appv-v5/index.md | 2 +- mdop/dart-v10/index.md | 2 +- mdop/dart-v65.md | 4 + mdop/dart-v7/index.md | 2 +- mdop/dart-v8/index.md | 2 +- mdop/docfx.json | 5 +- mdop/index.md | 4 + mdop/mbam-v1/index.md | 2 +- mdop/mbam-v2/index.md | 2 +- mdop/mbam-v25/index.md | 2 +- mdop/softgrid-application-virtualization.md | 4 + mdop/uev-v1/index.md | 2 +- mdop/uev-v2/index.md | 2 +- .../prepare-a-ue-v-2x-deployment-new-uevv2.md | 2 +- store-for-business/TOC.md | 30 + ...acquire-apps-windows-store-for-business.md | 0 ...d-unsigned-app-to-code-integrity-policy.md | 0 ...y-management-windows-store-for-business.md | 0 .../apps-in-windows-store-for-business.md | 0 .../assign-apps-to-employees.md | 0 ...mdm-provider-windows-store-for-business.md | 0 .../device-guard-signing-portal.md | 0 ...distribute-apps-from-your-private-store.md | 0 ...ur-employees-windows-store-for-business.md | 0 .../distribute-apps-with-management-tool.md | 0 .../distribute-offline-apps.md | 0 .../find-and-acquire-apps-overview.md | 0 .../index.md | 0 .../manage-access-to-private-store.md | 0 ...pps-windows-store-for-business-overview.md | 0 ...anage-orders-windows-store-for-business.md | 0 .../manage-private-store-settings.md | 0 ...age-settings-windows-store-for-business.md | 0 ...s-and-groups-windows-store-for-business.md | 0 ...rerequisites-windows-store-for-business.md | 0 ...-permissions-windows-store-for-business.md | 0 ...gs-reference-windows-store-for-business.md | 0 ...egrity-policy-with-device-guard-signing.md | 0 ...-up-windows-store-for-business-overview.md | 0 .../sign-up-windows-store-for-business.md | 0 ...troubleshoot-windows-store-for-business.md | 0 ...ows-store-for-business-account-settings.md | 0 .../windows-store-for-business-overview.md | 0 .../working-with-line-of-business-apps.md | 0 windows/TOC.md | 8 - windows/access-protection/TOC.md | 190 ++++ .../access-control}/access-control.md | 4 +- .../active-directory-accounts.md | 4 +- .../active-directory-security-groups.md | 102 +- .../access-control}/dynamic-access-control.md | 0 .../images/adlocalaccounts-proc1-sample1.gif | Bin .../images/adlocalaccounts-proc1-sample2.png | Bin .../images/adlocalaccounts-proc1-sample3.png | Bin .../images/adlocalaccounts-proc1-sample4.png | Bin .../images/adlocalaccounts-proc1-sample5.png | Bin .../images/adlocalaccounts-proc1-sample6.png | Bin .../images/adlocalaccounts-proc1-sample7.png | Bin .../images/adlocalaccounts-proc2-sample1.png | Bin .../images/adlocalaccounts-proc2-sample2.png | Bin .../images/adlocalaccounts-proc2-sample3.png | Bin .../images/adlocalaccounts-proc2-sample4.png | Bin .../images/adlocalaccounts-proc2-sample5.png | Bin .../images/adlocalaccounts-proc2-sample6.png | Bin .../images/adlocalaccounts-proc2-sample7.png | Bin .../images/adlocalaccounts-proc3-sample1.png | Bin .../authorizationandaccesscontrolprocess.gif | Bin .../access-control}/images/corpnet.gif | Bin .../images/localaccounts-proc1-sample1.png | Bin .../images/localaccounts-proc1-sample2.png | Bin .../images/localaccounts-proc1-sample3.png | Bin .../images/localaccounts-proc1-sample4.png | Bin .../images/localaccounts-proc1-sample5.png | Bin .../images/localaccounts-proc1-sample6.png | Bin .../images/localaccounts-proc2-sample1.png | Bin .../images/localaccounts-proc2-sample2.png | Bin .../images/localaccounts-proc2-sample3.png | Bin .../security-identifider-architecture.jpg | Bin .../access-control}/local-accounts.md | 12 +- .../access-control}/microsoft-accounts.md | 4 +- .../access-control}/security-identifiers.md | 0 .../access-control}/security-principals.md | 2 +- .../access-control}/service-accounts.md | 0 .../access-control}/special-identities.md | 54 +- .../change-history-for-access-protection.md | 17 + .../configure-s-mime.md | 0 .../additional-mitigations.md | 0 .../credential-guard-considerations.md | 0 .../credential-guard-how-it-works.md | 0 .../credential-guard-manage.md | 4 +- ...redential-guard-not-protected-scenarios.md | 0 .../credential-guard-protection-limits.md | 0 .../credential-guard-requirements.md | 0 .../credential-guard-scripts.md | 0 .../credential-guard}/credential-guard.md | 2 +- .../credential-guard}/images/credguard-gp.png | Bin .../images/credguard-msinfo32.png | Bin .../credential-guard}/images/credguard.png | Bin .../enterprise-certificate-pinning.md | 1 - .../hello-and-password-changes.md | 2 +- .../hello-biometrics-in-enterprise.md | 2 +- .../hello-errors-during-pin-creation.md | 0 .../hello-for-business}/hello-event-300.md | 0 .../hello-for-business}/hello-how-it-works.md | 0 .../hello-identity-verification.md | 0 .../hello-manage-in-organization.md | 0 .../hello-prepare-people-to-use.md | 0 .../hello-why-pin-is-better-than-password.md | 2 +- .../hello-for-business}/images/authflow.png | Bin .../hello-for-business}/images/connect.png | Bin .../hello-for-business}/images/corpown.png | Bin .../images/hellosettings.png | Bin .../images/passport-fig3-logicalcontainer.png | Bin .../hello-for-business}/images/pinerror.png | Bin .../images/whfb-intune-reset-pin.jpg | Bin .../whfb-pin-reset-phone-notification.png | Bin .../images/whfb-reset-pin-prompt.jpg | Bin .../images/whfb-reset-pin-settings.jpg | Bin .../images/emailsecurity.png | Bin ...tificate-pinning-converting-a-duration.png | Bin ...ificate-pinning-converting-an-xml-date.png | Bin ...ertificate-pinning-pinrules-properties.png | Bin ...ertificate-pinning-representing-a-date.png | Bin ...ficate-pinning-representing-a-duration.png | Bin ...se-pinning-registry-binary-information.png | Bin .../images/installcert.png | Bin .../images/mailsettings.png | Bin .../images/remote-credential-guard-gp.png | Bin .../images/remote-credential-guard.png | Bin .../images/security-stages.png | Bin .../images/signencrypt.png | Bin windows/access-protection/index.md | 28 + ...gital-certificates-on-windows-10-mobile.md | 0 .../remote-credential-guard.md | 0 .../smart-cards}/images/sc-image101.png | Bin .../smart-cards}/images/sc-image201.gif | Bin .../smart-cards}/images/sc-image203.gif | Bin .../smart-cards}/images/sc-image205.png | Bin .../smart-cards}/images/sc-image206.gif | Bin .../smart-cards}/images/sc-image302.gif | Bin .../smart-cards}/images/sc-image402.png | Bin .../smart-cards}/images/sc-image403.png | Bin .../smart-cards}/images/sc-image404.png | Bin .../smart-cards}/images/sc-image405.png | Bin .../smart-cards}/images/sc-image406.png | Bin .../smart-cards}/images/sc-image407.png | Bin .../smart-cards}/images/sc-image501.gif | Bin .../smart-card-and-remote-desktop-services.md | 0 .../smart-cards}/smart-card-architecture.md | 0 ...rt-card-certificate-propagation-service.md | 0 ...ertificate-requirements-and-enumeration.md | 0 .../smart-card-debugging-information.md | 0 .../smart-cards}/smart-card-events.md | 0 ...card-group-policy-and-registry-settings.md | 0 ...how-smart-card-sign-in-works-in-windows.md | 0 .../smart-card-removal-policy-service.md | 0 ...rt-card-smart-cards-for-windows-service.md | 0 .../smart-card-tools-and-settings.md | 0 ...-windows-smart-card-technical-reference.md | 2 +- .../how-user-account-control-works.md | 0 .../images/uacarchitecture.gif | Bin .../images/uacconsentprompt.gif | Bin .../images/uaccredentialprompt.gif | Bin .../images/uacshieldicon.png | Bin .../images/uacwindowslogonprocess.gif | Bin ...-group-policy-and-registry-key-settings.md | 2 +- .../user-account-control-overview.md | 3 - ...ccount-control-security-policy-settings.md | 0 .../images/vsc-02-mmc-add-snap-in.png | Bin ...c-03-add-certificate-templates-snap-in.png | Bin ...4-right-click-smartcard-logon-template.png | Bin ...-05-certificate-template-compatibility.png | Bin ...06-add-certification-authority-snap-in.png | Bin ...c-07-right-click-certificate-templates.png | Bin .../vsc-08-enable-certificate-template.png | Bin .../vsc-09-stop-service-start-service.png | Bin .../vsc-10-cmd-run-as-administrator.png | Bin ...1-certificates-request-new-certificate.png | Bin ...tificate-enrollment-select-certificate.png | Bin .../vsc-physical-smart-card-lifecycle.png | Bin .../vsc-process-of-accessing-user-key.png | Bin .../images/vsc-virtual-smart-card-icon.png | Bin ...l-smart-card-deploy-virtual-smart-cards.md | 0 .../virtual-smart-card-evaluate-security.md | 0 .../virtual-smart-card-get-started.md | 0 .../virtual-smart-card-overview.md | 2 +- .../virtual-smart-card-tpmvscmgr.md | 0 ...smart-card-understanding-and-evaluating.md | 0 ...tual-smart-card-use-virtual-smart-cards.md | 0 ...n-on-sso-over-vpn-and-wi-fi-connections.md | 0 .../vpn}/images/vpn-app-rules.png | Bin .../vpn}/images/vpn-app-trigger.PNG | Bin .../images/vpn-conditional-access-intune.png | Bin .../vpn}/images/vpn-connection-intune.png | Bin .../vpn}/images/vpn-connection.png | Bin .../vpn}/images/vpn-custom-xml-intune.png | Bin .../vpn}/images/vpn-device-compliance.png | Bin .../vpn}/images/vpn-eap-xml.png | Bin .../vpn}/images/vpn-intune-policy.png | Bin .../vpn}/images/vpn-name-intune.png | Bin .../vpn}/images/vpn-profilexml-intune.png | Bin .../vpn}/images/vpn-split-route.png | Bin .../vpn}/images/vpn-split.png | Bin .../vpn}/images/vpn-traffic-rules.png | Bin .../vpn}/vpn-authentication.md | 0 .../vpn}/vpn-auto-trigger-profile.md | 0 .../vpn}/vpn-conditional-access.md | 0 .../vpn}/vpn-connection-type.md | 0 .../vpn}/vpn-guide.md | 0 .../vpn}/vpn-name-resolution.md | 0 .../vpn}/vpn-profile-options.md | 0 .../vpn}/vpn-routing.md | 0 .../vpn}/vpn-security-features.md | 2 +- ...dential-theft-mitigation-guide-abstract.md | 0 ...ices-to-the-membership-group-for-a-zone.md | 0 ...ices-to-the-membership-group-for-a-zone.md | 0 ...e-files-for-settings-used-in-this-guide.md | 0 ...ssign-security-group-filters-to-the-gpo.md | 0 .../basic-firewall-policy-design.md | 0 .../windows-firewall}/boundary-zone-gpos.md | 0 .../windows-firewall}/boundary-zone.md | 0 ...e-based-isolation-policy-design-example.md | 0 ...rtificate-based-isolation-policy-design.md | 0 ...ange-rules-from-request-to-require-mode.md | 0 ...ist-configuring-basic-firewall-settings.md | 0 ...uring-rules-for-an-isolated-server-zone.md | 0 ...rs-in-a-standalone-isolated-server-zone.md | 0 ...configuring-rules-for-the-boundary-zone.md | 0 ...nfiguring-rules-for-the-encryption-zone.md | 0 ...nfiguring-rules-for-the-isolated-domain.md | 0 ...checklist-creating-group-policy-objects.md | 0 ...ecklist-creating-inbound-firewall-rules.md | 0 ...cklist-creating-outbound-firewall-rules.md | 0 ...ts-of-a-standalone-isolated-server-zone.md | 0 ...ementing-a-basic-firewall-policy-design.md | 0 ...rtificate-based-isolation-policy-design.md | 0 ...enting-a-domain-isolation-policy-design.md | 0 ...andalone-server-isolation-policy-design.md | 0 .../configure-authentication-methods.md | 0 ...ure-data-protection-quick-mode-settings.md | 0 ...y-to-autoenroll-and-deploy-certificates.md | 0 ...nfigure-key-exchange-main-mode-settings.md | 0 ...nfigure-the-rules-to-require-encryption.md | 0 .../configure-the-windows-firewall-log.md | 0 ...ion-authentication-certificate-template.md | 0 ...notifications-when-a-program-is-blocked.md | 0 ...hat-certificates-are-deployed-correctly.md | 0 .../copy-a-gpo-to-create-a-new-gpo.md | 0 ...ate-a-group-account-in-active-directory.md | 0 .../create-a-group-policy-object.md | 0 ...e-an-authentication-exemption-list-rule.md | 0 .../create-an-authentication-request-rule.md | 0 .../create-an-inbound-icmp-rule.md | 0 .../create-an-inbound-port-rule.md | 0 ...eate-an-inbound-program-or-service-rule.md | 0 .../create-an-outbound-port-rule.md | 0 ...ate-an-outbound-program-or-service-rule.md | 0 .../create-inbound-rules-to-support-rpc.md | 0 .../create-wmi-filters-for-the-gpo.md | 0 ...irewall-with-advanced-security-strategy.md | 0 ...ining-the-trusted-state-of-your-devices.md | 0 .../documenting-the-zones.md | 0 .../domain-isolation-policy-design-example.md | 0 .../domain-isolation-policy-design.md | 0 .../enable-predefined-inbound-rules.md | 0 .../enable-predefined-outbound-rules.md | 0 .../windows-firewall}/encryption-zone-gpos.md | 0 .../windows-firewall}/encryption-zone.md | 0 ...-with-advanced-security-design-examples.md | 0 .../exempt-icmp-from-authentication.md | 0 .../windows-firewall}/exemption-list.md | 0 .../windows-firewall}/firewall-gpos.md | 0 .../firewall-policy-design-example.md | 0 ...-about-your-active-directory-deployment.md | 0 ...out-your-current-network-infrastructure.md | 0 ...athering-information-about-your-devices.md | 0 .../gathering-other-relevant-information.md | 0 .../gathering-the-information-you-need.md | 0 .../windows-firewall}/gpo-domiso-boundary.md | 0 .../gpo-domiso-encryption.md | 4 + .../windows-firewall}/gpo-domiso-firewall.md | 0 .../gpo-domiso-isolateddomain-clients.md | 0 .../gpo-domiso-isolateddomain-servers.md | 0 ...with-advanced-security-deployment-goals.md | 0 .../windows-firewall/images/corpnet.gif | Bin 0 -> 7184 bytes .../images/createipsecrule.gif | Bin .../images/powershelllogosmall.gif | Bin .../windows-firewall}/images/qmcryptoset.gif | Bin .../images/wfas-design2example1.gif | Bin .../images/wfas-design3example1.gif | Bin .../images/wfas-designexample1.gif | Bin .../images/wfas-designflowchart1.gif | Bin .../images/wfas-domainiso.gif | Bin .../images/wfas-domainisoencrypt.gif | Bin .../images/wfas-domainisohighsec.gif | Bin .../images/wfas-domainnag.gif | Bin .../images/wfas-icon-checkbox.gif | Bin .../images/wfas-implement.gif | Bin .../images/wfasdomainisoboundary.gif | Bin ...wall-with-advanced-security-design-plan.md | 0 .../windows-firewall}/isolated-domain-gpos.md | 0 .../windows-firewall}/isolated-domain.md | 0 .../isolating-apps-on-your-network.md | 0 .../link-the-gpo-to-the-domain.md | 0 ...-firewall-with-advanced-security-design.md | 0 ...-a-different-zone-or-version-of-windows.md | 0 ...agement-console-to-ip-security-policies.md | 0 ...windows-firewall-with-advanced-security.md | 0 ...-management-console-to-windows-firewall.md | 0 ...windows-firewall-with-advanced-security.md | 0 ...anning-certificate-based-authentication.md | 0 .../planning-domain-isolation-zones.md | 0 .../planning-gpo-deployment.md | 0 ...icy-deployment-for-your-isolation-zones.md | 0 ...planning-isolation-groups-for-the-zones.md | 0 .../planning-network-access-groups.md | 0 .../planning-server-isolation-zones.md | 0 ...ng-settings-for-a-basic-firewall-policy.md | 0 .../windows-firewall}/planning-the-gpos.md | 0 ...windows-firewall-with-advanced-security.md | 0 ...-firewall-with-advanced-security-design.md | 0 .../procedures-used-in-this-guide.md | 0 ...t-devices-from-unwanted-network-traffic.md | 0 ...n-accessing-sensitive-network-resources.md | 0 ...cess-to-only-specified-users-or-devices.md | 0 ...restrict-access-to-only-trusted-devices.md | 0 ...erver-access-to-members-of-a-group-only.md | 0 ...to-end-ipsec-connections-by-using-ikev2.md | 0 .../server-isolation-gpos.md | 0 .../server-isolation-policy-design-example.md | 0 .../server-isolation-policy-design.md | 0 ...firewall-and-configure-default-behavior.md | 0 ...l-with-advanced-security-design-process.md | 0 ...y-that-network-traffic-is-authenticated.md | 0 ...-administration-with-windows-powershell.md | 0 ...with-advanced-security-deployment-guide.md | 0 ...all-with-advanced-security-design-guide.md | 0 ...windows-firewall-with-advanced-security.md | 0 windows/application-management/TOC.md | 101 ++ .../app-v}/appv-about-appv.md | 0 ...ministrator-with-the-management-console.md | 0 ...de-packages-with-the-management-console.md | 0 ...appv-administering-appv-with-powershell.md | 0 ...pplications-with-the-management-console.md | 0 ...inistrators-to-enable-connection-groups.md | 0 ...ation-publishing-and-client-interaction.md | 0 ...ment-configuration-file-with-powershell.md | 0 ...user-configuration-file-with-powershell.md | 0 .../app-v}/appv-auto-batch-sequencing.md | 0 .../app-v}/appv-auto-batch-updating.md | 0 .../appv-auto-clean-unpublished-packages.md | 0 .../app-v}/appv-auto-provision-a-vm.md | 0 .../app-v}/appv-available-mdm-settings.md | 0 .../app-v}/appv-capacity-planning.md | 0 .../appv-client-configuration-settings.md | 0 ...to-packages-with-the-management-console.md | 0 ...on-groups-to-ignore-the-package-version.md | 0 ...eive-updates-from-the-publishing-server.md | 0 .../appv-connect-to-the-management-console.md | 0 .../app-v}/appv-connection-group-file.md | 0 ...pv-connection-group-virtual-environment.md | 0 ...e-created-in-a-previous-version-of-appv.md | 0 ...blished-and-globally-published-packages.md | 0 .../app-v}/appv-create-a-connection-group.md | 0 ...ration-file-with-the-management-console.md | 0 ...e-a-package-accelerator-with-powershell.md | 0 .../appv-create-a-package-accelerator.md | 0 ...application-package-package-accelerator.md | 0 .../appv-create-and-use-a-project-template.md | 0 ...g-and-managing-virtualized-applications.md | 0 ...-extensions-with-the-management-console.md | 0 .../app-v}/appv-delete-a-connection-group.md | 0 ...e-a-package-with-the-management-console.md | 0 ...-deploy-appv-databases-with-sql-scripts.md | 0 ...ctronic-software-distribution-solutions.md | 0 ...pv-deploy-the-appv-server-with-a-script.md | 0 .../app-v}/appv-deploy-the-appv-server.md | 0 .../app-v}/appv-deploying-appv.md | 0 ...eploying-microsoft-office-2010-wth-appv.md | 0 ...ploying-microsoft-office-2013-with-appv.md | 0 ...ploying-microsoft-office-2016-with-appv.md | 0 ...ctronic-software-distribution-solutions.md | 0 ...deploying-the-appv-sequencer-and-client.md | 0 .../app-v}/appv-deploying-the-appv-server.md | 0 .../app-v}/appv-deployment-checklist.md | 0 .../app-v}/appv-dynamic-configuration.md | 0 ...ctronic-software-distribution-solutions.md | 0 ...ting-on-the-appv-client-with-powershell.md | 0 .../appv-enable-the-app-v-desktop-client.md | 0 .../app-v}/appv-evaluating-appv.md | 0 .../app-v}/appv-for-windows.md | 0 .../app-v}/appv-getting-started.md | 0 .../app-v}/appv-high-level-architecture.md | 0 ...ed-security-identifiers-with-powershell.md | 0 ...porting-databases-on-separate-computers.md | 0 ...agement-server-on-a-standalone-computer.md | 0 ...-publishing-server-on-a-remote-computer.md | 0 ...porting-server-on-a-standalone-computer.md | 0 .../app-v}/appv-install-the-sequencer.md | 0 ...-powershell-cmdlets-and-get-cmdlet-help.md | 0 .../app-v}/appv-maintaining-appv.md | 0 ...-a-stand-alone-computer-with-powershell.md | 0 ...-a-stand-alone-computer-with-powershell.md | 0 .../app-v}/appv-managing-connection-groups.md | 0 ...grating-to-appv-from-a-previous-version.md | 0 ...an-existing-virtual-application-package.md | 0 ...fy-client-configuration-with-powershell.md | 0 ...ove-the-appv-server-to-another-computer.md | 0 .../app-v}/appv-operations.md | 0 .../app-v}/appv-performance-guidance.md | 6 +- .../app-v}/appv-planning-checklist.md | 0 ...v-planning-folder-redirection-with-appv.md | 0 ...ppv-planning-for-appv-server-deployment.md | 0 .../app-v}/appv-planning-for-appv.md | 0 ...lanning-for-high-availability-with-appv.md | 0 ...ing-for-sequencer-and-client-deployment.md | 0 ...ppv-planning-for-using-appv-with-office.md | 0 ...ctronic-software-distribution-solutions.md | 0 .../app-v}/appv-planning-to-deploy-appv.md | 0 .../app-v}/appv-preparing-your-environment.md | 0 .../app-v}/appv-prerequisites.md | 0 .../app-v}/appv-publish-a-connection-group.md | 0 ...-a-packages-with-the-management-console.md | 0 ...hing-server-with-the-management-console.md | 0 ...release-notes-for-appv-for-windows-1703.md | 0 ...appv-release-notes-for-appv-for-windows.md | 0 .../app-v}/appv-reporting.md | 0 ...plications-inside-a-virtual-environment.md | 0 .../app-v}/appv-security-considerations.md | 0 .../app-v}/appv-sequence-a-new-application.md | 0 ...appv-sequence-a-package-with-powershell.md | 0 .../app-v}/appv-supported-configurations.md | 0 .../app-v}/appv-technical-reference.md | 0 ...f-a-package-with-the-management-console.md | 0 .../app-v}/appv-troubleshooting.md | 0 ...indows-10-from-an-existing-installation.md | 0 ...ppv-using-the-client-management-console.md | 0 ...-extensions-with-the-management-console.md | 0 ...viewing-appv-server-publishing-metadata.md | 0 .../app-v}/images/app-v-in-adk.png | Bin .../app-v}/images/checklistbox.gif | Bin .../packageaddfileandregistrydata-global.png | Bin .../packageaddfileandregistrydata-stream.png | Bin .../images/packageaddfileandregistrydata.png | Bin windows/application-management/index.md | 23 + .../sideload-apps-in-windows-10.md | 0 windows/breadcrumb/toc.yml | 25 - windows/client-management/TOC.md | 10 + .../administrative-tools-in-windows-10.md | 0 .../connect-to-remote-aadj-pc.md | 2 +- ...s-for-enterprise-and-education-editions.md | 22 +- .../images/aadj1.jpg | Bin .../images/aadj2.jpg | Bin .../images/aadj3.jpg | Bin .../images/aadj4.jpg | Bin .../images/aadjbrowser.jpg | Bin .../images/aadjcal.jpg | Bin .../images/aadjcalmail.jpg | Bin .../images/aadjmail1.jpg | Bin .../images/aadjmail2.jpg | Bin .../images/aadjmail3.jpg | Bin .../images/aadjonedrive.jpg | Bin .../images/aadjonenote.jpg | Bin .../images/aadjonenote2.jpg | Bin .../images/aadjonenote3.jpg | Bin .../images/aadjpin.jpg | Bin .../images/aadjppt.jpg | Bin .../images/aadjverify.jpg | Bin .../images/aadjword.jpg | Bin .../images/aadjwsfb.jpg | Bin .../images/admin-tools-folder.png | Bin .../images/admin-tools.png | Bin .../images/allow-rdp.png | Bin .../images/checkmark.png | Bin .../images/copy-to-change.png | Bin .../images/copy-to-path.png | Bin .../images/copy-to.PNG | Bin .../images/crossmark.png | Bin .../images/rdp.png | Bin .../images/settings-page-visibility-gp.png | Bin .../images/sysprep-error.png | Bin .../windows-10-management-cyod-byod-flow.png | Bin .../windows-10-management-gp-intune-flow.png | Bin ...windows-10-management-range-of-options.png | Bin windows/client-management/index.md | 30 + ...ows-10-mobile-to-azure-active-directory.md | 4 +- .../manage-corporate-devices.md | 6 +- .../manage-settings-app-with-group-policy.md | 0 ...-in-your-organization-modern-management.md | 0 .../mandatory-user-profile.md | 9 +- .../new-policies-for-windows-10.md | 6 +- .../reset-a-windows-10-mobile-device.md | 0 .../windows-10-mobile-and-mdm.md | 17 +- .../windows-libraries.md | 3 +- windows/configuration/TOC.md | 92 ++ ...el-windows-diagnostic-events-and-fields.md | 0 ...change-history-for-configure-windows-10.md | 8 +- ...changes-to-start-policies-in-windows-10.md | 0 .../configure-devices-without-mdm.md | 0 .../configure-windows-10-taskbar.md | 0 ...-windows-telemetry-in-your-organization.md | 2 +- .../cortana-at-work}/cortana-at-work-crm.md | 4 +- .../cortana-at-work-feedback.md | 2 +- .../cortana-at-work}/cortana-at-work-o365.md | 4 +- .../cortana-at-work-overview.md | 4 +- .../cortana-at-work-policy-settings.md | 0 .../cortana-at-work-powerbi.md | 26 +- .../cortana-at-work-scenario-1.md | 4 +- .../cortana-at-work-scenario-2.md | 4 +- .../cortana-at-work-scenario-3.md | 16 +- .../cortana-at-work-scenario-4.md | 4 +- .../cortana-at-work-scenario-5.md | 6 +- .../cortana-at-work-scenario-6.md | 6 +- .../cortana-at-work-scenario-7.md | 2 +- .../cortana-at-work-testing-scenarios.md | 0 .../cortana-at-work-voice-commands.md | 2 +- .../images/cortana-about-me.png | Bin .../images/cortana-add-reminder.png | Bin .../images/cortana-chicago-weather.png | Bin ...tana-communication-history-permissions.png | Bin ...rtana-complete-send-email-coworker-mic.png | Bin .../images/cortana-connect-crm.png | Bin .../images/cortana-connect-o365.png | Bin .../images/cortana-connect-uber.png | Bin .../images/cortana-crm-screen.png | Bin .../images/cortana-feedback.png | Bin .../images/cortana-final-reminder.png | Bin .../images/cortana-meeting-specific-time.png | Bin .../images/cortana-meeting-tomorrow.png | Bin .../images/cortana-newyork-weather.png | Bin .../images/cortana-o365-screen.png | Bin .../images/cortana-place-reminder.png | Bin .../images/cortana-powerbi-create-report.png | Bin .../images/cortana-powerbi-expand-nav.png | Bin .../cortana-powerbi-field-selection.png | Bin .../cortana-powerbi-getdata-samples.png | Bin .../images/cortana-powerbi-getdata.png | Bin .../images/cortana-powerbi-myreport.png | Bin .../images/cortana-powerbi-pagesize.png | Bin .../images/cortana-powerbi-report-qna.png | Bin ...tana-powerbi-retail-analysis-dashboard.png | Bin ...ortana-powerbi-retail-analysis-dataset.png | Bin ...cortana-powerbi-retail-analysis-sample.png | Bin .../images/cortana-powerbi-search.png | Bin .../images/cortana-powerbi-settings.png | Bin .../images/cortana-redmond-weather.png | Bin .../images/cortana-reminder-edit.png | Bin .../images/cortana-reminder-list.png | Bin .../images/cortana-reminder-mic.png | Bin .../images/cortana-reminder-pending-mic.png | Bin .../images/cortana-reminder-pending.png | Bin .../cortana-send-email-coworker-mic.png | Bin .../images/cortana-send-email-coworker.png | Bin .../cortana-suggested-reminder-settings.png | Bin .../images/cortana-suggested-reminder.png | Bin .../images/cortana-weather-multipanel.png | Bin .../customize-and-export-start-layout.md | 0 ...-10-start-screens-by-using-group-policy.md | 0 ...reens-by-using-mobile-device-management.md | 2 +- ...-by-using-provisioning-packages-and-icd.md | 4 +- .../guidelines-for-assigned-access-app.md | 0 .../images/ActionCenterXML.jpg | Bin .../images/AppsXML.jpg | Bin .../images/AppsXML.png | Bin .../images/ButtonsXML.jpg | Bin .../images/CSPRunnerXML.jpg | Bin .../images/ICD.png | Bin .../images/ICDstart-option.PNG | Bin .../images/ISE.PNG | Bin .../images/MenuItemsXML.png | Bin .../images/PoC-big.png | Bin .../images/PoC.png | Bin .../images/SettingsXML.png | Bin .../images/StartGrid.jpg | Bin .../images/StartGridPinnedApps.jpg | Bin .../images/TilesXML.png | Bin .../images/account-management-details.PNG | Bin .../images/account-management.PNG | Bin .../images/add-applications-details.PNG | Bin .../images/add-applications.PNG | Bin .../images/add-certificates-details.PNG | Bin .../images/add-certificates.PNG | Bin .../images/adk-install.png | Bin .../images/admin-tools-folder.png | Bin .../images/admin-tools.png | Bin .../images/allow-rdp.png | Bin .../images/app-v-in-adk.png | Bin .../images/apprule.png | Bin .../images/apps.png | Bin .../images/appwarning.png | Bin .../images/azureadjoined.png | Bin .../images/backicon.png | Bin .../images/bulk-enroll-mobile-details.PNG | Bin .../images/bulk-enroll-mobile.PNG | Bin .../images/check_blu.png | Bin .../images/check_grn.png | Bin .../images/checklistbox.gif | Bin .../images/checklistdone.png | Bin .../images/checkmark.png | Bin .../images/choose-package.png | Bin .../images/config-policy.png | Bin .../images/config-source.png | Bin .../images/configconflict.png | Bin .../images/connect-aad.png | Bin .../images/convert.png | Bin .../images/copy-to-change.png | Bin .../images/copy-to-path.png | Bin .../images/copy-to.PNG | Bin .../images/cortana-about-me.png | Bin .../images/cortana-add-reminder.png | Bin .../images/cortana-chicago-weather.png | Bin ...tana-communication-history-permissions.png | Bin ...rtana-complete-send-email-coworker-mic.png | Bin .../images/cortana-connect-crm.png | Bin .../images/cortana-connect-o365.png | Bin .../images/cortana-connect-uber.png | Bin .../images/cortana-crm-screen.png | Bin .../images/cortana-feedback.png | Bin .../images/cortana-final-reminder.png | Bin .../images/cortana-meeting-specific-time.png | Bin .../images/cortana-meeting-tomorrow.png | Bin .../images/cortana-newyork-weather.png | Bin .../images/cortana-o365-screen.png | Bin .../images/cortana-place-reminder.png | Bin .../images/cortana-powerbi-create-report.png | Bin .../images/cortana-powerbi-expand-nav.png | Bin .../cortana-powerbi-field-selection.png | Bin .../cortana-powerbi-getdata-samples.png | Bin .../images/cortana-powerbi-getdata.png | Bin .../images/cortana-powerbi-myreport.png | Bin .../images/cortana-powerbi-pagesize.png | Bin .../images/cortana-powerbi-report-qna.png | Bin ...tana-powerbi-retail-analysis-dashboard.png | Bin ...ortana-powerbi-retail-analysis-dataset.png | Bin ...cortana-powerbi-retail-analysis-sample.png | Bin .../images/cortana-powerbi-search.png | Bin .../images/cortana-powerbi-settings.png | Bin .../images/cortana-redmond-weather.png | Bin .../images/cortana-reminder-edit.png | Bin .../images/cortana-reminder-list.png | Bin .../images/cortana-reminder-mic.png | Bin .../images/cortana-reminder-pending-mic.png | Bin .../images/cortana-reminder-pending.png | Bin .../cortana-send-email-coworker-mic.png | Bin .../images/cortana-send-email-coworker.png | Bin .../cortana-suggested-reminder-settings.png | Bin .../images/cortana-suggested-reminder.png | Bin .../images/cortana-weather-multipanel.png | Bin .../images/crossmark.png | Bin .../images/csp-placeholder.png | Bin .../images/cspinicd.png | Bin .../images/csptable.png | Bin .../images/customization-start-edge.PNG | Bin .../images/customization-start.PNG | Bin ...-win8-l-usmt-migrationcomparemigstores.gif | Bin .../images/dep-win8-l-usmt-pcrefresh.jpg | Bin .../images/dep-win8-l-usmt-pcreplace.jpg | Bin .../dep-win8-l-vamt-findingcomputerdialog.gif | Bin ...irewallconfigurationformultiplesubnets.gif | Bin .../dep-win8-l-vamt-image001-enterprise.jpg | Bin ...-vamt-makindependentactivationscenario.jpg | Bin ...win8-l-vamt-makproxyactivationscenario.jpg | Bin .../images/deploy-finish.PNG | Bin .../images/deploymentworkflow.png | Bin .../images/developer-setup.PNG | Bin .../images/disk2vhd-convert.PNG | Bin .../images/disk2vhd-gen2.PNG | Bin .../images/disk2vhd.PNG | Bin .../images/disk2vhd4.PNG | Bin .../images/doneicon.png | Bin .../images/download_vhd.png | Bin .../images/e3-activated.png | Bin .../images/edge-with-logo.png | Bin .../images/edge-without-logo.png | Bin .../images/enterprise-e3-ad-connect.png | Bin .../images/enterprise-e3-choose-how.png | Bin ...nterprise-e3-connect-to-work-or-school.png | Bin .../images/enterprise-e3-lets-get-2.png | Bin .../images/enterprise-e3-lets-get.png | Bin .../enterprise-e3-set-up-work-or-school.png | Bin .../images/enterprise-e3-sign-in.png | Bin .../images/enterprise-e3-who-owns.png | Bin ...tivated-enterprise-subscription-active.png | Bin ...ted-enterprise-subscription-not-active.png | Bin ...tivated-enterprise-subscription-active.png | Bin ...ted-enterprise-subscription-not-active.png | Bin .../images/export-mgt-desktop.png | Bin .../images/export-mgt-mobile.png | Bin .../images/express-settings.png | Bin .../images/fig1-deferupgrades.png | Bin .../images/fig10-contosoinstall.png | Bin .../images/fig10-unattend.png | Bin .../images/fig13-captureimage.png | Bin .../images/fig16-contentstatus.png | Bin .../images/fig17-win10image.png | Bin .../images/fig18-distwindows.png | Bin .../images/fig2-deploymenttimeline.png | Bin .../images/fig2-gather.png | Bin .../images/fig2-importedos.png | Bin .../images/fig2-taskseq.png | Bin .../images/fig21-add-drivers.png | Bin .../images/fig22-createcategories.png | Bin .../images/fig27-driverpackage.png | Bin .../images/fig28-addapp.png | Bin .../images/fig3-overlaprelease.png | Bin .../images/fig30-settingspack.png | Bin .../images/fig32-deploywiz.png | Bin .../images/fig4-oob-drivers.png | Bin .../images/fig5-selectprofile.png | Bin .../images/fig6-taskseq.png | Bin .../images/fig8-cust-tasks.png | Bin .../images/fig8-suspend.png | Bin .../images/fig9-resumetaskseq.png | Bin .../images/figure4-deployment-workbench.png | Bin .../images/finish-details-mobile.PNG | Bin .../images/finish-details.png | Bin .../images/finish-mobile.PNG | Bin .../images/finish.PNG | Bin .../images/five.png | Bin .../images/four.png | Bin .../images/funfacts.png | Bin .../images/genrule.png | Bin .../images/gp-branch.png | Bin .../images/gp-exclude-drivers.png | Bin .../images/gp-feature.png | Bin .../images/gp-quality.png | Bin .../images/hyper-v-feature.png | Bin .../images/icd-adv-shared-pc.PNG | Bin .../images/icd-create-options-1703.PNG | Bin .../images/icd-create-options.PNG | Bin .../images/icd-desktop-1703.PNG | Bin .../images/icd-export-menu.png | Bin .../images/icd-install.PNG | Bin .../images/icd-multi-target-true.png | Bin .../images/icd-multi-targetstate-true.png | Bin .../images/icd-runtime.PNG | Bin .../images/icd-school.PNG | Bin .../images/icd-script1.png | Bin .../images/icd-script2.png | Bin .../images/icd-setting-help.PNG | Bin .../images/icd-settings.PNG | Bin .../images/icd-simple-edit.png | Bin .../images/icd-simple.PNG | Bin .../images/icd-step1.PNG | Bin .../images/icd-step2.PNG | Bin .../images/icd-step3.PNG | Bin .../images/icd-step4.PNG | Bin .../images/icd-step5.PNG | Bin .../images/icd-switch.PNG | Bin .../images/icdbrowse.png | Bin .../images/identitychoices.png | Bin .../images/image.PNG | Bin .../images/installing-drivers.png | Bin .../images/kiosk-account-details.PNG | Bin .../images/kiosk-account.PNG | Bin .../images/kiosk-common-details.PNG | Bin .../images/kiosk-common.PNG | Bin .../images/launchicon.png | Bin .../images/ld-apps.PNG | Bin .../images/ld-buttons.PNG | Bin .../images/ld-connect.PNG | Bin .../images/ld-csp.PNG | Bin .../images/ld-export.PNG | Bin .../images/ld-other.PNG | Bin .../images/ld-pair.PNG | Bin .../images/ld-quick.PNG | Bin .../images/ld-role.PNG | Bin .../images/ld-settings.PNG | Bin .../images/ld-start.PNG | Bin .../images/ld-sync.PNG | Bin .../images/ldstore.PNG | Bin .../images/license-terms.png | Bin .../images/lily.jpg | Bin .../images/lockdownapps.png | Bin .../images/lockscreen.png | Bin .../images/lockscreenpolicy.png | Bin .../images/mdm-diag-report-powershell.PNG | Bin .../images/mdm.png | Bin .../images/mdt-01-fig01.png | Bin .../images/mdt-01-fig02.jpg | Bin .../images/mdt-03-fig01.png | Bin .../images/mdt-03-fig02.png | Bin .../images/mdt-03-fig03.png | Bin .../images/mdt-03-fig04.png | Bin .../images/mdt-03-fig05.png | Bin .../images/mdt-04-fig01.png | Bin .../images/mdt-05-fig01.png | Bin .../images/mdt-05-fig02.png | Bin .../images/mdt-05-fig03.png | Bin .../images/mdt-05-fig04.png | Bin .../images/mdt-05-fig05.png | Bin .../images/mdt-05-fig07.png | Bin .../images/mdt-05-fig08.png | Bin .../images/mdt-05-fig09.png | Bin .../images/mdt-05-fig10.png | Bin .../images/mdt-06-fig01.png | Bin .../images/mdt-06-fig03.png | Bin .../images/mdt-06-fig04.png | Bin .../images/mdt-06-fig05.png | Bin .../images/mdt-06-fig06.png | Bin .../images/mdt-06-fig07.png | Bin .../images/mdt-06-fig08.png | Bin .../images/mdt-06-fig10.png | Bin .../images/mdt-06-fig12.png | Bin .../images/mdt-06-fig13.png | Bin .../images/mdt-06-fig14.png | Bin .../images/mdt-06-fig15.png | Bin .../images/mdt-06-fig16.png | Bin .../images/mdt-06-fig20.png | Bin .../images/mdt-06-fig21.png | Bin .../images/mdt-06-fig26.png | Bin .../images/mdt-06-fig31.png | Bin .../images/mdt-06-fig33.png | Bin .../images/mdt-06-fig35.png | Bin .../images/mdt-06-fig36.png | Bin .../images/mdt-06-fig37.png | Bin .../images/mdt-06-fig39.png | Bin .../images/mdt-06-fig42.png | Bin .../images/mdt-06-fig43.png | Bin .../images/mdt-07-fig01.png | Bin .../images/mdt-07-fig03.png | Bin .../images/mdt-07-fig08.png | Bin .../images/mdt-07-fig09.png | Bin .../images/mdt-07-fig10.png | Bin .../images/mdt-07-fig11.png | Bin .../images/mdt-07-fig13.png | Bin .../images/mdt-07-fig14.png | Bin .../images/mdt-07-fig15.png | Bin .../images/mdt-07-fig16.png | Bin .../images/mdt-08-fig01.png | Bin .../images/mdt-08-fig02.png | Bin .../images/mdt-08-fig03.png | Bin .../images/mdt-08-fig05.png | Bin .../images/mdt-08-fig06.png | Bin .../images/mdt-08-fig14.png | Bin .../images/mdt-08-fig15.png | Bin .../images/mdt-09-fig01.png | Bin .../images/mdt-09-fig02.png | Bin .../images/mdt-09-fig03.png | Bin .../images/mdt-09-fig04.png | Bin .../images/mdt-09-fig06.png | Bin .../images/mdt-09-fig07.png | Bin .../images/mdt-09-fig08.png | Bin .../images/mdt-09-fig09.png | Bin .../images/mdt-09-fig10.png | Bin .../images/mdt-09-fig11.png | Bin .../images/mdt-09-fig12.png | Bin .../images/mdt-09-fig13.png | Bin .../images/mdt-09-fig14.png | Bin .../images/mdt-09-fig15.png | Bin .../images/mdt-09-fig16.png | Bin .../images/mdt-09-fig17.png | Bin .../images/mdt-09-fig18.png | Bin .../images/mdt-09-fig19.png | Bin .../images/mdt-09-fig20.png | Bin .../images/mdt-09-fig21.png | Bin .../images/mdt-09-fig22.png | Bin .../images/mdt-09-fig23.png | Bin .../images/mdt-09-fig24.png | Bin .../images/mdt-09-fig25.png | Bin .../images/mdt-09-fig26.png | Bin .../images/mdt-09-fig27.png | Bin .../images/mdt-09-fig28.png | Bin .../images/mdt-09-fig29.png | Bin .../images/mdt-09-fig30.png | Bin .../images/mdt-09-fig31.png | Bin .../images/mdt-09-fig32.png | Bin .../images/mdt-10-fig01.png | Bin .../images/mdt-10-fig02.png | Bin .../images/mdt-10-fig03.png | Bin .../images/mdt-10-fig04.png | Bin .../images/mdt-10-fig05.png | Bin .../images/mdt-10-fig06.png | Bin .../images/mdt-10-fig07.png | Bin .../images/mdt-10-fig08.png | Bin .../images/mdt-10-fig09.png | Bin .../images/mdt-11-fig05.png | Bin .../images/mdt-11-fig06.png | Bin .../images/mdt-11-fig07.png | Bin .../images/mdt-11-fig08.png | Bin .../images/mdt-11-fig09.png | Bin .../images/mdt-11-fig10.png | Bin .../images/mdt-11-fig11.png | Bin .../images/mdt-11-fig12.png | Bin .../images/mdt-11-fig13.png | Bin .../images/mdt-11-fig14.png | Bin .../images/mdt-11-fig15.png | Bin .../images/mdt-11-fig16.png | Bin .../images/mobile-start-layout.png | Bin .../images/multi-target.png | Bin .../images/nfc.png | Bin .../images/oma-uri-shared-pc.png | Bin .../images/one.png | Bin .../images/oobe.jpg | Bin .../images/package-trust.png | Bin .../images/package.png | Bin .../packageaddfileandregistrydata-global.png | Bin .../packageaddfileandregistrydata-stream.png | Bin .../images/packageaddfileandregistrydata.png | Bin .../images/packages-mobile.png | Bin .../images/phoneprovision.png | Bin .../images/policytocsp.png | Bin .../images/powericon.png | Bin .../images/priv-telemetry-levels.png | Bin .../images/prov.jpg | Bin .../provisioning-csp-assignedaccess.png | Bin .../{manage => configuration}/images/rdp.png | Bin .../images/resetdevice.png | Bin .../images/scanos.PNG | Bin .../images/sccm-asset.PNG | Bin .../images/sccm-assets.PNG | Bin .../images/sccm-client.PNG | Bin .../images/sccm-collection.PNG | Bin .../images/sccm-install-os.PNG | Bin .../images/sccm-post-refresh.PNG | Bin .../images/sccm-pxe.PNG | Bin .../images/sccm-site.PNG | Bin .../images/sccm-software-cntr.PNG | Bin .../images/sec-bios.png | Bin .../images/set-up-device-details-desktop.PNG | Bin .../images/set-up-device-details-mobile.PNG | Bin .../images/set-up-device-details.PNG | Bin .../images/set-up-device-mobile.PNG | Bin .../images/set-up-device.PNG | Bin .../images/set-up-network-details-desktop.PNG | Bin .../images/set-up-network-details-mobile.PNG | Bin .../images/set-up-network-details.PNG | Bin .../images/set-up-network-mobile.PNG | Bin .../images/set-up-network.PNG | Bin .../images/settings-table.png | Bin .../images/settingsicon.png | Bin .../images/setupmsg.jpg | Bin .../images/seven.png | Bin .../images/show-more-tiles.png | Bin .../images/sign-in-prov.png | Bin .../images/six.png | Bin .../images/spotlight.png | Bin .../images/spotlight2.png | Bin .../images/start-pinned-app.png | Bin .../images/start-screen-size.png | Bin .../images/startannotated.png | Bin .../images/starticon.png | Bin .../images/startlayoutpolicy.jpg | Bin .../images/starttemplate.jpg | Bin .../images/svr_mgr2.png | Bin .../images/sysprep-error.png | Bin .../images/taskbar-blank.png | Bin .../images/taskbar-default-plus.png | Bin .../images/taskbar-default-removed.png | Bin .../images/taskbar-default.png | Bin .../images/taskbar-generic.png | Bin .../images/taskbar-region-defr.png | Bin .../images/taskbar-region-other.png | Bin .../images/taskbar-region-usuk.png | Bin .../images/taskbarSTARTERBLANK.png | Bin .../images/three.png | Bin .../images/trust-package.png | Bin .../images/twain.png | Bin .../images/two.png | Bin .../images/ua-cg-01.png | Bin .../images/ua-cg-02.png | Bin .../images/ua-cg-03.png | Bin .../images/ua-cg-04.png | Bin .../images/ua-cg-05.png | Bin .../images/ua-cg-06.png | Bin .../images/ua-cg-07.png | Bin .../images/ua-cg-08.png | Bin .../images/ua-cg-09.png | Bin .../images/ua-cg-10.png | Bin .../images/ua-cg-11.png | Bin .../images/ua-cg-12.png | Bin .../images/ua-cg-13.png | Bin .../images/ua-cg-14.png | Bin .../images/ua-cg-15.png | Bin .../images/ua-cg-16.png | Bin .../images/ua-cg-17.png | Bin .../images/uc-01.png | Bin .../images/uc-02.png | Bin .../images/uc-02a.png | Bin .../images/uc-03.png | Bin .../images/uc-03a.png | Bin .../images/uc-04.png | Bin .../images/uc-04a.png | Bin .../images/uc-05.png | Bin .../images/uc-05a.png | Bin .../images/uc-06.png | Bin .../images/uc-06a.png | Bin .../images/uc-07.png | Bin .../images/uc-07a.png | Bin .../images/uc-08.png | Bin .../images/uc-08a.png | Bin .../images/uc-09.png | Bin .../images/uc-09a.png | Bin .../images/uc-10.png | Bin .../images/uc-10a.png | Bin .../images/uc-11.png | Bin .../images/uc-12.png | Bin .../images/uc-13.png | Bin .../images/uc-14.png | Bin .../images/uc-15.png | Bin .../images/uc-16.png | Bin .../images/uc-17.png | Bin .../images/uc-18.png | Bin .../images/uc-19.png | Bin .../images/uc-20.png | Bin .../images/uc-21.png | Bin .../images/uc-22.png | Bin .../images/uc-23.png | Bin .../images/uc-24.png | Bin .../images/uc-25.png | Bin .../upgrade-analytics-apps-known-issues.png | Bin ...upgrade-analytics-apps-no-known-issues.png | Bin .../images/upgrade-analytics-architecture.png | Bin .../upgrade-analytics-create-iedataoptin.png | Bin .../upgrade-analytics-deploy-eligible.png | Bin .../upgrade-analytics-drivers-known.png | Bin .../upgrade-analytics-most-active-sites.png | Bin .../upgrade-analytics-namepub-rollup.PNG | Bin .../images/upgrade-analytics-overview.png | Bin .../images/upgrade-analytics-pilot.png | Bin .../images/upgrade-analytics-prioritize.png | Bin .../upgrade-analytics-query-activex-name.png | Bin ...for-windows-status-guidance-precedence.PNG | Bin ...ade-analytics-ready-for-windows-status.PNG | Bin ...de-analytics-site-activity-by-doc-mode.png | Bin .../upgrade-analytics-site-domain-detail.png | Bin .../images/upgrade-analytics-telemetry.png | Bin .../images/upgrade-analytics-unsubscribe.png | Bin .../images/upgrade-process.png | Bin .../images/upgradecfg-fig2-upgrading.png | Bin .../images/upgradecfg-fig3-upgrade.png | Bin .../images/upgrademdt-fig1-machines.png | Bin .../images/upgrademdt-fig2-importedos.png | Bin .../images/upgrademdt-fig3-tasksequence.png | Bin .../images/upgrademdt-fig4-selecttask.png | Bin .../images/upgrademdt-fig5-winupgrade.png | Bin .../images/uwp-dependencies.PNG | Bin .../images/uwp-family.PNG | Bin .../images/uwp-license.PNG | Bin .../images/vamtuserinterfaceupdated.jpg | Bin .../volumeactivationforwindows81-01.jpg | Bin .../volumeactivationforwindows81-02.jpg | Bin .../volumeactivationforwindows81-03.jpg | Bin .../volumeactivationforwindows81-04.jpg | Bin .../volumeactivationforwindows81-05.jpg | Bin .../volumeactivationforwindows81-06.jpg | Bin .../volumeactivationforwindows81-07.jpg | Bin .../volumeactivationforwindows81-08.jpg | Bin .../volumeactivationforwindows81-09.jpg | Bin .../volumeactivationforwindows81-10.jpg | Bin .../volumeactivationforwindows81-11.jpg | Bin .../volumeactivationforwindows81-12.jpg | Bin .../volumeactivationforwindows81-13.jpg | Bin .../volumeactivationforwindows81-14.jpg | Bin .../volumeactivationforwindows81-15.jpg | Bin .../volumeactivationforwindows81-16.jpg | Bin .../volumeactivationforwindows81-17.jpg | Bin .../volumeactivationforwindows81-18.jpg | Bin .../volumeactivationforwindows81-19.jpg | Bin .../images/w10servicing-f1-branches.png | Bin .../images/waas-active-hours-policy.PNG | Bin .../images/waas-active-hours.PNG | Bin .../images/waas-auto-update-policy.PNG | Bin .../images/waas-do-fig1.png | Bin .../images/waas-do-fig2.png | Bin .../images/waas-do-fig3.png | Bin .../images/waas-do-fig4.png | Bin .../images/waas-overview-patch.png | Bin .../images/waas-restart-policy.PNG | Bin .../images/waas-rings.png | Bin .../images/waas-sccm-fig1.png | Bin .../images/waas-sccm-fig10.png | Bin .../images/waas-sccm-fig11.png | Bin .../images/waas-sccm-fig12.png | Bin .../images/waas-sccm-fig2.png | Bin .../images/waas-sccm-fig3.png | Bin .../images/waas-sccm-fig4.png | Bin .../images/waas-sccm-fig5.png | Bin .../images/waas-sccm-fig6.png | Bin .../images/waas-sccm-fig7.png | Bin .../images/waas-sccm-fig8.png | Bin .../images/waas-sccm-fig9.png | Bin .../images/waas-strategy-fig1a.png | Bin .../images/waas-wsus-fig1.png | Bin .../images/waas-wsus-fig10.png | Bin .../images/waas-wsus-fig11.png | Bin .../images/waas-wsus-fig12.png | Bin .../images/waas-wsus-fig13.png | Bin .../images/waas-wsus-fig14.png | Bin .../images/waas-wsus-fig15.png | Bin .../images/waas-wsus-fig16.png | Bin .../images/waas-wsus-fig17.png | Bin .../images/waas-wsus-fig18.png | Bin .../images/waas-wsus-fig19.png | Bin .../images/waas-wsus-fig2.png | Bin .../images/waas-wsus-fig20.png | Bin .../images/waas-wsus-fig3.png | Bin .../images/waas-wsus-fig4.png | Bin .../images/waas-wsus-fig5.png | Bin .../images/waas-wsus-fig6.png | Bin .../images/waas-wsus-fig7.png | Bin .../images/waas-wsus-fig8.png | Bin .../images/waas-wsus-fig9.png | Bin .../images/waas-wufb-gp-broad.png | Bin .../images/waas-wufb-gp-cb2-settings.png | Bin .../images/waas-wufb-gp-cb2.png | Bin .../images/waas-wufb-gp-cbb1-settings.png | Bin .../images/waas-wufb-gp-cbb2-settings.png | Bin .../images/waas-wufb-gp-cbb2q-settings.png | Bin .../images/waas-wufb-gp-create.png | Bin .../images/waas-wufb-gp-edit-defer.png | Bin .../images/waas-wufb-gp-edit.png | Bin .../images/waas-wufb-gp-scope-cb2.png | Bin .../images/waas-wufb-gp-scope.png | Bin .../images/waas-wufb-intune-cb2a.png | Bin .../images/waas-wufb-intune-cbb1a.png | Bin .../images/waas-wufb-intune-cbb2a.png | Bin .../images/waas-wufb-intune-step11a.png | Bin .../images/waas-wufb-intune-step19a.png | Bin .../images/waas-wufb-intune-step2a.png | Bin .../images/waas-wufb-intune-step7a.png | Bin .../images/wcd-app-commands.PNG | Bin .../images/wcd-app-name.PNG | Bin .../images/who-owns-pc.png | Bin .../images/wifisense-grouppolicy.png | Bin .../images/wifisense-registry.png | Bin .../images/wifisense-settingscreens.png | Bin .../images/win-10-adk-select.png | Bin .../images/win10-mobile-mdm-fig1.png | Bin .../images/win10-set-up-work-or-school.png | Bin .../win10servicing-fig2-featureupgrade.png | Bin .../images/win10servicing-fig3.png | Bin .../win10servicing-fig4-upgradereleases.png | Bin .../images/win10servicing-fig5.png | Bin .../images/win10servicing-fig6.png | Bin .../images/win10servicing-fig7.png | Bin .../windows-10-management-cyod-byod-flow.png | Bin .../windows-10-management-gp-intune-flow.png | Bin ...windows-10-management-range-of-options.png | Bin .../images/windows-icd.png | Bin .../images/wsfb-distribute.png | Bin .../images/wsfb-firstrun.png | Bin .../images/wsfb-inventory-viewlicense.png | Bin .../images/wsfb-inventory.png | Bin .../images/wsfb-inventoryaddprivatestore.png | Bin .../images/wsfb-landing.png | Bin .../images/wsfb-licenseassign.png | Bin .../images/wsfb-licensedetails.png | Bin .../images/wsfb-licensereclaim.png | Bin .../images/wsfb-manageinventory.png | Bin .../images/wsfb-offline-distribute-mdm.png | Bin .../images/wsfb-onboard-1.png | Bin .../images/wsfb-onboard-2.png | Bin .../images/wsfb-onboard-3.png | Bin .../images/wsfb-onboard-4.png | Bin .../images/wsfb-onboard-5.png | Bin .../images/wsfb-onboard-7.png | Bin .../images/wsfb-online-distribute-mdm.png | Bin .../images/wsfb-paid-app-temp.png | Bin .../images/wsfb-permissions-assignrole.png | Bin .../images/wsfb-private-store-gpo.PNG | Bin .../images/wsfb-privatestore.png | Bin .../images/wsfb-privatestoreapps.png | Bin .../images/wsfb-renameprivatestore.png | Bin .../images/wsfb-settings-mgmt.png | Bin .../images/wsfb-settings-permissions.png | Bin .../images/wsfb-wsappaddacct.png | Bin .../images/wsfb-wsappprivatestore.png | Bin .../images/wsfb-wsappsignin.png | Bin .../images/wsfb-wsappworkacct.png | Bin .../images/wufb-config1a.png | Bin .../images/wufb-config2.png | Bin .../images/wufb-config3a.png | Bin .../images/wufb-do.png | Bin .../images/wufb-groups.png | Bin .../images/wufb-pause-feature.png | Bin .../images/wufb-qual.png | Bin .../images/wufb-sccm.png | Bin .../images/x_blk.png | Bin windows/{configure => configuration}/index.md | 8 +- .../kiosk-shared-pc.md | 0 .../lock-down-windows-10-to-specific-apps.md | 4 +- .../lock-down-windows-10.md | 0 .../lockdown-features-windows-10.md | 2 +- ...system-components-to-microsoft-services.md | 4 +- .../manage-tips-and-suggestions.md | 2 +- .../manage-wifi-sense-in-enterprise.md | 0 .../mobile-devices}/configure-mobile.md | 0 .../mobile-devices}/images/doneicon.png | Bin .../mobile-devices}/lockdown-xml.md | 34 +- .../mobile-lockdown-designer.md | 28 +- .../product-ids-in-windows-10-mobile.md | 0 .../provisioning-configure-mobile.md | 16 +- .../mobile-devices}/provisioning-nfc.md | 2 +- .../provisioning-package-splitter.md | 4 +- ...kiosk-for-windows-10-for-mobile-edition.md | 14 +- .../settings-that-can-be-locked-down.md | 0 .../start-layout-xml-mobile.md | 16 +- ...can-use-configuration-service-providers.md | 14 +- .../provision-pcs-for-initial-deployment.md | 117 +++ ...rovision-pcs-with-apps-and-certificates.md | 16 +- .../provision-pcs-with-apps.md | 18 +- .../provisioning-apply-package.md | 18 +- .../provisioning-command-line.md | 0 .../provisioning-create-package.md | 24 +- .../provisioning-how-it-works.md | 0 .../provisioning-install-icd.md | 2 +- .../provisioning-multivariant.md | 6 +- .../provisioning-packages.md | 24 +- .../provisioning-powershell.md | 0 .../provisioning-script-to-install-app.md | 4 +- .../provisioning-uninstall-package.md | 0 .../set-up-a-device-for-anyone-to-use.md | 3 +- ...osk-for-windows-10-for-desktop-editions.md | 8 +- .../set-up-shared-or-guest-pc.md | 2 +- .../start-layout-xml-desktop.md | 2 +- .../start-secondary-tiles.md | 2 +- .../start-taskbar-lockscreen.md | 2 +- ...-employees-from-using-the-windows-store.md | 10 +- .../images/uev-adk-select-uev-feature.png | Bin .../ue-v}/images/uev-archdiagram.png | Bin .../ue-v}/images/uev-checklist-box.gif | Bin .../images/uev-deployment-preparation.png | Bin .../ue-v}/images/uev-generator-process.png | Bin ...ing-uev-with-windows-powershell-and-wmi.md | 0 .../ue-v}/uev-administering-uev.md | 0 ...v-application-template-schema-reference.md | 0 ...anging-the-frequency-of-scheduled-tasks.md | 0 ...nfiguring-uev-with-group-policy-objects.md | 0 ...ith-system-center-configuration-manager.md | 0 .../ue-v}/uev-deploy-required-features.md | 0 .../uev-deploy-uev-for-custom-applications.md | 0 .../ue-v}/uev-for-windows.md | 0 .../ue-v}/uev-getting-started.md | 0 ...anage-administrative-backup-and-restore.md | 0 .../ue-v}/uev-manage-configurations.md | 0 ...plates-using-windows-powershell-and-wmi.md | 0 ...ackages-with-windows-powershell-and-wmi.md | 0 .../ue-v}/uev-migrating-settings-packages.md | 0 .../ue-v}/uev-prepare-for-deployment.md | 0 .../ue-v}/uev-release-notes-1607.md | 0 .../ue-v}/uev-security-considerations.md | 0 .../ue-v}/uev-sync-methods.md | 0 .../ue-v}/uev-sync-trigger-events.md | 0 ...synchronizing-microsoft-office-with-uev.md | 0 .../ue-v}/uev-technical-reference.md | 0 .../ue-v}/uev-troubleshooting.md | 0 .../uev-upgrade-uev-from-previous-releases.md | 0 ...application-virtualization-applications.md | 0 .../ue-v}/uev-whats-new-in-uev-for-windows.md | 0 ...-custom-templates-and-the-uev-generator.md | 0 ...ws-10-start-layout-options-and-policies.md | 0 .../windows-diagnostic-data.md | 0 .../windows-spotlight.md | 0 windows/configure/TOC.md | 64 -- .../provision-pcs-for-initial-deployment.md | 117 --- windows/deploy/TOC.md | 157 --- .../change-history-for-deploy-windows-10.md | 129 --- windows/deploy/index.md | 47 - windows/deployment/TOC.md | 221 ++++ .../change-history-for-deploy-windows-10.md | 128 +++ ...nfigure-a-pxe-server-to-load-windows-pe.md | 0 .../deploy-whats-new.md | 18 +- ...gn-applications-using-roles-in-mdt-2013.md | 0 .../assign-applications-using-roles-in-mdt.md | 6 +- ...d-environment-for-windows-10-deployment.md | 18 +- ...configure-mdt-2013-for-userexit-scripts.md | 0 .../configure-mdt-2013-settings.md | 0 .../configure-mdt-deployment-share-rules.md | 0 .../configure-mdt-for-userexit-scripts.md | 0 .../configure-mdt-settings.md | 2 +- ...ence-with-configuration-manager-and-mdt.md | 29 +- .../create-a-windows-10-reference-image.md | 26 +- .../deploy-a-windows-10-image-using-mdt.md | 28 +- ...0-with-the-microsoft-deployment-toolkit.md | 16 +- ...d-with-the-microsoft-deployment-toolkit.md | 2 +- ...ate-configuration-manager-with-mdt-2013.md | 0 ...ntegrate-configuration-manager-with-mdt.md | 26 +- .../key-features-in-mdt-2013.md | 0 .../key-features-in-mdt.md | 4 +- .../mdt-2013-lite-touch-components.md | 0 .../mdt-lite-touch-components.md | 4 +- ...re-for-windows-deployment-with-mdt-2013.md | 0 ...prepare-for-windows-deployment-with-mdt.md | 8 +- ...sh-a-windows-7-computer-with-windows-10.md | 4 +- ...s-7-computer-with-a-windows-10-computer.md | 10 +- .../set-up-mdt-2013-for-bitlocker.md | 0 .../set-up-mdt-for-bitlocker.md | 6 +- ...ows-10-deployment-in-a-test-environment.md | 4 +- ...use-orchestrator-runbooks-with-mdt-2013.md | 0 .../use-orchestrator-runbooks-with-mdt.md | 20 +- ...stage-windows-10-deployment-information.md | 8 +- .../use-web-services-in-mdt-2013.md | 0 .../use-web-services-in-mdt.md | 16 +- ...ystem-image-using-configuration-manager.md | 21 +- ...-windows-pe-using-configuration-manager.md | 24 +- ...e-boot-image-with-configuration-manager.md | 17 +- ...-windows-10-using-configuration-manager.md | 10 +- ...-10-using-pxe-and-configuration-manager.md | 10 +- ...em-center-2012-r2-configuration-manager.md | 18 +- ...0-deployment-with-configuration-manager.md | 27 +- ...0-deployment-with-configuration-manager.md | 8 +- ...f-windows-10-with-configuration-manager.md | 24 +- ...-windows-10-using-configuration-manager.md | 19 +- ...-windows-10-using-configuration-manager.md | 12 +- .../deploy-windows-to-go.md | 12 +- windows/{deploy => deployment}/images/ICD.png | Bin .../images/ICDstart-option.PNG | Bin windows/{deploy => deployment}/images/ISE.PNG | Bin .../{deploy => deployment}/images/PoC-big.png | Bin windows/{deploy => deployment}/images/PoC.png | Bin .../images/adk-install.png | Bin .../images/azureadjoined.png | Bin .../images/check_blu.png | Bin .../images/check_grn.png | Bin .../images/checkmark.png | Bin .../images/choose-package.png | Bin .../images/connect-aad.png | Bin .../{deploy => deployment}/images/convert.png | Bin .../images/crossmark.png | Bin .../images/deploy-finish.PNG | Bin .../images/disk2vhd-convert.PNG | Bin .../images/disk2vhd-gen2.PNG | Bin .../images/disk2vhd.PNG | Bin .../images/disk2vhd4.PNG | Bin .../images/download_vhd.png | Bin .../images/e3-activated.png | Bin .../images/enterprise-e3-ad-connect.png | Bin .../images/enterprise-e3-choose-how.png | Bin ...nterprise-e3-connect-to-work-or-school.png | Bin .../images/enterprise-e3-lets-get-2.png | Bin .../images/enterprise-e3-lets-get.png | Bin .../enterprise-e3-set-up-work-or-school.png | Bin .../images/enterprise-e3-sign-in.png | Bin .../images/enterprise-e3-who-owns.png | Bin ...tivated-enterprise-subscription-active.png | Bin ...ted-enterprise-subscription-not-active.png | Bin ...tivated-enterprise-subscription-active.png | Bin ...ted-enterprise-subscription-not-active.png | Bin .../images/express-settings.png | Bin .../images/fig10-contosoinstall.png | Bin .../images/fig10-unattend.png | Bin .../images/fig13-captureimage.png | Bin .../images/fig16-contentstatus.png | Bin .../images/fig17-win10image.png | Bin .../images/fig18-distwindows.png | Bin .../images/fig2-gather.png | Bin .../images/fig2-importedos.png | Bin .../images/fig2-taskseq.png | Bin .../images/fig21-add-drivers.png | Bin .../images/fig22-createcategories.png | Bin .../images/fig27-driverpackage.png | Bin .../images/fig28-addapp.png | Bin .../images/fig30-settingspack.png | Bin .../images/fig32-deploywiz.png | Bin .../images/fig4-oob-drivers.png | Bin .../images/fig5-selectprofile.png | Bin .../images/fig6-taskseq.png | Bin .../images/fig8-cust-tasks.png | Bin .../images/fig8-suspend.png | Bin .../images/fig9-resumetaskseq.png | Bin .../images/figure4-deployment-workbench.png | Bin .../{deploy => deployment}/images/five.png | Bin .../{deploy => deployment}/images/four.png | Bin .../images/hyper-v-feature.png | Bin .../images/icd-create-options-1703.PNG | Bin .../images/icd-create-options.PNG | Bin .../images/icd-export-menu.png | Bin .../images/icd-install.PNG | Bin .../images/icd-multi-target-true.png | Bin .../images/icd-multi-targetstate-true.png | Bin .../images/icd-runtime.PNG | Bin .../images/icd-script1.png | Bin .../images/icd-script2.png | Bin .../images/icd-setting-help.PNG | Bin .../images/icd-settings.PNG | Bin .../images/icd-simple-edit.png | Bin .../images/icd-simple.PNG | Bin .../images/icd-step1.PNG | Bin .../images/icd-step2.PNG | Bin .../images/icd-step3.PNG | Bin .../images/icd-step4.PNG | Bin .../images/icd-step5.PNG | Bin .../images/icd-switch.PNG | Bin .../{deploy => deployment}/images/image.PNG | Bin .../images/installing-drivers.png | Bin .../images/license-terms.png | Bin .../images/mbr2gpt-volume.PNG | Bin .../images/mbr2gpt-workflow.png | Bin .../images/mdt-01-fig01.png | Bin .../images/mdt-01-fig02.jpg | Bin .../images/mdt-03-fig01.png | Bin .../images/mdt-03-fig02.png | Bin .../images/mdt-03-fig03.png | Bin .../images/mdt-03-fig04.png | Bin .../images/mdt-03-fig05.png | Bin .../images/mdt-04-fig01.png | Bin .../images/mdt-05-fig01.png | Bin .../images/mdt-05-fig02.png | Bin .../images/mdt-05-fig03.png | Bin .../images/mdt-05-fig04.png | Bin .../images/mdt-05-fig05.png | Bin .../images/mdt-05-fig07.png | Bin .../images/mdt-05-fig08.png | Bin .../images/mdt-05-fig09.png | Bin .../images/mdt-05-fig10.png | Bin .../images/mdt-06-fig01.png | Bin .../images/mdt-06-fig03.png | Bin .../images/mdt-06-fig04.png | Bin .../images/mdt-06-fig05.png | Bin .../images/mdt-06-fig06.png | Bin .../images/mdt-06-fig07.png | Bin .../images/mdt-06-fig08.png | Bin .../images/mdt-06-fig10.png | Bin .../images/mdt-06-fig12.png | Bin .../images/mdt-06-fig13.png | Bin .../images/mdt-06-fig14.png | Bin .../images/mdt-06-fig15.png | Bin .../images/mdt-06-fig16.png | Bin .../images/mdt-06-fig20.png | Bin .../images/mdt-06-fig21.png | Bin .../images/mdt-06-fig26.png | Bin .../images/mdt-06-fig31.png | Bin .../images/mdt-06-fig33.png | Bin .../images/mdt-06-fig35.png | Bin .../images/mdt-06-fig36.png | Bin .../images/mdt-06-fig37.png | Bin .../images/mdt-06-fig39.png | Bin .../images/mdt-06-fig42.png | Bin .../images/mdt-06-fig43.png | Bin .../images/mdt-07-fig01.png | Bin .../images/mdt-07-fig03.png | Bin .../images/mdt-07-fig08.png | Bin .../images/mdt-07-fig09.png | Bin .../images/mdt-07-fig10.png | Bin .../images/mdt-07-fig11.png | Bin .../images/mdt-07-fig13.png | Bin .../images/mdt-07-fig14.png | Bin .../images/mdt-07-fig15.png | Bin .../images/mdt-07-fig16.png | Bin .../images/mdt-08-fig01.png | Bin .../images/mdt-08-fig02.png | Bin .../images/mdt-08-fig03.png | Bin .../images/mdt-08-fig05.png | Bin .../images/mdt-08-fig06.png | Bin .../images/mdt-08-fig14.png | Bin .../images/mdt-08-fig15.png | Bin .../images/mdt-09-fig01.png | Bin .../images/mdt-09-fig02.png | Bin .../images/mdt-09-fig03.png | Bin .../images/mdt-09-fig04.png | Bin .../images/mdt-09-fig06.png | Bin .../images/mdt-09-fig07.png | Bin .../images/mdt-09-fig08.png | Bin .../images/mdt-09-fig09.png | Bin .../images/mdt-09-fig10.png | Bin .../images/mdt-09-fig11.png | Bin .../images/mdt-09-fig12.png | Bin .../images/mdt-09-fig13.png | Bin .../images/mdt-09-fig14.png | Bin .../images/mdt-09-fig15.png | Bin .../images/mdt-09-fig16.png | Bin .../images/mdt-09-fig17.png | Bin .../images/mdt-09-fig18.png | Bin .../images/mdt-09-fig19.png | Bin .../images/mdt-09-fig20.png | Bin .../images/mdt-09-fig21.png | Bin .../images/mdt-09-fig22.png | Bin .../images/mdt-09-fig23.png | Bin .../images/mdt-09-fig24.png | Bin .../images/mdt-09-fig25.png | Bin .../images/mdt-09-fig26.png | Bin .../images/mdt-09-fig27.png | Bin .../images/mdt-09-fig28.png | Bin .../images/mdt-09-fig29.png | Bin .../images/mdt-09-fig30.png | Bin .../images/mdt-09-fig31.png | Bin .../images/mdt-09-fig32.png | Bin .../images/mdt-10-fig01.png | Bin .../images/mdt-10-fig02.png | Bin .../images/mdt-10-fig03.png | Bin .../images/mdt-10-fig04.png | Bin .../images/mdt-10-fig05.png | Bin .../images/mdt-10-fig06.png | Bin .../images/mdt-10-fig07.png | Bin .../images/mdt-10-fig08.png | Bin .../images/mdt-10-fig09.png | Bin .../images/mdt-11-fig05.png | Bin .../images/mdt-11-fig06.png | Bin .../images/mdt-11-fig07.png | Bin .../images/mdt-11-fig08.png | Bin .../images/mdt-11-fig09.png | Bin .../images/mdt-11-fig10.png | Bin .../images/mdt-11-fig11.png | Bin .../images/mdt-11-fig12.png | Bin .../images/mdt-11-fig13.png | Bin .../images/mdt-11-fig14.png | Bin .../images/mdt-11-fig15.png | Bin .../images/mdt-11-fig16.png | Bin .../images/multi-target.png | Bin windows/{deploy => deployment}/images/nfc.png | Bin windows/{deploy => deployment}/images/one.png | Bin .../{deploy => deployment}/images/oobe.jpg | Bin .../images/package-trust.png | Bin .../{deploy => deployment}/images/package.png | Bin .../images/packages-mobile.png | Bin .../images/poc-computers.png | Bin .../{deploy => deployment}/images/prov.jpg | Bin .../{deploy => deployment}/images/scanos.PNG | Bin .../images/sccm-asset.PNG | Bin .../images/sccm-assets.PNG | Bin .../images/sccm-client.PNG | Bin .../images/sccm-collection.PNG | Bin .../images/sccm-install-os.PNG | Bin .../images/sccm-post-refresh.PNG | Bin .../images/sccm-pxe.PNG | Bin .../images/sccm-site.PNG | Bin .../images/sccm-software-cntr.PNG | Bin .../images/sec-bios.png | Bin .../images/setupmsg.jpg | Bin .../images/sign-in-prov.png | Bin windows/{deploy => deployment}/images/six.png | Bin .../images/svr_mgr2.png | Bin .../{deploy => deployment}/images/three.png | Bin .../images/trust-package.png | Bin windows/{deploy => deployment}/images/two.png | Bin .../images/ua-cg-01.png | Bin .../images/ua-cg-02.png | Bin .../images/ua-cg-03.png | Bin .../images/ua-cg-04.png | Bin .../images/ua-cg-05.png | Bin .../images/ua-cg-06.png | Bin .../images/ua-cg-07.png | Bin .../images/ua-cg-08.png | Bin .../images/ua-cg-09-old.png | Bin .../images/ua-cg-09.png | Bin .../images/ua-cg-10.png | Bin .../images/ua-cg-11.png | Bin .../images/ua-cg-12.png | Bin .../images/ua-cg-13.png | Bin .../images/ua-cg-14.png | Bin .../images/ua-cg-15.png | Bin .../images/ua-cg-16.png | Bin .../images/ua-cg-17.png | Bin .../upgrade-analytics-apps-known-issues.png | Bin ...upgrade-analytics-apps-no-known-issues.png | Bin .../images/upgrade-analytics-architecture.png | Bin .../upgrade-analytics-create-iedataoptin.png | Bin .../upgrade-analytics-deploy-eligible.png | Bin .../upgrade-analytics-drivers-known.png | Bin .../upgrade-analytics-most-active-sites.png | Bin .../upgrade-analytics-namepub-rollup.PNG | Bin .../images/upgrade-analytics-overview.png | Bin .../images/upgrade-analytics-pilot.png | Bin .../images/upgrade-analytics-prioritize.png | Bin .../upgrade-analytics-query-activex-name.png | Bin ...for-windows-status-guidance-precedence.PNG | Bin ...ade-analytics-ready-for-windows-status.PNG | Bin ...de-analytics-site-activity-by-doc-mode.png | Bin .../upgrade-analytics-site-domain-detail.png | Bin .../images/upgrade-analytics-telemetry.png | Bin .../images/upgrade-analytics-unsubscribe.png | Bin .../images/upgrade-process.png | Bin .../images/upgradecfg-fig2-upgrading.png | Bin .../images/upgradecfg-fig3-upgrade.png | Bin .../images/upgrademdt-fig1-machines.png | Bin .../images/upgrademdt-fig2-importedos.png | Bin .../images/upgrademdt-fig3-tasksequence.png | Bin .../images/upgrademdt-fig4-selecttask.png | Bin .../images/upgrademdt-fig5-winupgrade.png | Bin .../images/ur-arch-diagram.png | Bin .../images/ur-overview.PNG | Bin .../images/ur-settings.PNG | Bin .../images/ur-target-version.png | Bin .../images/uwp-dependencies.PNG | Bin .../images/uwp-family.PNG | Bin .../images/uwp-license.PNG | Bin .../volumeactivationforwindows81-01.jpg | Bin .../volumeactivationforwindows81-02.jpg | Bin .../volumeactivationforwindows81-03.jpg | Bin .../volumeactivationforwindows81-04.jpg | Bin .../volumeactivationforwindows81-05.jpg | Bin .../volumeactivationforwindows81-06.jpg | Bin .../volumeactivationforwindows81-07.jpg | Bin .../volumeactivationforwindows81-08.jpg | Bin .../volumeactivationforwindows81-09.jpg | Bin .../volumeactivationforwindows81-10.jpg | Bin .../volumeactivationforwindows81-11.jpg | Bin .../volumeactivationforwindows81-12.jpg | Bin .../volumeactivationforwindows81-13.jpg | Bin .../volumeactivationforwindows81-14.jpg | Bin .../volumeactivationforwindows81-15.jpg | Bin .../volumeactivationforwindows81-16.jpg | Bin .../volumeactivationforwindows81-17.jpg | Bin .../volumeactivationforwindows81-18.jpg | Bin .../volumeactivationforwindows81-19.jpg | Bin .../images/who-owns-pc.png | Bin .../images/win-10-adk-select.png | Bin .../images/win10-set-up-work-or-school.png | Bin .../images/windows-icd.png | Bin .../{deploy => deployment}/images/x_blk.png | Bin windows/deployment/index.md | 47 + windows/{deploy => deployment}/mbr-to-gpt.md | 0 windows/{plan => deployment/planning}/TOC.md | 0 .../planning}/act-technical-reference.md | 0 ...pplying-filters-to-data-in-the-sua-tool.md | 0 ...perators-in-compatibility-administrator.md | 0 ...ctice-recommendations-for-windows-to-go.md | 0 ...tory-for-plan-for-windows-10-deployment.md | 19 +- ...compatibility-administrator-users-guide.md | 0 ...se-management-strategies-and-deployment.md | 0 ...r-windows-8-windows-7-and-windows-vista.md | 0 ...lity-fix-in-compatibility-administrator.md | 0 ...ity-mode-in-compatibility-administrator.md | 0 ...-message-in-compatibility-administrator.md | 0 ...oyment-considerations-for-windows-to-go.md | 0 .../planning}/device-dialog-box.md | 0 ...ty-fixes-in-compatibility-administrator.md | 0 ...xing-applications-by-using-the-sua-tool.md | 0 .../planning}/images/branch.png | Bin .../images/chromebook-fig1-googleadmin.png | Bin .../images/dep-win8-e-act-addissue.gif | Bin .../images/dep-win8-e-act-addsolution.gif | Bin .../images/dep-win8-e-act-categorize.gif | Bin .../dep-win8-e-act-communityexample.gif | Bin .../images/dep-win8-e-act-createnewdcp.gif | Bin .../images/dep-win8-e-act-delete.gif | Bin .../dep-win8-e-act-deploymentstatus.gif | Bin .../dep-win8-e-act-doesnotwork64icon.gif | Bin .../images/dep-win8-e-act-doesnotworkicon.gif | Bin .../images/dep-win8-e-act-exportdcp.gif | Bin .../dep-win8-e-act-exportreportdata.gif | Bin .../images/dep-win8-e-act-filterdata.gif | Bin ...-act-filterexampleallapps0activeissues.gif | Bin ...win8-e-act-filterexampleallapps0issues.gif | Bin ...win8-e-act-filterexampleallappswissues.gif | Bin .../dep-win8-e-act-filterexamplecategory.gif | Bin ...e-act-filterexampleforissueswsolutions.gif | Bin ...-act-filterexampleforspecificsolutions.gif | Bin .../dep-win8-e-act-greenworks64icon.gif | Bin .../images/dep-win8-e-act-greenworksicon.gif | Bin .../planning}/images/dep-win8-e-act-help.gif | Bin .../planning}/images/dep-win8-e-act-home.gif | Bin .../images/dep-win8-e-act-info64icon.gif | Bin .../images/dep-win8-e-act-infoicon.gif | Bin .../dep-win8-e-act-minorissues64icon.gif | Bin .../images/dep-win8-e-act-minorissuesicon.png | Bin .../images/dep-win8-e-act-moveupanddown.gif | Bin .../planning}/images/dep-win8-e-act-open.gif | Bin .../images/dep-win8-e-act-prioritize.gif | Bin ...p-win8-e-act-reactivate-resolved-issue.gif | Bin .../images/dep-win8-e-act-refresh.gif | Bin .../images/dep-win8-e-act-riskassessment.gif | Bin .../planning}/images/dep-win8-e-act-save.gif | Bin .../images/dep-win8-e-act-savereport.gif | Bin .../images/dep-win8-e-act-sendandreceive.gif | Bin .../dep-win8-e-act-sendandreceiveicon.gif | Bin .../dep-win8-l-act-appcallosthroughiat.jpg | Bin ...ep-win8-l-act-appredirectwithcompatfix.jpg | Bin ...ep-win8-l-act-communityworkflowdiagram.jpg | Bin .../dep-win8-l-act-compatadminflowchart.jpg | Bin .../images/dep-win8-l-act-suaflowchart.jpg | Bin .../dep-win8-l-act-suawizardflowchart.jpg | Bin .../dep-win8-l-act-supportedtopologies.jpg | Bin .../images/deploy-win-10-school-figure1.png | Bin .../images/deploy-win-10-school-figure2.png | Bin .../images/deploy-win-10-school-figure3.png | Bin .../images/deploy-win-10-school-figure4.png | Bin .../images/deploy-win-10-school-figure5.png | Bin .../images/deploy-win-10-school-figure6.png | Bin .../images/deploy-win-10-school-figure7.png | Bin .../planning}/images/fig2-locallyconfig.png | Bin .../planning}/images/fig4-wsuslist.png | Bin .../planning}/images/wtg-first-boot-home.gif | Bin .../planning}/images/wtg-first-boot-work.gif | Bin .../planning}/images/wtg-gpt-uefi.gif | Bin .../planning}/images/wtg-image-deployment.gif | Bin .../planning}/images/wtg-mbr-bios.gif | Bin .../images/wtg-mbr-firmware-roaming.gif | Bin .../planning}/images/wtg-startup-options.gif | Bin .../images/wuforbus-fig1-manuallyset.png | Bin .../wuforbusiness-fig10-sccmconsole.png | Bin .../images/wuforbusiness-fig11-intune.png | Bin .../images/wuforbusiness-fig12a-updates.png | Bin .../images/wuforbusiness-fig13a-upgrades.png | Bin .../images/wuforbusiness-fig2-gp.png | Bin .../images/wuforbusiness-fig3-mdm.png | Bin .../wuforbusiness-fig4-localpoleditor.png | Bin .../wuforbusiness-fig5-deferupgrade.png | Bin .../images/wuforbusiness-fig6-pause.png | Bin .../wuforbusiness-fig7-validationgroup.png | Bin .../wuforbusiness-fig8a-chooseupdates.png | Bin .../images/wuforbusiness-fig9-dosettings.jpg | Bin .../{plan => deployment/planning}/index.md | 20 +- ...atabases-in-compatibility-administrator.md | 0 ...tibility-fixes-and-custom-fix-databases.md | 0 ...are-your-organization-for-windows-to-go.md | 0 ...ications-in-compatibility-administrator.md | 0 ...ery-tool-in-compatibility-administrator.md | 0 ...ection-considerations-for-windows-to-go.md | 0 ...wing-messages-generated-by-the-sua-tool.md | 0 .../planning}/sua-users-guide.md | 0 .../tabs-on-the-sua-tool-interface.md | 0 ...ng-your-application-mitigation-packages.md | 0 ...rstanding-and-using-compatibility-fixes.md | 0 ...ng-the-compatibility-administrator-tool.md | 0 .../using-the-sdbinstexe-command-line-tool.md | 0 .../planning}/using-the-sua-tool.md | 0 .../planning}/using-the-sua-wizard.md | 0 ...s-screen-in-compatibility-administrator.md | 0 .../planning}/windows-10-compatibility.md | 2 +- .../windows-10-deployment-considerations.md | 2 - .../windows-10-enterprise-faq-itpro.md | 0 .../windows-10-infrastructure-requirements.md | 4 +- ...indows-to-go-frequently-asked-questions.md | 0 .../planning}/windows-to-go-overview.md | 0 .../change-history-for-update-windows-10.md | 0 .../update}/images/ActionCenterXML.jpg | Bin .../update}/images/AppsXML.jpg | Bin .../update}/images/AppsXML.png | Bin .../update}/images/ButtonsXML.jpg | Bin .../update}/images/CSPRunnerXML.jpg | Bin .../update}/images/ICDstart-option.PNG | Bin .../update}/images/MenuItemsXML.png | Bin .../update}/images/SettingsXML.png | Bin .../update}/images/StartGrid.jpg | Bin .../update}/images/StartGridPinnedApps.jpg | Bin .../update}/images/TilesXML.png | Bin .../update/images/admin-tools-folder.png | Bin .../update/images/admin-tools.png | Bin .../update/images/allow-rdp.png | Bin .../update/images/app-v-in-adk.png | Bin .../update}/images/apprule.png | Bin .../update}/images/appwarning.png | Bin .../update}/images/backicon.png | Bin .../update/images/checklistbox.gif | Bin .../update}/images/checklistdone.png | Bin .../update/images/checkmark.png | Bin .../update}/images/choose-package.png | Bin .../update}/images/config-policy.png | Bin .../update}/images/config-source.png | Bin .../update}/images/configconflict.png | Bin .../update}/images/connect-aad.png | Bin .../update/images/copy-to-change.png | Bin .../update/images/copy-to-path.png | Bin .../update/images/copy-to.PNG | Bin .../update/images/cortana-about-me.png | Bin .../update/images/cortana-add-reminder.png | Bin .../update/images/cortana-chicago-weather.png | Bin ...rtana-complete-send-email-coworker-mic.png | Bin .../update/images/cortana-connect-crm.png | Bin .../update/images/cortana-connect-o365.png | Bin .../update/images/cortana-connect-uber.png | Bin .../update/images/cortana-crm-screen.png | Bin .../update/images/cortana-feedback.png | Bin .../update/images/cortana-final-reminder.png | Bin .../images/cortana-meeting-specific-time.png | Bin .../images/cortana-meeting-tomorrow.png | Bin .../update/images/cortana-newyork-weather.png | Bin .../update/images/cortana-o365-screen.png | Bin .../update/images/cortana-place-reminder.png | Bin .../images/cortana-powerbi-create-report.png | Bin .../images/cortana-powerbi-expand-nav.png | Bin .../cortana-powerbi-field-selection.png | Bin .../cortana-powerbi-getdata-samples.png | Bin .../update/images/cortana-powerbi-getdata.png | Bin .../images/cortana-powerbi-myreport.png | Bin .../images/cortana-powerbi-pagesize.png | Bin .../images/cortana-powerbi-report-qna.png | Bin ...tana-powerbi-retail-analysis-dashboard.png | Bin ...ortana-powerbi-retail-analysis-dataset.png | Bin ...cortana-powerbi-retail-analysis-sample.png | Bin .../update/images/cortana-powerbi-search.png | Bin .../images/cortana-powerbi-settings.png | Bin .../update/images/cortana-redmond-weather.png | Bin .../update/images/cortana-reminder-edit.png | Bin .../update/images/cortana-reminder-list.png | Bin .../update/images/cortana-reminder-mic.png | Bin .../images/cortana-reminder-pending-mic.png | Bin .../images/cortana-reminder-pending.png | Bin .../cortana-send-email-coworker-mic.png | Bin .../images/cortana-send-email-coworker.png | Bin .../images/cortana-weather-multipanel.png | Bin .../update/images/crossmark.png | Bin .../update}/images/csp-placeholder.png | Bin .../update}/images/cspinicd.png | Bin .../update}/images/csptable.png | Bin .../update}/images/deploymentworkflow.png | Bin .../update/images/doneicon.png | Bin .../update}/images/export-mgt-desktop.png | Bin .../update}/images/export-mgt-mobile.png | Bin .../update}/images/express-settings.png | Bin .../update}/images/fig1-deferupgrades.png | Bin .../images/fig2-deploymenttimeline.png | Bin .../update}/images/fig3-overlaprelease.png | Bin .../update}/images/funfacts.png | Bin .../update}/images/genrule.png | Bin .../update}/images/gp-branch.png | Bin .../update}/images/gp-exclude-drivers.png | Bin .../update}/images/gp-feature.png | Bin .../update}/images/gp-quality.png | Bin .../update}/images/icd-adv-shared-pc.PNG | Bin .../update}/images/icd-school.PNG | Bin .../update}/images/icd-simple.PNG | Bin .../update}/images/icdbrowse.png | Bin .../update}/images/identitychoices.png | Bin .../update}/images/launchicon.png | Bin .../update}/images/license-terms.png | Bin .../update}/images/lockdownapps.png | Bin .../update}/images/lockscreen.png | Bin .../update}/images/lockscreenpolicy.png | Bin .../images/mdm-diag-report-powershell.PNG | Bin .../update}/images/mdm.png | Bin .../update}/images/mobile-start-layout.png | Bin .../update}/images/oma-uri-shared-pc.png | Bin .../update}/images/oobe.jpg | Bin .../update}/images/package.png | Bin .../packageaddfileandregistrydata-global.png | Bin .../packageaddfileandregistrydata-stream.png | Bin .../images/packageaddfileandregistrydata.png | Bin .../update}/images/phoneprovision.png | Bin .../update}/images/policytocsp.png | Bin .../update}/images/powericon.png | Bin .../update}/images/priv-telemetry-levels.png | Bin .../update}/images/prov.jpg | Bin .../provisioning-csp-assignedaccess.png | Bin .../{ => deployment}/update/images/rdp.png | Bin .../update}/images/resetdevice.png | Bin .../update}/images/settings-table.png | Bin .../update}/images/settingsicon.png | Bin .../update}/images/setupmsg.jpg | Bin .../update}/images/sign-in-prov.png | Bin .../update}/images/spotlight.png | Bin .../update}/images/spotlight2.png | Bin .../update}/images/start-pinned-app.png | Bin .../update}/images/startannotated.png | Bin .../update}/images/starticon.png | Bin .../update}/images/startlayoutpolicy.jpg | Bin .../update}/images/starttemplate.jpg | Bin .../update/images/sysprep-error.png | Bin .../update}/images/taskbar-blank.png | Bin .../update}/images/taskbar-default-plus.png | Bin .../images/taskbar-default-removed.png | Bin .../update}/images/taskbar-default.png | Bin .../update}/images/taskbar-generic.png | Bin .../update}/images/taskbar-region-defr.png | Bin .../update}/images/taskbar-region-other.png | Bin .../update}/images/taskbar-region-usuk.png | Bin .../update}/images/taskbarSTARTERBLANK.png | Bin .../update}/images/trust-package.png | Bin .../update}/images/twain.png | Bin .../update}/images/uc-01.png | Bin .../update}/images/uc-02.png | Bin .../update}/images/uc-02a.png | Bin .../update}/images/uc-03.png | Bin .../update}/images/uc-03a.png | Bin .../update}/images/uc-04.png | Bin .../update}/images/uc-04a.png | Bin .../update}/images/uc-05.png | Bin .../update}/images/uc-05a.png | Bin .../update}/images/uc-06.png | Bin .../update}/images/uc-06a.png | Bin .../update}/images/uc-07.png | Bin .../update}/images/uc-07a.png | Bin .../update}/images/uc-08.png | Bin .../update}/images/uc-08a.png | Bin .../update}/images/uc-09.png | Bin .../update}/images/uc-09a.png | Bin .../update}/images/uc-10.png | Bin .../update}/images/uc-10a.png | Bin .../update}/images/uc-11.png | Bin .../update}/images/uc-12.png | Bin .../update}/images/uc-13.png | Bin .../update}/images/uc-14.png | Bin .../update}/images/uc-15.png | Bin .../update}/images/uc-16.png | Bin .../update}/images/uc-17.png | Bin .../update}/images/uc-18.png | Bin .../update}/images/uc-19.png | Bin .../update}/images/uc-20.png | Bin .../update}/images/uc-21.png | Bin .../update}/images/uc-22.png | Bin .../update}/images/uc-23.png | Bin .../update}/images/uc-24.png | Bin .../update}/images/uc-25.png | Bin .../images/uev-adk-select-uev-feature.png | Bin .../update}/images/uev-archdiagram.png | Bin .../update}/images/uev-checklist-box.gif | Bin .../images/uev-deployment-preparation.png | Bin .../update}/images/uev-generator-process.png | Bin .../images/w10servicing-f1-branches.png | Bin .../images/waas-active-hours-policy.PNG | Bin .../update}/images/waas-active-hours.PNG | Bin .../images/waas-auto-update-policy.PNG | Bin .../update}/images/waas-do-fig1.png | Bin .../update}/images/waas-do-fig2.png | Bin .../update}/images/waas-do-fig3.png | Bin .../update}/images/waas-do-fig4.png | Bin .../update}/images/waas-overview-patch.png | Bin .../update}/images/waas-restart-policy.PNG | Bin .../update}/images/waas-rings.png | Bin .../update}/images/waas-sccm-fig1.png | Bin .../update}/images/waas-sccm-fig10.png | Bin .../update}/images/waas-sccm-fig11.png | Bin .../update}/images/waas-sccm-fig12.png | Bin .../update}/images/waas-sccm-fig2.png | Bin .../update}/images/waas-sccm-fig3.png | Bin .../update}/images/waas-sccm-fig4.png | Bin .../update}/images/waas-sccm-fig5.png | Bin .../update}/images/waas-sccm-fig6.png | Bin .../update}/images/waas-sccm-fig7.png | Bin .../update}/images/waas-sccm-fig8.png | Bin .../update}/images/waas-sccm-fig9.png | Bin .../update}/images/waas-strategy-fig1a.png | Bin .../images/waas-wipfb-aad-classicaad.png | Bin .../images/waas-wipfb-aad-classicenable.png | Bin .../update/images/waas-wipfb-aad-consent.png | Bin .../update/images/waas-wipfb-aad-error.png | Bin .../update/images/waas-wipfb-aad-newaad.png | Bin .../waas-wipfb-aad-newdirectorybutton.png | Bin .../images/waas-wipfb-aad-newenable.png | Bin .../images/waas-wipfb-aad-newusersettings.png | Bin .../update/images/waas-wipfb-accounts.png | Bin .../update/images/waas-wipfb-change-user.png | Bin .../update/images/waas-wipfb-work-account.jpg | Bin .../update}/images/waas-wsus-fig1.png | Bin .../update}/images/waas-wsus-fig10.png | Bin .../update}/images/waas-wsus-fig11.png | Bin .../update}/images/waas-wsus-fig12.png | Bin .../update}/images/waas-wsus-fig13.png | Bin .../update}/images/waas-wsus-fig14.png | Bin .../update}/images/waas-wsus-fig15.png | Bin .../update}/images/waas-wsus-fig16.png | Bin .../update}/images/waas-wsus-fig17.png | Bin .../update}/images/waas-wsus-fig18.png | Bin .../update}/images/waas-wsus-fig19.png | Bin .../update}/images/waas-wsus-fig2.png | Bin .../update}/images/waas-wsus-fig20.png | Bin .../update}/images/waas-wsus-fig3.png | Bin .../update}/images/waas-wsus-fig4.png | Bin .../update}/images/waas-wsus-fig5.png | Bin .../update}/images/waas-wsus-fig6.png | Bin .../update}/images/waas-wsus-fig7.png | Bin .../update}/images/waas-wsus-fig8.png | Bin .../update}/images/waas-wsus-fig9.png | Bin .../update}/images/waas-wufb-gp-broad.png | Bin .../images/waas-wufb-gp-cb2-settings.png | Bin .../update}/images/waas-wufb-gp-cb2.png | Bin .../images/waas-wufb-gp-cbb1-settings.png | Bin .../images/waas-wufb-gp-cbb2-settings.png | Bin .../images/waas-wufb-gp-cbb2q-settings.png | Bin .../update}/images/waas-wufb-gp-create.png | Bin .../images/waas-wufb-gp-edit-defer.png | Bin .../update}/images/waas-wufb-gp-edit.png | Bin .../update}/images/waas-wufb-gp-scope-cb2.png | Bin .../update}/images/waas-wufb-gp-scope.png | Bin .../update}/images/waas-wufb-intune-cb2a.png | Bin .../update}/images/waas-wufb-intune-cbb1a.png | Bin .../update}/images/waas-wufb-intune-cbb2a.png | Bin .../images/waas-wufb-intune-step11a.png | Bin .../images/waas-wufb-intune-step19a.png | Bin .../images/waas-wufb-intune-step2a.png | Bin .../images/waas-wufb-intune-step7a.png | Bin .../images/waas-wufb-settings-branch.jpg | Bin .../images/waas-wufb-settings-defer.jpg | Bin .../images/waas-wufb-update-compliance.png | Bin .../update}/images/who-owns-pc.png | Bin .../update}/images/wifisense-grouppolicy.png | Bin .../update}/images/wifisense-registry.png | Bin .../images/wifisense-settingscreens.png | Bin .../update}/images/win10-mobile-mdm-fig1.png | Bin .../win10servicing-fig2-featureupgrade.png | Bin .../update}/images/win10servicing-fig3.png | Bin .../win10servicing-fig4-upgradereleases.png | Bin .../update}/images/win10servicing-fig5.png | Bin .../update}/images/win10servicing-fig6.png | Bin .../update}/images/win10servicing-fig7.png | Bin .../windows-10-management-cyod-byod-flow.png | Bin .../windows-10-management-gp-intune-flow.png | Bin ...windows-10-management-range-of-options.png | Bin .../update}/images/wsfb-distribute.png | Bin .../update}/images/wsfb-firstrun.png | Bin .../images/wsfb-inventory-viewlicense.png | Bin .../update}/images/wsfb-inventory.png | Bin .../images/wsfb-inventoryaddprivatestore.png | Bin .../update}/images/wsfb-landing.png | Bin .../update}/images/wsfb-licenseassign.png | Bin .../update}/images/wsfb-licensedetails.png | Bin .../update}/images/wsfb-licensereclaim.png | Bin .../update}/images/wsfb-manageinventory.png | Bin .../images/wsfb-offline-distribute-mdm.png | Bin .../update}/images/wsfb-onboard-1.png | Bin .../update}/images/wsfb-onboard-2.png | Bin .../update}/images/wsfb-onboard-3.png | Bin .../update}/images/wsfb-onboard-4.png | Bin .../update}/images/wsfb-onboard-5.png | Bin .../update}/images/wsfb-onboard-7.png | Bin .../images/wsfb-online-distribute-mdm.png | Bin .../update}/images/wsfb-paid-app-temp.png | Bin .../images/wsfb-permissions-assignrole.png | Bin .../update}/images/wsfb-private-store-gpo.PNG | Bin .../update}/images/wsfb-privatestore.png | Bin .../update}/images/wsfb-privatestoreapps.png | Bin .../images/wsfb-renameprivatestore.png | Bin .../update}/images/wsfb-settings-mgmt.png | Bin .../images/wsfb-settings-permissions.png | Bin .../update}/images/wsfb-wsappaddacct.png | Bin .../update}/images/wsfb-wsappprivatestore.png | Bin .../update}/images/wsfb-wsappsignin.png | Bin .../update}/images/wsfb-wsappworkacct.png | Bin .../update}/images/wufb-config1a.png | Bin .../update}/images/wufb-config2.png | Bin .../update}/images/wufb-config3a.png | Bin .../update}/images/wufb-do.png | Bin .../update}/images/wufb-groups.png | Bin .../update}/images/wufb-pause-feature.png | Bin .../update}/images/wufb-qual.png | Bin .../update}/images/wufb-sccm.png | Bin windows/{ => deployment}/update/index.md | 2 +- .../update/update-compliance-get-started.md | 4 +- .../update/update-compliance-monitor.md | 0 .../update/update-compliance-using.md | 0 .../update/waas-branchcache.md | 8 +- .../update/waas-configure-wufb.md | 10 +- .../update/waas-delivery-optimization.md | 8 +- ...aas-deployment-rings-windows-10-updates.md | 23 +- .../update/waas-integrate-wufb.md | 8 +- ...as-manage-updates-configuration-manager.md | 34 +- .../update/waas-manage-updates-wsus.md | 27 +- .../update/waas-manage-updates-wufb.md | 27 +- .../update/waas-mobile-updates.md | 8 +- .../waas-optimize-windows-10-updates.md | 24 +- .../{ => deployment}/update/waas-overview.md | 21 +- .../update/waas-quick-start.md | 2 +- .../{ => deployment}/update/waas-restart.md | 0 ...s-servicing-branches-windows-10-updates.md | 28 +- ...s-servicing-strategy-windows-10-updates.md | 25 +- .../waas-windows-insider-for-business-aad.md | 0 .../waas-windows-insider-for-business-faq.md | 0 .../waas-windows-insider-for-business.md | 0 .../update/waas-wufb-group-policy.md | 8 +- .../update/waas-wufb-intune.md | 8 +- ...windows-upgrades-with-upgrade-analytics.md | 0 ...windows-upgrades-with-upgrade-readiness.md | 0 .../resolve-windows-10-upgrade-errors.md | 2 +- .../troubleshoot-upgrade-analytics.md | 0 .../troubleshoot-upgrade-readiness.md | 2 +- .../upgrade-analytics-additional-insights.md | 0 .../upgrade-analytics-architecture.md | 0 .../upgrade-analytics-deploy-windows.md | 0 .../upgrade-analytics-deployment-script.md | 0 .../upgrade}/upgrade-analytics-get-started.md | 0 .../upgrade-analytics-identify-apps.md | 0 .../upgrade-analytics-requirements.md | 0 .../upgrade-analytics-resolve-issues.md | 0 .../upgrade-analytics-upgrade-overview.md | 0 .../upgrade-readiness-additional-insights.md | 10 +- .../upgrade-readiness-architecture.md | 2 +- .../upgrade-readiness-data-sharing.md | 0 .../upgrade-readiness-deploy-windows.md | 16 +- .../upgrade-readiness-deployment-script.md | 0 .../upgrade}/upgrade-readiness-get-started.md | 2 +- .../upgrade-readiness-identify-apps.md | 2 +- .../upgrade-readiness-release-notes.md | 0 .../upgrade-readiness-requirements.md | 0 .../upgrade-readiness-resolve-issues.md | 12 +- .../upgrade-readiness-upgrade-overview.md | 2 +- ...with-system-center-configuraton-manager.md | 10 +- ...0-with-the-microsoft-deployment-toolkit.md | 14 +- .../upgrade-windows-phone-8-1-to-10.md | 2 +- ...de-analytics-to-manage-windows-upgrades.md | 0 ...de-readiness-to-manage-windows-upgrades.md | 8 +- .../upgrade}/windows-10-edition-upgrades.md | 10 +- .../upgrade}/windows-10-upgrade-paths.md | 2 +- ...ws-upgrade-and-migration-considerations.md | 2 +- ...rted-with-the-user-state-migration-tool.md | 0 ...-win8-l-usmt-migrationcomparemigstores.gif | Bin .../images/dep-win8-l-usmt-pcrefresh.jpg | Bin .../images/dep-win8-l-usmt-pcreplace.jpg | Bin .../usmt}/migrate-application-settings.md | 0 .../usmt}/migration-store-types-overview.md | 0 .../usmt}/offline-migration-reference.md | 0 .../understanding-migration-xml-files.md | 0 .../usmt}/usmt-best-practices.md | 0 .../usmt}/usmt-choose-migration-store-type.md | 0 .../usmt}/usmt-command-line-syntax.md | 0 .../usmt}/usmt-common-issues.md | 0 .../usmt}/usmt-common-migration-scenarios.md | 0 .../usmt}/usmt-configxml-file.md | 0 .../usmt}/usmt-conflicts-and-precedence.md | 0 .../usmt}/usmt-custom-xml-examples.md | 0 .../usmt}/usmt-customize-xml-files.md | 0 .../usmt}/usmt-determine-what-to-migrate.md | 0 .../usmt-estimate-migration-store-size.md | 0 .../usmt}/usmt-exclude-files-and-settings.md | 0 ...files-from-a-compressed-migration-store.md | 0 .../{deploy => deployment/usmt}/usmt-faq.md | 0 .../usmt}/usmt-general-conventions.md | 0 .../usmt}/usmt-hard-link-migration-store.md | 0 .../usmt}/usmt-how-it-works.md | 0 .../usmt}/usmt-how-to.md | 0 .../usmt-identify-application-settings.md | 0 ...t-identify-file-types-files-and-folders.md | 0 ...usmt-identify-operating-system-settings.md | 0 .../usmt}/usmt-identify-users.md | 0 .../usmt}/usmt-include-files-and-settings.md | 0 .../usmt}/usmt-loadstate-syntax.md | 0 .../usmt}/usmt-log-files.md | 0 ...usmt-migrate-efs-files-and-certificates.md | 0 .../usmt}/usmt-migrate-user-accounts.md | 0 .../usmt}/usmt-migration-store-encryption.md | 0 .../usmt}/usmt-overview.md | 0 .../usmt}/usmt-plan-your-migration.md | 0 .../usmt-recognized-environment-variables.md | 0 .../usmt}/usmt-reference.md | 0 .../usmt}/usmt-requirements.md | 2 +- .../usmt}/usmt-reroute-files-and-settings.md | 0 .../usmt}/usmt-resources.md | 0 .../usmt}/usmt-return-codes.md | 0 .../usmt}/usmt-scanstate-syntax.md | 0 .../usmt}/usmt-technical-reference.md | 0 .../usmt}/usmt-test-your-migration.md | 0 .../usmt}/usmt-topics.md | 2 +- .../usmt}/usmt-troubleshooting.md | 0 .../usmt}/usmt-utilities.md | 0 .../usmt}/usmt-what-does-usmt-migrate.md | 0 .../usmt}/usmt-xml-elements-library.md | 0 .../usmt}/usmt-xml-reference.md | 0 ...ndition-of-a-compressed-migration-store.md | 0 .../usmt}/xml-file-requirements.md | 0 .../activate-forest-by-proxy-vamt.md | 0 .../activate-forest-vamt.md | 0 ...ctive-directory-based-activation-client.md | 12 +- ...ivate-using-key-management-service-vamt.md | 12 +- .../activate-windows-10-clients-vamt.md | 4 +- ...ive-directory-based-activation-overview.md | 0 .../add-manage-products-vamt.md | 0 .../add-remove-computers-vamt.md | 0 .../add-remove-product-key-vamt.md | 0 ...t-to-microsoft-during-activation-client.md | 0 .../configure-client-computers-vamt.md | 0 .../dep-win8-l-vamt-findingcomputerdialog.gif | Bin ...irewallconfigurationformultiplesubnets.gif | Bin .../dep-win8-l-vamt-image001-enterprise.jpg | Bin ...-vamt-makindependentactivationscenario.jpg | Bin ...win8-l-vamt-makproxyactivationscenario.jpg | Bin .../images/vamtuserinterfaceupdated.jpg | Bin .../import-export-vamt-data.md | 0 .../install-configure-vamt.md | 0 .../install-kms-client-key-vamt.md | 0 .../install-product-key-vamt.md | 0 .../volume-activation}/install-vamt.md | 0 .../volume-activation}/introduction-vamt.md | 0 .../volume-activation}/kms-activation-vamt.md | 0 .../local-reactivation-vamt.md | 0 .../manage-activations-vamt.md | 0 .../manage-product-keys-vamt.md | 0 .../volume-activation}/manage-vamt-data.md | 0 .../monitor-activation-client.md | 0 .../online-activation-vamt.md | 0 .../plan-for-volume-activation-client.md | 6 +- .../proxy-activation-vamt.md | 0 .../remove-products-vamt.md | 0 .../scenario-kms-activation-vamt.md | 0 .../scenario-online-activation-vamt.md | 0 .../scenario-proxy-activation-vamt.md | 0 .../update-product-status-vamt.md | 0 ...olume-activation-management-tool-client.md | 4 +- .../use-vamt-in-windows-powershell.md | 0 .../volume-activation}/vamt-known-issues.md | 0 .../volume-activation}/vamt-requirements.md | 0 .../volume-activation}/vamt-step-by-step.md | 0 .../volume-activation-management-tool.md | 0 .../volume-activation-windows-10.md | 0 .../windows-10-deployment-scenarios.md | 10 +- .../windows-10-deployment-tools-reference.md | 4 +- .../windows-10-enterprise-e3-overview.md | 0 .../windows-10-poc-mdt.md | 6 +- .../windows-10-poc-sc-config-mgr.md | 4 +- .../{deploy => deployment}/windows-10-poc.md | 14 +- .../windows-adk-scenarios-for-it-pros.md | 4 +- .../windows-deployment-scenarios-and-tools.md | 4 +- windows/device-security/TOC.md | 666 ++++++++++++ ...ged-apps-to-existing-applocker-rule-set.md | 0 .../applocker}/administer-applocker.md | 0 .../applocker-architecture-and-components.md | 0 .../applocker}/applocker-functions.md | 0 .../applocker}/applocker-overview.md | 3 - .../applocker-policies-deployment-guide.md | 0 .../applocker-policies-design-guide.md | 0 .../applocker-policy-use-scenarios.md | 0 .../applocker-processes-and-interactions.md | 0 .../applocker}/applocker-settings.md | 0 .../applocker-technical-reference.md | 0 ...gure-an-applocker-policy-for-audit-only.md | 0 ...e-an-applocker-policy-for-enforce-rules.md | 0 ...figure-exceptions-for-an-applocker-rule.md | 0 ...onfigure-the-appLocker-reference-device.md | 0 ...figure-the-application-identity-service.md | 0 .../create-a-rule-for-packaged-apps.md | 0 ...-a-rule-that-uses-a-file-hash-condition.md | 0 ...reate-a-rule-that-uses-a-path-condition.md | 0 ...-a-rule-that-uses-a-publisher-condition.md | 0 .../create-applocker-default-rules.md | 0 ...cations-deployed-to-each-business-group.md | 0 ...create-your-applocker-planning-document.md | 0 .../create-your-applocker-policies.md | 0 .../applocker}/create-your-applocker-rules.md | 0 .../applocker}/delete-an-applocker-rule.md | 0 ...cies-by-using-the-enforce-rules-setting.md | 0 ...oy-the-applocker-policy-into-production.md | 0 ...p-policy-structure-and-rule-enforcement.md | 0 ...igitally-signed-on-a-reference-computer.md | 0 ...ine-your-application-control-objectives.md | 0 ...-users-try-to-run-a-blocked-application.md | 0 .../applocker}/dll-rules-in-applocker.md | 0 ...tructure-and-applocker-rule-enforcement.md | 0 ...pplication-control-management-processes.md | 0 .../document-your-application-list.md | 0 .../document-your-applocker-rules.md | 0 .../applocker}/edit-an-applocker-policy.md | 0 .../applocker}/edit-applocker-rules.md | 0 .../enable-the-dll-rule-collection.md | 0 .../applocker}/enforce-applocker-rules.md | 0 .../executable-rules-in-applocker.md | 0 .../export-an-applocker-policy-from-a-gpo.md | 0 ...port-an-applocker-policy-to-an-xml-file.md | 0 .../applocker}/how-applocker-works-techref.md | 0 .../images/applocker-plan-inheritance.gif | Bin .../applocker-plandeploy-quickreference.gif | Bin .../applocker}/images/blockedappmsg.gif | Bin ...-applocker-policy-from-another-computer.md | 0 .../import-an-applocker-policy-into-a-gpo.md | 0 .../applocker}/maintain-applocker-policies.md | 0 .../manage-packaged-apps-with-applocker.md | 0 ...r-policies-by-using-set-applockerpolicy.md | 0 .../merge-applocker-policies-manually.md | 0 ...onitor-application-usage-with-applocker.md | 0 .../optimize-applocker-performance.md | 0 ...ckaged-app-installer-rules-in-applocker.md | 0 .../plan-for-applocker-policy-management.md | 0 .../applocker}/refresh-an-applocker-policy.md | 0 ...ements-for-deploying-applocker-policies.md | 0 .../requirements-to-use-applocker.md | 0 ...the-automatically-generate-rules-wizard.md | 0 .../applocker}/script-rules-in-applocker.md | 0 .../security-considerations-for-applocker.md | 0 .../select-types-of-rules-to-create.md | 0 ...er-policy-by-using-test-applockerpolicy.md | 0 .../test-and-update-an-applocker-policy.md | 0 .../applocker}/tools-to-use-with-applocker.md | 0 ...derstand-applocker-enforcement-settings.md | 0 ...stand-applocker-policy-design-decisions.md | 0 ...ent-setting-inheritance-in-group-policy.md | 0 ...the-applocker-policy-deployment-process.md | 0 ...plocker-allow-and-deny-actions-on-rules.md | 0 .../understanding-applocker-default-rules.md | 0 .../understanding-applocker-rule-behavior.md | 0 ...nderstanding-applocker-rule-collections.md | 0 ...standing-applocker-rule-condition-types.md | 0 ...understanding-applocker-rule-exceptions.md | 0 ...e-file-hash-rule-condition-in-applocker.md | 0 ...ng-the-path-rule-condition-in-applocker.md | 0 ...e-publisher-rule-condition-in-applocker.md | 0 ...-create-and-maintain-applocker-policies.md | 0 ...restriction-policies-in-the-same-domain.md | 0 ...he-applocker-windows-powershell-cmdlets.md | 0 .../using-event-viewer-with-applocker.md | 0 ...riction-policies-and-applocker-policies.md | 0 .../applocker}/what-is-applocker.md | 0 .../windows-installer-rules-in-applocker.md | 0 .../working-with-applocker-policies.md | 0 .../working-with-applocker-rules.md | 0 ...advanced-security-audit-policy-settings.md | 0 .../advanced-security-auditing-faq.md | 0 .../auditing}/advanced-security-auditing.md | 0 ...g-recommendations-for-many-audit-events.md | 0 ...-basic-audit-policy-on-a-file-or-folder.md | 0 .../auditing}/audit-account-lockout.md | 0 .../auditing}/audit-application-generated.md | 0 .../audit-application-group-management.md | 0 .../auditing}/audit-audit-policy-change.md | 0 .../audit-authentication-policy-change.md | 0 .../audit-authorization-policy-change.md | 0 .../audit-central-access-policy-staging.md | 0 .../auditing}/audit-certification-services.md | 0 .../audit-computer-account-management.md | 0 .../auditing}/audit-credential-validation.md | 0 ...-detailed-directory-service-replication.md | 0 .../auditing}/audit-detailed-file-share.md | 0 .../audit-directory-service-access.md | 0 .../audit-directory-service-changes.md | 0 .../audit-directory-service-replication.md | 0 .../audit-distribution-group-management.md | 0 .../auditing}/audit-dpapi-activity.md | 0 .../auditing}/audit-file-share.md | 0 .../auditing}/audit-file-system.md | 0 .../audit-filtering-platform-connection.md | 0 .../audit-filtering-platform-packet-drop.md | 0 .../audit-filtering-platform-policy-change.md | 0 .../auditing}/audit-group-membership.md | 0 .../auditing}/audit-handle-manipulation.md | 0 .../auditing}/audit-ipsec-driver.md | 0 .../auditing}/audit-ipsec-extended-mode.md | 0 .../auditing}/audit-ipsec-main-mode.md | 0 .../auditing}/audit-ipsec-quick-mode.md | 0 .../audit-kerberos-authentication-service.md | 0 ...udit-kerberos-service-ticket-operations.md | 0 .../auditing}/audit-kernel-object.md | 0 .../auditing}/audit-logoff.md | 0 .../auditing}/audit-logon.md | 0 .../audit-mpssvc-rule-level-policy-change.md | 0 .../auditing}/audit-network-policy-server.md | 0 .../audit-non-sensitive-privilege-use.md | 0 .../audit-other-account-logon-events.md | 0 .../audit-other-account-management-events.md | 0 .../audit-other-logonlogoff-events.md | 0 .../audit-other-object-access-events.md | 0 .../audit-other-policy-change-events.md | 0 .../audit-other-privilege-use-events.md | 0 .../auditing}/audit-other-system-events.md | 0 .../auditing}/audit-pnp-activity.md | 0 .../auditing}/audit-process-creation.md | 0 .../auditing}/audit-process-termination.md | 0 .../auditing}/audit-registry.md | 0 .../auditing}/audit-removable-storage.md | 0 .../auditing}/audit-rpc-events.md | 0 .../auditing}/audit-sam.md | 0 .../audit-security-group-management.md | 0 .../auditing}/audit-security-state-change.md | 0 .../audit-security-system-extension.md | 0 .../audit-sensitive-privilege-use.md | 0 .../auditing}/audit-special-logon.md | 0 .../auditing}/audit-system-integrity.md | 0 .../audit-user-account-management.md | 0 .../auditing}/audit-user-device-claims.md | 0 .../basic-audit-account-logon-events.md | 0 .../basic-audit-account-management.md | 0 .../basic-audit-directory-service-access.md | 0 .../auditing}/basic-audit-logon-events.md | 0 .../auditing}/basic-audit-object-access.md | 0 .../auditing}/basic-audit-policy-change.md | 0 .../auditing}/basic-audit-privilege-use.md | 0 .../auditing}/basic-audit-process-tracking.md | 0 .../auditing}/basic-audit-system-events.md | 0 .../basic-security-audit-policies.md | 0 .../basic-security-audit-policy-settings.md | 0 ...t-policy-settings-for-an-event-category.md | 0 .../auditing}/event-1100.md | 0 .../auditing}/event-1102.md | 2 +- .../auditing}/event-1104.md | 0 .../auditing}/event-1105.md | 0 .../auditing}/event-1108.md | 0 .../auditing}/event-4608.md | 0 .../auditing}/event-4610.md | 0 .../auditing}/event-4611.md | 2 +- .../auditing}/event-4612.md | 0 .../auditing}/event-4614.md | 0 .../auditing}/event-4615.md | 0 .../auditing}/event-4616.md | 2 +- .../auditing}/event-4618.md | 0 .../auditing}/event-4621.md | 0 .../auditing}/event-4622.md | 0 .../auditing}/event-4624.md | 4 +- .../auditing}/event-4625.md | 4 +- .../auditing}/event-4626.md | 4 +- .../auditing}/event-4627.md | 4 +- .../auditing}/event-4634.md | 2 +- .../auditing}/event-4647.md | 2 +- .../auditing}/event-4648.md | 2 +- .../auditing}/event-4649.md | 0 .../auditing}/event-4656.md | 2 +- .../auditing}/event-4657.md | 2 +- .../auditing}/event-4658.md | 2 +- .../auditing}/event-4660.md | 2 +- .../auditing}/event-4661.md | 2 +- .../auditing}/event-4662.md | 2 +- .../auditing}/event-4663.md | 2 +- .../auditing}/event-4664.md | 2 +- .../auditing}/event-4670.md | 2 +- .../auditing}/event-4671.md | 0 .../auditing}/event-4672.md | 2 +- .../auditing}/event-4673.md | 2 +- .../auditing}/event-4674.md | 2 +- .../auditing}/event-4675.md | 2 +- .../auditing}/event-4688.md | 4 +- .../auditing}/event-4689.md | 2 +- .../auditing}/event-4690.md | 2 +- .../auditing}/event-4691.md | 2 +- .../auditing}/event-4692.md | 4 +- .../auditing}/event-4693.md | 2 +- .../auditing}/event-4694.md | 0 .../auditing}/event-4695.md | 0 .../auditing}/event-4696.md | 4 +- .../auditing}/event-4697.md | 2 +- .../auditing}/event-4698.md | 2 +- .../auditing}/event-4699.md | 2 +- .../auditing}/event-4700.md | 2 +- .../auditing}/event-4701.md | 2 +- .../auditing}/event-4702.md | 2 +- .../auditing}/event-4703.md | 4 +- .../auditing}/event-4704.md | 2 +- .../auditing}/event-4705.md | 2 +- .../auditing}/event-4706.md | 2 +- .../auditing}/event-4707.md | 2 +- .../auditing}/event-4713.md | 2 +- .../auditing}/event-4714.md | 0 .../auditing}/event-4715.md | 2 +- .../auditing}/event-4716.md | 2 +- .../auditing}/event-4717.md | 2 +- .../auditing}/event-4718.md | 2 +- .../auditing}/event-4719.md | 2 +- .../auditing}/event-4720.md | 2 +- .../auditing}/event-4722.md | 2 +- .../auditing}/event-4723.md | 2 +- .../auditing}/event-4724.md | 2 +- .../auditing}/event-4725.md | 2 +- .../auditing}/event-4726.md | 2 +- .../auditing}/event-4731.md | 2 +- .../auditing}/event-4732.md | 2 +- .../auditing}/event-4733.md | 2 +- .../auditing}/event-4734.md | 2 +- .../auditing}/event-4735.md | 2 +- .../auditing}/event-4738.md | 2 +- .../auditing}/event-4739.md | 2 +- .../auditing}/event-4740.md | 2 +- .../auditing}/event-4741.md | 2 +- .../auditing}/event-4742.md | 2 +- .../auditing}/event-4743.md | 2 +- .../auditing}/event-4749.md | 2 +- .../auditing}/event-4750.md | 2 +- .../auditing}/event-4751.md | 2 +- .../auditing}/event-4752.md | 2 +- .../auditing}/event-4753.md | 2 +- .../auditing}/event-4764.md | 2 +- .../auditing}/event-4765.md | 0 .../auditing}/event-4766.md | 0 .../auditing}/event-4767.md | 2 +- .../auditing}/event-4768.md | 2 +- .../auditing}/event-4769.md | 2 +- .../auditing}/event-4770.md | 2 +- .../auditing}/event-4771.md | 2 +- .../auditing}/event-4772.md | 0 .../auditing}/event-4773.md | 0 .../auditing}/event-4774.md | 0 .../auditing}/event-4775.md | 0 .../auditing}/event-4776.md | 0 .../auditing}/event-4777.md | 0 .../auditing}/event-4778.md | 0 .../auditing}/event-4779.md | 0 .../auditing}/event-4780.md | 0 .../auditing}/event-4781.md | 2 +- .../auditing}/event-4782.md | 2 +- .../auditing}/event-4793.md | 2 +- .../auditing}/event-4794.md | 2 +- .../auditing}/event-4798.md | 2 +- .../auditing}/event-4799.md | 2 +- .../auditing}/event-4800.md | 2 +- .../auditing}/event-4801.md | 2 +- .../auditing}/event-4802.md | 2 +- .../auditing}/event-4803.md | 2 +- .../auditing}/event-4816.md | 0 .../auditing}/event-4817.md | 2 +- .../auditing}/event-4818.md | 2 +- .../auditing}/event-4819.md | 2 +- .../auditing}/event-4826.md | 2 +- .../auditing}/event-4864.md | 0 .../auditing}/event-4865.md | 2 +- .../auditing}/event-4866.md | 2 +- .../auditing}/event-4867.md | 2 +- .../auditing}/event-4902.md | 0 .../auditing}/event-4904.md | 2 +- .../auditing}/event-4905.md | 2 +- .../auditing}/event-4906.md | 0 .../auditing}/event-4907.md | 2 +- .../auditing}/event-4908.md | 2 +- .../auditing}/event-4909.md | 0 .../auditing}/event-4910.md | 0 .../auditing}/event-4911.md | 2 +- .../auditing}/event-4912.md | 2 +- .../auditing}/event-4913.md | 2 +- .../auditing}/event-4928.md | 0 .../auditing}/event-4929.md | 0 .../auditing}/event-4930.md | 0 .../auditing}/event-4931.md | 0 .../auditing}/event-4932.md | 0 .../auditing}/event-4933.md | 0 .../auditing}/event-4934.md | 0 .../auditing}/event-4935.md | 0 .../auditing}/event-4936.md | 0 .../auditing}/event-4937.md | 0 .../auditing}/event-4944.md | 0 .../auditing}/event-4945.md | 0 .../auditing}/event-4946.md | 0 .../auditing}/event-4947.md | 0 .../auditing}/event-4948.md | 0 .../auditing}/event-4949.md | 0 .../auditing}/event-4950.md | 0 .../auditing}/event-4951.md | 0 .../auditing}/event-4952.md | 0 .../auditing}/event-4953.md | 0 .../auditing}/event-4954.md | 0 .../auditing}/event-4956.md | 0 .../auditing}/event-4957.md | 0 .../auditing}/event-4958.md | 0 .../auditing}/event-4964.md | 2 +- .../auditing}/event-4985.md | 2 +- .../auditing}/event-5024.md | 0 .../auditing}/event-5025.md | 0 .../auditing}/event-5027.md | 0 .../auditing}/event-5028.md | 0 .../auditing}/event-5029.md | 0 .../auditing}/event-5030.md | 0 .../auditing}/event-5031.md | 0 .../auditing}/event-5032.md | 0 .../auditing}/event-5033.md | 0 .../auditing}/event-5034.md | 0 .../auditing}/event-5035.md | 0 .../auditing}/event-5037.md | 0 .../auditing}/event-5038.md | 0 .../auditing}/event-5039.md | 0 .../auditing}/event-5051.md | 0 .../auditing}/event-5056.md | 0 .../auditing}/event-5057.md | 0 .../auditing}/event-5058.md | 2 +- .../auditing}/event-5059.md | 2 +- .../auditing}/event-5060.md | 2 +- .../auditing}/event-5061.md | 2 +- .../auditing}/event-5062.md | 0 .../auditing}/event-5063.md | 0 .../auditing}/event-5064.md | 0 .../auditing}/event-5065.md | 0 .../auditing}/event-5066.md | 0 .../auditing}/event-5067.md | 0 .../auditing}/event-5068.md | 0 .../auditing}/event-5069.md | 0 .../auditing}/event-5070.md | 0 .../auditing}/event-5136.md | 2 +- .../auditing}/event-5137.md | 2 +- .../auditing}/event-5138.md | 2 +- .../auditing}/event-5139.md | 2 +- .../auditing}/event-5140.md | 2 +- .../auditing}/event-5141.md | 2 +- .../auditing}/event-5142.md | 2 +- .../auditing}/event-5143.md | 2 +- .../auditing}/event-5144.md | 2 +- .../auditing}/event-5145.md | 2 +- .../auditing}/event-5148.md | 0 .../auditing}/event-5149.md | 0 .../auditing}/event-5150.md | 0 .../auditing}/event-5151.md | 0 .../auditing}/event-5152.md | 0 .../auditing}/event-5153.md | 0 .../auditing}/event-5154.md | 0 .../auditing}/event-5155.md | 0 .../auditing}/event-5156.md | 0 .../auditing}/event-5157.md | 0 .../auditing}/event-5158.md | 0 .../auditing}/event-5159.md | 0 .../auditing}/event-5168.md | 2 +- .../auditing}/event-5376.md | 2 +- .../auditing}/event-5377.md | 2 +- .../auditing}/event-5378.md | 2 +- .../auditing}/event-5447.md | 0 .../auditing}/event-5632.md | 0 .../auditing}/event-5633.md | 0 .../auditing}/event-5712.md | 0 .../auditing}/event-5888.md | 2 +- .../auditing}/event-5889.md | 2 +- .../auditing}/event-5890.md | 2 +- .../auditing}/event-6144.md | 0 .../auditing}/event-6145.md | 0 .../auditing}/event-6281.md | 0 .../auditing}/event-6400.md | 0 .../auditing}/event-6401.md | 0 .../auditing}/event-6402.md | 0 .../auditing}/event-6403.md | 0 .../auditing}/event-6404.md | 0 .../auditing}/event-6405.md | 0 .../auditing}/event-6406.md | 0 .../auditing}/event-6407.md | 0 .../auditing}/event-6408.md | 0 .../auditing}/event-6409.md | 0 .../auditing}/event-6410.md | 0 .../auditing}/event-6416.md | 2 +- .../auditing}/event-6419.md | 2 +- .../auditing}/event-6420.md | 2 +- .../auditing}/event-6421.md | 2 +- .../auditing}/event-6422.md | 2 +- .../auditing}/event-6423.md | 2 +- .../auditing}/event-6424.md | 0 ...le-system-global-object-access-auditing.md | 0 .../images/ad-sites-and-services.png | Bin .../auditing}/images/advanced-sharing.png | Bin .../images/auditpol-list-subcategory.png | Bin .../auditing}/images/auditpol-list-user.png | Bin .../images/branchcache-properties.png | Bin .../auditing}/images/certutil-command.png | Bin .../auditing}/images/computer-management.png | Bin .../auditing}/images/diskpart.png | Bin .../auditing}/images/event-1100.png | Bin .../auditing}/images/event-1102.png | Bin .../auditing}/images/event-1104.png | Bin .../auditing}/images/event-1105.png | Bin .../auditing}/images/event-1108.png | Bin .../auditing}/images/event-4608.png | Bin .../auditing}/images/event-4610.png | Bin .../auditing}/images/event-4611.png | Bin .../auditing}/images/event-4614.png | Bin .../auditing}/images/event-4616.png | Bin .../auditing}/images/event-4618.png | Bin .../auditing}/images/event-4622.png | Bin .../auditing}/images/event-4624.png | Bin .../auditing}/images/event-4625.png | Bin .../auditing}/images/event-4626.png | Bin .../auditing}/images/event-4627.png | Bin .../auditing}/images/event-4634.png | Bin .../auditing}/images/event-4647.png | Bin .../auditing}/images/event-4648.png | Bin .../auditing}/images/event-4656.png | Bin .../auditing}/images/event-4657.png | Bin .../auditing}/images/event-4658.png | Bin .../auditing}/images/event-4660.png | Bin .../auditing}/images/event-4661.png | Bin .../auditing}/images/event-4662.png | Bin .../auditing}/images/event-4663.png | Bin .../auditing}/images/event-4664.png | Bin .../auditing}/images/event-4670.png | Bin .../auditing}/images/event-4672.png | Bin .../auditing}/images/event-4673.png | Bin .../auditing}/images/event-4674.png | Bin .../auditing}/images/event-4688.png | Bin .../auditing}/images/event-4689.png | Bin .../auditing}/images/event-4690.png | Bin .../auditing}/images/event-4691.png | Bin .../auditing}/images/event-4692.png | Bin .../auditing}/images/event-4693.png | Bin .../auditing}/images/event-4696.png | Bin .../auditing}/images/event-4697.png | Bin .../auditing}/images/event-4698.png | Bin .../auditing}/images/event-4699.png | Bin .../auditing}/images/event-4700.png | Bin .../auditing}/images/event-4701.png | Bin .../auditing}/images/event-4702.png | Bin .../auditing}/images/event-4703-partial.png | Bin .../auditing}/images/event-4703.png | Bin .../auditing}/images/event-4704.png | Bin .../auditing}/images/event-4705.png | Bin .../auditing}/images/event-4706.png | Bin .../auditing}/images/event-4707.png | Bin .../auditing}/images/event-4713.png | Bin .../auditing}/images/event-4714.png | Bin .../auditing}/images/event-4715.png | Bin .../auditing}/images/event-4716.png | Bin .../auditing}/images/event-4717.png | Bin .../auditing}/images/event-4718.png | Bin .../auditing}/images/event-4719.png | Bin .../auditing}/images/event-4720.png | Bin .../auditing}/images/event-4722.png | Bin .../auditing}/images/event-4723.png | Bin .../auditing}/images/event-4724.png | Bin .../auditing}/images/event-4725.png | Bin .../auditing}/images/event-4726.png | Bin .../auditing}/images/event-4731.png | Bin .../auditing}/images/event-4732.png | Bin .../auditing}/images/event-4733.png | Bin .../auditing}/images/event-4734.png | Bin .../auditing}/images/event-4735.png | Bin .../auditing}/images/event-4738.png | Bin .../auditing}/images/event-4739.png | Bin .../auditing}/images/event-4740.png | Bin .../auditing}/images/event-4741.png | Bin .../auditing}/images/event-4742.png | Bin .../auditing}/images/event-4743.png | Bin .../auditing}/images/event-4749.png | Bin .../auditing}/images/event-4750.png | Bin .../auditing}/images/event-4751.png | Bin .../auditing}/images/event-4752.png | Bin .../auditing}/images/event-4753.png | Bin .../auditing}/images/event-4764.png | Bin .../auditing}/images/event-4767.png | Bin .../auditing}/images/event-4768.png | Bin .../auditing}/images/event-4769.png | Bin .../auditing}/images/event-4770.png | Bin .../auditing}/images/event-4771.png | Bin .../auditing}/images/event-4776.png | Bin .../auditing}/images/event-4778.png | Bin .../auditing}/images/event-4779.png | Bin .../auditing}/images/event-4781.png | Bin .../auditing}/images/event-4782.png | Bin .../auditing}/images/event-4793.png | Bin .../auditing}/images/event-4794.png | Bin .../auditing}/images/event-4798.png | Bin .../auditing}/images/event-4799.png | Bin .../auditing}/images/event-4800.png | Bin .../auditing}/images/event-4801.png | Bin .../auditing}/images/event-4802.png | Bin .../auditing}/images/event-4803.png | Bin .../auditing}/images/event-4817.png | Bin .../auditing}/images/event-4818.png | Bin .../auditing}/images/event-4819.png | Bin .../auditing}/images/event-4826.png | Bin .../auditing}/images/event-4865.png | Bin .../auditing}/images/event-4866.png | Bin .../auditing}/images/event-4867.png | Bin .../auditing}/images/event-4902.png | Bin .../auditing}/images/event-4904.png | Bin .../auditing}/images/event-4905.png | Bin .../auditing}/images/event-4906.png | Bin .../auditing}/images/event-4907.png | Bin .../auditing}/images/event-4908.png | Bin .../auditing}/images/event-4911.png | Bin .../auditing}/images/event-4912.png | Bin .../auditing}/images/event-4913.png | Bin .../auditing}/images/event-4928.png | Bin .../auditing}/images/event-4929.png | Bin .../auditing}/images/event-4930.png | Bin .../auditing}/images/event-4931.png | Bin .../auditing}/images/event-4932.png | Bin .../auditing}/images/event-4933.png | Bin .../auditing}/images/event-4935.png | Bin .../auditing}/images/event-4944.png | Bin .../auditing}/images/event-4945.png | Bin .../auditing}/images/event-4946.png | Bin .../auditing}/images/event-4947.png | Bin .../auditing}/images/event-4948.png | Bin .../auditing}/images/event-4949.png | Bin .../auditing}/images/event-4950.png | Bin .../auditing}/images/event-4951.png | Bin .../auditing}/images/event-4953.png | Bin .../auditing}/images/event-4954.png | Bin .../auditing}/images/event-4956.png | Bin .../auditing}/images/event-4957.png | Bin .../auditing}/images/event-4964.png | Bin .../auditing}/images/event-4985.png | Bin .../auditing}/images/event-5024.png | Bin .../auditing}/images/event-5025.png | Bin .../auditing}/images/event-5027.png | Bin .../auditing}/images/event-5028.png | Bin .../auditing}/images/event-5031.png | Bin .../auditing}/images/event-5033.png | Bin .../auditing}/images/event-5034.png | Bin .../auditing}/images/event-5058.png | Bin .../auditing}/images/event-5059.png | Bin .../auditing}/images/event-5061.png | Bin .../auditing}/images/event-5136.png | Bin .../auditing}/images/event-5137.png | Bin .../auditing}/images/event-5138.png | Bin .../auditing}/images/event-5139.png | Bin .../auditing}/images/event-5140.png | Bin .../auditing}/images/event-5141.png | Bin .../auditing}/images/event-5142.png | Bin .../auditing}/images/event-5143.png | Bin .../auditing}/images/event-5144.png | Bin .../auditing}/images/event-5145.png | Bin .../auditing}/images/event-5152.png | Bin .../auditing}/images/event-5154.png | Bin .../auditing}/images/event-5156.png | Bin .../auditing}/images/event-5157.png | Bin .../auditing}/images/event-5158.png | Bin .../auditing}/images/event-5168.png | Bin .../auditing}/images/event-5376.png | Bin .../auditing}/images/event-5377.png | Bin .../auditing}/images/event-5378.png | Bin .../auditing}/images/event-5447.png | Bin .../auditing}/images/event-5632.png | Bin .../auditing}/images/event-5633.png | Bin .../auditing}/images/event-5888.png | Bin .../auditing}/images/event-5889.png | Bin .../auditing}/images/event-5890.png | Bin .../auditing}/images/event-6144.png | Bin .../auditing}/images/event-6145.png | Bin .../auditing}/images/event-6416.png | Bin .../auditing}/images/event-6419.png | Bin .../auditing}/images/event-6420.png | Bin .../auditing}/images/event-6421.png | Bin .../auditing}/images/event-6422.png | Bin .../auditing}/images/event-6423.png | Bin .../auditing}/images/filters-xml-file.png | Bin .../firewall-settings-public-profile.png | Bin .../auditing}/images/group-policy-editor.png | Bin .../auditing}/images/group-policy.png | Bin .../auditing}/images/impact-property.png | Bin .../auditing}/images/ipconfig-command.png | Bin .../logging-settings-public-profile.png | Bin .../auditing}/images/msb.png | Bin .../images/netsh-advfirewall-command.png | Bin .../auditing}/images/netsh-command.png | Bin .../auditing}/images/netsh-lan-command.png | Bin .../auditing}/images/offline-settings.png | Bin .../auditing}/images/query-session.png | Bin .../images/registry-editor-audit.png | Bin .../images/registry-editor-firewallrules.png | Bin .../auditing}/images/schema-search.png | Bin .../images/subkeys-under-security-key.png | Bin .../auditing}/images/subtree-deletion.png | Bin .../auditing}/images/synaptics.png | Bin .../auditing}/images/synaptics1.png | Bin .../auditing}/images/synaptics2.png | Bin .../auditing}/images/synaptics3.png | Bin .../auditing}/images/synaptics4.png | Bin .../auditing}/images/synaptics5.png | Bin .../auditing}/images/synaptics6.png | Bin .../auditing}/images/synaptics7.png | Bin .../auditing}/images/task-manager.png | Bin .../auditing}/images/wfpstate-xml.png | Bin .../images/whoami-privilege-list.png | Bin .../images/windows-firewall-state-off.png | Bin ...indows-firewall-with-advanced-security.png | Bin .../images/windows-powershell-get-gpo.png | Bin ...tral-access-policy-and-rule-definitions.md | 0 .../auditing}/monitor-claim-types.md | 0 .../monitor-resource-attribute-definitions.md | 0 ...icies-associated-with-files-and-folders.md | 0 ...ss-policies-that-apply-on-a-file-server.md | 0 ...esource-attributes-on-files-and-folders.md | 0 ...or-the-use-of-removable-storage-devices.md | 0 ...r-user-and-device-claims-during-sign-in.md | 0 .../auditing}/other-events.md | 0 ...loying-advanced-security-audit-policies.md | 0 .../registry-global-object-access-auditing.md | 0 .../auditing}/security-auditing-overview.md | 2 - ...-monitor-dynamic-access-control-objects.md | 0 .../auditing}/view-the-security-event-log.md | 0 ...ort-advanced-audit-policy-configuration.md | 0 .../bitlocker}/bcd-settings-and-bitlocker.md | 0 .../bitlocker}/bitlocker-basic-deployment.md | 0 .../bitlocker}/bitlocker-countermeasures.md | 2 +- ...r-device-encryption-overview-windows-10.md | 2 +- .../bitlocker-frequently-asked-questions.md | 0 .../bitlocker-group-policy-settings.md | 8 +- ...tlocker-how-to-deploy-on-windows-server.md | 0 .../bitlocker-how-to-enable-network-unlock.md | 0 .../bitlocker}/bitlocker-overview.md | 0 .../bitlocker-recovery-guide-plan.md | 0 ...ve-encryption-tools-to-manage-bitlocker.md | 0 ...-use-bitlocker-recovery-password-viewer.md | 0 ...oose-the-right-bitlocker-countermeasure.md | 0 .../images/bitlockernetworkunlocksequence.png | Bin ...kerprebootprotection-bios-uefi-startup.jpg | Bin ...bitlockerprebootprotection-counterwin7.jpg | Bin ...bitlockerprebootprotection-counterwin8.jpg | Bin ...itlockerprebootprotection-counterwin81.jpg | Bin ...ion-for-bitlocker-planning-and-policies.md | 6 +- ...protect-bitlocker-from-pre-boot-attacks.md | 0 ...nd-storage-area-networks-with-bitlocker.md | 0 ...s-of-attacks-for-volume-encryption-keys.md | 0 .../change-history-for-device-security.md | 17 + ...iles-to-support-code-integrity-policies.md | 0 ...ty-policies-policy-rules-and-file-rules.md | 0 .../deploy-code-integrity-policies-steps.md | 0 ...ce-guard-deploy-code-integrity-policies.md | 0 ...rd-enable-virtualization-based-security.md | 2 +- ...ploy-managed-installer-for-device-guard.md | 0 .../device-guard-deployment-guide.md | 4 +- .../device-guard}/images/device-guard-gp.png | Bin .../device-guard}/images/dg-fig1-enableos.png | Bin .../images/dg-fig10-enablecredentialguard.png | Bin .../images/dg-fig11-dgproperties.png | Bin .../images/dg-fig12-verifysigning.png | Bin .../images/dg-fig13-createnewgpo.png | Bin .../images/dg-fig14-createnewfile.png | Bin .../images/dg-fig15-setnewfileprops.png | Bin .../images/dg-fig16-specifyinfo.png | Bin .../images/dg-fig17-specifyinfo.png | Bin .../images/dg-fig18-specifyux.png | Bin .../images/dg-fig19-customsettings.png | Bin .../device-guard}/images/dg-fig2-createou.png | Bin .../images/dg-fig20-setsoftwareinv.png | Bin .../images/dg-fig21-pathproperties.png | Bin .../images/dg-fig22-deploycode.png | Bin .../images/dg-fig23-exceptionstocode.png | Bin .../images/dg-fig24-creategpo.png | Bin .../images/dg-fig25-editcode.png | Bin .../images/dg-fig26-enablecode.png | Bin .../images/dg-fig27-managecerttemp.png | Bin .../images/dg-fig29-enableconstraints.png | Bin .../images/dg-fig3-enablevbs.png | Bin .../images/dg-fig30-selectnewcert.png | Bin .../images/dg-fig31-getmoreinfo.png | Bin .../images/dg-fig5-createnewou.png | Bin .../images/dg-fig6-enablevbs.png | Bin .../images/dg-fig7-enablevbsofkmci.png | Bin .../images/dg-fig8-createoulinked.png | Bin .../images/dg-fig9-enablevbs.png | Bin ...ed-security-and-code-integrity-policies.md | 6 +- ...certificate-for-code-integrity-policies.md | 0 ...-on-the-device-guard-deployment-process.md | 0 ...nt-planning-guidelines-for-device-guard.md | 0 .../encrypted-hard-drive.md | 0 .../images/hva-fig1-endtoend1.png | Bin .../hva-fig10-conditionalaccesscontrol.png | Bin .../images/hva-fig11-office365.png | Bin .../images/hva-fig12-conditionalaccess12.png | Bin .../images/hva-fig2-assessfromcloud2.png | Bin .../images/hva-fig3-endtoendoverview3.png | Bin .../images/hva-fig4-hardware.png | Bin .../images/hva-fig5-virtualbasedsecurity.png | Bin .../images/hva-fig6-logs.png | Bin .../images/hva-fig7-measurement.png | Bin .../images/hva-fig8-evaldevicehealth8.png | Bin .../images/hva-fig8a-healthattest8a.png | Bin .../images/hva-fig9-intune.png | Bin .../images/mobile-security-guide-fig1.png | Bin .../images/mobile-security-guide-fig2.png | Bin .../images/mobile-security-guide-figure3.png | Bin .../images/mobile-security-guide-figure4.png | Bin windows/device-security/index.md | 28 + ...-the-health-of-windows-10-based-devices.md | 6 +- ...-credential-manager-as-a-trusted-caller.md | 0 .../access-this-computer-from-the-network.md | 0 .../account-lockout-duration.md | 0 .../account-lockout-policy.md | 0 .../account-lockout-threshold.md | 0 .../account-policies.md | 0 .../accounts-administrator-account-status.md | 0 .../accounts-block-microsoft-accounts.md | 0 .../accounts-guest-account-status.md | 0 ...f-blank-passwords-to-console-logon-only.md | 0 .../accounts-rename-administrator-account.md | 0 .../accounts-rename-guest-account.md | 0 .../act-as-part-of-the-operating-system.md | 0 .../add-workstations-to-domain.md | 0 .../adjust-memory-quotas-for-a-process.md | 0 .../administer-security-policy-settings.md | 2 +- .../allow-log-on-locally.md | 0 ...-log-on-through-remote-desktop-services.md | 0 ...dit-the-access-of-global-system-objects.md | 12 +- ...the-use-of-backup-and-restore-privilege.md | 4 +- ...policy-subcategory-settings-to-override.md | 2 +- .../security-policy-settings}/audit-policy.md | 20 +- ...iately-if-unable-to-log-security-audits.md | 0 .../back-up-files-and-directories.md | 0 .../bypass-traverse-checking.md | 0 .../change-the-system-time.md | 0 .../change-the-time-zone.md | 0 .../create-a-pagefile.md | 0 .../create-a-token-object.md | 0 .../create-global-objects.md | 0 .../create-permanent-shared-objects.md | 0 .../create-symbolic-links.md | 0 ...criptor-definition-language-sddl-syntax.md | 0 ...criptor-definition-language-sddl-syntax.md | 0 .../debug-programs.md | 0 ...ccess-to-this-computer-from-the-network.md | 0 .../deny-log-on-as-a-batch-job.md | 0 .../deny-log-on-as-a-service.md | 0 .../deny-log-on-locally.md | 0 ...-log-on-through-remote-desktop-services.md | 0 ...s-allow-undock-without-having-to-log-on.md | 0 ...wed-to-format-and-eject-removable-media.md | 0 ...t-users-from-installing-printer-drivers.md | 0 ...m-access-to-locally-logged-on-user-only.md | 0 ...y-access-to-locally-logged-on-user-only.md | 0 ...llow-server-operators-to-schedule-tasks.md | 0 ...roller-ldap-server-signing-requirements.md | 0 ...refuse-machine-account-password-changes.md | 0 ...rypt-or-sign-secure-channel-data-always.md | 0 ...crypt-secure-channel-data-when-possible.md | 0 ...-sign-secure-channel-data-when-possible.md | 0 ...isable-machine-account-password-changes.md | 0 ...er-maximum-machine-account-password-age.md | 0 ...trong-windows-2000-or-later-session-key.md | 0 ...r-accounts-to-be-trusted-for-delegation.md | 0 .../enforce-password-history.md | 0 .../enforce-user-logon-restrictions.md | 0 .../force-shutdown-from-a-remote-system.md | 0 .../generate-security-audits.md | 0 ...w-to-configure-security-policy-settings.md | 0 .../privacy-setting-in-sign-in-options.png | Bin .../images/secpol-architecture.gif | Bin .../images/secpol-components.gif | Bin .../images/secpol-multigpomerge.gif | Bin .../images/secpol-processes.gif | Bin ...personate-a-client-after-authentication.md | 0 .../increase-a-process-working-set.md | 0 .../increase-scheduling-priority.md | 0 ...-information-when-the-session-is-locked.md | 0 ...ive-logon-do-not-display-last-user-name.md | 0 ...ctive-logon-do-not-require-ctrl-alt-del.md | 0 ...-logon-dont-display-username-at-sign-in.md | 0 ...logon-machine-account-lockout-threshold.md | 0 ...eractive-logon-machine-inactivity-limit.md | 0 ...age-text-for-users-attempting-to-log-on.md | 0 ...ge-title-for-users-attempting-to-log-on.md | 0 ...case-domain-controller-is-not-available.md | 0 ...er-to-change-password-before-expiration.md | 0 ...er-authentication-to-unlock-workstation.md | 0 .../interactive-logon-require-smart-card.md | 0 ...ctive-logon-smart-card-removal-behavior.md | 0 .../kerberos-policy.md | 0 .../load-and-unload-device-drivers.md | 0 .../lock-pages-in-memory.md | 0 .../log-on-as-a-batch-job.md | 0 .../log-on-as-a-service.md | 0 .../manage-auditing-and-security-log.md | 4 +- .../maximum-lifetime-for-service-ticket.md | 0 ...aximum-lifetime-for-user-ticket-renewal.md | 0 .../maximum-lifetime-for-user-ticket.md | 0 .../maximum-password-age.md | 0 ...ance-for-computer-clock-synchronization.md | 0 ...nt-digitally-sign-communications-always.md | 0 ...ly-sign-communications-if-server-agrees.md | 0 ...ted-password-to-third-party-smb-servers.md | 0 ...time-required-before-suspending-session.md | 0 ...pt-s4u2self-to-obtain-claim-information.md | 0 ...er-digitally-sign-communications-always.md | 0 ...ly-sign-communications-if-client-agrees.md | 0 ...connect-clients-when-logon-hours-expire.md | 0 ...server-spn-target-name-validation-level.md | 0 .../minimum-password-age.md | 0 .../minimum-password-length.md | 0 .../modify-an-object-label.md | 0 .../modify-firmware-environment-values.md | 0 ...ess-allow-anonymous-sidname-translation.md | 0 ...-enumeration-of-sam-accounts-and-shares.md | 0 ...w-anonymous-enumeration-of-sam-accounts.md | 0 ...-credentials-for-network-authentication.md | 0 ...ne-permissions-apply-to-anonymous-users.md | 0 ...-pipes-that-can-be-accessed-anonymously.md | 0 ...-accessible-registry-paths-and-subpaths.md | 0 ...cess-remotely-accessible-registry-paths.md | 0 ...nymous-access-to-named-pipes-and-shares.md | 0 ...shares-that-can-be-accessed-anonymously.md | 0 ...g-and-security-model-for-local-accounts.md | 0 .../network-list-manager-policies.md | 0 ...ystem-to-use-computer-identity-for-ntlm.md | 0 ...allow-localsystem-null-session-fallback.md | 0 ...-this-computer-to-use-online-identities.md | 0 ...e-encryption-types-allowed-for-kerberos.md | 0 ...ager-hash-value-on-next-password-change.md | 0 ...ty-force-logoff-when-logon-hours-expire.md | 0 ...curity-lan-manager-authentication-level.md | 0 ...curity-ldap-client-signing-requirements.md | 0 ...-ssp-based-including-secure-rpc-clients.md | 0 ...-ssp-based-including-secure-rpc-servers.md | 0 ...rver-exceptions-for-ntlm-authentication.md | 0 ...lm-add-server-exceptions-in-this-domain.md | 0 ...strict-ntlm-audit-incoming-ntlm-traffic.md | 0 ...udit-ntlm-authentication-in-this-domain.md | 0 ...ity-restrict-ntlm-incoming-ntlm-traffic.md | 0 ...ntlm-ntlm-authentication-in-this-domain.md | 0 ...outgoing-ntlm-traffic-to-remote-servers.md | 0 ...sword-must-meet-complexity-requirements.md | 0 .../password-policy.md | 0 .../perform-volume-maintenance-tasks.md | 0 .../profile-single-process.md | 0 .../profile-system-performance.md | 0 ...le-allow-automatic-administrative-logon.md | 0 ...py-and-access-to-all-drives-and-folders.md | 0 .../remove-computer-from-docking-station.md | 0 .../replace-a-process-level-token.md | 0 .../reset-account-lockout-counter-after.md | 0 .../restore-files-and-directories.md | 0 ...advanced-security-audit-policy-settings.md | 2 +- .../security-options.md | 0 .../security-policy-settings-reference.md | 0 .../security-policy-settings.md | 0 .../shut-down-the-system.md | 0 ...o-be-shut-down-without-having-to-log-on.md | 0 .../shutdown-clear-virtual-memory-pagefile.md | 0 ...e-passwords-using-reversible-encryption.md | 0 .../synchronize-directory-service-data.md | 0 ...on-for-user-keys-stored-on-the-computer.md | 0 ...thms-for-encryption-hashing-and-signing.md | 0 ...nsensitivity-for-non-windows-subsystems.md | 0 ...-permissions-of-internal-system-objects.md | 0 .../system-settings-optional-subsystems.md | 0 ...ables-for-software-restriction-policies.md | 0 ...ake-ownership-of-files-or-other-objects.md | 0 ...-for-the-built-in-administrator-account.md | 2 +- ...vation-without-using-the-secure-desktop.md | 2 +- ...r-administrators-in-admin-approval-mode.md | 2 +- ...the-elevation-prompt-for-standard-users.md | 2 +- ...-installations-and-prompt-for-elevation.md | 2 +- ...ecutables-that-are-signed-and-validated.md | 2 +- ...-that-are-installed-in-secure-locations.md | 2 +- ...l-administrators-in-admin-approval-mode.md | 2 +- ...re-desktop-when-prompting-for-elevation.md | 2 +- ...ry-write-failures-to-per-user-locations.md | 2 +- .../user-rights-assignment.md | 0 ...ackup-tpm-recovery-information-to-ad-ds.md | 0 .../tpm}/change-the-tpm-owner-password.md | 0 ...lize-and-configure-ownership-of-the-tpm.md | 0 .../tpm}/manage-tpm-commands.md | 0 .../tpm}/manage-tpm-lockout.md | 0 .../switch-pcr-banks-on-tpm-2-0-devices.md | 0 .../tpm}/tpm-fundamentals.md | 0 .../tpm}/tpm-recommendations.md | 0 .../tpm}/trusted-platform-module-overview.md | 0 ...m-module-services-group-policy-settings.md | 0 .../tpm}/trusted-platform-module-top-node.md | 0 .../windows-10-mobile-security-guide.md | 0 .../windows-security-baselines.md | 0 windows/hub/TOC.md | 9 + windows/{ => hub}/images/W10-WaaS-poster.PNG | Bin windows/hub/images/access-protection.png | Bin 0 -> 863 bytes windows/hub/images/application-management.png | Bin 0 -> 745 bytes windows/hub/images/client-management.png | Bin 0 -> 786 bytes windows/hub/images/configuration.png | Bin 0 -> 3752 bytes windows/hub/images/deployment.png | Bin 0 -> 1010 bytes windows/hub/images/device-security.png | Bin 0 -> 610 bytes windows/{ => hub}/images/front-page-video.PNG | Bin windows/hub/images/remote.png | Bin 0 -> 2118 bytes windows/hub/images/threat-protection.png | Bin 0 -> 2221 bytes windows/hub/images/virtualization.png | Bin 0 -> 1084 bytes windows/hub/images/whats-new-highlight.png | Bin 0 -> 5387 bytes windows/hub/images/whats-new.png | Bin 0 -> 941 bytes windows/hub/index.md | 95 ++ windows/images/w10-configure.png | Bin 5994 -> 0 bytes windows/images/w10-deploy.png | Bin 3723 -> 0 bytes windows/images/w10-evaluation.png | Bin 2830 -> 0 bytes windows/images/w10-manage.png | Bin 2214 -> 0 bytes windows/images/w10-plan.png | Bin 2325 -> 0 bytes windows/images/w10-secure.png | Bin 2943 -> 0 bytes windows/images/w10-update.png | Bin 3246 -> 0 bytes windows/images/w10-whatsnew-highlight.png | Bin 3111 -> 0 bytes windows/images/w10-whatsnew.png | Bin 2528 -> 0 bytes windows/index.md | 97 -- windows/keep-secure/.vscode/settings.json | 4 - windows/keep-secure/TOC.md | 976 ------------------ ...ange-history-for-keep-windows-10-secure.md | 193 ---- .../15dd35b6-6cc6-421f-93f8-7109920e7144.gif | Bin 345 -> 0 bytes .../2b05dce3-938f-4168-9b8f-1f4398cbdb9b.gif | Bin 519 -> 0 bytes windows/keep-secure/images/add-user.png | Bin 3001 -> 0 bytes windows/keep-secure/images/adsi-edit.png | Bin 39566 -> 0 bytes windows/keep-secure/images/alertsq.png | Bin 105591 -> 0 bytes windows/keep-secure/images/alertsq2.png | Bin 64334 -> 0 bytes windows/keep-secure/images/assign-users.png | Bin 29294 -> 0 bytes .../keep-secure/images/auditpol-guid-list.png | Bin 17737 -> 0 bytes windows/keep-secure/images/auditpol.png | Bin 7590 -> 0 bytes .../images/azure-active-directory-list.png | Bin 26652 -> 0 bytes .../images/azure-active-directory.png | Bin 8618 -> 0 bytes windows/keep-secure/images/azure-browse.png | Bin 39341 -> 0 bytes .../images/azure-org-directory.png | Bin 10882 -> 0 bytes windows/keep-secure/images/azure-signout.png | Bin 13267 -> 0 bytes .../bc6cea1a-1c6c-4124-8c8f-1df5adfe8c88.gif | Bin 615 -> 0 bytes windows/keep-secure/images/bt-passcode.png | Bin 19339 -> 0 bytes windows/keep-secure/images/btpair.png | Bin 38244 -> 0 bytes windows/keep-secure/images/changes-icon.png | Bin 507 -> 0 bytes windows/keep-secure/images/check-icon.png | Bin 908 -> 0 bytes windows/keep-secure/images/comments-icon.png | Bin 448 -> 0 bytes windows/keep-secure/images/comments.png | Bin 24398 -> 0 bytes .../images/confirm-user-access.png | Bin 36712 -> 0 bytes .../images/contoso-active-directory.png | Bin 26652 -> 0 bytes .../images/contoso-application.png | Bin 14815 -> 0 bytes windows/keep-secure/images/contoso-users.png | Bin 30722 -> 0 bytes windows/keep-secure/images/contoso.png | Bin 30771 -> 0 bytes .../images/defender-gp-defsharesfield.png | Bin 56982 -> 0 bytes .../images/defender-gp-defsourcefield.png | Bin 62112 -> 0 bytes .../images/defender-scanarchivecpu.png | Bin 18649 -> 0 bytes .../images/defender-scanarchivedepth.png | Bin 17133 -> 0 bytes .../images/defender-scanarchivefiles.png | Bin 14051 -> 0 bytes .../images/defender-scanarchivesize.png | Bin 17863 -> 0 bytes .../images/defender-scanemailfiles.png | Bin 16155 -> 0 bytes .../images/defender/detection-source.png | Bin 265624 -> 0 bytes .../images/defender/download-wdo.png | Bin 95845 -> 0 bytes .../defender/enhanced-notifications.png | Bin 73545 -> 0 bytes windows/keep-secure/images/defender/gp.png | Bin 225674 -> 0 bytes .../images/defender/malware-detected.png | Bin 4275 -> 0 bytes .../defender/order-update-sources-wdav.png | Bin 1324694 -> 0 bytes .../images/defender/quarantine.png | Bin 97279 -> 0 bytes .../images/defender/settings-wdo.png | Bin 72310 -> 0 bytes .../images/defender/ux-config-key.png | Bin 49252 -> 0 bytes .../images/defender/ux-uilockdown-key.png | Bin 48688 -> 0 bytes .../keep-secure/images/detection-source.png | Bin 265624 -> 0 bytes windows/keep-secure/images/expand.png | Bin 664 -> 0 bytes windows/keep-secure/images/export-sccm.png | Bin 33784 -> 0 bytes .../faa393df-4856-4431-9eda-4f4e5be72a90.gif | Bin 595 -> 0 bytes .../images/machine-investigation.png | Bin 53354 -> 0 bytes windows/keep-secure/images/machines-view.png | Bin 81616 -> 0 bytes .../keep-secure/images/manage-alert-menu.png | Bin 26924 -> 0 bytes windows/keep-secure/images/mva_videos.png | Bin 139543 -> 0 bytes windows/keep-secure/images/net-helpmsg-58.png | Bin 4988 -> 0 bytes windows/keep-secure/images/oma-uri.png | Bin 172532 -> 0 bytes .../keep-secure/images/onboardingstate.png | Bin 131794 -> 0 bytes windows/keep-secure/images/passport-fig1.png | Bin 65655 -> 0 bytes .../images/passport-fig2-pinimmeduse.png | Bin 205818 -> 0 bytes .../keep-secure/images/passport-fig4-join.png | Bin 87603 -> 0 bytes .../images/phone-signin-device-select.png | Bin 22287 -> 0 bytes .../keep-secure/images/phone-signin-menu.png | Bin 17257 -> 0 bytes .../images/phone-signin-settings.png | Bin 23074 -> 0 bytes windows/keep-secure/images/portal-image.png | Bin 181877 -> 0 bytes windows/keep-secure/images/portal.png | Bin 400929 -> 0 bytes windows/keep-secure/images/portqry.png | Bin 67815 -> 0 bytes windows/keep-secure/images/proxy-settings.png | Bin 96706 -> 0 bytes windows/keep-secure/images/psexec-cmd.png | Bin 39672 -> 0 bytes windows/keep-secure/images/pua1.png | Bin 20640 -> 0 bytes windows/keep-secure/images/pua2.png | Bin 175226 -> 0 bytes .../keep-secure/images/registry-editor.png | Bin 19018 -> 0 bytes windows/keep-secure/images/remove-menu.png | Bin 3301 -> 0 bytes windows/keep-secure/images/resolve-alert.png | Bin 38547 -> 0 bytes .../keep-secure/images/sc-query-diagtrack.png | Bin 14668 -> 0 bytes .../images/sc-query-sense-autostart.png | Bin 19663 -> 0 bytes .../images/sc-query-sense-running.png | Bin 13934 -> 0 bytes windows/keep-secure/images/sc-query-sense.png | Bin 13934 -> 0 bytes .../images/sccm-primary-domain.png | Bin 11582 -> 0 bytes .../images/security-fig1-invalidaccess.png | Bin 11630 -> 0 bytes .../images/security-fig10-optinsettings.png | Bin 72347 -> 0 bytes .../security-fig11-defendersettings.png | Bin 116716 -> 0 bytes .../security-fig2-vbsarchitecture-redo.png | Bin 16108 -> 0 bytes .../images/security-fig2-vbsarchitecture.png | Bin 48639 -> 0 bytes .../security-fig3-healthattestation.png | Bin 121950 -> 0 bytes .../images/security-fig6-edge2.png | Bin 21880 -> 0 bytes .../security-fig7-smartscreenfilter.png | Bin 6864 -> 0 bytes .../security-fig8-smartscreenconfig.png | Bin 22369 -> 0 bytes .../images/security-fig9-windows7allow.png | Bin 5264 -> 0 bytes .../keep-secure/images/service-components.png | Bin 95079 -> 0 bytes windows/keep-secure/images/settings-icon.png | Bin 923 -> 0 bytes .../keep-secure/images/sort-order-icon.png | Bin 487 -> 0 bytes .../keep-secure/images/suppression-rules.png | Bin 13041 -> 0 bytes windows/keep-secure/images/timeline.png | Bin 39766 -> 0 bytes windows/keep-secure/images/value-prop.png | Bin 66377 -> 0 bytes .../images/windef-utc-console-start.png | Bin 7836 -> 0 bytes .../images/windows-atp-service-users.png | Bin 29294 -> 0 bytes .../images/windows-atp-service.png | Bin 8898 -> 0 bytes windows/keep-secure/index.md | 40 - windows/keep-secure/security-technologies.md | 33 - .../windows-10-enterprise-security-guides.md | 53 - windows/manage/.vscode/settings.json | 3 - windows/manage/TOC.md | 167 --- ...n-development-for-windows-as-a-service.zip | Bin 8056 -> 0 bytes ...istory-for-manage-and-update-windows-10.md | 205 ---- windows/manage/images/aadj1.jpg | Bin 47299 -> 0 bytes windows/manage/images/aadj2.jpg | Bin 48136 -> 0 bytes windows/manage/images/aadj3.jpg | Bin 44553 -> 0 bytes windows/manage/images/aadj4.jpg | Bin 23613 -> 0 bytes windows/manage/images/aadjbrowser.jpg | Bin 67277 -> 0 bytes windows/manage/images/aadjcal.jpg | Bin 72597 -> 0 bytes windows/manage/images/aadjcalmail.jpg | Bin 23274 -> 0 bytes windows/manage/images/aadjmail1.jpg | Bin 56319 -> 0 bytes windows/manage/images/aadjmail2.jpg | Bin 39475 -> 0 bytes windows/manage/images/aadjmail3.jpg | Bin 50934 -> 0 bytes windows/manage/images/aadjonedrive.jpg | Bin 84125 -> 0 bytes windows/manage/images/aadjonenote.jpg | Bin 55769 -> 0 bytes windows/manage/images/aadjonenote2.jpg | Bin 44114 -> 0 bytes windows/manage/images/aadjonenote3.jpg | Bin 34853 -> 0 bytes windows/manage/images/aadjpin.jpg | Bin 44844 -> 0 bytes windows/manage/images/aadjppt.jpg | Bin 43157 -> 0 bytes windows/manage/images/aadjverify.jpg | Bin 70911 -> 0 bytes windows/manage/images/aadjword.jpg | Bin 62295 -> 0 bytes windows/manage/images/aadjwsfb.jpg | Bin 44157 -> 0 bytes windows/manage/images/button.png | Bin 9267 -> 0 bytes windows/manage/index.md | 50 - windows/threat-protection/TOC.md | 159 +++ .../block-untrusted-fonts-in-enterprise.md | 0 .../change-history-for-threat-protection.md | 25 + .../images/capi-gpo.png | Bin ...cess-mitigation-options-bit-flag-image.png | Bin .../gp-process-mitigation-options-show.png | Bin .../images/gp-process-mitigation-options.png | Bin .../images/runkey.png | Bin .../images/runoncekey.png | Bin .../images/security-fig4-aslr.png | Bin .../images/security-fig5-dep.png | Bin ...ions-pre-breach-post-breach-conceptual.png | Bin .../images/wef-client-config.png | Bin windows/threat-protection/index.md | 25 + ...tions-for-app-related-security-policies.md | 0 ...iew-of-threat-mitigations-in-windows-10.md | 28 +- ...rding-to-assist-in-instrusion-detection.md | 0 ...ne-arguments-windows-defender-antivirus.md | 0 ...nt-reference-windows-defender-antivirus.md | 0 ...d-scan-types-windows-defender-antivirus.md | 0 ...-first-sight-windows-defender-antivirus.md | 0 ...meout-period-windows-defender-antivirus.md | 0 ...-interaction-windows-defender-antivirus.md | 0 ...e-exclusions-windows-defender-antivirus.md | 0 ...e-exclusions-windows-defender-antivirus.md | 0 ...cy-overrides-windows-defender-antivirus.md | 0 ...-connections-windows-defender-antivirus.md | 0 ...otifications-windows-defender-antivirus.md | 0 ...e-exclusions-windows-defender-antivirus.md | 0 ...ion-features-windows-defender-antivirus.md | 0 ...e-protection-windows-defender-antivirus.md | 0 ...-remediation-windows-defender-antivirus.md | 0 ...r-exclusions-windows-defender-antivirus.md | 0 ...ure-windows-defender-antivirus-features.md | 0 ...ediate-scans-windows-defender-antivirus.md | 0 ...anage-report-windows-defender-antivirus.md | 0 .../deploy-windows-defender-antivirus.md | 0 ...ployment-vdi-windows-defender-antivirus.md | 2 +- ...nwanted-apps-windows-defender-antivirus.md | 0 ...d-protection-windows-defender-antivirus.md | 0 .../evaluate-windows-defender-antivirus.md | 0 .../images/defender-updatedefs2.png | Bin .../images/defender/client.png | Bin .../images/defender/notification.png | Bin .../images/defender/sccm-wdo.png | Bin .../images/defender/wdav-bafs-edge.png | Bin .../images/defender/wdav-bafs-ie.png | Bin .../defender/wdav-extension-exclusions.png | Bin .../images/defender/wdav-get-mpthreat.png | Bin .../defender/wdav-get-mpthreatdetection.png | Bin .../defender/wdav-headless-mode-1607.png | Bin .../defender/wdav-headless-mode-1703.png | Bin .../defender/wdav-headless-mode-off-1703.png | Bin .../images/defender/wdav-history-wdsc.png | Bin .../images/defender/wdav-malware-detected.png | Bin .../defender/wdav-order-update-sources.png | Bin .../images/defender/wdav-path-exclusions.png | Bin .../wdav-powershell-get-exclusions-all.png | Bin ...dav-powershell-get-exclusions-variable.png | Bin .../defender/wdav-process-exclusions.png | Bin .../wdav-protection-settings-wdsc.png | Bin .../wdav-quarantined-history-wdsc.png | Bin .../images/defender/wdav-settings-old.png | Bin .../images/defender/wdav-wdsc.png | Bin .../wdav-windows-defender-app-old.png | Bin ...ased-updates-windows-defender-antivirus.md | 0 ...ed-endpoints-windows-defender-antivirus.md | 0 ...ate-schedule-windows-defender-antivirus.md | 0 ...tion-updates-windows-defender-antivirus.md | 0 ...es-baselines-windows-defender-antivirus.md | 0 ...-devices-vms-windows-defender-antivirus.md | 2 +- ...-interaction-windows-defender-antivirus.md | 0 ...port-monitor-windows-defender-antivirus.md | 2 +- ...scan-results-windows-defender-antivirus.md | 0 .../run-scan-windows-defender-antivirus.md | 0 ...tch-up-scans-windows-defender-antivirus.md | 0 ...ection-level-windows-defender-antivirus.md | 0 ...troubleshoot-windows-defender-antivirus.md | 0 ...group-policy-windows-defender-antivirus.md | 0 ...nfig-manager-windows-defender-antivirus.md | 0 ...hell-cmdlets-windows-defender-antivirus.md | 0 .../use-wmi-windows-defender-antivirus.md | 0 ...d-protection-windows-defender-antivirus.md | 0 ...indows-defender-antivirus-compatibility.md | 2 +- ...indows-defender-antivirus-in-windows-10.md | 0 ...fender-antivirus-on-windows-server-2016.md | 2 +- .../windows-defender-offline.md | 0 ...dows-defender-security-center-antivirus.md | 2 +- ...ows-defender-advanced-threat-protection.md | 0 ...ows-defender-advanced-threat-protection.md | 0 ...ows-defender-advanced-threat-protection.md | 0 ...ows-defender-advanced-threat-protection.md | 0 ...ows-defender-advanced-threat-protection.md | 0 ...ows-defender-advanced-threat-protection.md | 0 ...ows-defender-advanced-threat-protection.md | 0 ...ows-defender-advanced-threat-protection.md | 0 ...ows-defender-advanced-threat-protection.md | 8 +- ...ows-defender-advanced-threat-protection.md | 0 ...ows-defender-advanced-threat-protection.md | 0 ...ows-defender-advanced-threat-protection.md | 0 ...ows-defender-advanced-threat-protection.md | 2 +- ...ows-defender-advanced-threat-protection.md | 0 ...ows-defender-advanced-threat-protection.md | 0 ...ows-defender-advanced-threat-protection.md | 0 ...ows-defender-advanced-threat-protection.md | 0 ...ows-defender-advanced-threat-protection.md | 0 ...ows-defender-advanced-threat-protection.md | 2 +- ...ows-defender-advanced-threat-protection.md | 0 ...ows-defender-advanced-threat-protection.md | 0 ...ows-defender-advanced-threat-protection.md | 0 ...ows-defender-advanced-threat-protection.md | 116 +-- ...ows-defender-advanced-threat-protection.md | 0 ...ows-defender-advanced-threat-protection.md | 0 .../images/active-threat-icon.png | Bin .../images/alert-details.png | Bin .../images/alert-icon.png | Bin .../images/alerts-q-bulk.png | Bin .../images/alerts-queue-numbered.png | Bin .../images/analysis-results.png | Bin .../images/atp-action-center-with-info.png | Bin .../images/atp-actor-report.png | Bin .../images/atp-actor.png | Bin .../images/atp-add-intune-policy.png | Bin .../images/atp-alert-process-tree.png | Bin .../images/atp-alert-source.png | Bin .../images/atp-alert-status.png | Bin .../images/atp-alert-timeline-numbered.png | Bin .../images/atp-alert-timeline.png | Bin .../images/atp-alerts-group.png | Bin .../images/atp-alerts-q.png | Bin .../images/atp-alerts-related-to-file.png | Bin .../images/atp-azure-intune-category.png | Bin .../images/atp-azure-intune-configure.png | Bin ...p-azure-intune-create-policy-configure.png | Bin .../atp-azure-intune-create-policy-name.png | Bin .../images/atp-azure-intune-create-policy.png | Bin .../atp-azure-intune-create-profile.png | Bin .../images/atp-azure-intune-create.png | Bin .../images/atp-azure-intune-device-config.png | Bin .../images/atp-azure-intune-save-policy.png | Bin .../images/atp-azure-intune-save.png | Bin .../images/atp-azure-intune-select-group.png | Bin .../atp-azure-intune-settings-configure.png | Bin .../images/atp-azure-intune.png | Bin .../images/atp-azure-ui-user-access.png | Bin .../images/atp-blockfile.png | Bin .../images/atp-custom-ti-mapping.png | Bin .../images/atp-disableantispyware-regkey.png | Bin .../images/atp-example-email-notification.png | Bin .../atp-export-machine-timeline-events.png | Bin .../images/atp-file-action.png | Bin .../images/atp-file-details.png | Bin .../images/atp-file-in-org.png | Bin .../images/atp-file-information.png | Bin .../images/atp-incident-graph.png | Bin .../images/atp-intune-add-oma.png | Bin .../images/atp-intune-add-policy.png | Bin .../images/atp-intune-deploy-policy.png | Bin .../images/atp-intune-manage-deployment.png | Bin .../images/atp-intune-new-policy.png | Bin .../images/atp-intune-oma-uri-setting.png | Bin .../images/atp-intune-policy-name.png | Bin .../images/atp-intune-save-policy.png | Bin ...tp-investigation-package-action-center.png | Bin .../images/atp-isolate-machine.png | Bin .../images/atp-machine-details-view.png | Bin .../images/atp-machine-health-details.png | Bin .../images/atp-machine-health.png | Bin .../atp-machine-investigation-package.png | Bin .../images/atp-machine-isolation.png | Bin .../atp-machine-timeline-details-panel.png | Bin .../images/atp-machine-timeline.png | Bin .../images/atp-machines-at-risk.png | Bin .../images/atp-machines-view-list.png | Bin .../images/atp-main-portal.png | Bin .../images/atp-mdm-onboarding-package.png | Bin .../images/atp-no-network-connection.png | Bin .../images/atp-notification-file.png | Bin .../images/atp-notification-isolate.png | Bin .../images/atp-observed-in-organization.png | Bin .../images/atp-observed-machines.png | Bin .../images/atp-onboard-mdm.png | Bin .../images/atp-preferences-setup.png | Bin .../images/atp-refresh-token.png | Bin .../images/atp-remediated-alert.png | Bin .../images/atp-remove-blocked-file.png | Bin .../images/atp-running-script.png | Bin .../images/atp-sample-custom-ti-alert.png | Bin .../images/atp-sensor-filter.png | Bin .../atp-sensor-health-filter-resized.png | Bin .../images/atp-sensor-health-filter-tile.png | Bin .../images/atp-sensor-health-filter.png | Bin .../images/atp-sensor-health-nonav.png | Bin .../images/atp-sensor-health-tile.png | Bin .../images/atp-siem-integration.png | Bin .../images/atp-simulate-custom-ti.png | Bin .../images/atp-stop-quarantine-file.png | Bin .../images/atp-stopnquarantine-file.png | Bin .../images/atp-suppression-rules.png | Bin .../images/atp-threat-intel-api.png | Bin .../images/atp-thunderbolt-icon.png | Bin .../images/atp-tile-sensor-health.png | Bin .../images/atp-undo-isolation.png | Bin .../images/atp-user-details-pane.png | Bin .../images/atp-user-details-view.png | Bin .../images/atp-users-at-risk.png | Bin .../windows-defender-atp}/images/atp.png | Bin .../images/components.png | Bin .../images/detection-icon.png | Bin .../images/filter-log.png | Bin .../images/machines-active-threats-tile.png | Bin .../images/machines-at-risk.png | Bin .../images/machines-reporting-tile.png | Bin .../images/menu-icon.png | Bin .../images/not-remediated-icon.png | Bin .../windows-defender-atp}/images/overview.png | Bin .../images/remediated-icon.png | Bin .../images/rules-legend.png | Bin .../images/run-as-admin.png | Bin .../images/sccm-deployment.png | Bin .../windows-defender-atp}/images/settings.png | Bin .../images/status-tile.png | Bin .../images/submit-file.png | Bin .../images/windefatp-sc-qc-diagtrack.png | Bin .../images/windefatp-sc-query-diagtrack.png | Bin .../images/windefatp-sc-query.png | Bin .../windefatp-utc-console-autostart.png | Bin ...ows-defender-advanced-threat-protection.md | 0 ...ows-defender-advanced-threat-protection.md | 0 ...ows-defender-advanced-threat-protection.md | 0 ...ows-defender-advanced-threat-protection.md | 0 ...ows-defender-advanced-threat-protection.md | 0 ...ows-defender-advanced-threat-protection.md | 0 ...ows-defender-advanced-threat-protection.md | 2 +- ...ows-defender-advanced-threat-protection.md | 0 ...ows-defender-advanced-threat-protection.md | 4 +- ...ows-defender-advanced-threat-protection.md | 0 ...ows-defender-advanced-threat-protection.md | 0 ...ows-defender-advanced-threat-protection.md | 2 +- ...ows-defender-advanced-threat-protection.md | 0 ...ows-defender-advanced-threat-protection.md | 0 ...ows-defender-advanced-threat-protection.md | 0 ...ows-defender-advanced-threat-protection.md | 0 ...ows-defender-advanced-threat-protection.md | 0 ...ows-defender-advanced-threat-protection.md | 2 +- ...ows-defender-advanced-threat-protection.md | 0 ...ows-defender-advanced-threat-protection.md | 0 ...ows-defender-advanced-threat-protection.md | 0 ...ows-defender-advanced-threat-protection.md | 0 ...ows-defender-advanced-threat-protection.md | 0 ...ows-defender-advanced-threat-protection.md | 0 ...ows-defender-advanced-threat-protection.md | 6 +- ...ows-defender-advanced-threat-protection.md | 0 ...ows-defender-advanced-threat-protection.md | 0 ...ows-defender-advanced-threat-protection.md | 0 ...ows-defender-advanced-threat-protection.md | 0 ...ows-defender-advanced-threat-protection.md | 0 .../windows-defender-security-center.png | Bin .../windows-defender-smartscreen-control.png | Bin ...defender-smartscreen-available-settings.md | 6 +- .../windows-defender-smartscreen-overview.md | 5 +- ...ender-smartscreen-set-individual-device.md | 5 +- .../app-behavior-with-wip.md | 0 .../collect-wip-audit-event-logs.md | 0 ...reate-and-verify-an-efs-dra-certificate.md | 0 .../create-vpn-and-wip-policy-using-intune.md | 0 .../create-wip-policy-using-intune.md | 6 - .../create-wip-policy-using-sccm.md | 0 .../deploy-wip-policy-using-intune.md | 2 - .../enlightened-microsoft-apps-and-wip.md | 0 .../guidance-and-best-practices-wip.md | 0 .../images/intune-add-applocker-xml-file.png | Bin 0 -> 42133 bytes .../images/intune-add-classic-apps.png | Bin 0 -> 46510 bytes .../images/intune-add-uwp-apps.png | Bin 0 -> 42153 bytes .../images/intune-add-uwp.png | Bin .../images/intune-addapps.png | Bin 0 -> 8839 bytes .../images/intune-applocker-before-begin.png | Bin .../images/intune-applocker-permissions.png | Bin .../intune-applocker-publisher-with-app.png | Bin .../images/intune-applocker-publisher.png | Bin .../images/intune-applocker-select-apps.png | Bin .../images/intune-corporate-identity.png | Bin 0 -> 2196 bytes .../images/intune-createnewpolicy.png | Bin 0 -> 49515 bytes .../images/intune-data-recovery.png | Bin 0 -> 3343 bytes .../images/intune-deploy-vpn.png | Bin .../images/intune-empty-addapps.png | Bin 0 -> 20140 bytes .../images/intune-generalinfo.png | Bin 0 -> 19881 bytes .../images/intune-groupselection.png | Bin .../images/intune-groupselection_vpnlink.png | Bin .../images/intune-local-security-export.png | Bin .../intune-local-security-snapin-updated.png | Bin .../images/intune-local-security-snapin.png | Bin .../images/intune-managedeployment.png | Bin .../images/intune-network-detection-boxes.png | Bin 0 -> 4793 bytes .../images/intune-networklocation.png | Bin 0 -> 34807 bytes .../images/intune-optional-settings.png | Bin 0 -> 35521 bytes .../images/intune-protection-mode.png | Bin 0 -> 23759 bytes .../images/intune-vpn-authentication.png | Bin .../images/intune-vpn-createpolicy.png | Bin .../images/intune-vpn-customconfig.png | Bin .../images/intune-vpn-omaurisettings.png | Bin .../images/intune-vpn-titledescription.png | Bin .../images/intune-vpn-vpnsettings.png | Bin .../images/intune-vpn-wipmodeid.png | Bin .../wip-applocker-default-rule-warning.png | Bin .../images/wip-applocker-secpol-1.png | Bin ...ker-secpol-app-and-permissions-desktop.png | Bin ...p-applocker-secpol-app-and-permissions.png | Bin ...p-applocker-secpol-auto-generate-rules.png | Bin .../images/wip-applocker-secpol-create.png | Bin ...-applocker-secpol-export-rules-desktop.png | Bin .../wip-applocker-secpol-export-rules.png | Bin .../images/wip-applocker-secpol-export.png | Bin .../wip-applocker-secpol-review-rules.png | Bin .../wip-applocker-secpol-rule-preferences.png | Bin .../images/wip-applocker-secpol-wizard-1.png | Bin .../images/wip-applocker-secpol-wizard-2.png | Bin .../images/wip-applocker-secpol-wizard-3.png | Bin .../images/wip-applocker-secpol-wizard-4.png | Bin .../images/wip-applocker-secpol-wizard-5.png | Bin .../images/wip-azure-add-desktop-apps.png | Bin .../images/wip-azure-add-recommended-apps.png | Bin .../images/wip-azure-add-store-apps.png | Bin .../images/wip-azure-add-uri-desktop-apps.png | Bin .../images/wip-azure-add-uri-store-apps.png | Bin .../images/wip-azure-add-user-groups.png | Bin .../wip-azure-advanced-settings-efsdra.png | Bin ...e-advanced-settings-network-autodetect.png | Bin .../wip-azure-advanced-settings-network.png | Bin .../wip-azure-advanced-settings-optional.png | Bin .../images/wip-azure-allowed-apps-pane.png | Bin .../wip-azure-allowed-apps-with-apps.png | Bin ...azure-configure-desktop-apps-using-uri.png | Bin ...p-azure-configure-store-apps-using-uri.png | Bin .../images/wip-azure-import-apps.png | Bin .../images/wip-azure-portal-add-policy.png | Bin .../images/wip-azure-portal-start.png | Bin ...-azure-required-settings-corp-identity.png | Bin ...zure-required-settings-protection-mode.png | Bin .../images/wip-azure-vpn-configure-policy.png | Bin .../images/wip-azure-vpn-custom-omauri.png | Bin .../images/wip-azure-vpn-device-policy.png | Bin .../wip-intune-app-reconfig-warning.png | Bin .../images/wip-sccm-add-network-domain.png | Bin .../images/wip-sccm-addapplockerfile.png | Bin .../images/wip-sccm-adddesktopapp.png | Bin .../images/wip-sccm-additionalsettings.png | Bin .../images/wip-sccm-addpolicy.png | Bin .../images/wip-sccm-adduniversalapp.png | Bin .../images/wip-sccm-appmgmt.png | Bin .../images/wip-sccm-corp-identity.png | Bin .../images/wip-sccm-devicesettings.png | Bin .../images/wip-sccm-dra.png | Bin .../images/wip-sccm-generalscreen.png | Bin .../images/wip-sccm-network-domain.png | Bin .../images/wip-sccm-optsettings.png | Bin .../images/wip-sccm-summaryscreen.png | Bin .../images/wip-sccm-supportedplat.png | Bin .../images/wip-select-column.png | Bin .../images/wip-taskmgr.png | Bin .../limitations-with-wip.md | 0 .../mandatory-settings-for-wip.md | 0 .../overview-create-wip-policy.md | 0 .../protect-enterprise-data-using-wip.md | 2 +- ...recommended-network-definitions-for-wip.md | 0 .../testing-scenarios-for-wip.md | 0 .../using-owa-with-wip.md | 0 .../wip-app-enterprise-context.md | 0 windows/update/TOC.md | 26 - windows/update/images/ActionCenterXML.jpg | Bin 18105 -> 0 bytes windows/update/images/AppsXML.jpg | Bin 24332 -> 0 bytes windows/update/images/AppsXML.png | Bin 42716 -> 0 bytes windows/update/images/ButtonsXML.jpg | Bin 28010 -> 0 bytes windows/update/images/CSPRunnerXML.jpg | Bin 11401 -> 0 bytes windows/update/images/ICDstart-option.PNG | Bin 13638 -> 0 bytes windows/update/images/MenuItemsXML.png | Bin 1030 -> 0 bytes windows/update/images/SettingsXML.png | Bin 10649 -> 0 bytes windows/update/images/StartGrid.jpg | Bin 15515 -> 0 bytes windows/update/images/StartGridPinnedApps.jpg | Bin 13961 -> 0 bytes windows/update/images/TilesXML.png | Bin 927 -> 0 bytes windows/update/images/aadj1.jpg | Bin 47299 -> 0 bytes windows/update/images/aadj2.jpg | Bin 48136 -> 0 bytes windows/update/images/aadj3.jpg | Bin 44553 -> 0 bytes windows/update/images/aadj4.jpg | Bin 23613 -> 0 bytes windows/update/images/aadjbrowser.jpg | Bin 67277 -> 0 bytes windows/update/images/aadjcal.jpg | Bin 72597 -> 0 bytes windows/update/images/aadjcalmail.jpg | Bin 23274 -> 0 bytes windows/update/images/aadjmail1.jpg | Bin 56319 -> 0 bytes windows/update/images/aadjmail2.jpg | Bin 39475 -> 0 bytes windows/update/images/aadjmail3.jpg | Bin 50934 -> 0 bytes windows/update/images/aadjonedrive.jpg | Bin 84125 -> 0 bytes windows/update/images/aadjonenote.jpg | Bin 55769 -> 0 bytes windows/update/images/aadjonenote2.jpg | Bin 44114 -> 0 bytes windows/update/images/aadjonenote3.jpg | Bin 34853 -> 0 bytes windows/update/images/aadjpin.jpg | Bin 44844 -> 0 bytes windows/update/images/aadjppt.jpg | Bin 43157 -> 0 bytes windows/update/images/aadjverify.jpg | Bin 70911 -> 0 bytes windows/update/images/aadjword.jpg | Bin 62295 -> 0 bytes windows/update/images/aadjwsfb.jpg | Bin 44157 -> 0 bytes windows/update/images/apprule.png | Bin 116820 -> 0 bytes windows/update/images/appwarning.png | Bin 3717 -> 0 bytes windows/update/images/backicon.png | Bin 304 -> 0 bytes windows/update/images/checklistdone.png | Bin 330 -> 0 bytes windows/update/images/choose-package.png | Bin 20647 -> 0 bytes windows/update/images/config-policy.png | Bin 19740 -> 0 bytes windows/update/images/config-source.png | Bin 6793 -> 0 bytes windows/update/images/configconflict.png | Bin 143180 -> 0 bytes windows/update/images/connect-aad.png | Bin 71209 -> 0 bytes windows/update/images/csp-placeholder.png | Bin 3276 -> 0 bytes windows/update/images/cspinicd.png | Bin 68581 -> 0 bytes windows/update/images/csptable.png | Bin 23637 -> 0 bytes windows/update/images/deploymentworkflow.png | Bin 6543 -> 0 bytes windows/update/images/export-mgt-desktop.png | Bin 59736 -> 0 bytes windows/update/images/export-mgt-mobile.png | Bin 41260 -> 0 bytes windows/update/images/express-settings.png | Bin 110041 -> 0 bytes windows/update/images/fig1-deferupgrades.png | Bin 80429 -> 0 bytes .../update/images/fig2-deploymenttimeline.png | Bin 94591 -> 0 bytes windows/update/images/fig3-overlaprelease.png | Bin 8603 -> 0 bytes windows/update/images/funfacts.png | Bin 4657 -> 0 bytes windows/update/images/genrule.png | Bin 8590 -> 0 bytes windows/update/images/gp-branch.png | Bin 179650 -> 0 bytes windows/update/images/gp-exclude-drivers.png | Bin 162982 -> 0 bytes windows/update/images/gp-feature.png | Bin 174747 -> 0 bytes windows/update/images/gp-quality.png | Bin 80787 -> 0 bytes windows/update/images/icd-adv-shared-pc.PNG | Bin 45015 -> 0 bytes windows/update/images/icd-school.PNG | Bin 14436 -> 0 bytes windows/update/images/icd-simple.PNG | Bin 12032 -> 0 bytes windows/update/images/icdbrowse.png | Bin 2841 -> 0 bytes windows/update/images/identitychoices.png | Bin 65251 -> 0 bytes windows/update/images/launchicon.png | Bin 462 -> 0 bytes windows/update/images/license-terms.png | Bin 184465 -> 0 bytes windows/update/images/lockdownapps.png | Bin 4210 -> 0 bytes windows/update/images/lockscreen.png | Bin 312035 -> 0 bytes windows/update/images/lockscreenpolicy.png | Bin 222645 -> 0 bytes .../images/mdm-diag-report-powershell.PNG | Bin 10845 -> 0 bytes windows/update/images/mdm.png | Bin 60296 -> 0 bytes windows/update/images/mobile-start-layout.png | Bin 339852 -> 0 bytes windows/update/images/oma-uri-shared-pc.png | Bin 216157 -> 0 bytes windows/update/images/oobe.jpg | Bin 27689 -> 0 bytes windows/update/images/package.png | Bin 4523 -> 0 bytes windows/update/images/phoneprovision.png | Bin 10716 -> 0 bytes windows/update/images/policytocsp.png | Bin 22938 -> 0 bytes windows/update/images/powericon.png | Bin 411 -> 0 bytes .../update/images/priv-telemetry-levels.png | Bin 78492 -> 0 bytes windows/update/images/prov.jpg | Bin 17796 -> 0 bytes .../provisioning-csp-assignedaccess.png | Bin 2470 -> 0 bytes windows/update/images/resetdevice.png | Bin 28049 -> 0 bytes windows/update/images/settings-table.png | Bin 60231 -> 0 bytes windows/update/images/settingsicon.png | Bin 353 -> 0 bytes windows/update/images/setupmsg.jpg | Bin 23035 -> 0 bytes windows/update/images/sign-in-prov.png | Bin 50574 -> 0 bytes windows/update/images/spotlight.png | Bin 148194 -> 0 bytes windows/update/images/spotlight2.png | Bin 262857 -> 0 bytes windows/update/images/start-pinned-app.png | Bin 19501 -> 0 bytes windows/update/images/startannotated.png | Bin 48463 -> 0 bytes windows/update/images/starticon.png | Bin 272 -> 0 bytes windows/update/images/startlayoutpolicy.jpg | Bin 130362 -> 0 bytes windows/update/images/starttemplate.jpg | Bin 181982 -> 0 bytes windows/update/images/taskbar-blank.png | Bin 7615 -> 0 bytes .../update/images/taskbar-default-plus.png | Bin 20611 -> 0 bytes .../update/images/taskbar-default-removed.png | Bin 12582 -> 0 bytes windows/update/images/taskbar-default.png | Bin 12440 -> 0 bytes windows/update/images/taskbar-generic.png | Bin 8225 -> 0 bytes windows/update/images/taskbar-region-defr.png | Bin 14842 -> 0 bytes .../update/images/taskbar-region-other.png | Bin 13307 -> 0 bytes windows/update/images/taskbar-region-usuk.png | Bin 15252 -> 0 bytes windows/update/images/taskbarSTARTERBLANK.png | Bin 8948 -> 0 bytes windows/update/images/trust-package.png | Bin 43329 -> 0 bytes windows/update/images/twain.png | Bin 232551 -> 0 bytes windows/update/images/uc-01.png | Bin 57600 -> 0 bytes windows/update/images/uc-02.png | Bin 657711 -> 0 bytes windows/update/images/uc-02a.png | Bin 9532 -> 0 bytes windows/update/images/uc-03.png | Bin 815407 -> 0 bytes windows/update/images/uc-03a.png | Bin 10998 -> 0 bytes windows/update/images/uc-04.png | Bin 153911 -> 0 bytes windows/update/images/uc-04a.png | Bin 51508 -> 0 bytes windows/update/images/uc-05.png | Bin 138241 -> 0 bytes windows/update/images/uc-05a.png | Bin 30291 -> 0 bytes windows/update/images/uc-06.png | Bin 113127 -> 0 bytes windows/update/images/uc-06a.png | Bin 52191 -> 0 bytes windows/update/images/uc-07.png | Bin 122700 -> 0 bytes windows/update/images/uc-07a.png | Bin 30016 -> 0 bytes windows/update/images/uc-08.png | Bin 352821 -> 0 bytes windows/update/images/uc-08a.png | Bin 11557 -> 0 bytes windows/update/images/uc-09.png | Bin 69741 -> 0 bytes windows/update/images/uc-09a.png | Bin 48047 -> 0 bytes windows/update/images/uc-10.png | Bin 172552 -> 0 bytes windows/update/images/uc-10a.png | Bin 47850 -> 0 bytes windows/update/images/uc-11.png | Bin 32669 -> 0 bytes windows/update/images/uc-12.png | Bin 32418 -> 0 bytes windows/update/images/uc-13.png | Bin 28943 -> 0 bytes windows/update/images/uc-14.png | Bin 77581 -> 0 bytes windows/update/images/uc-15.png | Bin 23784 -> 0 bytes windows/update/images/uc-16.png | Bin 52119 -> 0 bytes windows/update/images/uc-17.png | Bin 28734 -> 0 bytes windows/update/images/uc-18.png | Bin 14633 -> 0 bytes windows/update/images/uc-19.png | Bin 16414 -> 0 bytes windows/update/images/uc-20.png | Bin 20704 -> 0 bytes windows/update/images/uc-21.png | Bin 28410 -> 0 bytes windows/update/images/uc-22.png | Bin 14465 -> 0 bytes windows/update/images/uc-23.png | Bin 15908 -> 0 bytes windows/update/images/uc-24.png | Bin 21167 -> 0 bytes windows/update/images/uc-25.png | Bin 70098 -> 0 bytes .../images/uev-adk-select-uev-feature.png | Bin 61103 -> 0 bytes windows/update/images/uev-archdiagram.png | Bin 605506 -> 0 bytes windows/update/images/uev-checklist-box.gif | Bin 848 -> 0 bytes .../images/uev-deployment-preparation.png | Bin 6543 -> 0 bytes .../update/images/uev-generator-process.png | Bin 571467 -> 0 bytes .../images/w10servicing-f1-branches.png | Bin 103417 -> 0 bytes .../images/waas-active-hours-policy.PNG | Bin 99951 -> 0 bytes windows/update/images/waas-active-hours.PNG | Bin 53578 -> 0 bytes .../update/images/waas-auto-update-policy.PNG | Bin 38857 -> 0 bytes windows/update/images/waas-do-fig1.png | Bin 26581 -> 0 bytes windows/update/images/waas-do-fig2.png | Bin 22491 -> 0 bytes windows/update/images/waas-do-fig3.png | Bin 9505 -> 0 bytes windows/update/images/waas-do-fig4.png | Bin 61587 -> 0 bytes windows/update/images/waas-overview-patch.png | Bin 121681 -> 0 bytes windows/update/images/waas-restart-policy.PNG | Bin 33784 -> 0 bytes windows/update/images/waas-rings.png | Bin 20483 -> 0 bytes windows/update/images/waas-sccm-fig1.png | Bin 28807 -> 0 bytes windows/update/images/waas-sccm-fig10.png | Bin 59898 -> 0 bytes windows/update/images/waas-sccm-fig11.png | Bin 44576 -> 0 bytes windows/update/images/waas-sccm-fig12.png | Bin 54225 -> 0 bytes windows/update/images/waas-sccm-fig2.png | Bin 68213 -> 0 bytes windows/update/images/waas-sccm-fig3.png | Bin 151717 -> 0 bytes windows/update/images/waas-sccm-fig4.png | Bin 25888 -> 0 bytes windows/update/images/waas-sccm-fig5.png | Bin 14500 -> 0 bytes windows/update/images/waas-sccm-fig6.png | Bin 26709 -> 0 bytes windows/update/images/waas-sccm-fig7.png | Bin 19221 -> 0 bytes windows/update/images/waas-sccm-fig8.png | Bin 30920 -> 0 bytes windows/update/images/waas-sccm-fig9.png | Bin 38121 -> 0 bytes windows/update/images/waas-strategy-fig1a.png | Bin 57416 -> 0 bytes windows/update/images/waas-wsus-fig1.png | Bin 67221 -> 0 bytes windows/update/images/waas-wsus-fig10.png | Bin 73507 -> 0 bytes windows/update/images/waas-wsus-fig11.png | Bin 62327 -> 0 bytes windows/update/images/waas-wsus-fig12.png | Bin 103031 -> 0 bytes windows/update/images/waas-wsus-fig13.png | Bin 64707 -> 0 bytes windows/update/images/waas-wsus-fig14.png | Bin 53696 -> 0 bytes windows/update/images/waas-wsus-fig15.png | Bin 25048 -> 0 bytes windows/update/images/waas-wsus-fig16.png | Bin 61395 -> 0 bytes windows/update/images/waas-wsus-fig17.png | Bin 145233 -> 0 bytes windows/update/images/waas-wsus-fig18.png | Bin 86605 -> 0 bytes windows/update/images/waas-wsus-fig19.png | Bin 82210 -> 0 bytes windows/update/images/waas-wsus-fig2.png | Bin 60004 -> 0 bytes windows/update/images/waas-wsus-fig20.png | Bin 53002 -> 0 bytes windows/update/images/waas-wsus-fig3.png | Bin 78277 -> 0 bytes windows/update/images/waas-wsus-fig4.png | Bin 119670 -> 0 bytes windows/update/images/waas-wsus-fig5.png | Bin 129747 -> 0 bytes windows/update/images/waas-wsus-fig6.png | Bin 127202 -> 0 bytes windows/update/images/waas-wsus-fig7.png | Bin 41963 -> 0 bytes windows/update/images/waas-wsus-fig8.png | Bin 84250 -> 0 bytes windows/update/images/waas-wsus-fig9.png | Bin 22960 -> 0 bytes windows/update/images/waas-wufb-gp-broad.png | Bin 89554 -> 0 bytes .../images/waas-wufb-gp-cb2-settings.png | Bin 94480 -> 0 bytes windows/update/images/waas-wufb-gp-cb2.png | Bin 41337 -> 0 bytes .../images/waas-wufb-gp-cbb1-settings.png | Bin 104089 -> 0 bytes .../images/waas-wufb-gp-cbb2-settings.png | Bin 104674 -> 0 bytes .../images/waas-wufb-gp-cbb2q-settings.png | Bin 69633 -> 0 bytes windows/update/images/waas-wufb-gp-create.png | Bin 86636 -> 0 bytes .../update/images/waas-wufb-gp-edit-defer.png | Bin 160125 -> 0 bytes windows/update/images/waas-wufb-gp-edit.png | Bin 38123 -> 0 bytes .../update/images/waas-wufb-gp-scope-cb2.png | Bin 62812 -> 0 bytes windows/update/images/waas-wufb-gp-scope.png | Bin 83819 -> 0 bytes .../update/images/waas-wufb-intune-cb2a.png | Bin 22941 -> 0 bytes .../update/images/waas-wufb-intune-cbb1a.png | Bin 52020 -> 0 bytes .../update/images/waas-wufb-intune-cbb2a.png | Bin 59254 -> 0 bytes .../images/waas-wufb-intune-step11a.png | Bin 26696 -> 0 bytes .../images/waas-wufb-intune-step19a.png | Bin 67812 -> 0 bytes .../update/images/waas-wufb-intune-step2a.png | Bin 37372 -> 0 bytes .../update/images/waas-wufb-intune-step7a.png | Bin 26567 -> 0 bytes .../images/waas-wufb-update-compliance.png | Bin 74197 -> 0 bytes windows/update/images/who-owns-pc.png | Bin 38019 -> 0 bytes .../update/images/wifisense-grouppolicy.png | Bin 55921 -> 0 bytes windows/update/images/wifisense-registry.png | Bin 101319 -> 0 bytes .../images/wifisense-settingscreens.png | Bin 17570 -> 0 bytes .../update/images/win10-mobile-mdm-fig1.png | Bin 128575 -> 0 bytes .../win10servicing-fig2-featureupgrade.png | Bin 148625 -> 0 bytes windows/update/images/win10servicing-fig3.png | Bin 129040 -> 0 bytes .../win10servicing-fig4-upgradereleases.png | Bin 126039 -> 0 bytes windows/update/images/win10servicing-fig5.png | Bin 68271 -> 0 bytes windows/update/images/win10servicing-fig6.png | Bin 72389 -> 0 bytes windows/update/images/win10servicing-fig7.png | Bin 58658 -> 0 bytes windows/update/images/wsfb-distribute.png | Bin 53197 -> 0 bytes windows/update/images/wsfb-firstrun.png | Bin 102867 -> 0 bytes .../images/wsfb-inventory-viewlicense.png | Bin 26619 -> 0 bytes windows/update/images/wsfb-inventory.png | Bin 27905 -> 0 bytes .../images/wsfb-inventoryaddprivatestore.png | Bin 34447 -> 0 bytes windows/update/images/wsfb-landing.png | Bin 308847 -> 0 bytes windows/update/images/wsfb-licenseassign.png | Bin 16631 -> 0 bytes windows/update/images/wsfb-licensedetails.png | Bin 14986 -> 0 bytes windows/update/images/wsfb-licensereclaim.png | Bin 16705 -> 0 bytes .../update/images/wsfb-manageinventory.png | Bin 146905 -> 0 bytes .../images/wsfb-offline-distribute-mdm.png | Bin 40725 -> 0 bytes windows/update/images/wsfb-onboard-1.png | Bin 154163 -> 0 bytes windows/update/images/wsfb-onboard-2.png | Bin 199173 -> 0 bytes windows/update/images/wsfb-onboard-3.png | Bin 87615 -> 0 bytes windows/update/images/wsfb-onboard-4.png | Bin 100465 -> 0 bytes windows/update/images/wsfb-onboard-5.png | Bin 78990 -> 0 bytes windows/update/images/wsfb-onboard-7.png | Bin 192576 -> 0 bytes .../images/wsfb-online-distribute-mdm.png | Bin 38074 -> 0 bytes windows/update/images/wsfb-paid-app-temp.png | Bin 69880 -> 0 bytes .../images/wsfb-permissions-assignrole.png | Bin 21621 -> 0 bytes .../update/images/wsfb-private-store-gpo.PNG | Bin 25097 -> 0 bytes windows/update/images/wsfb-privatestore.png | Bin 14365 -> 0 bytes .../update/images/wsfb-privatestoreapps.png | Bin 16797 -> 0 bytes .../update/images/wsfb-renameprivatestore.png | Bin 6465 -> 0 bytes windows/update/images/wsfb-settings-mgmt.png | Bin 12935 -> 0 bytes .../images/wsfb-settings-permissions.png | Bin 14834 -> 0 bytes windows/update/images/wsfb-wsappaddacct.png | Bin 138190 -> 0 bytes .../update/images/wsfb-wsappprivatestore.png | Bin 154419 -> 0 bytes windows/update/images/wsfb-wsappsignin.png | Bin 145518 -> 0 bytes windows/update/images/wsfb-wsappworkacct.png | Bin 94369 -> 0 bytes windows/update/images/wufb-config1a.png | Bin 61203 -> 0 bytes windows/update/images/wufb-config2.png | Bin 55670 -> 0 bytes windows/update/images/wufb-config3a.png | Bin 63108 -> 0 bytes windows/update/images/wufb-do.png | Bin 65438 -> 0 bytes windows/update/images/wufb-groups.png | Bin 141206 -> 0 bytes windows/update/images/wufb-pause-feature.png | Bin 118484 -> 0 bytes windows/update/images/wufb-qual.png | Bin 164411 -> 0 bytes windows/update/images/wufb-sccm.png | Bin 86650 -> 0 bytes ...ts-new-windows-10-version-1507-and-1511.md | 42 +- .../whats-new-windows-10-version-1607.md | 36 +- .../whats-new-windows-10-version-1703.md | 104 +- 3881 files changed, 3287 insertions(+), 3685 deletions(-) create mode 100644 store-for-business/TOC.md rename {windows/manage => store-for-business}/acquire-apps-windows-store-for-business.md (100%) rename {windows/manage => store-for-business}/add-unsigned-app-to-code-integrity-policy.md (100%) rename {windows/manage => store-for-business}/app-inventory-management-windows-store-for-business.md (100%) rename {windows/manage => store-for-business}/apps-in-windows-store-for-business.md (100%) rename {windows/manage => store-for-business}/assign-apps-to-employees.md (100%) rename {windows/manage => store-for-business}/configure-mdm-provider-windows-store-for-business.md (100%) rename {windows/manage => store-for-business}/device-guard-signing-portal.md (100%) rename {windows/manage => store-for-business}/distribute-apps-from-your-private-store.md (100%) rename {windows/manage => store-for-business}/distribute-apps-to-your-employees-windows-store-for-business.md (100%) rename {windows/manage => store-for-business}/distribute-apps-with-management-tool.md (100%) rename {windows/manage => store-for-business}/distribute-offline-apps.md (100%) rename {windows/manage => store-for-business}/find-and-acquire-apps-overview.md (100%) rename windows/manage/windows-store-for-business.md => store-for-business/index.md (100%) rename {windows/manage => store-for-business}/manage-access-to-private-store.md (100%) rename {windows/manage => store-for-business}/manage-apps-windows-store-for-business-overview.md (100%) rename {windows/manage => store-for-business}/manage-orders-windows-store-for-business.md (100%) rename {windows/manage => store-for-business}/manage-private-store-settings.md (100%) rename {windows/manage => store-for-business}/manage-settings-windows-store-for-business.md (100%) rename {windows/manage => store-for-business}/manage-users-and-groups-windows-store-for-business.md (100%) rename {windows/manage => store-for-business}/prerequisites-windows-store-for-business.md (100%) rename {windows/manage => store-for-business}/roles-and-permissions-windows-store-for-business.md (100%) rename {windows/manage => store-for-business}/settings-reference-windows-store-for-business.md (100%) rename {windows/manage => store-for-business}/sign-code-integrity-policy-with-device-guard-signing.md (100%) rename {windows/manage => store-for-business}/sign-up-windows-store-for-business-overview.md (100%) rename {windows/manage => store-for-business}/sign-up-windows-store-for-business.md (100%) rename {windows/manage => store-for-business}/troubleshoot-windows-store-for-business.md (100%) rename {windows/manage => store-for-business}/update-windows-store-for-business-account-settings.md (100%) rename {windows/manage => store-for-business}/windows-store-for-business-overview.md (100%) rename {windows/manage => store-for-business}/working-with-line-of-business-apps.md (100%) delete mode 100644 windows/TOC.md create mode 100644 windows/access-protection/TOC.md rename windows/{keep-secure => access-protection/access-control}/access-control.md (98%) rename windows/{keep-secure => access-protection/access-control}/active-directory-accounts.md (99%) rename windows/{keep-secure => access-protection/access-control}/active-directory-security-groups.md (94%) rename windows/{keep-secure => access-protection/access-control}/dynamic-access-control.md (100%) rename windows/{keep-secure => access-protection/access-control}/images/adlocalaccounts-proc1-sample1.gif (100%) rename windows/{keep-secure => access-protection/access-control}/images/adlocalaccounts-proc1-sample2.png (100%) rename windows/{keep-secure => access-protection/access-control}/images/adlocalaccounts-proc1-sample3.png (100%) rename windows/{keep-secure => access-protection/access-control}/images/adlocalaccounts-proc1-sample4.png (100%) rename windows/{keep-secure => access-protection/access-control}/images/adlocalaccounts-proc1-sample5.png (100%) rename windows/{keep-secure => access-protection/access-control}/images/adlocalaccounts-proc1-sample6.png (100%) rename windows/{keep-secure => access-protection/access-control}/images/adlocalaccounts-proc1-sample7.png (100%) rename windows/{keep-secure => access-protection/access-control}/images/adlocalaccounts-proc2-sample1.png (100%) rename windows/{keep-secure => access-protection/access-control}/images/adlocalaccounts-proc2-sample2.png (100%) rename windows/{keep-secure => access-protection/access-control}/images/adlocalaccounts-proc2-sample3.png (100%) rename windows/{keep-secure => access-protection/access-control}/images/adlocalaccounts-proc2-sample4.png (100%) rename windows/{keep-secure => access-protection/access-control}/images/adlocalaccounts-proc2-sample5.png (100%) rename windows/{keep-secure => access-protection/access-control}/images/adlocalaccounts-proc2-sample6.png (100%) rename windows/{keep-secure => access-protection/access-control}/images/adlocalaccounts-proc2-sample7.png (100%) rename windows/{keep-secure => access-protection/access-control}/images/adlocalaccounts-proc3-sample1.png (100%) rename windows/{keep-secure => access-protection/access-control}/images/authorizationandaccesscontrolprocess.gif (100%) rename windows/{keep-secure => access-protection/access-control}/images/corpnet.gif (100%) rename windows/{keep-secure => access-protection/access-control}/images/localaccounts-proc1-sample1.png (100%) rename windows/{keep-secure => access-protection/access-control}/images/localaccounts-proc1-sample2.png (100%) rename windows/{keep-secure => access-protection/access-control}/images/localaccounts-proc1-sample3.png (100%) rename windows/{keep-secure => access-protection/access-control}/images/localaccounts-proc1-sample4.png (100%) rename windows/{keep-secure => access-protection/access-control}/images/localaccounts-proc1-sample5.png (100%) rename windows/{keep-secure => access-protection/access-control}/images/localaccounts-proc1-sample6.png (100%) rename windows/{keep-secure => access-protection/access-control}/images/localaccounts-proc2-sample1.png (100%) rename windows/{keep-secure => access-protection/access-control}/images/localaccounts-proc2-sample2.png (100%) rename windows/{keep-secure => access-protection/access-control}/images/localaccounts-proc2-sample3.png (100%) rename windows/{keep-secure => access-protection/access-control}/images/security-identifider-architecture.jpg (100%) rename windows/{keep-secure => access-protection/access-control}/local-accounts.md (97%) rename windows/{keep-secure => access-protection/access-control}/microsoft-accounts.md (95%) rename windows/{keep-secure => access-protection/access-control}/security-identifiers.md (100%) rename windows/{keep-secure => access-protection/access-control}/security-principals.md (98%) rename windows/{keep-secure => access-protection/access-control}/service-accounts.md (100%) rename windows/{keep-secure => access-protection/access-control}/special-identities.md (86%) create mode 100644 windows/access-protection/change-history-for-access-protection.md rename windows/{keep-secure => access-protection}/configure-s-mime.md (100%) rename windows/{keep-secure => access-protection/credential-guard}/additional-mitigations.md (100%) rename windows/{keep-secure => access-protection/credential-guard}/credential-guard-considerations.md (100%) rename windows/{keep-secure => access-protection/credential-guard}/credential-guard-how-it-works.md (100%) rename windows/{keep-secure => access-protection/credential-guard}/credential-guard-manage.md (96%) rename windows/{keep-secure => access-protection/credential-guard}/credential-guard-not-protected-scenarios.md (100%) rename windows/{keep-secure => access-protection/credential-guard}/credential-guard-protection-limits.md (100%) rename windows/{keep-secure => access-protection/credential-guard}/credential-guard-requirements.md (100%) rename windows/{keep-secure => access-protection/credential-guard}/credential-guard-scripts.md (100%) rename windows/{keep-secure => access-protection/credential-guard}/credential-guard.md (97%) rename windows/{keep-secure => access-protection/credential-guard}/images/credguard-gp.png (100%) rename windows/{keep-secure => access-protection/credential-guard}/images/credguard-msinfo32.png (100%) rename windows/{keep-secure => access-protection/credential-guard}/images/credguard.png (100%) rename windows/{keep-secure => access-protection}/enterprise-certificate-pinning.md (99%) rename windows/{keep-secure => access-protection/hello-for-business}/hello-and-password-changes.md (96%) rename windows/{keep-secure => access-protection/hello-for-business}/hello-biometrics-in-enterprise.md (98%) rename windows/{keep-secure => access-protection/hello-for-business}/hello-errors-during-pin-creation.md (100%) rename windows/{keep-secure => access-protection/hello-for-business}/hello-event-300.md (100%) rename windows/{keep-secure => access-protection/hello-for-business}/hello-how-it-works.md (100%) rename windows/{keep-secure => access-protection/hello-for-business}/hello-identity-verification.md (100%) rename windows/{keep-secure => access-protection/hello-for-business}/hello-manage-in-organization.md (100%) rename windows/{keep-secure => access-protection/hello-for-business}/hello-prepare-people-to-use.md (100%) rename windows/{keep-secure => access-protection/hello-for-business}/hello-why-pin-is-better-than-password.md (96%) rename windows/{keep-secure => access-protection/hello-for-business}/images/authflow.png (100%) rename windows/{keep-secure => access-protection/hello-for-business}/images/connect.png (100%) rename windows/{keep-secure => access-protection/hello-for-business}/images/corpown.png (100%) rename windows/{keep-secure => access-protection/hello-for-business}/images/hellosettings.png (100%) rename windows/{keep-secure => access-protection/hello-for-business}/images/passport-fig3-logicalcontainer.png (100%) rename windows/{keep-secure => access-protection/hello-for-business}/images/pinerror.png (100%) rename windows/{keep-secure => access-protection/hello-for-business}/images/whfb-intune-reset-pin.jpg (100%) rename windows/{keep-secure => access-protection/hello-for-business}/images/whfb-pin-reset-phone-notification.png (100%) rename windows/{keep-secure => access-protection/hello-for-business}/images/whfb-reset-pin-prompt.jpg (100%) rename windows/{keep-secure => access-protection/hello-for-business}/images/whfb-reset-pin-settings.jpg (100%) rename windows/{keep-secure => access-protection}/images/emailsecurity.png (100%) rename windows/{keep-secure => access-protection}/images/enterprise-certificate-pinning-converting-a-duration.png (100%) rename windows/{keep-secure => access-protection}/images/enterprise-certificate-pinning-converting-an-xml-date.png (100%) rename windows/{keep-secure => access-protection}/images/enterprise-certificate-pinning-pinrules-properties.png (100%) rename windows/{keep-secure => access-protection}/images/enterprise-certificate-pinning-representing-a-date.png (100%) rename windows/{keep-secure => access-protection}/images/enterprise-certificate-pinning-representing-a-duration.png (100%) rename windows/{keep-secure => access-protection}/images/enterprise-pinning-registry-binary-information.png (100%) rename windows/{keep-secure => access-protection}/images/installcert.png (100%) rename windows/{keep-secure => access-protection}/images/mailsettings.png (100%) rename windows/{keep-secure => access-protection}/images/remote-credential-guard-gp.png (100%) rename windows/{keep-secure => access-protection}/images/remote-credential-guard.png (100%) rename windows/{keep-secure => access-protection}/images/security-stages.png (100%) rename windows/{keep-secure => access-protection}/images/signencrypt.png (100%) create mode 100644 windows/access-protection/index.md rename windows/{keep-secure => access-protection}/installing-digital-certificates-on-windows-10-mobile.md (100%) rename windows/{keep-secure => access-protection}/remote-credential-guard.md (100%) rename windows/{keep-secure => access-protection/smart-cards}/images/sc-image101.png (100%) rename windows/{keep-secure => access-protection/smart-cards}/images/sc-image201.gif (100%) rename windows/{keep-secure => access-protection/smart-cards}/images/sc-image203.gif (100%) rename windows/{keep-secure => access-protection/smart-cards}/images/sc-image205.png (100%) rename windows/{keep-secure => access-protection/smart-cards}/images/sc-image206.gif (100%) rename windows/{keep-secure => access-protection/smart-cards}/images/sc-image302.gif (100%) rename windows/{keep-secure => access-protection/smart-cards}/images/sc-image402.png (100%) rename windows/{keep-secure => access-protection/smart-cards}/images/sc-image403.png (100%) rename windows/{keep-secure => access-protection/smart-cards}/images/sc-image404.png (100%) rename windows/{keep-secure => access-protection/smart-cards}/images/sc-image405.png (100%) rename windows/{keep-secure => access-protection/smart-cards}/images/sc-image406.png (100%) rename windows/{keep-secure => access-protection/smart-cards}/images/sc-image407.png (100%) rename windows/{keep-secure => access-protection/smart-cards}/images/sc-image501.gif (100%) rename windows/{keep-secure => access-protection/smart-cards}/smart-card-and-remote-desktop-services.md (100%) rename windows/{keep-secure => access-protection/smart-cards}/smart-card-architecture.md (100%) rename windows/{keep-secure => access-protection/smart-cards}/smart-card-certificate-propagation-service.md (100%) rename windows/{keep-secure => access-protection/smart-cards}/smart-card-certificate-requirements-and-enumeration.md (100%) rename windows/{keep-secure => access-protection/smart-cards}/smart-card-debugging-information.md (100%) rename windows/{keep-secure => access-protection/smart-cards}/smart-card-events.md (100%) rename windows/{keep-secure => access-protection/smart-cards}/smart-card-group-policy-and-registry-settings.md (100%) rename windows/{keep-secure => access-protection/smart-cards}/smart-card-how-smart-card-sign-in-works-in-windows.md (100%) rename windows/{keep-secure => access-protection/smart-cards}/smart-card-removal-policy-service.md (100%) rename windows/{keep-secure => access-protection/smart-cards}/smart-card-smart-cards-for-windows-service.md (100%) rename windows/{keep-secure => access-protection/smart-cards}/smart-card-tools-and-settings.md (100%) rename windows/{keep-secure => access-protection/smart-cards}/smart-card-windows-smart-card-technical-reference.md (97%) rename windows/{keep-secure => access-protection/user-account-control}/how-user-account-control-works.md (100%) rename windows/{keep-secure => access-protection/user-account-control}/images/uacarchitecture.gif (100%) rename windows/{keep-secure => access-protection/user-account-control}/images/uacconsentprompt.gif (100%) rename windows/{keep-secure => access-protection/user-account-control}/images/uaccredentialprompt.gif (100%) rename windows/{keep-secure => access-protection/user-account-control}/images/uacshieldicon.png (100%) rename windows/{keep-secure => access-protection/user-account-control}/images/uacwindowslogonprocess.gif (100%) rename windows/{keep-secure => access-protection/user-account-control}/user-account-control-group-policy-and-registry-key-settings.md (99%) rename windows/{keep-secure => access-protection/user-account-control}/user-account-control-overview.md (95%) rename windows/{keep-secure => access-protection/user-account-control}/user-account-control-security-policy-settings.md (100%) rename windows/{keep-secure => access-protection/virtual-smart-cards}/images/vsc-02-mmc-add-snap-in.png (100%) rename windows/{keep-secure => access-protection/virtual-smart-cards}/images/vsc-03-add-certificate-templates-snap-in.png (100%) rename windows/{keep-secure => access-protection/virtual-smart-cards}/images/vsc-04-right-click-smartcard-logon-template.png (100%) rename windows/{keep-secure => access-protection/virtual-smart-cards}/images/vsc-05-certificate-template-compatibility.png (100%) rename windows/{keep-secure => access-protection/virtual-smart-cards}/images/vsc-06-add-certification-authority-snap-in.png (100%) rename windows/{keep-secure => access-protection/virtual-smart-cards}/images/vsc-07-right-click-certificate-templates.png (100%) rename windows/{keep-secure => access-protection/virtual-smart-cards}/images/vsc-08-enable-certificate-template.png (100%) rename windows/{keep-secure => access-protection/virtual-smart-cards}/images/vsc-09-stop-service-start-service.png (100%) rename windows/{keep-secure => access-protection/virtual-smart-cards}/images/vsc-10-cmd-run-as-administrator.png (100%) rename windows/{keep-secure => access-protection/virtual-smart-cards}/images/vsc-11-certificates-request-new-certificate.png (100%) rename windows/{keep-secure => access-protection/virtual-smart-cards}/images/vsc-12-certificate-enrollment-select-certificate.png (100%) rename windows/{keep-secure => access-protection/virtual-smart-cards}/images/vsc-physical-smart-card-lifecycle.png (100%) rename windows/{keep-secure => access-protection/virtual-smart-cards}/images/vsc-process-of-accessing-user-key.png (100%) rename windows/{keep-secure => access-protection/virtual-smart-cards}/images/vsc-virtual-smart-card-icon.png (100%) rename windows/{keep-secure => access-protection/virtual-smart-cards}/virtual-smart-card-deploy-virtual-smart-cards.md (100%) rename windows/{keep-secure => access-protection/virtual-smart-cards}/virtual-smart-card-evaluate-security.md (100%) rename windows/{keep-secure => access-protection/virtual-smart-cards}/virtual-smart-card-get-started.md (100%) rename windows/{keep-secure => access-protection/virtual-smart-cards}/virtual-smart-card-overview.md (99%) rename windows/{keep-secure => access-protection/virtual-smart-cards}/virtual-smart-card-tpmvscmgr.md (100%) rename windows/{keep-secure => access-protection/virtual-smart-cards}/virtual-smart-card-understanding-and-evaluating.md (100%) rename windows/{keep-secure => access-protection/virtual-smart-cards}/virtual-smart-card-use-virtual-smart-cards.md (100%) rename windows/{keep-secure => access-protection/vpn}/how-to-use-single-sign-on-sso-over-vpn-and-wi-fi-connections.md (100%) rename windows/{keep-secure => access-protection/vpn}/images/vpn-app-rules.png (100%) rename windows/{keep-secure => access-protection/vpn}/images/vpn-app-trigger.PNG (100%) rename windows/{keep-secure => access-protection/vpn}/images/vpn-conditional-access-intune.png (100%) rename windows/{keep-secure => access-protection/vpn}/images/vpn-connection-intune.png (100%) rename windows/{keep-secure => access-protection/vpn}/images/vpn-connection.png (100%) rename windows/{keep-secure => access-protection/vpn}/images/vpn-custom-xml-intune.png (100%) rename windows/{keep-secure => access-protection/vpn}/images/vpn-device-compliance.png (100%) rename windows/{keep-secure => access-protection/vpn}/images/vpn-eap-xml.png (100%) rename windows/{keep-secure => access-protection/vpn}/images/vpn-intune-policy.png (100%) rename windows/{keep-secure => access-protection/vpn}/images/vpn-name-intune.png (100%) rename windows/{keep-secure => access-protection/vpn}/images/vpn-profilexml-intune.png (100%) rename windows/{keep-secure => access-protection/vpn}/images/vpn-split-route.png (100%) rename windows/{keep-secure => access-protection/vpn}/images/vpn-split.png (100%) rename windows/{keep-secure => access-protection/vpn}/images/vpn-traffic-rules.png (100%) rename windows/{keep-secure => access-protection/vpn}/vpn-authentication.md (100%) rename windows/{keep-secure => access-protection/vpn}/vpn-auto-trigger-profile.md (100%) rename windows/{keep-secure => access-protection/vpn}/vpn-conditional-access.md (100%) rename windows/{keep-secure => access-protection/vpn}/vpn-connection-type.md (100%) rename windows/{keep-secure => access-protection/vpn}/vpn-guide.md (100%) rename windows/{keep-secure => access-protection/vpn}/vpn-name-resolution.md (100%) rename windows/{keep-secure => access-protection/vpn}/vpn-profile-options.md (100%) rename windows/{keep-secure => access-protection/vpn}/vpn-routing.md (100%) rename windows/{keep-secure => access-protection/vpn}/vpn-security-features.md (96%) rename windows/{keep-secure => access-protection}/windows-credential-theft-mitigation-guide-abstract.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/add-production-devices-to-the-membership-group-for-a-zone.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/add-test-devices-to-the-membership-group-for-a-zone.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/appendix-a-sample-gpo-template-files-for-settings-used-in-this-guide.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/assign-security-group-filters-to-the-gpo.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/basic-firewall-policy-design.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/boundary-zone-gpos.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/boundary-zone.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/certificate-based-isolation-policy-design-example.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/certificate-based-isolation-policy-design.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/change-rules-from-request-to-require-mode.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/checklist-configuring-basic-firewall-settings.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/checklist-configuring-rules-for-an-isolated-server-zone.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/checklist-configuring-rules-for-servers-in-a-standalone-isolated-server-zone.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/checklist-configuring-rules-for-the-boundary-zone.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/checklist-configuring-rules-for-the-encryption-zone.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/checklist-configuring-rules-for-the-isolated-domain.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/checklist-creating-group-policy-objects.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/checklist-creating-inbound-firewall-rules.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/checklist-creating-outbound-firewall-rules.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/checklist-creating-rules-for-clients-of-a-standalone-isolated-server-zone.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/checklist-implementing-a-basic-firewall-policy-design.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/checklist-implementing-a-certificate-based-isolation-policy-design.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/checklist-implementing-a-domain-isolation-policy-design.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/checklist-implementing-a-standalone-server-isolation-policy-design.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/configure-authentication-methods.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/configure-data-protection-quick-mode-settings.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/configure-group-policy-to-autoenroll-and-deploy-certificates.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/configure-key-exchange-main-mode-settings.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/configure-the-rules-to-require-encryption.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/configure-the-windows-firewall-log.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/configure-the-workstation-authentication-certificate-template.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/configure-windows-firewall-to-suppress-notifications-when-a-program-is-blocked.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/confirm-that-certificates-are-deployed-correctly.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/copy-a-gpo-to-create-a-new-gpo.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/create-a-group-account-in-active-directory.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/create-a-group-policy-object.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/create-an-authentication-exemption-list-rule.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/create-an-authentication-request-rule.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/create-an-inbound-icmp-rule.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/create-an-inbound-port-rule.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/create-an-inbound-program-or-service-rule.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/create-an-outbound-port-rule.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/create-an-outbound-program-or-service-rule.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/create-inbound-rules-to-support-rpc.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/create-wmi-filters-for-the-gpo.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/designing-a-windows-firewall-with-advanced-security-strategy.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/determining-the-trusted-state-of-your-devices.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/documenting-the-zones.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/domain-isolation-policy-design-example.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/domain-isolation-policy-design.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/enable-predefined-inbound-rules.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/enable-predefined-outbound-rules.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/encryption-zone-gpos.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/encryption-zone.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/evaluating-windows-firewall-with-advanced-security-design-examples.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/exempt-icmp-from-authentication.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/exemption-list.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/firewall-gpos.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/firewall-policy-design-example.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/gathering-information-about-your-active-directory-deployment.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/gathering-information-about-your-current-network-infrastructure.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/gathering-information-about-your-devices.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/gathering-other-relevant-information.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/gathering-the-information-you-need.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/gpo-domiso-boundary.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/gpo-domiso-encryption.md (97%) rename windows/{keep-secure => access-protection/windows-firewall}/gpo-domiso-firewall.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/gpo-domiso-isolateddomain-clients.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/gpo-domiso-isolateddomain-servers.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/identifying-your-windows-firewall-with-advanced-security-deployment-goals.md (100%) create mode 100644 windows/access-protection/windows-firewall/images/corpnet.gif rename windows/{keep-secure => access-protection/windows-firewall}/images/createipsecrule.gif (100%) rename windows/{keep-secure => access-protection/windows-firewall}/images/powershelllogosmall.gif (100%) rename windows/{keep-secure => access-protection/windows-firewall}/images/qmcryptoset.gif (100%) rename windows/{keep-secure => access-protection/windows-firewall}/images/wfas-design2example1.gif (100%) rename windows/{keep-secure => access-protection/windows-firewall}/images/wfas-design3example1.gif (100%) rename windows/{keep-secure => access-protection/windows-firewall}/images/wfas-designexample1.gif (100%) rename windows/{keep-secure => access-protection/windows-firewall}/images/wfas-designflowchart1.gif (100%) rename windows/{keep-secure => access-protection/windows-firewall}/images/wfas-domainiso.gif (100%) rename windows/{keep-secure => access-protection/windows-firewall}/images/wfas-domainisoencrypt.gif (100%) rename windows/{keep-secure => access-protection/windows-firewall}/images/wfas-domainisohighsec.gif (100%) rename windows/{keep-secure => access-protection/windows-firewall}/images/wfas-domainnag.gif (100%) rename windows/{keep-secure => access-protection/windows-firewall}/images/wfas-icon-checkbox.gif (100%) rename windows/{keep-secure => access-protection/windows-firewall}/images/wfas-implement.gif (100%) rename windows/{keep-secure => access-protection/windows-firewall}/images/wfasdomainisoboundary.gif (100%) rename windows/{keep-secure => access-protection/windows-firewall}/implementing-your-windows-firewall-with-advanced-security-design-plan.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/isolated-domain-gpos.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/isolated-domain.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/isolating-apps-on-your-network.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/link-the-gpo-to-the-domain.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/mapping-your-deployment-goals-to-a-windows-firewall-with-advanced-security-design.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/modify-gpo-filters-to-apply-to-a-different-zone-or-version-of-windows.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/open-the-group-policy-management-console-to-ip-security-policies.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/open-the-group-policy-management-console-to-windows-firewall-with-advanced-security.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/open-the-group-policy-management-console-to-windows-firewall.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/open-windows-firewall-with-advanced-security.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/planning-certificate-based-authentication.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/planning-domain-isolation-zones.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/planning-gpo-deployment.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/planning-group-policy-deployment-for-your-isolation-zones.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/planning-isolation-groups-for-the-zones.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/planning-network-access-groups.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/planning-server-isolation-zones.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/planning-settings-for-a-basic-firewall-policy.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/planning-the-gpos.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/planning-to-deploy-windows-firewall-with-advanced-security.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/planning-your-windows-firewall-with-advanced-security-design.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/procedures-used-in-this-guide.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/protect-devices-from-unwanted-network-traffic.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/require-encryption-when-accessing-sensitive-network-resources.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/restrict-access-to-only-specified-users-or-devices.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/restrict-access-to-only-trusted-devices.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/restrict-server-access-to-members-of-a-group-only.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/securing-end-to-end-ipsec-connections-by-using-ikev2.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/server-isolation-gpos.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/server-isolation-policy-design-example.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/server-isolation-policy-design.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/turn-on-windows-firewall-and-configure-default-behavior.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/understanding-the-windows-firewall-with-advanced-security-design-process.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/verify-that-network-traffic-is-authenticated.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/windows-firewall-with-advanced-security-administration-with-windows-powershell.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/windows-firewall-with-advanced-security-deployment-guide.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/windows-firewall-with-advanced-security-design-guide.md (100%) rename windows/{keep-secure => access-protection/windows-firewall}/windows-firewall-with-advanced-security.md (100%) create mode 100644 windows/application-management/TOC.md rename windows/{manage => application-management/app-v}/appv-about-appv.md (100%) rename windows/{manage => application-management/app-v}/appv-add-or-remove-an-administrator-with-the-management-console.md (100%) rename windows/{manage => application-management/app-v}/appv-add-or-upgrade-packages-with-the-management-console.md (100%) rename windows/{manage => application-management/app-v}/appv-administering-appv-with-powershell.md (100%) rename windows/{manage => application-management/app-v}/appv-administering-virtual-applications-with-the-management-console.md (100%) rename windows/{manage => application-management/app-v}/appv-allow-administrators-to-enable-connection-groups.md (100%) rename windows/{manage => application-management/app-v}/appv-application-publishing-and-client-interaction.md (100%) rename windows/{manage => application-management/app-v}/appv-apply-the-deployment-configuration-file-with-powershell.md (100%) rename windows/{manage => application-management/app-v}/appv-apply-the-user-configuration-file-with-powershell.md (100%) rename windows/{manage => application-management/app-v}/appv-auto-batch-sequencing.md (100%) rename windows/{manage => application-management/app-v}/appv-auto-batch-updating.md (100%) rename windows/{manage => application-management/app-v}/appv-auto-clean-unpublished-packages.md (100%) rename windows/{manage => application-management/app-v}/appv-auto-provision-a-vm.md (100%) rename windows/{manage => application-management/app-v}/appv-available-mdm-settings.md (100%) rename windows/{manage => application-management/app-v}/appv-capacity-planning.md (100%) rename windows/{manage => application-management/app-v}/appv-client-configuration-settings.md (100%) rename windows/{manage => application-management/app-v}/appv-configure-access-to-packages-with-the-management-console.md (100%) rename windows/{manage => application-management/app-v}/appv-configure-connection-groups-to-ignore-the-package-version.md (100%) rename windows/{manage => application-management/app-v}/appv-configure-the-client-to-receive-updates-from-the-publishing-server.md (100%) rename windows/{manage => application-management/app-v}/appv-connect-to-the-management-console.md (100%) rename windows/{manage => application-management/app-v}/appv-connection-group-file.md (100%) rename windows/{manage => application-management/app-v}/appv-connection-group-virtual-environment.md (100%) rename windows/{manage => application-management/app-v}/appv-convert-a-package-created-in-a-previous-version-of-appv.md (100%) rename windows/{manage => application-management/app-v}/appv-create-a-connection-group-with-user-published-and-globally-published-packages.md (100%) rename windows/{manage => application-management/app-v}/appv-create-a-connection-group.md (100%) rename windows/{manage => application-management/app-v}/appv-create-a-custom-configuration-file-with-the-management-console.md (100%) rename windows/{manage => application-management/app-v}/appv-create-a-package-accelerator-with-powershell.md (100%) rename windows/{manage => application-management/app-v}/appv-create-a-package-accelerator.md (100%) rename windows/{manage => application-management/app-v}/appv-create-a-virtual-application-package-package-accelerator.md (100%) rename windows/{manage => application-management/app-v}/appv-create-and-use-a-project-template.md (100%) rename windows/{manage => application-management/app-v}/appv-creating-and-managing-virtualized-applications.md (100%) rename windows/{manage => application-management/app-v}/appv-customize-virtual-application-extensions-with-the-management-console.md (100%) rename windows/{manage => application-management/app-v}/appv-delete-a-connection-group.md (100%) rename windows/{manage => application-management/app-v}/appv-delete-a-package-with-the-management-console.md (100%) rename windows/{manage => application-management/app-v}/appv-deploy-appv-databases-with-sql-scripts.md (100%) rename windows/{manage => application-management/app-v}/appv-deploy-appv-packages-with-electronic-software-distribution-solutions.md (100%) rename windows/{manage => application-management/app-v}/appv-deploy-the-appv-server-with-a-script.md (100%) rename windows/{manage => application-management/app-v}/appv-deploy-the-appv-server.md (100%) rename windows/{manage => application-management/app-v}/appv-deploying-appv.md (100%) rename windows/{manage => application-management/app-v}/appv-deploying-microsoft-office-2010-wth-appv.md (100%) rename windows/{manage => application-management/app-v}/appv-deploying-microsoft-office-2013-with-appv.md (100%) rename windows/{manage => application-management/app-v}/appv-deploying-microsoft-office-2016-with-appv.md (100%) rename windows/{manage => application-management/app-v}/appv-deploying-packages-with-electronic-software-distribution-solutions.md (100%) rename windows/{manage => application-management/app-v}/appv-deploying-the-appv-sequencer-and-client.md (100%) rename windows/{manage => application-management/app-v}/appv-deploying-the-appv-server.md (100%) rename windows/{manage => application-management/app-v}/appv-deployment-checklist.md (100%) rename windows/{manage => application-management/app-v}/appv-dynamic-configuration.md (100%) rename windows/{manage => application-management/app-v}/appv-enable-administrators-to-publish-packages-with-electronic-software-distribution-solutions.md (100%) rename windows/{manage => application-management/app-v}/appv-enable-reporting-on-the-appv-client-with-powershell.md (100%) rename windows/{manage => application-management/app-v}/appv-enable-the-app-v-desktop-client.md (100%) rename windows/{manage => application-management/app-v}/appv-evaluating-appv.md (100%) rename windows/{manage => application-management/app-v}/appv-for-windows.md (100%) rename windows/{manage => application-management/app-v}/appv-getting-started.md (100%) rename windows/{manage => application-management/app-v}/appv-high-level-architecture.md (100%) rename windows/{manage => application-management/app-v}/appv-install-the-appv-databases-and-convert-the-associated-security-identifiers-with-powershell.md (100%) rename windows/{manage => application-management/app-v}/appv-install-the-management-and-reporting-databases-on-separate-computers.md (100%) rename windows/{manage => application-management/app-v}/appv-install-the-management-server-on-a-standalone-computer.md (100%) rename windows/{manage => application-management/app-v}/appv-install-the-publishing-server-on-a-remote-computer.md (100%) rename windows/{manage => application-management/app-v}/appv-install-the-reporting-server-on-a-standalone-computer.md (100%) rename windows/{manage => application-management/app-v}/appv-install-the-sequencer.md (100%) rename windows/{manage => application-management/app-v}/appv-load-the-powershell-cmdlets-and-get-cmdlet-help.md (100%) rename windows/{manage => application-management/app-v}/appv-maintaining-appv.md (100%) rename windows/{manage => application-management/app-v}/appv-manage-appv-packages-running-on-a-stand-alone-computer-with-powershell.md (100%) rename windows/{manage => application-management/app-v}/appv-manage-connection-groups-on-a-stand-alone-computer-with-powershell.md (100%) rename windows/{manage => application-management/app-v}/appv-managing-connection-groups.md (100%) rename windows/{manage => application-management/app-v}/appv-migrating-to-appv-from-a-previous-version.md (100%) rename windows/{manage => application-management/app-v}/appv-modify-an-existing-virtual-application-package.md (100%) rename windows/{manage => application-management/app-v}/appv-modify-client-configuration-with-powershell.md (100%) rename windows/{manage => application-management/app-v}/appv-move-the-appv-server-to-another-computer.md (100%) rename windows/{manage => application-management/app-v}/appv-operations.md (100%) rename windows/{manage => application-management/app-v}/appv-performance-guidance.md (99%) rename windows/{manage => application-management/app-v}/appv-planning-checklist.md (100%) rename windows/{manage => application-management/app-v}/appv-planning-folder-redirection-with-appv.md (100%) rename windows/{manage => application-management/app-v}/appv-planning-for-appv-server-deployment.md (100%) rename windows/{manage => application-management/app-v}/appv-planning-for-appv.md (100%) rename windows/{manage => application-management/app-v}/appv-planning-for-high-availability-with-appv.md (100%) rename windows/{manage => application-management/app-v}/appv-planning-for-sequencer-and-client-deployment.md (100%) rename windows/{manage => application-management/app-v}/appv-planning-for-using-appv-with-office.md (100%) rename windows/{manage => application-management/app-v}/appv-planning-to-deploy-appv-with-electronic-software-distribution-solutions.md (100%) rename windows/{manage => application-management/app-v}/appv-planning-to-deploy-appv.md (100%) rename windows/{manage => application-management/app-v}/appv-preparing-your-environment.md (100%) rename windows/{manage => application-management/app-v}/appv-prerequisites.md (100%) rename windows/{manage => application-management/app-v}/appv-publish-a-connection-group.md (100%) rename windows/{manage => application-management/app-v}/appv-publish-a-packages-with-the-management-console.md (100%) rename windows/{manage => application-management/app-v}/appv-register-and-unregister-a-publishing-server-with-the-management-console.md (100%) rename windows/{manage => application-management/app-v}/appv-release-notes-for-appv-for-windows-1703.md (100%) rename windows/{manage => application-management/app-v}/appv-release-notes-for-appv-for-windows.md (100%) rename windows/{manage => application-management/app-v}/appv-reporting.md (100%) rename windows/{manage => application-management/app-v}/appv-running-locally-installed-applications-inside-a-virtual-environment.md (100%) rename windows/{manage => application-management/app-v}/appv-security-considerations.md (100%) rename windows/{manage => application-management/app-v}/appv-sequence-a-new-application.md (100%) rename windows/{manage => application-management/app-v}/appv-sequence-a-package-with-powershell.md (100%) rename windows/{manage => application-management/app-v}/appv-supported-configurations.md (100%) rename windows/{manage => application-management/app-v}/appv-technical-reference.md (100%) rename windows/{manage => application-management/app-v}/appv-transfer-access-and-configurations-to-another-version-of-a-package-with-the-management-console.md (100%) rename windows/{manage => application-management/app-v}/appv-troubleshooting.md (100%) rename windows/{manage => application-management/app-v}/appv-upgrading-to-app-v-for-windows-10-from-an-existing-installation.md (100%) rename windows/{manage => application-management/app-v}/appv-using-the-client-management-console.md (100%) rename windows/{manage => application-management/app-v}/appv-view-and-configure-applications-and-default-virtual-application-extensions-with-the-management-console.md (100%) rename windows/{manage => application-management/app-v}/appv-viewing-appv-server-publishing-metadata.md (100%) rename windows/{configure => application-management/app-v}/images/app-v-in-adk.png (100%) rename windows/{configure => application-management/app-v}/images/checklistbox.gif (100%) rename windows/{configure => application-management/app-v}/images/packageaddfileandregistrydata-global.png (100%) rename windows/{configure => application-management/app-v}/images/packageaddfileandregistrydata-stream.png (100%) rename windows/{configure => application-management/app-v}/images/packageaddfileandregistrydata.png (100%) create mode 100644 windows/application-management/index.md rename windows/{deploy => application-management}/sideload-apps-in-windows-10.md (100%) delete mode 100644 windows/breadcrumb/toc.yml create mode 100644 windows/client-management/TOC.md rename windows/{manage => client-management}/administrative-tools-in-windows-10.md (100%) rename windows/{manage => client-management}/connect-to-remote-aadj-pc.md (93%) rename windows/{manage => client-management}/group-policies-for-enterprise-and-education-editions.md (67%) rename windows/{configure => client-management}/images/aadj1.jpg (100%) rename windows/{configure => client-management}/images/aadj2.jpg (100%) rename windows/{configure => client-management}/images/aadj3.jpg (100%) rename windows/{configure => client-management}/images/aadj4.jpg (100%) rename windows/{configure => client-management}/images/aadjbrowser.jpg (100%) rename windows/{configure => client-management}/images/aadjcal.jpg (100%) rename windows/{configure => client-management}/images/aadjcalmail.jpg (100%) rename windows/{configure => client-management}/images/aadjmail1.jpg (100%) rename windows/{configure => client-management}/images/aadjmail2.jpg (100%) rename windows/{configure => client-management}/images/aadjmail3.jpg (100%) rename windows/{configure => client-management}/images/aadjonedrive.jpg (100%) rename windows/{configure => client-management}/images/aadjonenote.jpg (100%) rename windows/{configure => client-management}/images/aadjonenote2.jpg (100%) rename windows/{configure => client-management}/images/aadjonenote3.jpg (100%) rename windows/{configure => client-management}/images/aadjpin.jpg (100%) rename windows/{configure => client-management}/images/aadjppt.jpg (100%) rename windows/{configure => client-management}/images/aadjverify.jpg (100%) rename windows/{configure => client-management}/images/aadjword.jpg (100%) rename windows/{configure => client-management}/images/aadjwsfb.jpg (100%) rename windows/{configure => client-management}/images/admin-tools-folder.png (100%) rename windows/{configure => client-management}/images/admin-tools.png (100%) rename windows/{configure => client-management}/images/allow-rdp.png (100%) rename windows/{configure => client-management}/images/checkmark.png (100%) rename windows/{configure => client-management}/images/copy-to-change.png (100%) rename windows/{configure => client-management}/images/copy-to-path.png (100%) rename windows/{configure => client-management}/images/copy-to.PNG (100%) rename windows/{configure => client-management}/images/crossmark.png (100%) rename windows/{configure => client-management}/images/rdp.png (100%) rename windows/{manage => client-management}/images/settings-page-visibility-gp.png (100%) rename windows/{configure => client-management}/images/sysprep-error.png (100%) rename windows/{configure => client-management}/images/windows-10-management-cyod-byod-flow.png (100%) rename windows/{configure => client-management}/images/windows-10-management-gp-intune-flow.png (100%) rename windows/{configure => client-management}/images/windows-10-management-range-of-options.png (100%) create mode 100644 windows/client-management/index.md rename windows/{manage => client-management}/join-windows-10-mobile-to-azure-active-directory.md (97%) rename windows/{manage => client-management}/manage-corporate-devices.md (82%) rename windows/{manage => client-management}/manage-settings-app-with-group-policy.md (100%) rename windows/{manage => client-management}/manage-windows-10-in-your-organization-modern-management.md (100%) rename windows/{manage => client-management}/mandatory-user-profile.md (96%) rename windows/{manage => client-management}/new-policies-for-windows-10.md (90%) rename windows/{manage => client-management}/reset-a-windows-10-mobile-device.md (100%) rename windows/{manage => client-management}/windows-10-mobile-and-mdm.md (99%) rename windows/{manage => client-management}/windows-libraries.md (99%) create mode 100644 windows/configuration/TOC.md rename windows/{configure => configuration}/basic-level-windows-diagnostic-events-and-fields.md (100%) rename windows/{configure => configuration}/change-history-for-configure-windows-10.md (66%) rename windows/{configure => configuration}/changes-to-start-policies-in-windows-10.md (100%) rename windows/{configure => configuration}/configure-devices-without-mdm.md (100%) rename windows/{configure => configuration}/configure-windows-10-taskbar.md (100%) rename windows/{configure => configuration}/configure-windows-telemetry-in-your-organization.md (99%) rename windows/{configure => configuration/cortana-at-work}/cortana-at-work-crm.md (96%) rename windows/{configure => configuration/cortana-at-work}/cortana-at-work-feedback.md (96%) rename windows/{configure => configuration/cortana-at-work}/cortana-at-work-o365.md (97%) rename windows/{configure => configuration/cortana-at-work}/cortana-at-work-overview.md (92%) rename windows/{configure => configuration/cortana-at-work}/cortana-at-work-policy-settings.md (100%) rename windows/{configure => configuration/cortana-at-work}/cortana-at-work-powerbi.md (88%) rename windows/{configure => configuration/cortana-at-work}/cortana-at-work-scenario-1.md (92%) rename windows/{configure => configuration/cortana-at-work}/cortana-at-work-scenario-2.md (94%) rename windows/{configure => configuration/cortana-at-work}/cortana-at-work-scenario-3.md (85%) rename windows/{configure => configuration/cortana-at-work}/cortana-at-work-scenario-4.md (90%) rename windows/{configure => configuration/cortana-at-work}/cortana-at-work-scenario-5.md (89%) rename windows/{configure => configuration/cortana-at-work}/cortana-at-work-scenario-6.md (91%) rename windows/{configure => configuration/cortana-at-work}/cortana-at-work-scenario-7.md (93%) rename windows/{configure => configuration/cortana-at-work}/cortana-at-work-testing-scenarios.md (100%) rename windows/{configure => configuration/cortana-at-work}/cortana-at-work-voice-commands.md (98%) rename windows/{configure => configuration/cortana-at-work}/images/cortana-about-me.png (100%) rename windows/{configure => configuration/cortana-at-work}/images/cortana-add-reminder.png (100%) rename windows/{configure => configuration/cortana-at-work}/images/cortana-chicago-weather.png (100%) rename windows/{configure => configuration/cortana-at-work}/images/cortana-communication-history-permissions.png (100%) rename windows/{configure => configuration/cortana-at-work}/images/cortana-complete-send-email-coworker-mic.png (100%) rename windows/{configure => configuration/cortana-at-work}/images/cortana-connect-crm.png (100%) rename windows/{configure => configuration/cortana-at-work}/images/cortana-connect-o365.png (100%) rename windows/{configure => configuration/cortana-at-work}/images/cortana-connect-uber.png (100%) rename windows/{configure => configuration/cortana-at-work}/images/cortana-crm-screen.png (100%) rename windows/{configure => configuration/cortana-at-work}/images/cortana-feedback.png (100%) rename windows/{configure => configuration/cortana-at-work}/images/cortana-final-reminder.png (100%) rename windows/{configure => configuration/cortana-at-work}/images/cortana-meeting-specific-time.png (100%) rename windows/{configure => configuration/cortana-at-work}/images/cortana-meeting-tomorrow.png (100%) rename windows/{configure => configuration/cortana-at-work}/images/cortana-newyork-weather.png (100%) rename windows/{configure => configuration/cortana-at-work}/images/cortana-o365-screen.png (100%) rename windows/{configure => configuration/cortana-at-work}/images/cortana-place-reminder.png (100%) rename windows/{configure => configuration/cortana-at-work}/images/cortana-powerbi-create-report.png (100%) rename windows/{configure => configuration/cortana-at-work}/images/cortana-powerbi-expand-nav.png (100%) rename windows/{configure => configuration/cortana-at-work}/images/cortana-powerbi-field-selection.png (100%) rename windows/{configure => configuration/cortana-at-work}/images/cortana-powerbi-getdata-samples.png (100%) rename windows/{configure => configuration/cortana-at-work}/images/cortana-powerbi-getdata.png (100%) rename windows/{configure => configuration/cortana-at-work}/images/cortana-powerbi-myreport.png (100%) rename windows/{configure => configuration/cortana-at-work}/images/cortana-powerbi-pagesize.png (100%) rename windows/{configure => configuration/cortana-at-work}/images/cortana-powerbi-report-qna.png (100%) rename windows/{configure => configuration/cortana-at-work}/images/cortana-powerbi-retail-analysis-dashboard.png (100%) rename windows/{configure => configuration/cortana-at-work}/images/cortana-powerbi-retail-analysis-dataset.png (100%) rename windows/{configure => configuration/cortana-at-work}/images/cortana-powerbi-retail-analysis-sample.png (100%) rename windows/{configure => configuration/cortana-at-work}/images/cortana-powerbi-search.png (100%) rename windows/{configure => configuration/cortana-at-work}/images/cortana-powerbi-settings.png (100%) rename windows/{configure => configuration/cortana-at-work}/images/cortana-redmond-weather.png (100%) rename windows/{configure => configuration/cortana-at-work}/images/cortana-reminder-edit.png (100%) rename windows/{configure => configuration/cortana-at-work}/images/cortana-reminder-list.png (100%) rename windows/{configure => configuration/cortana-at-work}/images/cortana-reminder-mic.png (100%) rename windows/{configure => configuration/cortana-at-work}/images/cortana-reminder-pending-mic.png (100%) rename windows/{configure => configuration/cortana-at-work}/images/cortana-reminder-pending.png (100%) rename windows/{configure => configuration/cortana-at-work}/images/cortana-send-email-coworker-mic.png (100%) rename windows/{configure => configuration/cortana-at-work}/images/cortana-send-email-coworker.png (100%) rename windows/{configure => configuration/cortana-at-work}/images/cortana-suggested-reminder-settings.png (100%) rename windows/{configure => configuration/cortana-at-work}/images/cortana-suggested-reminder.png (100%) rename windows/{configure => configuration/cortana-at-work}/images/cortana-weather-multipanel.png (100%) rename windows/{configure => configuration}/customize-and-export-start-layout.md (100%) rename windows/{configure => configuration}/customize-windows-10-start-screens-by-using-group-policy.md (100%) rename windows/{configure => configuration}/customize-windows-10-start-screens-by-using-mobile-device-management.md (99%) rename windows/{configure => configuration}/customize-windows-10-start-screens-by-using-provisioning-packages-and-icd.md (98%) rename windows/{configure => configuration}/guidelines-for-assigned-access-app.md (100%) rename windows/{configure => configuration}/images/ActionCenterXML.jpg (100%) rename windows/{configure => configuration}/images/AppsXML.jpg (100%) rename windows/{configure => configuration}/images/AppsXML.png (100%) rename windows/{configure => configuration}/images/ButtonsXML.jpg (100%) rename windows/{configure => configuration}/images/CSPRunnerXML.jpg (100%) rename windows/{configure => configuration}/images/ICD.png (100%) rename windows/{configure => configuration}/images/ICDstart-option.PNG (100%) rename windows/{configure => configuration}/images/ISE.PNG (100%) rename windows/{configure => configuration}/images/MenuItemsXML.png (100%) rename windows/{configure => configuration}/images/PoC-big.png (100%) rename windows/{configure => configuration}/images/PoC.png (100%) rename windows/{configure => configuration}/images/SettingsXML.png (100%) rename windows/{configure => configuration}/images/StartGrid.jpg (100%) rename windows/{configure => configuration}/images/StartGridPinnedApps.jpg (100%) rename windows/{configure => configuration}/images/TilesXML.png (100%) rename windows/{configure => configuration}/images/account-management-details.PNG (100%) rename windows/{configure => configuration}/images/account-management.PNG (100%) rename windows/{configure => configuration}/images/add-applications-details.PNG (100%) rename windows/{configure => configuration}/images/add-applications.PNG (100%) rename windows/{configure => configuration}/images/add-certificates-details.PNG (100%) rename windows/{configure => configuration}/images/add-certificates.PNG (100%) rename windows/{configure => configuration}/images/adk-install.png (100%) rename windows/{manage => configuration}/images/admin-tools-folder.png (100%) rename windows/{manage => configuration}/images/admin-tools.png (100%) rename windows/{manage => configuration}/images/allow-rdp.png (100%) rename windows/{manage => configuration}/images/app-v-in-adk.png (100%) rename windows/{configure => configuration}/images/apprule.png (100%) rename windows/{configure => configuration}/images/apps.png (100%) rename windows/{configure => configuration}/images/appwarning.png (100%) rename windows/{configure => configuration}/images/azureadjoined.png (100%) rename windows/{configure => configuration}/images/backicon.png (100%) rename windows/{configure => configuration}/images/bulk-enroll-mobile-details.PNG (100%) rename windows/{configure => configuration}/images/bulk-enroll-mobile.PNG (100%) rename windows/{configure => configuration}/images/check_blu.png (100%) rename windows/{configure => configuration}/images/check_grn.png (100%) rename windows/{manage => configuration}/images/checklistbox.gif (100%) rename windows/{configure => configuration}/images/checklistdone.png (100%) rename windows/{deploy => configuration}/images/checkmark.png (100%) rename windows/{configure => configuration}/images/choose-package.png (100%) rename windows/{configure => configuration}/images/config-policy.png (100%) rename windows/{configure => configuration}/images/config-source.png (100%) rename windows/{configure => configuration}/images/configconflict.png (100%) rename windows/{configure => configuration}/images/connect-aad.png (100%) rename windows/{configure => configuration}/images/convert.png (100%) rename windows/{manage => configuration}/images/copy-to-change.png (100%) rename windows/{manage => configuration}/images/copy-to-path.png (100%) rename windows/{manage => configuration}/images/copy-to.PNG (100%) rename windows/{manage => configuration}/images/cortana-about-me.png (100%) rename windows/{manage => configuration}/images/cortana-add-reminder.png (100%) rename windows/{manage => configuration}/images/cortana-chicago-weather.png (100%) rename windows/{manage => configuration}/images/cortana-communication-history-permissions.png (100%) rename windows/{manage => configuration}/images/cortana-complete-send-email-coworker-mic.png (100%) rename windows/{manage => configuration}/images/cortana-connect-crm.png (100%) rename windows/{manage => configuration}/images/cortana-connect-o365.png (100%) rename windows/{manage => configuration}/images/cortana-connect-uber.png (100%) rename windows/{manage => configuration}/images/cortana-crm-screen.png (100%) rename windows/{manage => configuration}/images/cortana-feedback.png (100%) rename windows/{manage => configuration}/images/cortana-final-reminder.png (100%) rename windows/{manage => configuration}/images/cortana-meeting-specific-time.png (100%) rename windows/{manage => configuration}/images/cortana-meeting-tomorrow.png (100%) rename windows/{manage => configuration}/images/cortana-newyork-weather.png (100%) rename windows/{manage => configuration}/images/cortana-o365-screen.png (100%) rename windows/{manage => configuration}/images/cortana-place-reminder.png (100%) rename windows/{manage => configuration}/images/cortana-powerbi-create-report.png (100%) rename windows/{manage => configuration}/images/cortana-powerbi-expand-nav.png (100%) rename windows/{manage => configuration}/images/cortana-powerbi-field-selection.png (100%) rename windows/{manage => configuration}/images/cortana-powerbi-getdata-samples.png (100%) rename windows/{manage => configuration}/images/cortana-powerbi-getdata.png (100%) rename windows/{manage => configuration}/images/cortana-powerbi-myreport.png (100%) rename windows/{manage => configuration}/images/cortana-powerbi-pagesize.png (100%) rename windows/{manage => configuration}/images/cortana-powerbi-report-qna.png (100%) rename windows/{manage => configuration}/images/cortana-powerbi-retail-analysis-dashboard.png (100%) rename windows/{manage => configuration}/images/cortana-powerbi-retail-analysis-dataset.png (100%) rename windows/{manage => configuration}/images/cortana-powerbi-retail-analysis-sample.png (100%) rename windows/{manage => configuration}/images/cortana-powerbi-search.png (100%) rename windows/{manage => configuration}/images/cortana-powerbi-settings.png (100%) rename windows/{manage => configuration}/images/cortana-redmond-weather.png (100%) rename windows/{manage => configuration}/images/cortana-reminder-edit.png (100%) rename windows/{manage => configuration}/images/cortana-reminder-list.png (100%) rename windows/{manage => configuration}/images/cortana-reminder-mic.png (100%) rename windows/{manage => configuration}/images/cortana-reminder-pending-mic.png (100%) rename windows/{manage => configuration}/images/cortana-reminder-pending.png (100%) rename windows/{manage => configuration}/images/cortana-send-email-coworker-mic.png (100%) rename windows/{manage => configuration}/images/cortana-send-email-coworker.png (100%) rename windows/{manage => configuration}/images/cortana-suggested-reminder-settings.png (100%) rename windows/{manage => configuration}/images/cortana-suggested-reminder.png (100%) rename windows/{manage => configuration}/images/cortana-weather-multipanel.png (100%) rename windows/{deploy => configuration}/images/crossmark.png (100%) rename windows/{configure => configuration}/images/csp-placeholder.png (100%) rename windows/{configure => configuration}/images/cspinicd.png (100%) rename windows/{configure => configuration}/images/csptable.png (100%) rename windows/{configure => configuration}/images/customization-start-edge.PNG (100%) rename windows/{configure => configuration}/images/customization-start.PNG (100%) rename windows/{configure => configuration}/images/dep-win8-l-usmt-migrationcomparemigstores.gif (100%) rename windows/{configure => configuration}/images/dep-win8-l-usmt-pcrefresh.jpg (100%) rename windows/{configure => configuration}/images/dep-win8-l-usmt-pcreplace.jpg (100%) rename windows/{configure => configuration}/images/dep-win8-l-vamt-findingcomputerdialog.gif (100%) rename windows/{configure => configuration}/images/dep-win8-l-vamt-firewallconfigurationformultiplesubnets.gif (100%) rename windows/{configure => configuration}/images/dep-win8-l-vamt-image001-enterprise.jpg (100%) rename windows/{configure => configuration}/images/dep-win8-l-vamt-makindependentactivationscenario.jpg (100%) rename windows/{configure => configuration}/images/dep-win8-l-vamt-makproxyactivationscenario.jpg (100%) rename windows/{configure => configuration}/images/deploy-finish.PNG (100%) rename windows/{configure => configuration}/images/deploymentworkflow.png (100%) rename windows/{configure => configuration}/images/developer-setup.PNG (100%) rename windows/{configure => configuration}/images/disk2vhd-convert.PNG (100%) rename windows/{configure => configuration}/images/disk2vhd-gen2.PNG (100%) rename windows/{configure => configuration}/images/disk2vhd.PNG (100%) rename windows/{configure => configuration}/images/disk2vhd4.PNG (100%) rename windows/{configure => configuration}/images/doneicon.png (100%) rename windows/{configure => configuration}/images/download_vhd.png (100%) rename windows/{configure => configuration}/images/e3-activated.png (100%) rename windows/{configure => configuration}/images/edge-with-logo.png (100%) rename windows/{configure => configuration}/images/edge-without-logo.png (100%) rename windows/{configure => configuration}/images/enterprise-e3-ad-connect.png (100%) rename windows/{configure => configuration}/images/enterprise-e3-choose-how.png (100%) rename windows/{configure => configuration}/images/enterprise-e3-connect-to-work-or-school.png (100%) rename windows/{configure => configuration}/images/enterprise-e3-lets-get-2.png (100%) rename windows/{configure => configuration}/images/enterprise-e3-lets-get.png (100%) rename windows/{configure => configuration}/images/enterprise-e3-set-up-work-or-school.png (100%) rename windows/{configure => configuration}/images/enterprise-e3-sign-in.png (100%) rename windows/{configure => configuration}/images/enterprise-e3-who-owns.png (100%) rename windows/{configure => configuration}/images/enterprise-e3-win-10-activated-enterprise-subscription-active.png (100%) rename windows/{configure => configuration}/images/enterprise-e3-win-10-activated-enterprise-subscription-not-active.png (100%) rename windows/{configure => configuration}/images/enterprise-e3-win-10-not-activated-enterprise-subscription-active.png (100%) rename windows/{configure => configuration}/images/enterprise-e3-win-10-not-activated-enterprise-subscription-not-active.png (100%) rename windows/{configure => configuration}/images/export-mgt-desktop.png (100%) rename windows/{configure => configuration}/images/export-mgt-mobile.png (100%) rename windows/{configure => configuration}/images/express-settings.png (100%) rename windows/{configure => configuration}/images/fig1-deferupgrades.png (100%) rename windows/{configure => configuration}/images/fig10-contosoinstall.png (100%) rename windows/{configure => configuration}/images/fig10-unattend.png (100%) rename windows/{configure => configuration}/images/fig13-captureimage.png (100%) rename windows/{configure => configuration}/images/fig16-contentstatus.png (100%) rename windows/{configure => configuration}/images/fig17-win10image.png (100%) rename windows/{configure => configuration}/images/fig18-distwindows.png (100%) rename windows/{configure => configuration}/images/fig2-deploymenttimeline.png (100%) rename windows/{configure => configuration}/images/fig2-gather.png (100%) rename windows/{configure => configuration}/images/fig2-importedos.png (100%) rename windows/{configure => configuration}/images/fig2-taskseq.png (100%) rename windows/{configure => configuration}/images/fig21-add-drivers.png (100%) rename windows/{configure => configuration}/images/fig22-createcategories.png (100%) rename windows/{configure => configuration}/images/fig27-driverpackage.png (100%) rename windows/{configure => configuration}/images/fig28-addapp.png (100%) rename windows/{configure => configuration}/images/fig3-overlaprelease.png (100%) rename windows/{configure => configuration}/images/fig30-settingspack.png (100%) rename windows/{configure => configuration}/images/fig32-deploywiz.png (100%) rename windows/{configure => configuration}/images/fig4-oob-drivers.png (100%) rename windows/{configure => configuration}/images/fig5-selectprofile.png (100%) rename windows/{configure => configuration}/images/fig6-taskseq.png (100%) rename windows/{configure => configuration}/images/fig8-cust-tasks.png (100%) rename windows/{configure => configuration}/images/fig8-suspend.png (100%) rename windows/{configure => configuration}/images/fig9-resumetaskseq.png (100%) rename windows/{configure => configuration}/images/figure4-deployment-workbench.png (100%) rename windows/{configure => configuration}/images/finish-details-mobile.PNG (100%) rename windows/{configure => configuration}/images/finish-details.png (100%) rename windows/{configure => configuration}/images/finish-mobile.PNG (100%) rename windows/{configure => configuration}/images/finish.PNG (100%) rename windows/{configure => configuration}/images/five.png (100%) rename windows/{configure => configuration}/images/four.png (100%) rename windows/{configure => configuration}/images/funfacts.png (100%) rename windows/{configure => configuration}/images/genrule.png (100%) rename windows/{configure => configuration}/images/gp-branch.png (100%) rename windows/{configure => configuration}/images/gp-exclude-drivers.png (100%) rename windows/{configure => configuration}/images/gp-feature.png (100%) rename windows/{configure => configuration}/images/gp-quality.png (100%) rename windows/{configure => configuration}/images/hyper-v-feature.png (100%) rename windows/{configure => configuration}/images/icd-adv-shared-pc.PNG (100%) rename windows/{configure => configuration}/images/icd-create-options-1703.PNG (100%) rename windows/{configure => configuration}/images/icd-create-options.PNG (100%) rename windows/{configure => configuration}/images/icd-desktop-1703.PNG (100%) rename windows/{configure => configuration}/images/icd-export-menu.png (100%) rename windows/{configure => configuration}/images/icd-install.PNG (100%) rename windows/{configure => configuration}/images/icd-multi-target-true.png (100%) rename windows/{configure => configuration}/images/icd-multi-targetstate-true.png (100%) rename windows/{configure => configuration}/images/icd-runtime.PNG (100%) rename windows/{configure => configuration}/images/icd-school.PNG (100%) rename windows/{configure => configuration}/images/icd-script1.png (100%) rename windows/{configure => configuration}/images/icd-script2.png (100%) rename windows/{configure => configuration}/images/icd-setting-help.PNG (100%) rename windows/{configure => configuration}/images/icd-settings.PNG (100%) rename windows/{configure => configuration}/images/icd-simple-edit.png (100%) rename windows/{configure => configuration}/images/icd-simple.PNG (100%) rename windows/{configure => configuration}/images/icd-step1.PNG (100%) rename windows/{configure => configuration}/images/icd-step2.PNG (100%) rename windows/{configure => configuration}/images/icd-step3.PNG (100%) rename windows/{configure => configuration}/images/icd-step4.PNG (100%) rename windows/{configure => configuration}/images/icd-step5.PNG (100%) rename windows/{configure => configuration}/images/icd-switch.PNG (100%) rename windows/{configure => configuration}/images/icdbrowse.png (100%) rename windows/{configure => configuration}/images/identitychoices.png (100%) rename windows/{configure => configuration}/images/image.PNG (100%) rename windows/{configure => configuration}/images/installing-drivers.png (100%) rename windows/{configure => configuration}/images/kiosk-account-details.PNG (100%) rename windows/{configure => configuration}/images/kiosk-account.PNG (100%) rename windows/{configure => configuration}/images/kiosk-common-details.PNG (100%) rename windows/{configure => configuration}/images/kiosk-common.PNG (100%) rename windows/{configure => configuration}/images/launchicon.png (100%) rename windows/{configure => configuration}/images/ld-apps.PNG (100%) rename windows/{configure => configuration}/images/ld-buttons.PNG (100%) rename windows/{configure => configuration}/images/ld-connect.PNG (100%) rename windows/{configure => configuration}/images/ld-csp.PNG (100%) rename windows/{configure => configuration}/images/ld-export.PNG (100%) rename windows/{configure => configuration}/images/ld-other.PNG (100%) rename windows/{configure => configuration}/images/ld-pair.PNG (100%) rename windows/{configure => configuration}/images/ld-quick.PNG (100%) rename windows/{configure => configuration}/images/ld-role.PNG (100%) rename windows/{configure => configuration}/images/ld-settings.PNG (100%) rename windows/{configure => configuration}/images/ld-start.PNG (100%) rename windows/{configure => configuration}/images/ld-sync.PNG (100%) rename windows/{configure => configuration}/images/ldstore.PNG (100%) rename windows/{configure => configuration}/images/license-terms.png (100%) rename windows/{configure => configuration}/images/lily.jpg (100%) rename windows/{configure => configuration}/images/lockdownapps.png (100%) rename windows/{configure => configuration}/images/lockscreen.png (100%) rename windows/{configure => configuration}/images/lockscreenpolicy.png (100%) rename windows/{configure => configuration}/images/mdm-diag-report-powershell.PNG (100%) rename windows/{configure => configuration}/images/mdm.png (100%) rename windows/{configure => configuration}/images/mdt-01-fig01.png (100%) rename windows/{configure => configuration}/images/mdt-01-fig02.jpg (100%) rename windows/{configure => configuration}/images/mdt-03-fig01.png (100%) rename windows/{configure => configuration}/images/mdt-03-fig02.png (100%) rename windows/{configure => configuration}/images/mdt-03-fig03.png (100%) rename windows/{configure => configuration}/images/mdt-03-fig04.png (100%) rename windows/{configure => configuration}/images/mdt-03-fig05.png (100%) rename windows/{configure => configuration}/images/mdt-04-fig01.png (100%) rename windows/{configure => configuration}/images/mdt-05-fig01.png (100%) rename windows/{configure => configuration}/images/mdt-05-fig02.png (100%) rename windows/{configure => configuration}/images/mdt-05-fig03.png (100%) rename windows/{configure => configuration}/images/mdt-05-fig04.png (100%) rename windows/{configure => configuration}/images/mdt-05-fig05.png (100%) rename windows/{configure => configuration}/images/mdt-05-fig07.png (100%) rename windows/{configure => configuration}/images/mdt-05-fig08.png (100%) rename windows/{configure => configuration}/images/mdt-05-fig09.png (100%) rename windows/{configure => configuration}/images/mdt-05-fig10.png (100%) rename windows/{configure => configuration}/images/mdt-06-fig01.png (100%) rename windows/{configure => configuration}/images/mdt-06-fig03.png (100%) rename windows/{configure => configuration}/images/mdt-06-fig04.png (100%) rename windows/{configure => configuration}/images/mdt-06-fig05.png (100%) rename windows/{configure => configuration}/images/mdt-06-fig06.png (100%) rename windows/{configure => configuration}/images/mdt-06-fig07.png (100%) rename windows/{configure => configuration}/images/mdt-06-fig08.png (100%) rename windows/{configure => configuration}/images/mdt-06-fig10.png (100%) rename windows/{configure => configuration}/images/mdt-06-fig12.png (100%) rename windows/{configure => configuration}/images/mdt-06-fig13.png (100%) rename windows/{configure => configuration}/images/mdt-06-fig14.png (100%) rename windows/{configure => configuration}/images/mdt-06-fig15.png (100%) rename windows/{configure => configuration}/images/mdt-06-fig16.png (100%) rename windows/{configure => configuration}/images/mdt-06-fig20.png (100%) rename windows/{configure => configuration}/images/mdt-06-fig21.png (100%) rename windows/{configure => configuration}/images/mdt-06-fig26.png (100%) rename windows/{configure => configuration}/images/mdt-06-fig31.png (100%) rename windows/{configure => configuration}/images/mdt-06-fig33.png (100%) rename windows/{configure => configuration}/images/mdt-06-fig35.png (100%) rename windows/{configure => configuration}/images/mdt-06-fig36.png (100%) rename windows/{configure => configuration}/images/mdt-06-fig37.png (100%) rename windows/{configure => configuration}/images/mdt-06-fig39.png (100%) rename windows/{configure => configuration}/images/mdt-06-fig42.png (100%) rename windows/{configure => configuration}/images/mdt-06-fig43.png (100%) rename windows/{configure => configuration}/images/mdt-07-fig01.png (100%) rename windows/{configure => configuration}/images/mdt-07-fig03.png (100%) rename windows/{configure => configuration}/images/mdt-07-fig08.png (100%) rename windows/{configure => configuration}/images/mdt-07-fig09.png (100%) rename windows/{configure => configuration}/images/mdt-07-fig10.png (100%) rename windows/{configure => configuration}/images/mdt-07-fig11.png (100%) rename windows/{configure => configuration}/images/mdt-07-fig13.png (100%) rename windows/{configure => configuration}/images/mdt-07-fig14.png (100%) rename windows/{configure => configuration}/images/mdt-07-fig15.png (100%) rename windows/{configure => configuration}/images/mdt-07-fig16.png (100%) rename windows/{configure => configuration}/images/mdt-08-fig01.png (100%) rename windows/{configure => configuration}/images/mdt-08-fig02.png (100%) rename windows/{configure => configuration}/images/mdt-08-fig03.png (100%) rename windows/{configure => configuration}/images/mdt-08-fig05.png (100%) rename windows/{configure => configuration}/images/mdt-08-fig06.png (100%) rename windows/{configure => configuration}/images/mdt-08-fig14.png (100%) rename windows/{configure => configuration}/images/mdt-08-fig15.png (100%) rename windows/{configure => configuration}/images/mdt-09-fig01.png (100%) rename windows/{configure => configuration}/images/mdt-09-fig02.png (100%) rename windows/{configure => configuration}/images/mdt-09-fig03.png (100%) rename windows/{configure => configuration}/images/mdt-09-fig04.png (100%) rename windows/{configure => configuration}/images/mdt-09-fig06.png (100%) rename windows/{configure => configuration}/images/mdt-09-fig07.png (100%) rename windows/{configure => configuration}/images/mdt-09-fig08.png (100%) rename windows/{configure => configuration}/images/mdt-09-fig09.png (100%) rename windows/{configure => configuration}/images/mdt-09-fig10.png (100%) rename windows/{configure => configuration}/images/mdt-09-fig11.png (100%) rename windows/{configure => configuration}/images/mdt-09-fig12.png (100%) rename windows/{configure => configuration}/images/mdt-09-fig13.png (100%) rename windows/{configure => configuration}/images/mdt-09-fig14.png (100%) rename windows/{configure => configuration}/images/mdt-09-fig15.png (100%) rename windows/{configure => configuration}/images/mdt-09-fig16.png (100%) rename windows/{configure => configuration}/images/mdt-09-fig17.png (100%) rename windows/{configure => configuration}/images/mdt-09-fig18.png (100%) rename windows/{configure => configuration}/images/mdt-09-fig19.png (100%) rename windows/{configure => configuration}/images/mdt-09-fig20.png (100%) rename windows/{configure => configuration}/images/mdt-09-fig21.png (100%) rename windows/{configure => configuration}/images/mdt-09-fig22.png (100%) rename windows/{configure => configuration}/images/mdt-09-fig23.png (100%) rename windows/{configure => configuration}/images/mdt-09-fig24.png (100%) rename windows/{configure => configuration}/images/mdt-09-fig25.png (100%) rename windows/{configure => configuration}/images/mdt-09-fig26.png (100%) rename windows/{configure => configuration}/images/mdt-09-fig27.png (100%) rename windows/{configure => configuration}/images/mdt-09-fig28.png (100%) rename windows/{configure => configuration}/images/mdt-09-fig29.png (100%) rename windows/{configure => configuration}/images/mdt-09-fig30.png (100%) rename windows/{configure => configuration}/images/mdt-09-fig31.png (100%) rename windows/{configure => configuration}/images/mdt-09-fig32.png (100%) rename windows/{configure => configuration}/images/mdt-10-fig01.png (100%) rename windows/{configure => configuration}/images/mdt-10-fig02.png (100%) rename windows/{configure => configuration}/images/mdt-10-fig03.png (100%) rename windows/{configure => configuration}/images/mdt-10-fig04.png (100%) rename windows/{configure => configuration}/images/mdt-10-fig05.png (100%) rename windows/{configure => configuration}/images/mdt-10-fig06.png (100%) rename windows/{configure => configuration}/images/mdt-10-fig07.png (100%) rename windows/{configure => configuration}/images/mdt-10-fig08.png (100%) rename windows/{configure => configuration}/images/mdt-10-fig09.png (100%) rename windows/{configure => configuration}/images/mdt-11-fig05.png (100%) rename windows/{configure => configuration}/images/mdt-11-fig06.png (100%) rename windows/{configure => configuration}/images/mdt-11-fig07.png (100%) rename windows/{configure => configuration}/images/mdt-11-fig08.png (100%) rename windows/{configure => configuration}/images/mdt-11-fig09.png (100%) rename windows/{configure => configuration}/images/mdt-11-fig10.png (100%) rename windows/{configure => configuration}/images/mdt-11-fig11.png (100%) rename windows/{configure => configuration}/images/mdt-11-fig12.png (100%) rename windows/{configure => configuration}/images/mdt-11-fig13.png (100%) rename windows/{configure => configuration}/images/mdt-11-fig14.png (100%) rename windows/{configure => configuration}/images/mdt-11-fig15.png (100%) rename windows/{configure => configuration}/images/mdt-11-fig16.png (100%) rename windows/{configure => configuration}/images/mobile-start-layout.png (100%) rename windows/{configure => configuration}/images/multi-target.png (100%) rename windows/{configure => configuration}/images/nfc.png (100%) rename windows/{configure => configuration}/images/oma-uri-shared-pc.png (100%) rename windows/{configure => configuration}/images/one.png (100%) rename windows/{configure => configuration}/images/oobe.jpg (100%) rename windows/{configure => configuration}/images/package-trust.png (100%) rename windows/{configure => configuration}/images/package.png (100%) rename windows/{manage => configuration}/images/packageaddfileandregistrydata-global.png (100%) rename windows/{manage => configuration}/images/packageaddfileandregistrydata-stream.png (100%) rename windows/{manage => configuration}/images/packageaddfileandregistrydata.png (100%) rename windows/{configure => configuration}/images/packages-mobile.png (100%) rename windows/{configure => configuration}/images/phoneprovision.png (100%) rename windows/{configure => configuration}/images/policytocsp.png (100%) rename windows/{configure => configuration}/images/powericon.png (100%) rename windows/{configure => configuration}/images/priv-telemetry-levels.png (100%) rename windows/{configure => configuration}/images/prov.jpg (100%) rename windows/{configure => configuration}/images/provisioning-csp-assignedaccess.png (100%) rename windows/{manage => configuration}/images/rdp.png (100%) rename windows/{configure => configuration}/images/resetdevice.png (100%) rename windows/{configure => configuration}/images/scanos.PNG (100%) rename windows/{configure => configuration}/images/sccm-asset.PNG (100%) rename windows/{configure => configuration}/images/sccm-assets.PNG (100%) rename windows/{configure => configuration}/images/sccm-client.PNG (100%) rename windows/{configure => configuration}/images/sccm-collection.PNG (100%) rename windows/{configure => configuration}/images/sccm-install-os.PNG (100%) rename windows/{configure => configuration}/images/sccm-post-refresh.PNG (100%) rename windows/{configure => configuration}/images/sccm-pxe.PNG (100%) rename windows/{configure => configuration}/images/sccm-site.PNG (100%) rename windows/{configure => configuration}/images/sccm-software-cntr.PNG (100%) rename windows/{configure => configuration}/images/sec-bios.png (100%) rename windows/{configure => configuration}/images/set-up-device-details-desktop.PNG (100%) rename windows/{configure => configuration}/images/set-up-device-details-mobile.PNG (100%) rename windows/{configure => configuration}/images/set-up-device-details.PNG (100%) rename windows/{configure => configuration}/images/set-up-device-mobile.PNG (100%) rename windows/{configure => configuration}/images/set-up-device.PNG (100%) rename windows/{configure => configuration}/images/set-up-network-details-desktop.PNG (100%) rename windows/{configure => configuration}/images/set-up-network-details-mobile.PNG (100%) rename windows/{configure => configuration}/images/set-up-network-details.PNG (100%) rename windows/{configure => configuration}/images/set-up-network-mobile.PNG (100%) rename windows/{configure => configuration}/images/set-up-network.PNG (100%) rename windows/{configure => configuration}/images/settings-table.png (100%) rename windows/{configure => configuration}/images/settingsicon.png (100%) rename windows/{configure => configuration}/images/setupmsg.jpg (100%) rename windows/{configure => configuration}/images/seven.png (100%) rename windows/{configure => configuration}/images/show-more-tiles.png (100%) rename windows/{configure => configuration}/images/sign-in-prov.png (100%) rename windows/{configure => configuration}/images/six.png (100%) rename windows/{configure => configuration}/images/spotlight.png (100%) rename windows/{configure => configuration}/images/spotlight2.png (100%) rename windows/{configure => configuration}/images/start-pinned-app.png (100%) rename windows/{configure => configuration}/images/start-screen-size.png (100%) rename windows/{configure => configuration}/images/startannotated.png (100%) rename windows/{configure => configuration}/images/starticon.png (100%) rename windows/{configure => configuration}/images/startlayoutpolicy.jpg (100%) rename windows/{configure => configuration}/images/starttemplate.jpg (100%) rename windows/{configure => configuration}/images/svr_mgr2.png (100%) rename windows/{manage => configuration}/images/sysprep-error.png (100%) rename windows/{configure => configuration}/images/taskbar-blank.png (100%) rename windows/{configure => configuration}/images/taskbar-default-plus.png (100%) rename windows/{configure => configuration}/images/taskbar-default-removed.png (100%) rename windows/{configure => configuration}/images/taskbar-default.png (100%) rename windows/{configure => configuration}/images/taskbar-generic.png (100%) rename windows/{configure => configuration}/images/taskbar-region-defr.png (100%) rename windows/{configure => configuration}/images/taskbar-region-other.png (100%) rename windows/{configure => configuration}/images/taskbar-region-usuk.png (100%) rename windows/{configure => configuration}/images/taskbarSTARTERBLANK.png (100%) rename windows/{configure => configuration}/images/three.png (100%) rename windows/{configure => configuration}/images/trust-package.png (100%) rename windows/{configure => configuration}/images/twain.png (100%) rename windows/{configure => configuration}/images/two.png (100%) rename windows/{configure => configuration}/images/ua-cg-01.png (100%) rename windows/{configure => configuration}/images/ua-cg-02.png (100%) rename windows/{configure => configuration}/images/ua-cg-03.png (100%) rename windows/{configure => configuration}/images/ua-cg-04.png (100%) rename windows/{configure => configuration}/images/ua-cg-05.png (100%) rename windows/{configure => configuration}/images/ua-cg-06.png (100%) rename windows/{configure => configuration}/images/ua-cg-07.png (100%) rename windows/{configure => configuration}/images/ua-cg-08.png (100%) rename windows/{configure => configuration}/images/ua-cg-09.png (100%) rename windows/{configure => configuration}/images/ua-cg-10.png (100%) rename windows/{configure => configuration}/images/ua-cg-11.png (100%) rename windows/{configure => configuration}/images/ua-cg-12.png (100%) rename windows/{configure => configuration}/images/ua-cg-13.png (100%) rename windows/{configure => configuration}/images/ua-cg-14.png (100%) rename windows/{configure => configuration}/images/ua-cg-15.png (100%) rename windows/{configure => configuration}/images/ua-cg-16.png (100%) rename windows/{configure => configuration}/images/ua-cg-17.png (100%) rename windows/{configure => configuration}/images/uc-01.png (100%) rename windows/{configure => configuration}/images/uc-02.png (100%) rename windows/{configure => configuration}/images/uc-02a.png (100%) rename windows/{configure => configuration}/images/uc-03.png (100%) rename windows/{configure => configuration}/images/uc-03a.png (100%) rename windows/{configure => configuration}/images/uc-04.png (100%) rename windows/{configure => configuration}/images/uc-04a.png (100%) rename windows/{configure => configuration}/images/uc-05.png (100%) rename windows/{configure => configuration}/images/uc-05a.png (100%) rename windows/{configure => configuration}/images/uc-06.png (100%) rename windows/{configure => configuration}/images/uc-06a.png (100%) rename windows/{configure => configuration}/images/uc-07.png (100%) rename windows/{configure => configuration}/images/uc-07a.png (100%) rename windows/{configure => configuration}/images/uc-08.png (100%) rename windows/{configure => configuration}/images/uc-08a.png (100%) rename windows/{configure => configuration}/images/uc-09.png (100%) rename windows/{configure => configuration}/images/uc-09a.png (100%) rename windows/{configure => configuration}/images/uc-10.png (100%) rename windows/{configure => configuration}/images/uc-10a.png (100%) rename windows/{configure => configuration}/images/uc-11.png (100%) rename windows/{configure => configuration}/images/uc-12.png (100%) rename windows/{configure => configuration}/images/uc-13.png (100%) rename windows/{configure => configuration}/images/uc-14.png (100%) rename windows/{configure => configuration}/images/uc-15.png (100%) rename windows/{configure => configuration}/images/uc-16.png (100%) rename windows/{configure => configuration}/images/uc-17.png (100%) rename windows/{configure => configuration}/images/uc-18.png (100%) rename windows/{configure => configuration}/images/uc-19.png (100%) rename windows/{configure => configuration}/images/uc-20.png (100%) rename windows/{configure => configuration}/images/uc-21.png (100%) rename windows/{configure => configuration}/images/uc-22.png (100%) rename windows/{configure => configuration}/images/uc-23.png (100%) rename windows/{configure => configuration}/images/uc-24.png (100%) rename windows/{configure => configuration}/images/uc-25.png (100%) rename windows/{configure => configuration}/images/upgrade-analytics-apps-known-issues.png (100%) rename windows/{configure => configuration}/images/upgrade-analytics-apps-no-known-issues.png (100%) rename windows/{configure => configuration}/images/upgrade-analytics-architecture.png (100%) rename windows/{configure => configuration}/images/upgrade-analytics-create-iedataoptin.png (100%) rename windows/{configure => configuration}/images/upgrade-analytics-deploy-eligible.png (100%) rename windows/{configure => configuration}/images/upgrade-analytics-drivers-known.png (100%) rename windows/{configure => configuration}/images/upgrade-analytics-most-active-sites.png (100%) rename windows/{configure => configuration}/images/upgrade-analytics-namepub-rollup.PNG (100%) rename windows/{configure => configuration}/images/upgrade-analytics-overview.png (100%) rename windows/{configure => configuration}/images/upgrade-analytics-pilot.png (100%) rename windows/{configure => configuration}/images/upgrade-analytics-prioritize.png (100%) rename windows/{configure => configuration}/images/upgrade-analytics-query-activex-name.png (100%) rename windows/{configure => configuration}/images/upgrade-analytics-ready-for-windows-status-guidance-precedence.PNG (100%) rename windows/{configure => configuration}/images/upgrade-analytics-ready-for-windows-status.PNG (100%) rename windows/{configure => configuration}/images/upgrade-analytics-site-activity-by-doc-mode.png (100%) rename windows/{configure => configuration}/images/upgrade-analytics-site-domain-detail.png (100%) rename windows/{configure => configuration}/images/upgrade-analytics-telemetry.png (100%) rename windows/{configure => configuration}/images/upgrade-analytics-unsubscribe.png (100%) rename windows/{configure => configuration}/images/upgrade-process.png (100%) rename windows/{configure => configuration}/images/upgradecfg-fig2-upgrading.png (100%) rename windows/{configure => configuration}/images/upgradecfg-fig3-upgrade.png (100%) rename windows/{configure => configuration}/images/upgrademdt-fig1-machines.png (100%) rename windows/{configure => configuration}/images/upgrademdt-fig2-importedos.png (100%) rename windows/{configure => configuration}/images/upgrademdt-fig3-tasksequence.png (100%) rename windows/{configure => configuration}/images/upgrademdt-fig4-selecttask.png (100%) rename windows/{configure => configuration}/images/upgrademdt-fig5-winupgrade.png (100%) rename windows/{configure => configuration}/images/uwp-dependencies.PNG (100%) rename windows/{configure => configuration}/images/uwp-family.PNG (100%) rename windows/{configure => configuration}/images/uwp-license.PNG (100%) rename windows/{configure => configuration}/images/vamtuserinterfaceupdated.jpg (100%) rename windows/{configure => configuration}/images/volumeactivationforwindows81-01.jpg (100%) rename windows/{configure => configuration}/images/volumeactivationforwindows81-02.jpg (100%) rename windows/{configure => configuration}/images/volumeactivationforwindows81-03.jpg (100%) rename windows/{configure => configuration}/images/volumeactivationforwindows81-04.jpg (100%) rename windows/{configure => configuration}/images/volumeactivationforwindows81-05.jpg (100%) rename windows/{configure => configuration}/images/volumeactivationforwindows81-06.jpg (100%) rename windows/{configure => configuration}/images/volumeactivationforwindows81-07.jpg (100%) rename windows/{configure => configuration}/images/volumeactivationforwindows81-08.jpg (100%) rename windows/{configure => configuration}/images/volumeactivationforwindows81-09.jpg (100%) rename windows/{configure => configuration}/images/volumeactivationforwindows81-10.jpg (100%) rename windows/{configure => configuration}/images/volumeactivationforwindows81-11.jpg (100%) rename windows/{configure => configuration}/images/volumeactivationforwindows81-12.jpg (100%) rename windows/{configure => configuration}/images/volumeactivationforwindows81-13.jpg (100%) rename windows/{configure => configuration}/images/volumeactivationforwindows81-14.jpg (100%) rename windows/{configure => configuration}/images/volumeactivationforwindows81-15.jpg (100%) rename windows/{configure => configuration}/images/volumeactivationforwindows81-16.jpg (100%) rename windows/{configure => configuration}/images/volumeactivationforwindows81-17.jpg (100%) rename windows/{configure => configuration}/images/volumeactivationforwindows81-18.jpg (100%) rename windows/{configure => configuration}/images/volumeactivationforwindows81-19.jpg (100%) rename windows/{configure => configuration}/images/w10servicing-f1-branches.png (100%) rename windows/{configure => configuration}/images/waas-active-hours-policy.PNG (100%) rename windows/{configure => configuration}/images/waas-active-hours.PNG (100%) rename windows/{configure => configuration}/images/waas-auto-update-policy.PNG (100%) rename windows/{configure => configuration}/images/waas-do-fig1.png (100%) rename windows/{configure => configuration}/images/waas-do-fig2.png (100%) rename windows/{configure => configuration}/images/waas-do-fig3.png (100%) rename windows/{configure => configuration}/images/waas-do-fig4.png (100%) rename windows/{configure => configuration}/images/waas-overview-patch.png (100%) rename windows/{configure => configuration}/images/waas-restart-policy.PNG (100%) rename windows/{configure => configuration}/images/waas-rings.png (100%) rename windows/{configure => configuration}/images/waas-sccm-fig1.png (100%) rename windows/{configure => configuration}/images/waas-sccm-fig10.png (100%) rename windows/{configure => configuration}/images/waas-sccm-fig11.png (100%) rename windows/{configure => configuration}/images/waas-sccm-fig12.png (100%) rename windows/{configure => configuration}/images/waas-sccm-fig2.png (100%) rename windows/{configure => configuration}/images/waas-sccm-fig3.png (100%) rename windows/{configure => configuration}/images/waas-sccm-fig4.png (100%) rename windows/{configure => configuration}/images/waas-sccm-fig5.png (100%) rename windows/{configure => configuration}/images/waas-sccm-fig6.png (100%) rename windows/{configure => configuration}/images/waas-sccm-fig7.png (100%) rename windows/{configure => configuration}/images/waas-sccm-fig8.png (100%) rename windows/{configure => configuration}/images/waas-sccm-fig9.png (100%) rename windows/{configure => configuration}/images/waas-strategy-fig1a.png (100%) rename windows/{configure => configuration}/images/waas-wsus-fig1.png (100%) rename windows/{configure => configuration}/images/waas-wsus-fig10.png (100%) rename windows/{configure => configuration}/images/waas-wsus-fig11.png (100%) rename windows/{configure => configuration}/images/waas-wsus-fig12.png (100%) rename windows/{configure => configuration}/images/waas-wsus-fig13.png (100%) rename windows/{configure => configuration}/images/waas-wsus-fig14.png (100%) rename windows/{configure => configuration}/images/waas-wsus-fig15.png (100%) rename windows/{configure => configuration}/images/waas-wsus-fig16.png (100%) rename windows/{configure => configuration}/images/waas-wsus-fig17.png (100%) rename windows/{configure => configuration}/images/waas-wsus-fig18.png (100%) rename windows/{configure => configuration}/images/waas-wsus-fig19.png (100%) rename windows/{configure => configuration}/images/waas-wsus-fig2.png (100%) rename windows/{configure => configuration}/images/waas-wsus-fig20.png (100%) rename windows/{configure => configuration}/images/waas-wsus-fig3.png (100%) rename windows/{configure => configuration}/images/waas-wsus-fig4.png (100%) rename windows/{configure => configuration}/images/waas-wsus-fig5.png (100%) rename windows/{configure => configuration}/images/waas-wsus-fig6.png (100%) rename windows/{configure => configuration}/images/waas-wsus-fig7.png (100%) rename windows/{configure => configuration}/images/waas-wsus-fig8.png (100%) rename windows/{configure => configuration}/images/waas-wsus-fig9.png (100%) rename windows/{configure => configuration}/images/waas-wufb-gp-broad.png (100%) rename windows/{configure => configuration}/images/waas-wufb-gp-cb2-settings.png (100%) rename windows/{configure => configuration}/images/waas-wufb-gp-cb2.png (100%) rename windows/{configure => configuration}/images/waas-wufb-gp-cbb1-settings.png (100%) rename windows/{configure => configuration}/images/waas-wufb-gp-cbb2-settings.png (100%) rename windows/{configure => configuration}/images/waas-wufb-gp-cbb2q-settings.png (100%) rename windows/{configure => configuration}/images/waas-wufb-gp-create.png (100%) rename windows/{configure => configuration}/images/waas-wufb-gp-edit-defer.png (100%) rename windows/{configure => configuration}/images/waas-wufb-gp-edit.png (100%) rename windows/{configure => configuration}/images/waas-wufb-gp-scope-cb2.png (100%) rename windows/{configure => configuration}/images/waas-wufb-gp-scope.png (100%) rename windows/{configure => configuration}/images/waas-wufb-intune-cb2a.png (100%) rename windows/{configure => configuration}/images/waas-wufb-intune-cbb1a.png (100%) rename windows/{configure => configuration}/images/waas-wufb-intune-cbb2a.png (100%) rename windows/{configure => configuration}/images/waas-wufb-intune-step11a.png (100%) rename windows/{configure => configuration}/images/waas-wufb-intune-step19a.png (100%) rename windows/{configure => configuration}/images/waas-wufb-intune-step2a.png (100%) rename windows/{configure => configuration}/images/waas-wufb-intune-step7a.png (100%) rename windows/{configure => configuration}/images/wcd-app-commands.PNG (100%) rename windows/{configure => configuration}/images/wcd-app-name.PNG (100%) rename windows/{configure => configuration}/images/who-owns-pc.png (100%) rename windows/{configure => configuration}/images/wifisense-grouppolicy.png (100%) rename windows/{configure => configuration}/images/wifisense-registry.png (100%) rename windows/{configure => configuration}/images/wifisense-settingscreens.png (100%) rename windows/{configure => configuration}/images/win-10-adk-select.png (100%) rename windows/{configure => configuration}/images/win10-mobile-mdm-fig1.png (100%) rename windows/{configure => configuration}/images/win10-set-up-work-or-school.png (100%) rename windows/{configure => configuration}/images/win10servicing-fig2-featureupgrade.png (100%) rename windows/{configure => configuration}/images/win10servicing-fig3.png (100%) rename windows/{configure => configuration}/images/win10servicing-fig4-upgradereleases.png (100%) rename windows/{configure => configuration}/images/win10servicing-fig5.png (100%) rename windows/{configure => configuration}/images/win10servicing-fig6.png (100%) rename windows/{configure => configuration}/images/win10servicing-fig7.png (100%) rename windows/{manage => configuration}/images/windows-10-management-cyod-byod-flow.png (100%) rename windows/{manage => configuration}/images/windows-10-management-gp-intune-flow.png (100%) rename windows/{manage => configuration}/images/windows-10-management-range-of-options.png (100%) rename windows/{configure => configuration}/images/windows-icd.png (100%) rename windows/{configure => configuration}/images/wsfb-distribute.png (100%) rename windows/{configure => configuration}/images/wsfb-firstrun.png (100%) rename windows/{configure => configuration}/images/wsfb-inventory-viewlicense.png (100%) rename windows/{configure => configuration}/images/wsfb-inventory.png (100%) rename windows/{configure => configuration}/images/wsfb-inventoryaddprivatestore.png (100%) rename windows/{configure => configuration}/images/wsfb-landing.png (100%) rename windows/{configure => configuration}/images/wsfb-licenseassign.png (100%) rename windows/{configure => configuration}/images/wsfb-licensedetails.png (100%) rename windows/{configure => configuration}/images/wsfb-licensereclaim.png (100%) rename windows/{configure => configuration}/images/wsfb-manageinventory.png (100%) rename windows/{configure => configuration}/images/wsfb-offline-distribute-mdm.png (100%) rename windows/{configure => configuration}/images/wsfb-onboard-1.png (100%) rename windows/{configure => configuration}/images/wsfb-onboard-2.png (100%) rename windows/{configure => configuration}/images/wsfb-onboard-3.png (100%) rename windows/{configure => configuration}/images/wsfb-onboard-4.png (100%) rename windows/{configure => configuration}/images/wsfb-onboard-5.png (100%) rename windows/{configure => configuration}/images/wsfb-onboard-7.png (100%) rename windows/{configure => configuration}/images/wsfb-online-distribute-mdm.png (100%) rename windows/{configure => configuration}/images/wsfb-paid-app-temp.png (100%) rename windows/{configure => configuration}/images/wsfb-permissions-assignrole.png (100%) rename windows/{configure => configuration}/images/wsfb-private-store-gpo.PNG (100%) rename windows/{configure => configuration}/images/wsfb-privatestore.png (100%) rename windows/{configure => configuration}/images/wsfb-privatestoreapps.png (100%) rename windows/{configure => configuration}/images/wsfb-renameprivatestore.png (100%) rename windows/{configure => configuration}/images/wsfb-settings-mgmt.png (100%) rename windows/{configure => configuration}/images/wsfb-settings-permissions.png (100%) rename windows/{configure => configuration}/images/wsfb-wsappaddacct.png (100%) rename windows/{configure => configuration}/images/wsfb-wsappprivatestore.png (100%) rename windows/{configure => configuration}/images/wsfb-wsappsignin.png (100%) rename windows/{configure => configuration}/images/wsfb-wsappworkacct.png (100%) rename windows/{configure => configuration}/images/wufb-config1a.png (100%) rename windows/{configure => configuration}/images/wufb-config2.png (100%) rename windows/{configure => configuration}/images/wufb-config3a.png (100%) rename windows/{configure => configuration}/images/wufb-do.png (100%) rename windows/{configure => configuration}/images/wufb-groups.png (100%) rename windows/{configure => configuration}/images/wufb-pause-feature.png (100%) rename windows/{configure => configuration}/images/wufb-qual.png (100%) rename windows/{configure => configuration}/images/wufb-sccm.png (100%) rename windows/{configure => configuration}/images/x_blk.png (100%) rename windows/{configure => configuration}/index.md (77%) rename windows/{configure => configuration}/kiosk-shared-pc.md (100%) rename windows/{configure => configuration}/lock-down-windows-10-to-specific-apps.md (96%) rename windows/{configure => configuration}/lock-down-windows-10.md (100%) rename windows/{configure => configuration}/lockdown-features-windows-10.md (99%) rename windows/{configure => configuration}/manage-connections-from-windows-operating-system-components-to-microsoft-services.md (99%) rename windows/{configure => configuration}/manage-tips-and-suggestions.md (98%) rename windows/{configure => configuration}/manage-wifi-sense-in-enterprise.md (100%) rename windows/{configure => configuration/mobile-devices}/configure-mobile.md (100%) rename windows/{manage => configuration/mobile-devices}/images/doneicon.png (100%) rename windows/{configure => configuration/mobile-devices}/lockdown-xml.md (96%) rename windows/{configure => configuration/mobile-devices}/mobile-lockdown-designer.md (66%) rename windows/{configure => configuration/mobile-devices}/product-ids-in-windows-10-mobile.md (100%) rename windows/{configure => configuration/mobile-devices}/provisioning-configure-mobile.md (58%) rename windows/{configure => configuration/mobile-devices}/provisioning-nfc.md (99%) rename windows/{configure => configuration/mobile-devices}/provisioning-package-splitter.md (92%) rename windows/{configure => configuration/mobile-devices}/set-up-a-kiosk-for-windows-10-for-mobile-edition.md (91%) rename windows/{configure => configuration/mobile-devices}/settings-that-can-be-locked-down.md (100%) rename windows/{configure => configuration/mobile-devices}/start-layout-xml-mobile.md (96%) rename windows/{configure => configuration/provisioning-packages}/how-it-pros-can-use-configuration-service-providers.md (93%) create mode 100644 windows/configuration/provisioning-packages/provision-pcs-for-initial-deployment.md rename windows/{configure => configuration/provisioning-packages}/provision-pcs-with-apps-and-certificates.md (92%) rename windows/{configure => configuration/provisioning-packages}/provision-pcs-with-apps.md (92%) rename windows/{configure => configuration/provisioning-packages}/provisioning-apply-package.md (85%) rename windows/{configure => configuration/provisioning-packages}/provisioning-command-line.md (100%) rename windows/{configure => configuration/provisioning-packages}/provisioning-create-package.md (88%) rename windows/{configure => configuration/provisioning-packages}/provisioning-how-it-works.md (100%) rename windows/{configure => configuration/provisioning-packages}/provisioning-install-icd.md (98%) rename windows/{configure => configuration/provisioning-packages}/provisioning-multivariant.md (98%) rename windows/{configure => configuration/provisioning-packages}/provisioning-packages.md (85%) rename windows/{configure => configuration/provisioning-packages}/provisioning-powershell.md (100%) rename windows/{configure => configuration/provisioning-packages}/provisioning-script-to-install-app.md (98%) rename windows/{configure => configuration/provisioning-packages}/provisioning-uninstall-package.md (100%) rename windows/{configure => configuration}/set-up-a-device-for-anyone-to-use.md (95%) rename windows/{configure => configuration}/set-up-a-kiosk-for-windows-10-for-desktop-editions.md (95%) rename windows/{configure => configuration}/set-up-shared-or-guest-pc.md (99%) rename windows/{configure => configuration}/start-layout-xml-desktop.md (99%) rename windows/{configure => configuration}/start-secondary-tiles.md (99%) rename windows/{configure => configuration}/start-taskbar-lockscreen.md (94%) rename windows/{configure => configuration}/stop-employees-from-using-the-windows-store.md (87%) rename windows/{configure => configuration/ue-v}/images/uev-adk-select-uev-feature.png (100%) rename windows/{configure => configuration/ue-v}/images/uev-archdiagram.png (100%) rename windows/{configure => configuration/ue-v}/images/uev-checklist-box.gif (100%) rename windows/{configure => configuration/ue-v}/images/uev-deployment-preparation.png (100%) rename windows/{configure => configuration/ue-v}/images/uev-generator-process.png (100%) rename windows/{manage => configuration/ue-v}/uev-administering-uev-with-windows-powershell-and-wmi.md (100%) rename windows/{manage => configuration/ue-v}/uev-administering-uev.md (100%) rename windows/{manage => configuration/ue-v}/uev-application-template-schema-reference.md (100%) rename windows/{manage => configuration/ue-v}/uev-changing-the-frequency-of-scheduled-tasks.md (100%) rename windows/{manage => configuration/ue-v}/uev-configuring-uev-with-group-policy-objects.md (100%) rename windows/{manage => configuration/ue-v}/uev-configuring-uev-with-system-center-configuration-manager.md (100%) rename windows/{manage => configuration/ue-v}/uev-deploy-required-features.md (100%) rename windows/{manage => configuration/ue-v}/uev-deploy-uev-for-custom-applications.md (100%) rename windows/{manage => configuration/ue-v}/uev-for-windows.md (100%) rename windows/{manage => configuration/ue-v}/uev-getting-started.md (100%) rename windows/{manage => configuration/ue-v}/uev-manage-administrative-backup-and-restore.md (100%) rename windows/{manage => configuration/ue-v}/uev-manage-configurations.md (100%) rename windows/{manage => configuration/ue-v}/uev-managing-settings-location-templates-using-windows-powershell-and-wmi.md (100%) rename windows/{manage => configuration/ue-v}/uev-managing-uev-agent-and-packages-with-windows-powershell-and-wmi.md (100%) rename windows/{manage => configuration/ue-v}/uev-migrating-settings-packages.md (100%) rename windows/{manage => configuration/ue-v}/uev-prepare-for-deployment.md (100%) rename windows/{manage => configuration/ue-v}/uev-release-notes-1607.md (100%) rename windows/{manage => configuration/ue-v}/uev-security-considerations.md (100%) rename windows/{manage => configuration/ue-v}/uev-sync-methods.md (100%) rename windows/{manage => configuration/ue-v}/uev-sync-trigger-events.md (100%) rename windows/{manage => configuration/ue-v}/uev-synchronizing-microsoft-office-with-uev.md (100%) rename windows/{manage => configuration/ue-v}/uev-technical-reference.md (100%) rename windows/{manage => configuration/ue-v}/uev-troubleshooting.md (100%) rename windows/{manage => configuration/ue-v}/uev-upgrade-uev-from-previous-releases.md (100%) rename windows/{manage => configuration/ue-v}/uev-using-uev-with-application-virtualization-applications.md (100%) rename windows/{manage => configuration/ue-v}/uev-whats-new-in-uev-for-windows.md (100%) rename windows/{manage => configuration/ue-v}/uev-working-with-custom-templates-and-the-uev-generator.md (100%) rename windows/{configure => configuration}/windows-10-start-layout-options-and-policies.md (100%) rename windows/{configure => configuration}/windows-diagnostic-data.md (100%) rename windows/{configure => configuration}/windows-spotlight.md (100%) delete mode 100644 windows/configure/TOC.md delete mode 100644 windows/configure/provision-pcs-for-initial-deployment.md delete mode 100644 windows/deploy/TOC.md delete mode 100644 windows/deploy/change-history-for-deploy-windows-10.md delete mode 100644 windows/deploy/index.md create mode 100644 windows/deployment/TOC.md create mode 100644 windows/deployment/change-history-for-deploy-windows-10.md rename windows/{deploy => deployment}/configure-a-pxe-server-to-load-windows-pe.md (100%) rename windows/{deploy => deployment}/deploy-whats-new.md (84%) rename windows/{deploy => deployment/deploy-windows-mdt}/assign-applications-using-roles-in-mdt-2013.md (100%) rename windows/{deploy => deployment/deploy-windows-mdt}/assign-applications-using-roles-in-mdt.md (97%) rename windows/{deploy => deployment/deploy-windows-mdt}/build-a-distributed-environment-for-windows-10-deployment.md (97%) rename windows/{deploy => deployment/deploy-windows-mdt}/configure-mdt-2013-for-userexit-scripts.md (100%) rename windows/{deploy => deployment/deploy-windows-mdt}/configure-mdt-2013-settings.md (100%) rename windows/{deploy => deployment/deploy-windows-mdt}/configure-mdt-deployment-share-rules.md (100%) rename windows/{deploy => deployment/deploy-windows-mdt}/configure-mdt-for-userexit-scripts.md (100%) rename windows/{deploy => deployment/deploy-windows-mdt}/configure-mdt-settings.md (98%) rename windows/{deploy => deployment/deploy-windows-mdt}/create-a-task-sequence-with-configuration-manager-and-mdt.md (87%) rename windows/{deploy => deployment/deploy-windows-mdt}/create-a-windows-10-reference-image.md (98%) rename windows/{deploy => deployment/deploy-windows-mdt}/deploy-a-windows-10-image-using-mdt.md (98%) rename windows/{deploy => deployment/deploy-windows-mdt}/deploy-windows-10-with-the-microsoft-deployment-toolkit.md (90%) rename windows/{deploy => deployment/deploy-windows-mdt}/get-started-with-the-microsoft-deployment-toolkit.md (98%) rename windows/{deploy => deployment/deploy-windows-mdt}/integrate-configuration-manager-with-mdt-2013.md (100%) rename windows/{deploy => deployment/deploy-windows-mdt}/integrate-configuration-manager-with-mdt.md (85%) rename windows/{deploy => deployment/deploy-windows-mdt}/key-features-in-mdt-2013.md (100%) rename windows/{deploy => deployment/deploy-windows-mdt}/key-features-in-mdt.md (98%) rename windows/{deploy => deployment/deploy-windows-mdt}/mdt-2013-lite-touch-components.md (100%) rename windows/{deploy => deployment/deploy-windows-mdt}/mdt-lite-touch-components.md (99%) rename windows/{deploy => deployment/deploy-windows-mdt}/prepare-for-windows-deployment-with-mdt-2013.md (100%) rename windows/{deploy => deployment/deploy-windows-mdt}/prepare-for-windows-deployment-with-mdt.md (97%) rename windows/{deploy => deployment/deploy-windows-mdt}/refresh-a-windows-7-computer-with-windows-10.md (97%) rename windows/{deploy => deployment/deploy-windows-mdt}/replace-a-windows-7-computer-with-a-windows-10-computer.md (93%) rename windows/{deploy => deployment/deploy-windows-mdt}/set-up-mdt-2013-for-bitlocker.md (100%) rename windows/{deploy => deployment/deploy-windows-mdt}/set-up-mdt-for-bitlocker.md (98%) rename windows/{deploy => deployment/deploy-windows-mdt}/simulate-a-windows-10-deployment-in-a-test-environment.md (97%) rename windows/{deploy => deployment/deploy-windows-mdt}/use-orchestrator-runbooks-with-mdt-2013.md (100%) rename windows/{deploy => deployment/deploy-windows-mdt}/use-orchestrator-runbooks-with-mdt.md (95%) rename windows/{deploy => deployment/deploy-windows-mdt}/use-the-mdt-database-to-stage-windows-10-deployment-information.md (96%) rename windows/{deploy => deployment/deploy-windows-mdt}/use-web-services-in-mdt-2013.md (100%) rename windows/{deploy => deployment/deploy-windows-mdt}/use-web-services-in-mdt.md (94%) rename windows/{deploy => deployment/deploy-windows-sccm}/add-a-windows-10-operating-system-image-using-configuration-manager.md (85%) rename windows/{deploy => deployment/deploy-windows-sccm}/add-drivers-to-a-windows-10-deployment-with-windows-pe-using-configuration-manager.md (88%) rename windows/{deploy => deployment/deploy-windows-sccm}/create-a-custom-windows-pe-boot-image-with-configuration-manager.md (91%) rename windows/{deploy => deployment/deploy-windows-sccm}/create-an-application-to-deploy-with-windows-10-using-configuration-manager.md (88%) rename windows/{deploy => deployment/deploy-windows-sccm}/deploy-windows-10-using-pxe-and-configuration-manager.md (87%) rename windows/{deploy => deployment/deploy-windows-sccm}/deploy-windows-10-with-system-center-2012-r2-configuration-manager.md (88%) rename windows/{deploy => deployment/deploy-windows-sccm}/finalize-the-os-configuration-for-windows-10-deployment-with-configuration-manager.md (91%) rename windows/{deploy => deployment/deploy-windows-sccm}/monitor-windows-10-deployment-with-configuration-manager.md (89%) rename windows/{deploy => deployment/deploy-windows-sccm}/prepare-for-zero-touch-installation-of-windows-10-with-configuration-manager.md (93%) rename windows/{deploy => deployment/deploy-windows-sccm}/refresh-a-windows-7-client-with-windows-10-using-configuration-manager.md (92%) rename windows/{deploy => deployment/deploy-windows-sccm}/replace-a-windows-7-client-with-windows-10-using-configuration-manager.md (93%) rename windows/{deploy => deployment}/deploy-windows-to-go.md (98%) rename windows/{deploy => deployment}/images/ICD.png (100%) rename windows/{deploy => deployment}/images/ICDstart-option.PNG (100%) rename windows/{deploy => deployment}/images/ISE.PNG (100%) rename windows/{deploy => deployment}/images/PoC-big.png (100%) rename windows/{deploy => deployment}/images/PoC.png (100%) rename windows/{deploy => deployment}/images/adk-install.png (100%) rename windows/{deploy => deployment}/images/azureadjoined.png (100%) rename windows/{deploy => deployment}/images/check_blu.png (100%) rename windows/{deploy => deployment}/images/check_grn.png (100%) rename windows/{manage => deployment}/images/checkmark.png (100%) rename windows/{deploy => deployment}/images/choose-package.png (100%) rename windows/{deploy => deployment}/images/connect-aad.png (100%) rename windows/{deploy => deployment}/images/convert.png (100%) rename windows/{manage => deployment}/images/crossmark.png (100%) rename windows/{deploy => deployment}/images/deploy-finish.PNG (100%) rename windows/{deploy => deployment}/images/disk2vhd-convert.PNG (100%) rename windows/{deploy => deployment}/images/disk2vhd-gen2.PNG (100%) rename windows/{deploy => deployment}/images/disk2vhd.PNG (100%) rename windows/{deploy => deployment}/images/disk2vhd4.PNG (100%) rename windows/{deploy => deployment}/images/download_vhd.png (100%) rename windows/{deploy => deployment}/images/e3-activated.png (100%) rename windows/{deploy => deployment}/images/enterprise-e3-ad-connect.png (100%) rename windows/{deploy => deployment}/images/enterprise-e3-choose-how.png (100%) rename windows/{deploy => deployment}/images/enterprise-e3-connect-to-work-or-school.png (100%) rename windows/{deploy => deployment}/images/enterprise-e3-lets-get-2.png (100%) rename windows/{deploy => deployment}/images/enterprise-e3-lets-get.png (100%) rename windows/{deploy => deployment}/images/enterprise-e3-set-up-work-or-school.png (100%) rename windows/{deploy => deployment}/images/enterprise-e3-sign-in.png (100%) rename windows/{deploy => deployment}/images/enterprise-e3-who-owns.png (100%) rename windows/{deploy => deployment}/images/enterprise-e3-win-10-activated-enterprise-subscription-active.png (100%) rename windows/{deploy => deployment}/images/enterprise-e3-win-10-activated-enterprise-subscription-not-active.png (100%) rename windows/{deploy => deployment}/images/enterprise-e3-win-10-not-activated-enterprise-subscription-active.png (100%) rename windows/{deploy => deployment}/images/enterprise-e3-win-10-not-activated-enterprise-subscription-not-active.png (100%) rename windows/{deploy => deployment}/images/express-settings.png (100%) rename windows/{deploy => deployment}/images/fig10-contosoinstall.png (100%) rename windows/{deploy => deployment}/images/fig10-unattend.png (100%) rename windows/{deploy => deployment}/images/fig13-captureimage.png (100%) rename windows/{deploy => deployment}/images/fig16-contentstatus.png (100%) rename windows/{deploy => deployment}/images/fig17-win10image.png (100%) rename windows/{deploy => deployment}/images/fig18-distwindows.png (100%) rename windows/{deploy => deployment}/images/fig2-gather.png (100%) rename windows/{deploy => deployment}/images/fig2-importedos.png (100%) rename windows/{deploy => deployment}/images/fig2-taskseq.png (100%) rename windows/{deploy => deployment}/images/fig21-add-drivers.png (100%) rename windows/{deploy => deployment}/images/fig22-createcategories.png (100%) rename windows/{deploy => deployment}/images/fig27-driverpackage.png (100%) rename windows/{deploy => deployment}/images/fig28-addapp.png (100%) rename windows/{deploy => deployment}/images/fig30-settingspack.png (100%) rename windows/{deploy => deployment}/images/fig32-deploywiz.png (100%) rename windows/{deploy => deployment}/images/fig4-oob-drivers.png (100%) rename windows/{deploy => deployment}/images/fig5-selectprofile.png (100%) rename windows/{deploy => deployment}/images/fig6-taskseq.png (100%) rename windows/{deploy => deployment}/images/fig8-cust-tasks.png (100%) rename windows/{deploy => deployment}/images/fig8-suspend.png (100%) rename windows/{deploy => deployment}/images/fig9-resumetaskseq.png (100%) rename windows/{deploy => deployment}/images/figure4-deployment-workbench.png (100%) rename windows/{deploy => deployment}/images/five.png (100%) rename windows/{deploy => deployment}/images/four.png (100%) rename windows/{deploy => deployment}/images/hyper-v-feature.png (100%) rename windows/{deploy => deployment}/images/icd-create-options-1703.PNG (100%) rename windows/{deploy => deployment}/images/icd-create-options.PNG (100%) rename windows/{deploy => deployment}/images/icd-export-menu.png (100%) rename windows/{deploy => deployment}/images/icd-install.PNG (100%) rename windows/{deploy => deployment}/images/icd-multi-target-true.png (100%) rename windows/{deploy => deployment}/images/icd-multi-targetstate-true.png (100%) rename windows/{deploy => deployment}/images/icd-runtime.PNG (100%) rename windows/{deploy => deployment}/images/icd-script1.png (100%) rename windows/{deploy => deployment}/images/icd-script2.png (100%) rename windows/{deploy => deployment}/images/icd-setting-help.PNG (100%) rename windows/{deploy => deployment}/images/icd-settings.PNG (100%) rename windows/{deploy => deployment}/images/icd-simple-edit.png (100%) rename windows/{deploy => deployment}/images/icd-simple.PNG (100%) rename windows/{deploy => deployment}/images/icd-step1.PNG (100%) rename windows/{deploy => deployment}/images/icd-step2.PNG (100%) rename windows/{deploy => deployment}/images/icd-step3.PNG (100%) rename windows/{deploy => deployment}/images/icd-step4.PNG (100%) rename windows/{deploy => deployment}/images/icd-step5.PNG (100%) rename windows/{deploy => deployment}/images/icd-switch.PNG (100%) rename windows/{deploy => deployment}/images/image.PNG (100%) rename windows/{deploy => deployment}/images/installing-drivers.png (100%) rename windows/{deploy => deployment}/images/license-terms.png (100%) rename windows/{deploy => deployment}/images/mbr2gpt-volume.PNG (100%) rename windows/{deploy => deployment}/images/mbr2gpt-workflow.png (100%) rename windows/{deploy => deployment}/images/mdt-01-fig01.png (100%) rename windows/{deploy => deployment}/images/mdt-01-fig02.jpg (100%) rename windows/{deploy => deployment}/images/mdt-03-fig01.png (100%) rename windows/{deploy => deployment}/images/mdt-03-fig02.png (100%) rename windows/{deploy => deployment}/images/mdt-03-fig03.png (100%) rename windows/{deploy => deployment}/images/mdt-03-fig04.png (100%) rename windows/{deploy => deployment}/images/mdt-03-fig05.png (100%) rename windows/{deploy => deployment}/images/mdt-04-fig01.png (100%) rename windows/{deploy => deployment}/images/mdt-05-fig01.png (100%) rename windows/{deploy => deployment}/images/mdt-05-fig02.png (100%) rename windows/{deploy => deployment}/images/mdt-05-fig03.png (100%) rename windows/{deploy => deployment}/images/mdt-05-fig04.png (100%) rename windows/{deploy => deployment}/images/mdt-05-fig05.png (100%) rename windows/{deploy => deployment}/images/mdt-05-fig07.png (100%) rename windows/{deploy => deployment}/images/mdt-05-fig08.png (100%) rename windows/{deploy => deployment}/images/mdt-05-fig09.png (100%) rename windows/{deploy => deployment}/images/mdt-05-fig10.png (100%) rename windows/{deploy => deployment}/images/mdt-06-fig01.png (100%) rename windows/{deploy => deployment}/images/mdt-06-fig03.png (100%) rename windows/{deploy => deployment}/images/mdt-06-fig04.png (100%) rename windows/{deploy => deployment}/images/mdt-06-fig05.png (100%) rename windows/{deploy => deployment}/images/mdt-06-fig06.png (100%) rename windows/{deploy => deployment}/images/mdt-06-fig07.png (100%) rename windows/{deploy => deployment}/images/mdt-06-fig08.png (100%) rename windows/{deploy => deployment}/images/mdt-06-fig10.png (100%) rename windows/{deploy => deployment}/images/mdt-06-fig12.png (100%) rename windows/{deploy => deployment}/images/mdt-06-fig13.png (100%) rename windows/{deploy => deployment}/images/mdt-06-fig14.png (100%) rename windows/{deploy => deployment}/images/mdt-06-fig15.png (100%) rename windows/{deploy => deployment}/images/mdt-06-fig16.png (100%) rename windows/{deploy => deployment}/images/mdt-06-fig20.png (100%) rename windows/{deploy => deployment}/images/mdt-06-fig21.png (100%) rename windows/{deploy => deployment}/images/mdt-06-fig26.png (100%) rename windows/{deploy => deployment}/images/mdt-06-fig31.png (100%) rename windows/{deploy => deployment}/images/mdt-06-fig33.png (100%) rename windows/{deploy => deployment}/images/mdt-06-fig35.png (100%) rename windows/{deploy => deployment}/images/mdt-06-fig36.png (100%) rename windows/{deploy => deployment}/images/mdt-06-fig37.png (100%) rename windows/{deploy => deployment}/images/mdt-06-fig39.png (100%) rename windows/{deploy => deployment}/images/mdt-06-fig42.png (100%) rename windows/{deploy => deployment}/images/mdt-06-fig43.png (100%) rename windows/{deploy => deployment}/images/mdt-07-fig01.png (100%) rename windows/{deploy => deployment}/images/mdt-07-fig03.png (100%) rename windows/{deploy => deployment}/images/mdt-07-fig08.png (100%) rename windows/{deploy => deployment}/images/mdt-07-fig09.png (100%) rename windows/{deploy => deployment}/images/mdt-07-fig10.png (100%) rename windows/{deploy => deployment}/images/mdt-07-fig11.png (100%) rename windows/{deploy => deployment}/images/mdt-07-fig13.png (100%) rename windows/{deploy => deployment}/images/mdt-07-fig14.png (100%) rename windows/{deploy => deployment}/images/mdt-07-fig15.png (100%) rename windows/{deploy => deployment}/images/mdt-07-fig16.png (100%) rename windows/{deploy => deployment}/images/mdt-08-fig01.png (100%) rename windows/{deploy => deployment}/images/mdt-08-fig02.png (100%) rename windows/{deploy => deployment}/images/mdt-08-fig03.png (100%) rename windows/{deploy => deployment}/images/mdt-08-fig05.png (100%) rename windows/{deploy => deployment}/images/mdt-08-fig06.png (100%) rename windows/{deploy => deployment}/images/mdt-08-fig14.png (100%) rename windows/{deploy => deployment}/images/mdt-08-fig15.png (100%) rename windows/{deploy => deployment}/images/mdt-09-fig01.png (100%) rename windows/{deploy => deployment}/images/mdt-09-fig02.png (100%) rename windows/{deploy => deployment}/images/mdt-09-fig03.png (100%) rename windows/{deploy => deployment}/images/mdt-09-fig04.png (100%) rename windows/{deploy => deployment}/images/mdt-09-fig06.png (100%) rename windows/{deploy => deployment}/images/mdt-09-fig07.png (100%) rename windows/{deploy => deployment}/images/mdt-09-fig08.png (100%) rename windows/{deploy => deployment}/images/mdt-09-fig09.png (100%) rename windows/{deploy => deployment}/images/mdt-09-fig10.png (100%) rename windows/{deploy => deployment}/images/mdt-09-fig11.png (100%) rename windows/{deploy => deployment}/images/mdt-09-fig12.png (100%) rename windows/{deploy => deployment}/images/mdt-09-fig13.png (100%) rename windows/{deploy => deployment}/images/mdt-09-fig14.png (100%) rename windows/{deploy => deployment}/images/mdt-09-fig15.png (100%) rename windows/{deploy => deployment}/images/mdt-09-fig16.png (100%) rename windows/{deploy => deployment}/images/mdt-09-fig17.png (100%) rename windows/{deploy => deployment}/images/mdt-09-fig18.png (100%) rename windows/{deploy => deployment}/images/mdt-09-fig19.png (100%) rename windows/{deploy => deployment}/images/mdt-09-fig20.png (100%) rename windows/{deploy => deployment}/images/mdt-09-fig21.png (100%) rename windows/{deploy => deployment}/images/mdt-09-fig22.png (100%) rename windows/{deploy => deployment}/images/mdt-09-fig23.png (100%) rename windows/{deploy => deployment}/images/mdt-09-fig24.png (100%) rename windows/{deploy => deployment}/images/mdt-09-fig25.png (100%) rename windows/{deploy => deployment}/images/mdt-09-fig26.png (100%) rename windows/{deploy => deployment}/images/mdt-09-fig27.png (100%) rename windows/{deploy => deployment}/images/mdt-09-fig28.png (100%) rename windows/{deploy => deployment}/images/mdt-09-fig29.png (100%) rename windows/{deploy => deployment}/images/mdt-09-fig30.png (100%) rename windows/{deploy => deployment}/images/mdt-09-fig31.png (100%) rename windows/{deploy => deployment}/images/mdt-09-fig32.png (100%) rename windows/{deploy => deployment}/images/mdt-10-fig01.png (100%) rename windows/{deploy => deployment}/images/mdt-10-fig02.png (100%) rename windows/{deploy => deployment}/images/mdt-10-fig03.png (100%) rename windows/{deploy => deployment}/images/mdt-10-fig04.png (100%) rename windows/{deploy => deployment}/images/mdt-10-fig05.png (100%) rename windows/{deploy => deployment}/images/mdt-10-fig06.png (100%) rename windows/{deploy => deployment}/images/mdt-10-fig07.png (100%) rename windows/{deploy => deployment}/images/mdt-10-fig08.png (100%) rename windows/{deploy => deployment}/images/mdt-10-fig09.png (100%) rename windows/{deploy => deployment}/images/mdt-11-fig05.png (100%) rename windows/{deploy => deployment}/images/mdt-11-fig06.png (100%) rename windows/{deploy => deployment}/images/mdt-11-fig07.png (100%) rename windows/{deploy => deployment}/images/mdt-11-fig08.png (100%) rename windows/{deploy => deployment}/images/mdt-11-fig09.png (100%) rename windows/{deploy => deployment}/images/mdt-11-fig10.png (100%) rename windows/{deploy => deployment}/images/mdt-11-fig11.png (100%) rename windows/{deploy => deployment}/images/mdt-11-fig12.png (100%) rename windows/{deploy => deployment}/images/mdt-11-fig13.png (100%) rename windows/{deploy => deployment}/images/mdt-11-fig14.png (100%) rename windows/{deploy => deployment}/images/mdt-11-fig15.png (100%) rename windows/{deploy => deployment}/images/mdt-11-fig16.png (100%) rename windows/{deploy => deployment}/images/multi-target.png (100%) rename windows/{deploy => deployment}/images/nfc.png (100%) rename windows/{deploy => deployment}/images/one.png (100%) rename windows/{deploy => deployment}/images/oobe.jpg (100%) rename windows/{deploy => deployment}/images/package-trust.png (100%) rename windows/{deploy => deployment}/images/package.png (100%) rename windows/{deploy => deployment}/images/packages-mobile.png (100%) rename windows/{deploy => deployment}/images/poc-computers.png (100%) rename windows/{deploy => deployment}/images/prov.jpg (100%) rename windows/{deploy => deployment}/images/scanos.PNG (100%) rename windows/{deploy => deployment}/images/sccm-asset.PNG (100%) rename windows/{deploy => deployment}/images/sccm-assets.PNG (100%) rename windows/{deploy => deployment}/images/sccm-client.PNG (100%) rename windows/{deploy => deployment}/images/sccm-collection.PNG (100%) rename windows/{deploy => deployment}/images/sccm-install-os.PNG (100%) rename windows/{deploy => deployment}/images/sccm-post-refresh.PNG (100%) rename windows/{deploy => deployment}/images/sccm-pxe.PNG (100%) rename windows/{deploy => deployment}/images/sccm-site.PNG (100%) rename windows/{deploy => deployment}/images/sccm-software-cntr.PNG (100%) rename windows/{deploy => deployment}/images/sec-bios.png (100%) rename windows/{deploy => deployment}/images/setupmsg.jpg (100%) rename windows/{deploy => deployment}/images/sign-in-prov.png (100%) rename windows/{deploy => deployment}/images/six.png (100%) rename windows/{deploy => deployment}/images/svr_mgr2.png (100%) rename windows/{deploy => deployment}/images/three.png (100%) rename windows/{deploy => deployment}/images/trust-package.png (100%) rename windows/{deploy => deployment}/images/two.png (100%) rename windows/{deploy => deployment}/images/ua-cg-01.png (100%) rename windows/{deploy => deployment}/images/ua-cg-02.png (100%) rename windows/{deploy => deployment}/images/ua-cg-03.png (100%) rename windows/{deploy => deployment}/images/ua-cg-04.png (100%) rename windows/{deploy => deployment}/images/ua-cg-05.png (100%) rename windows/{deploy => deployment}/images/ua-cg-06.png (100%) rename windows/{deploy => deployment}/images/ua-cg-07.png (100%) rename windows/{deploy => deployment}/images/ua-cg-08.png (100%) rename windows/{deploy => deployment}/images/ua-cg-09-old.png (100%) rename windows/{deploy => deployment}/images/ua-cg-09.png (100%) rename windows/{deploy => deployment}/images/ua-cg-10.png (100%) rename windows/{deploy => deployment}/images/ua-cg-11.png (100%) rename windows/{deploy => deployment}/images/ua-cg-12.png (100%) rename windows/{deploy => deployment}/images/ua-cg-13.png (100%) rename windows/{deploy => deployment}/images/ua-cg-14.png (100%) rename windows/{deploy => deployment}/images/ua-cg-15.png (100%) rename windows/{deploy => deployment}/images/ua-cg-16.png (100%) rename windows/{deploy => deployment}/images/ua-cg-17.png (100%) rename windows/{deploy => deployment}/images/upgrade-analytics-apps-known-issues.png (100%) rename windows/{deploy => deployment}/images/upgrade-analytics-apps-no-known-issues.png (100%) rename windows/{deploy => deployment}/images/upgrade-analytics-architecture.png (100%) rename windows/{deploy => deployment}/images/upgrade-analytics-create-iedataoptin.png (100%) rename windows/{deploy => deployment}/images/upgrade-analytics-deploy-eligible.png (100%) rename windows/{deploy => deployment}/images/upgrade-analytics-drivers-known.png (100%) rename windows/{deploy => deployment}/images/upgrade-analytics-most-active-sites.png (100%) rename windows/{deploy => deployment}/images/upgrade-analytics-namepub-rollup.PNG (100%) rename windows/{deploy => deployment}/images/upgrade-analytics-overview.png (100%) rename windows/{deploy => deployment}/images/upgrade-analytics-pilot.png (100%) rename windows/{deploy => deployment}/images/upgrade-analytics-prioritize.png (100%) rename windows/{deploy => deployment}/images/upgrade-analytics-query-activex-name.png (100%) rename windows/{deploy => deployment}/images/upgrade-analytics-ready-for-windows-status-guidance-precedence.PNG (100%) rename windows/{deploy => deployment}/images/upgrade-analytics-ready-for-windows-status.PNG (100%) rename windows/{deploy => deployment}/images/upgrade-analytics-site-activity-by-doc-mode.png (100%) rename windows/{deploy => deployment}/images/upgrade-analytics-site-domain-detail.png (100%) rename windows/{deploy => deployment}/images/upgrade-analytics-telemetry.png (100%) rename windows/{deploy => deployment}/images/upgrade-analytics-unsubscribe.png (100%) rename windows/{deploy => deployment}/images/upgrade-process.png (100%) rename windows/{deploy => deployment}/images/upgradecfg-fig2-upgrading.png (100%) rename windows/{deploy => deployment}/images/upgradecfg-fig3-upgrade.png (100%) rename windows/{deploy => deployment}/images/upgrademdt-fig1-machines.png (100%) rename windows/{deploy => deployment}/images/upgrademdt-fig2-importedos.png (100%) rename windows/{deploy => deployment}/images/upgrademdt-fig3-tasksequence.png (100%) rename windows/{deploy => deployment}/images/upgrademdt-fig4-selecttask.png (100%) rename windows/{deploy => deployment}/images/upgrademdt-fig5-winupgrade.png (100%) rename windows/{deploy => deployment}/images/ur-arch-diagram.png (100%) rename windows/{deploy => deployment}/images/ur-overview.PNG (100%) rename windows/{deploy => deployment}/images/ur-settings.PNG (100%) rename windows/{deploy => deployment}/images/ur-target-version.png (100%) rename windows/{deploy => deployment}/images/uwp-dependencies.PNG (100%) rename windows/{deploy => deployment}/images/uwp-family.PNG (100%) rename windows/{deploy => deployment}/images/uwp-license.PNG (100%) rename windows/{deploy => deployment}/images/volumeactivationforwindows81-01.jpg (100%) rename windows/{deploy => deployment}/images/volumeactivationforwindows81-02.jpg (100%) rename windows/{deploy => deployment}/images/volumeactivationforwindows81-03.jpg (100%) rename windows/{deploy => deployment}/images/volumeactivationforwindows81-04.jpg (100%) rename windows/{deploy => deployment}/images/volumeactivationforwindows81-05.jpg (100%) rename windows/{deploy => deployment}/images/volumeactivationforwindows81-06.jpg (100%) rename windows/{deploy => deployment}/images/volumeactivationforwindows81-07.jpg (100%) rename windows/{deploy => deployment}/images/volumeactivationforwindows81-08.jpg (100%) rename windows/{deploy => deployment}/images/volumeactivationforwindows81-09.jpg (100%) rename windows/{deploy => deployment}/images/volumeactivationforwindows81-10.jpg (100%) rename windows/{deploy => deployment}/images/volumeactivationforwindows81-11.jpg (100%) rename windows/{deploy => deployment}/images/volumeactivationforwindows81-12.jpg (100%) rename windows/{deploy => deployment}/images/volumeactivationforwindows81-13.jpg (100%) rename windows/{deploy => deployment}/images/volumeactivationforwindows81-14.jpg (100%) rename windows/{deploy => deployment}/images/volumeactivationforwindows81-15.jpg (100%) rename windows/{deploy => deployment}/images/volumeactivationforwindows81-16.jpg (100%) rename windows/{deploy => deployment}/images/volumeactivationforwindows81-17.jpg (100%) rename windows/{deploy => deployment}/images/volumeactivationforwindows81-18.jpg (100%) rename windows/{deploy => deployment}/images/volumeactivationforwindows81-19.jpg (100%) rename windows/{deploy => deployment}/images/who-owns-pc.png (100%) rename windows/{deploy => deployment}/images/win-10-adk-select.png (100%) rename windows/{deploy => deployment}/images/win10-set-up-work-or-school.png (100%) rename windows/{deploy => deployment}/images/windows-icd.png (100%) rename windows/{deploy => deployment}/images/x_blk.png (100%) create mode 100644 windows/deployment/index.md rename windows/{deploy => deployment}/mbr-to-gpt.md (100%) rename windows/{plan => deployment/planning}/TOC.md (100%) rename windows/{plan => deployment/planning}/act-technical-reference.md (100%) rename windows/{plan => deployment/planning}/applying-filters-to-data-in-the-sua-tool.md (100%) rename windows/{plan => deployment/planning}/available-data-types-and-operators-in-compatibility-administrator.md (100%) rename windows/{plan => deployment/planning}/best-practice-recommendations-for-windows-to-go.md (100%) rename windows/{plan => deployment/planning}/change-history-for-plan-for-windows-10-deployment.md (74%) rename windows/{plan => deployment/planning}/compatibility-administrator-users-guide.md (100%) rename windows/{plan => deployment/planning}/compatibility-fix-database-management-strategies-and-deployment.md (100%) rename windows/{plan => deployment/planning}/compatibility-fixes-for-windows-8-windows-7-and-windows-vista.md (100%) rename windows/{plan => deployment/planning}/creating-a-custom-compatibility-fix-in-compatibility-administrator.md (100%) rename windows/{plan => deployment/planning}/creating-a-custom-compatibility-mode-in-compatibility-administrator.md (100%) rename windows/{plan => deployment/planning}/creating-an-apphelp-message-in-compatibility-administrator.md (100%) rename windows/{plan => deployment/planning}/deployment-considerations-for-windows-to-go.md (100%) rename windows/{plan => deployment/planning}/device-dialog-box.md (100%) rename windows/{plan => deployment/planning}/enabling-and-disabling-compatibility-fixes-in-compatibility-administrator.md (100%) rename windows/{plan => deployment/planning}/fixing-applications-by-using-the-sua-tool.md (100%) rename windows/{plan => deployment/planning}/images/branch.png (100%) rename windows/{plan => deployment/planning}/images/chromebook-fig1-googleadmin.png (100%) rename windows/{plan => deployment/planning}/images/dep-win8-e-act-addissue.gif (100%) rename windows/{plan => deployment/planning}/images/dep-win8-e-act-addsolution.gif (100%) rename windows/{plan => deployment/planning}/images/dep-win8-e-act-categorize.gif (100%) rename windows/{plan => deployment/planning}/images/dep-win8-e-act-communityexample.gif (100%) rename windows/{plan => deployment/planning}/images/dep-win8-e-act-createnewdcp.gif (100%) rename windows/{plan => deployment/planning}/images/dep-win8-e-act-delete.gif (100%) rename windows/{plan => deployment/planning}/images/dep-win8-e-act-deploymentstatus.gif (100%) rename windows/{plan => deployment/planning}/images/dep-win8-e-act-doesnotwork64icon.gif (100%) rename windows/{plan => deployment/planning}/images/dep-win8-e-act-doesnotworkicon.gif (100%) rename windows/{plan => deployment/planning}/images/dep-win8-e-act-exportdcp.gif (100%) rename windows/{plan => deployment/planning}/images/dep-win8-e-act-exportreportdata.gif (100%) rename windows/{plan => deployment/planning}/images/dep-win8-e-act-filterdata.gif (100%) rename windows/{plan => deployment/planning}/images/dep-win8-e-act-filterexampleallapps0activeissues.gif (100%) rename windows/{plan => deployment/planning}/images/dep-win8-e-act-filterexampleallapps0issues.gif (100%) rename windows/{plan => deployment/planning}/images/dep-win8-e-act-filterexampleallappswissues.gif (100%) rename windows/{plan => deployment/planning}/images/dep-win8-e-act-filterexamplecategory.gif (100%) rename windows/{plan => deployment/planning}/images/dep-win8-e-act-filterexampleforissueswsolutions.gif (100%) rename windows/{plan => deployment/planning}/images/dep-win8-e-act-filterexampleforspecificsolutions.gif (100%) rename windows/{plan => deployment/planning}/images/dep-win8-e-act-greenworks64icon.gif (100%) rename windows/{plan => deployment/planning}/images/dep-win8-e-act-greenworksicon.gif (100%) rename windows/{plan => deployment/planning}/images/dep-win8-e-act-help.gif (100%) rename windows/{plan => deployment/planning}/images/dep-win8-e-act-home.gif (100%) rename windows/{plan => deployment/planning}/images/dep-win8-e-act-info64icon.gif (100%) rename windows/{plan => deployment/planning}/images/dep-win8-e-act-infoicon.gif (100%) rename windows/{plan => deployment/planning}/images/dep-win8-e-act-minorissues64icon.gif (100%) rename windows/{plan => deployment/planning}/images/dep-win8-e-act-minorissuesicon.png (100%) rename windows/{plan => deployment/planning}/images/dep-win8-e-act-moveupanddown.gif (100%) rename windows/{plan => deployment/planning}/images/dep-win8-e-act-open.gif (100%) rename windows/{plan => deployment/planning}/images/dep-win8-e-act-prioritize.gif (100%) rename windows/{plan => deployment/planning}/images/dep-win8-e-act-reactivate-resolved-issue.gif (100%) rename windows/{plan => deployment/planning}/images/dep-win8-e-act-refresh.gif (100%) rename windows/{plan => deployment/planning}/images/dep-win8-e-act-riskassessment.gif (100%) rename windows/{plan => deployment/planning}/images/dep-win8-e-act-save.gif (100%) rename windows/{plan => deployment/planning}/images/dep-win8-e-act-savereport.gif (100%) rename windows/{plan => deployment/planning}/images/dep-win8-e-act-sendandreceive.gif (100%) rename windows/{plan => deployment/planning}/images/dep-win8-e-act-sendandreceiveicon.gif (100%) rename windows/{plan => deployment/planning}/images/dep-win8-l-act-appcallosthroughiat.jpg (100%) rename windows/{plan => deployment/planning}/images/dep-win8-l-act-appredirectwithcompatfix.jpg (100%) rename windows/{plan => deployment/planning}/images/dep-win8-l-act-communityworkflowdiagram.jpg (100%) rename windows/{plan => deployment/planning}/images/dep-win8-l-act-compatadminflowchart.jpg (100%) rename windows/{plan => deployment/planning}/images/dep-win8-l-act-suaflowchart.jpg (100%) rename windows/{plan => deployment/planning}/images/dep-win8-l-act-suawizardflowchart.jpg (100%) rename windows/{plan => deployment/planning}/images/dep-win8-l-act-supportedtopologies.jpg (100%) rename windows/{plan => deployment/planning}/images/deploy-win-10-school-figure1.png (100%) rename windows/{plan => deployment/planning}/images/deploy-win-10-school-figure2.png (100%) rename windows/{plan => deployment/planning}/images/deploy-win-10-school-figure3.png (100%) rename windows/{plan => deployment/planning}/images/deploy-win-10-school-figure4.png (100%) rename windows/{plan => deployment/planning}/images/deploy-win-10-school-figure5.png (100%) rename windows/{plan => deployment/planning}/images/deploy-win-10-school-figure6.png (100%) rename windows/{plan => deployment/planning}/images/deploy-win-10-school-figure7.png (100%) rename windows/{plan => deployment/planning}/images/fig2-locallyconfig.png (100%) rename windows/{plan => deployment/planning}/images/fig4-wsuslist.png (100%) rename windows/{plan => deployment/planning}/images/wtg-first-boot-home.gif (100%) rename windows/{plan => deployment/planning}/images/wtg-first-boot-work.gif (100%) rename windows/{plan => deployment/planning}/images/wtg-gpt-uefi.gif (100%) rename windows/{plan => deployment/planning}/images/wtg-image-deployment.gif (100%) rename windows/{plan => deployment/planning}/images/wtg-mbr-bios.gif (100%) rename windows/{plan => deployment/planning}/images/wtg-mbr-firmware-roaming.gif (100%) rename windows/{plan => deployment/planning}/images/wtg-startup-options.gif (100%) rename windows/{plan => deployment/planning}/images/wuforbus-fig1-manuallyset.png (100%) rename windows/{plan => deployment/planning}/images/wuforbusiness-fig10-sccmconsole.png (100%) rename windows/{plan => deployment/planning}/images/wuforbusiness-fig11-intune.png (100%) rename windows/{plan => deployment/planning}/images/wuforbusiness-fig12a-updates.png (100%) rename windows/{plan => deployment/planning}/images/wuforbusiness-fig13a-upgrades.png (100%) rename windows/{plan => deployment/planning}/images/wuforbusiness-fig2-gp.png (100%) rename windows/{plan => deployment/planning}/images/wuforbusiness-fig3-mdm.png (100%) rename windows/{plan => deployment/planning}/images/wuforbusiness-fig4-localpoleditor.png (100%) rename windows/{plan => deployment/planning}/images/wuforbusiness-fig5-deferupgrade.png (100%) rename windows/{plan => deployment/planning}/images/wuforbusiness-fig6-pause.png (100%) rename windows/{plan => deployment/planning}/images/wuforbusiness-fig7-validationgroup.png (100%) rename windows/{plan => deployment/planning}/images/wuforbusiness-fig8a-chooseupdates.png (100%) rename windows/{plan => deployment/planning}/images/wuforbusiness-fig9-dosettings.jpg (100%) rename windows/{plan => deployment/planning}/index.md (74%) rename windows/{plan => deployment/planning}/installing-and-uninstalling-custom-compatibility-databases-in-compatibility-administrator.md (100%) rename windows/{plan => deployment/planning}/managing-application-compatibility-fixes-and-custom-fix-databases.md (100%) rename windows/{plan => deployment/planning}/prepare-your-organization-for-windows-to-go.md (100%) rename windows/{plan => deployment/planning}/searching-for-fixed-applications-in-compatibility-administrator.md (100%) rename windows/{plan => deployment/planning}/searching-for-installed-compatibility-fixes-with-the-query-tool-in-compatibility-administrator.md (100%) rename windows/{plan => deployment/planning}/security-and-data-protection-considerations-for-windows-to-go.md (100%) rename windows/{plan => deployment/planning}/showing-messages-generated-by-the-sua-tool.md (100%) rename windows/{plan => deployment/planning}/sua-users-guide.md (100%) rename windows/{plan => deployment/planning}/tabs-on-the-sua-tool-interface.md (100%) rename windows/{plan => deployment/planning}/testing-your-application-mitigation-packages.md (100%) rename windows/{plan => deployment/planning}/understanding-and-using-compatibility-fixes.md (100%) rename windows/{plan => deployment/planning}/using-the-compatibility-administrator-tool.md (100%) rename windows/{plan => deployment/planning}/using-the-sdbinstexe-command-line-tool.md (100%) rename windows/{plan => deployment/planning}/using-the-sua-tool.md (100%) rename windows/{plan => deployment/planning}/using-the-sua-wizard.md (100%) rename windows/{plan => deployment/planning}/viewing-the-events-screen-in-compatibility-administrator.md (100%) rename windows/{plan => deployment/planning}/windows-10-compatibility.md (97%) rename windows/{plan => deployment/planning}/windows-10-deployment-considerations.md (99%) rename windows/{plan => deployment/planning}/windows-10-enterprise-faq-itpro.md (100%) rename windows/{plan => deployment/planning}/windows-10-infrastructure-requirements.md (97%) rename windows/{plan => deployment/planning}/windows-to-go-frequently-asked-questions.md (100%) rename windows/{plan => deployment/planning}/windows-to-go-overview.md (100%) rename windows/{ => deployment}/update/change-history-for-update-windows-10.md (100%) rename windows/{manage => deployment/update}/images/ActionCenterXML.jpg (100%) rename windows/{manage => deployment/update}/images/AppsXML.jpg (100%) rename windows/{manage => deployment/update}/images/AppsXML.png (100%) rename windows/{manage => deployment/update}/images/ButtonsXML.jpg (100%) rename windows/{manage => deployment/update}/images/CSPRunnerXML.jpg (100%) rename windows/{manage => deployment/update}/images/ICDstart-option.PNG (100%) rename windows/{manage => deployment/update}/images/MenuItemsXML.png (100%) rename windows/{manage => deployment/update}/images/SettingsXML.png (100%) rename windows/{manage => deployment/update}/images/StartGrid.jpg (100%) rename windows/{manage => deployment/update}/images/StartGridPinnedApps.jpg (100%) rename windows/{manage => deployment/update}/images/TilesXML.png (100%) rename windows/{ => deployment}/update/images/admin-tools-folder.png (100%) rename windows/{ => deployment}/update/images/admin-tools.png (100%) rename windows/{ => deployment}/update/images/allow-rdp.png (100%) rename windows/{ => deployment}/update/images/app-v-in-adk.png (100%) rename windows/{manage => deployment/update}/images/apprule.png (100%) rename windows/{manage => deployment/update}/images/appwarning.png (100%) rename windows/{manage => deployment/update}/images/backicon.png (100%) rename windows/{ => deployment}/update/images/checklistbox.gif (100%) rename windows/{manage => deployment/update}/images/checklistdone.png (100%) rename windows/{ => deployment}/update/images/checkmark.png (100%) rename windows/{manage => deployment/update}/images/choose-package.png (100%) rename windows/{manage => deployment/update}/images/config-policy.png (100%) rename windows/{manage => deployment/update}/images/config-source.png (100%) rename windows/{manage => deployment/update}/images/configconflict.png (100%) rename windows/{manage => deployment/update}/images/connect-aad.png (100%) rename windows/{ => deployment}/update/images/copy-to-change.png (100%) rename windows/{ => deployment}/update/images/copy-to-path.png (100%) rename windows/{ => deployment}/update/images/copy-to.PNG (100%) rename windows/{ => deployment}/update/images/cortana-about-me.png (100%) rename windows/{ => deployment}/update/images/cortana-add-reminder.png (100%) rename windows/{ => deployment}/update/images/cortana-chicago-weather.png (100%) rename windows/{ => deployment}/update/images/cortana-complete-send-email-coworker-mic.png (100%) rename windows/{ => deployment}/update/images/cortana-connect-crm.png (100%) rename windows/{ => deployment}/update/images/cortana-connect-o365.png (100%) rename windows/{ => deployment}/update/images/cortana-connect-uber.png (100%) rename windows/{ => deployment}/update/images/cortana-crm-screen.png (100%) rename windows/{ => deployment}/update/images/cortana-feedback.png (100%) rename windows/{ => deployment}/update/images/cortana-final-reminder.png (100%) rename windows/{ => deployment}/update/images/cortana-meeting-specific-time.png (100%) rename windows/{ => deployment}/update/images/cortana-meeting-tomorrow.png (100%) rename windows/{ => deployment}/update/images/cortana-newyork-weather.png (100%) rename windows/{ => deployment}/update/images/cortana-o365-screen.png (100%) rename windows/{ => deployment}/update/images/cortana-place-reminder.png (100%) rename windows/{ => deployment}/update/images/cortana-powerbi-create-report.png (100%) rename windows/{ => deployment}/update/images/cortana-powerbi-expand-nav.png (100%) rename windows/{ => deployment}/update/images/cortana-powerbi-field-selection.png (100%) rename windows/{ => deployment}/update/images/cortana-powerbi-getdata-samples.png (100%) rename windows/{ => deployment}/update/images/cortana-powerbi-getdata.png (100%) rename windows/{ => deployment}/update/images/cortana-powerbi-myreport.png (100%) rename windows/{ => deployment}/update/images/cortana-powerbi-pagesize.png (100%) rename windows/{ => deployment}/update/images/cortana-powerbi-report-qna.png (100%) rename windows/{ => deployment}/update/images/cortana-powerbi-retail-analysis-dashboard.png (100%) rename windows/{ => deployment}/update/images/cortana-powerbi-retail-analysis-dataset.png (100%) rename windows/{ => deployment}/update/images/cortana-powerbi-retail-analysis-sample.png (100%) rename windows/{ => deployment}/update/images/cortana-powerbi-search.png (100%) rename windows/{ => deployment}/update/images/cortana-powerbi-settings.png (100%) rename windows/{ => deployment}/update/images/cortana-redmond-weather.png (100%) rename windows/{ => deployment}/update/images/cortana-reminder-edit.png (100%) rename windows/{ => deployment}/update/images/cortana-reminder-list.png (100%) rename windows/{ => deployment}/update/images/cortana-reminder-mic.png (100%) rename windows/{ => deployment}/update/images/cortana-reminder-pending-mic.png (100%) rename windows/{ => deployment}/update/images/cortana-reminder-pending.png (100%) rename windows/{ => deployment}/update/images/cortana-send-email-coworker-mic.png (100%) rename windows/{ => deployment}/update/images/cortana-send-email-coworker.png (100%) rename windows/{ => deployment}/update/images/cortana-weather-multipanel.png (100%) rename windows/{ => deployment}/update/images/crossmark.png (100%) rename windows/{manage => deployment/update}/images/csp-placeholder.png (100%) rename windows/{manage => deployment/update}/images/cspinicd.png (100%) rename windows/{manage => deployment/update}/images/csptable.png (100%) rename windows/{manage => deployment/update}/images/deploymentworkflow.png (100%) rename windows/{ => deployment}/update/images/doneicon.png (100%) rename windows/{manage => deployment/update}/images/export-mgt-desktop.png (100%) rename windows/{manage => deployment/update}/images/export-mgt-mobile.png (100%) rename windows/{manage => deployment/update}/images/express-settings.png (100%) rename windows/{manage => deployment/update}/images/fig1-deferupgrades.png (100%) rename windows/{manage => deployment/update}/images/fig2-deploymenttimeline.png (100%) rename windows/{manage => deployment/update}/images/fig3-overlaprelease.png (100%) rename windows/{manage => deployment/update}/images/funfacts.png (100%) rename windows/{manage => deployment/update}/images/genrule.png (100%) rename windows/{manage => deployment/update}/images/gp-branch.png (100%) rename windows/{manage => deployment/update}/images/gp-exclude-drivers.png (100%) rename windows/{manage => deployment/update}/images/gp-feature.png (100%) rename windows/{manage => deployment/update}/images/gp-quality.png (100%) rename windows/{manage => deployment/update}/images/icd-adv-shared-pc.PNG (100%) rename windows/{manage => deployment/update}/images/icd-school.PNG (100%) rename windows/{manage => deployment/update}/images/icd-simple.PNG (100%) rename windows/{manage => deployment/update}/images/icdbrowse.png (100%) rename windows/{manage => deployment/update}/images/identitychoices.png (100%) rename windows/{manage => deployment/update}/images/launchicon.png (100%) rename windows/{manage => deployment/update}/images/license-terms.png (100%) rename windows/{manage => deployment/update}/images/lockdownapps.png (100%) rename windows/{manage => deployment/update}/images/lockscreen.png (100%) rename windows/{manage => deployment/update}/images/lockscreenpolicy.png (100%) rename windows/{manage => deployment/update}/images/mdm-diag-report-powershell.PNG (100%) rename windows/{manage => deployment/update}/images/mdm.png (100%) rename windows/{manage => deployment/update}/images/mobile-start-layout.png (100%) rename windows/{manage => deployment/update}/images/oma-uri-shared-pc.png (100%) rename windows/{manage => deployment/update}/images/oobe.jpg (100%) rename windows/{manage => deployment/update}/images/package.png (100%) rename windows/{ => deployment}/update/images/packageaddfileandregistrydata-global.png (100%) rename windows/{ => deployment}/update/images/packageaddfileandregistrydata-stream.png (100%) rename windows/{ => deployment}/update/images/packageaddfileandregistrydata.png (100%) rename windows/{manage => deployment/update}/images/phoneprovision.png (100%) rename windows/{manage => deployment/update}/images/policytocsp.png (100%) rename windows/{manage => deployment/update}/images/powericon.png (100%) rename windows/{manage => deployment/update}/images/priv-telemetry-levels.png (100%) rename windows/{manage => deployment/update}/images/prov.jpg (100%) rename windows/{manage => deployment/update}/images/provisioning-csp-assignedaccess.png (100%) rename windows/{ => deployment}/update/images/rdp.png (100%) rename windows/{manage => deployment/update}/images/resetdevice.png (100%) rename windows/{manage => deployment/update}/images/settings-table.png (100%) rename windows/{manage => deployment/update}/images/settingsicon.png (100%) rename windows/{manage => deployment/update}/images/setupmsg.jpg (100%) rename windows/{manage => deployment/update}/images/sign-in-prov.png (100%) rename windows/{manage => deployment/update}/images/spotlight.png (100%) rename windows/{manage => deployment/update}/images/spotlight2.png (100%) rename windows/{manage => deployment/update}/images/start-pinned-app.png (100%) rename windows/{manage => deployment/update}/images/startannotated.png (100%) rename windows/{manage => deployment/update}/images/starticon.png (100%) rename windows/{manage => deployment/update}/images/startlayoutpolicy.jpg (100%) rename windows/{manage => deployment/update}/images/starttemplate.jpg (100%) rename windows/{ => deployment}/update/images/sysprep-error.png (100%) rename windows/{manage => deployment/update}/images/taskbar-blank.png (100%) rename windows/{manage => deployment/update}/images/taskbar-default-plus.png (100%) rename windows/{manage => deployment/update}/images/taskbar-default-removed.png (100%) rename windows/{manage => deployment/update}/images/taskbar-default.png (100%) rename windows/{manage => deployment/update}/images/taskbar-generic.png (100%) rename windows/{manage => deployment/update}/images/taskbar-region-defr.png (100%) rename windows/{manage => deployment/update}/images/taskbar-region-other.png (100%) rename windows/{manage => deployment/update}/images/taskbar-region-usuk.png (100%) rename windows/{manage => deployment/update}/images/taskbarSTARTERBLANK.png (100%) rename windows/{manage => deployment/update}/images/trust-package.png (100%) rename windows/{manage => deployment/update}/images/twain.png (100%) rename windows/{manage => deployment/update}/images/uc-01.png (100%) rename windows/{manage => deployment/update}/images/uc-02.png (100%) rename windows/{manage => deployment/update}/images/uc-02a.png (100%) rename windows/{manage => deployment/update}/images/uc-03.png (100%) rename windows/{manage => deployment/update}/images/uc-03a.png (100%) rename windows/{manage => deployment/update}/images/uc-04.png (100%) rename windows/{manage => deployment/update}/images/uc-04a.png (100%) rename windows/{manage => deployment/update}/images/uc-05.png (100%) rename windows/{manage => deployment/update}/images/uc-05a.png (100%) rename windows/{manage => deployment/update}/images/uc-06.png (100%) rename windows/{manage => deployment/update}/images/uc-06a.png (100%) rename windows/{manage => deployment/update}/images/uc-07.png (100%) rename windows/{manage => deployment/update}/images/uc-07a.png (100%) rename windows/{manage => deployment/update}/images/uc-08.png (100%) rename windows/{manage => deployment/update}/images/uc-08a.png (100%) rename windows/{manage => deployment/update}/images/uc-09.png (100%) rename windows/{manage => deployment/update}/images/uc-09a.png (100%) rename windows/{manage => deployment/update}/images/uc-10.png (100%) rename windows/{manage => deployment/update}/images/uc-10a.png (100%) rename windows/{manage => deployment/update}/images/uc-11.png (100%) rename windows/{manage => deployment/update}/images/uc-12.png (100%) rename windows/{manage => deployment/update}/images/uc-13.png (100%) rename windows/{manage => deployment/update}/images/uc-14.png (100%) rename windows/{manage => deployment/update}/images/uc-15.png (100%) rename windows/{manage => deployment/update}/images/uc-16.png (100%) rename windows/{manage => deployment/update}/images/uc-17.png (100%) rename windows/{manage => deployment/update}/images/uc-18.png (100%) rename windows/{manage => deployment/update}/images/uc-19.png (100%) rename windows/{manage => deployment/update}/images/uc-20.png (100%) rename windows/{manage => deployment/update}/images/uc-21.png (100%) rename windows/{manage => deployment/update}/images/uc-22.png (100%) rename windows/{manage => deployment/update}/images/uc-23.png (100%) rename windows/{manage => deployment/update}/images/uc-24.png (100%) rename windows/{manage => deployment/update}/images/uc-25.png (100%) rename windows/{manage => deployment/update}/images/uev-adk-select-uev-feature.png (100%) rename windows/{manage => deployment/update}/images/uev-archdiagram.png (100%) rename windows/{manage => deployment/update}/images/uev-checklist-box.gif (100%) rename windows/{manage => deployment/update}/images/uev-deployment-preparation.png (100%) rename windows/{manage => deployment/update}/images/uev-generator-process.png (100%) rename windows/{manage => deployment/update}/images/w10servicing-f1-branches.png (100%) rename windows/{manage => deployment/update}/images/waas-active-hours-policy.PNG (100%) rename windows/{manage => deployment/update}/images/waas-active-hours.PNG (100%) rename windows/{manage => deployment/update}/images/waas-auto-update-policy.PNG (100%) rename windows/{manage => deployment/update}/images/waas-do-fig1.png (100%) rename windows/{manage => deployment/update}/images/waas-do-fig2.png (100%) rename windows/{manage => deployment/update}/images/waas-do-fig3.png (100%) rename windows/{manage => deployment/update}/images/waas-do-fig4.png (100%) rename windows/{manage => deployment/update}/images/waas-overview-patch.png (100%) rename windows/{manage => deployment/update}/images/waas-restart-policy.PNG (100%) rename windows/{manage => deployment/update}/images/waas-rings.png (100%) rename windows/{manage => deployment/update}/images/waas-sccm-fig1.png (100%) rename windows/{manage => deployment/update}/images/waas-sccm-fig10.png (100%) rename windows/{manage => deployment/update}/images/waas-sccm-fig11.png (100%) rename windows/{manage => deployment/update}/images/waas-sccm-fig12.png (100%) rename windows/{manage => deployment/update}/images/waas-sccm-fig2.png (100%) rename windows/{manage => deployment/update}/images/waas-sccm-fig3.png (100%) rename windows/{manage => deployment/update}/images/waas-sccm-fig4.png (100%) rename windows/{manage => deployment/update}/images/waas-sccm-fig5.png (100%) rename windows/{manage => deployment/update}/images/waas-sccm-fig6.png (100%) rename windows/{manage => deployment/update}/images/waas-sccm-fig7.png (100%) rename windows/{manage => deployment/update}/images/waas-sccm-fig8.png (100%) rename windows/{manage => deployment/update}/images/waas-sccm-fig9.png (100%) rename windows/{manage => deployment/update}/images/waas-strategy-fig1a.png (100%) rename windows/{ => deployment}/update/images/waas-wipfb-aad-classicaad.png (100%) rename windows/{ => deployment}/update/images/waas-wipfb-aad-classicenable.png (100%) rename windows/{ => deployment}/update/images/waas-wipfb-aad-consent.png (100%) rename windows/{ => deployment}/update/images/waas-wipfb-aad-error.png (100%) rename windows/{ => deployment}/update/images/waas-wipfb-aad-newaad.png (100%) rename windows/{ => deployment}/update/images/waas-wipfb-aad-newdirectorybutton.png (100%) rename windows/{ => deployment}/update/images/waas-wipfb-aad-newenable.png (100%) rename windows/{ => deployment}/update/images/waas-wipfb-aad-newusersettings.png (100%) rename windows/{ => deployment}/update/images/waas-wipfb-accounts.png (100%) rename windows/{ => deployment}/update/images/waas-wipfb-change-user.png (100%) rename windows/{ => deployment}/update/images/waas-wipfb-work-account.jpg (100%) rename windows/{manage => deployment/update}/images/waas-wsus-fig1.png (100%) rename windows/{manage => deployment/update}/images/waas-wsus-fig10.png (100%) rename windows/{manage => deployment/update}/images/waas-wsus-fig11.png (100%) rename windows/{manage => deployment/update}/images/waas-wsus-fig12.png (100%) rename windows/{manage => deployment/update}/images/waas-wsus-fig13.png (100%) rename windows/{manage => deployment/update}/images/waas-wsus-fig14.png (100%) rename windows/{manage => deployment/update}/images/waas-wsus-fig15.png (100%) rename windows/{manage => deployment/update}/images/waas-wsus-fig16.png (100%) rename windows/{manage => deployment/update}/images/waas-wsus-fig17.png (100%) rename windows/{manage => deployment/update}/images/waas-wsus-fig18.png (100%) rename windows/{manage => deployment/update}/images/waas-wsus-fig19.png (100%) rename windows/{manage => deployment/update}/images/waas-wsus-fig2.png (100%) rename windows/{manage => deployment/update}/images/waas-wsus-fig20.png (100%) rename windows/{manage => deployment/update}/images/waas-wsus-fig3.png (100%) rename windows/{manage => deployment/update}/images/waas-wsus-fig4.png (100%) rename windows/{manage => deployment/update}/images/waas-wsus-fig5.png (100%) rename windows/{manage => deployment/update}/images/waas-wsus-fig6.png (100%) rename windows/{manage => deployment/update}/images/waas-wsus-fig7.png (100%) rename windows/{manage => deployment/update}/images/waas-wsus-fig8.png (100%) rename windows/{manage => deployment/update}/images/waas-wsus-fig9.png (100%) rename windows/{manage => deployment/update}/images/waas-wufb-gp-broad.png (100%) rename windows/{manage => deployment/update}/images/waas-wufb-gp-cb2-settings.png (100%) rename windows/{manage => deployment/update}/images/waas-wufb-gp-cb2.png (100%) rename windows/{manage => deployment/update}/images/waas-wufb-gp-cbb1-settings.png (100%) rename windows/{manage => deployment/update}/images/waas-wufb-gp-cbb2-settings.png (100%) rename windows/{manage => deployment/update}/images/waas-wufb-gp-cbb2q-settings.png (100%) rename windows/{manage => deployment/update}/images/waas-wufb-gp-create.png (100%) rename windows/{manage => deployment/update}/images/waas-wufb-gp-edit-defer.png (100%) rename windows/{manage => deployment/update}/images/waas-wufb-gp-edit.png (100%) rename windows/{manage => deployment/update}/images/waas-wufb-gp-scope-cb2.png (100%) rename windows/{manage => deployment/update}/images/waas-wufb-gp-scope.png (100%) rename windows/{manage => deployment/update}/images/waas-wufb-intune-cb2a.png (100%) rename windows/{manage => deployment/update}/images/waas-wufb-intune-cbb1a.png (100%) rename windows/{manage => deployment/update}/images/waas-wufb-intune-cbb2a.png (100%) rename windows/{manage => deployment/update}/images/waas-wufb-intune-step11a.png (100%) rename windows/{manage => deployment/update}/images/waas-wufb-intune-step19a.png (100%) rename windows/{manage => deployment/update}/images/waas-wufb-intune-step2a.png (100%) rename windows/{manage => deployment/update}/images/waas-wufb-intune-step7a.png (100%) rename windows/{ => deployment}/update/images/waas-wufb-settings-branch.jpg (100%) rename windows/{ => deployment}/update/images/waas-wufb-settings-defer.jpg (100%) rename windows/{manage => deployment/update}/images/waas-wufb-update-compliance.png (100%) rename windows/{manage => deployment/update}/images/who-owns-pc.png (100%) rename windows/{manage => deployment/update}/images/wifisense-grouppolicy.png (100%) rename windows/{manage => deployment/update}/images/wifisense-registry.png (100%) rename windows/{manage => deployment/update}/images/wifisense-settingscreens.png (100%) rename windows/{manage => deployment/update}/images/win10-mobile-mdm-fig1.png (100%) rename windows/{manage => deployment/update}/images/win10servicing-fig2-featureupgrade.png (100%) rename windows/{manage => deployment/update}/images/win10servicing-fig3.png (100%) rename windows/{manage => deployment/update}/images/win10servicing-fig4-upgradereleases.png (100%) rename windows/{manage => deployment/update}/images/win10servicing-fig5.png (100%) rename windows/{manage => deployment/update}/images/win10servicing-fig6.png (100%) rename windows/{manage => deployment/update}/images/win10servicing-fig7.png (100%) rename windows/{ => deployment}/update/images/windows-10-management-cyod-byod-flow.png (100%) rename windows/{ => deployment}/update/images/windows-10-management-gp-intune-flow.png (100%) rename windows/{ => deployment}/update/images/windows-10-management-range-of-options.png (100%) rename windows/{manage => deployment/update}/images/wsfb-distribute.png (100%) rename windows/{manage => deployment/update}/images/wsfb-firstrun.png (100%) rename windows/{manage => deployment/update}/images/wsfb-inventory-viewlicense.png (100%) rename windows/{manage => deployment/update}/images/wsfb-inventory.png (100%) rename windows/{manage => deployment/update}/images/wsfb-inventoryaddprivatestore.png (100%) rename windows/{manage => deployment/update}/images/wsfb-landing.png (100%) rename windows/{manage => deployment/update}/images/wsfb-licenseassign.png (100%) rename windows/{manage => deployment/update}/images/wsfb-licensedetails.png (100%) rename windows/{manage => deployment/update}/images/wsfb-licensereclaim.png (100%) rename windows/{manage => deployment/update}/images/wsfb-manageinventory.png (100%) rename windows/{manage => deployment/update}/images/wsfb-offline-distribute-mdm.png (100%) rename windows/{manage => deployment/update}/images/wsfb-onboard-1.png (100%) rename windows/{manage => deployment/update}/images/wsfb-onboard-2.png (100%) rename windows/{manage => deployment/update}/images/wsfb-onboard-3.png (100%) rename windows/{manage => deployment/update}/images/wsfb-onboard-4.png (100%) rename windows/{manage => deployment/update}/images/wsfb-onboard-5.png (100%) rename windows/{manage => deployment/update}/images/wsfb-onboard-7.png (100%) rename windows/{manage => deployment/update}/images/wsfb-online-distribute-mdm.png (100%) rename windows/{manage => deployment/update}/images/wsfb-paid-app-temp.png (100%) rename windows/{manage => deployment/update}/images/wsfb-permissions-assignrole.png (100%) rename windows/{manage => deployment/update}/images/wsfb-private-store-gpo.PNG (100%) rename windows/{manage => deployment/update}/images/wsfb-privatestore.png (100%) rename windows/{manage => deployment/update}/images/wsfb-privatestoreapps.png (100%) rename windows/{manage => deployment/update}/images/wsfb-renameprivatestore.png (100%) rename windows/{manage => deployment/update}/images/wsfb-settings-mgmt.png (100%) rename windows/{manage => deployment/update}/images/wsfb-settings-permissions.png (100%) rename windows/{manage => deployment/update}/images/wsfb-wsappaddacct.png (100%) rename windows/{manage => deployment/update}/images/wsfb-wsappprivatestore.png (100%) rename windows/{manage => deployment/update}/images/wsfb-wsappsignin.png (100%) rename windows/{manage => deployment/update}/images/wsfb-wsappworkacct.png (100%) rename windows/{manage => deployment/update}/images/wufb-config1a.png (100%) rename windows/{manage => deployment/update}/images/wufb-config2.png (100%) rename windows/{manage => deployment/update}/images/wufb-config3a.png (100%) rename windows/{manage => deployment/update}/images/wufb-do.png (100%) rename windows/{manage => deployment/update}/images/wufb-groups.png (100%) rename windows/{manage => deployment/update}/images/wufb-pause-feature.png (100%) rename windows/{manage => deployment/update}/images/wufb-qual.png (100%) rename windows/{manage => deployment/update}/images/wufb-sccm.png (100%) rename windows/{ => deployment}/update/index.md (97%) rename windows/{ => deployment}/update/update-compliance-get-started.md (97%) rename windows/{ => deployment}/update/update-compliance-monitor.md (100%) rename windows/{ => deployment}/update/update-compliance-using.md (100%) rename windows/{ => deployment}/update/waas-branchcache.md (95%) rename windows/{ => deployment}/update/waas-configure-wufb.md (98%) rename windows/{ => deployment}/update/waas-delivery-optimization.md (98%) rename windows/{ => deployment}/update/waas-deployment-rings-windows-10-updates.md (73%) rename windows/{ => deployment}/update/waas-integrate-wufb.md (96%) rename windows/{ => deployment}/update/waas-manage-updates-configuration-manager.md (92%) rename windows/{ => deployment}/update/waas-manage-updates-wsus.md (91%) rename windows/{ => deployment}/update/waas-manage-updates-wufb.md (82%) rename windows/{ => deployment}/update/waas-mobile-updates.md (94%) rename windows/{ => deployment}/update/waas-optimize-windows-10-updates.md (82%) rename windows/{ => deployment}/update/waas-overview.md (93%) rename windows/{ => deployment}/update/waas-quick-start.md (98%) rename windows/{ => deployment}/update/waas-restart.md (100%) rename windows/{ => deployment}/update/waas-servicing-branches-windows-10-updates.md (87%) rename windows/{ => deployment}/update/waas-servicing-strategy-windows-10-updates.md (82%) rename windows/{ => deployment}/update/waas-windows-insider-for-business-aad.md (100%) rename windows/{ => deployment}/update/waas-windows-insider-for-business-faq.md (100%) rename windows/{ => deployment}/update/waas-windows-insider-for-business.md (100%) rename windows/{ => deployment}/update/waas-wufb-group-policy.md (98%) rename windows/{ => deployment}/update/waas-wufb-intune.md (98%) rename windows/{deploy => deployment/upgrade}/manage-windows-upgrades-with-upgrade-analytics.md (100%) rename windows/{deploy => deployment/upgrade}/manage-windows-upgrades-with-upgrade-readiness.md (100%) rename windows/{deploy => deployment/upgrade}/resolve-windows-10-upgrade-errors.md (99%) rename windows/{deploy => deployment/upgrade}/troubleshoot-upgrade-analytics.md (100%) rename windows/{deploy => deployment/upgrade}/troubleshoot-upgrade-readiness.md (97%) rename windows/{deploy => deployment/upgrade}/upgrade-analytics-additional-insights.md (100%) rename windows/{deploy => deployment/upgrade}/upgrade-analytics-architecture.md (100%) rename windows/{deploy => deployment/upgrade}/upgrade-analytics-deploy-windows.md (100%) rename windows/{deploy => deployment/upgrade}/upgrade-analytics-deployment-script.md (100%) rename windows/{deploy => deployment/upgrade}/upgrade-analytics-get-started.md (100%) rename windows/{deploy => deployment/upgrade}/upgrade-analytics-identify-apps.md (100%) rename windows/{deploy => deployment/upgrade}/upgrade-analytics-requirements.md (100%) rename windows/{deploy => deployment/upgrade}/upgrade-analytics-resolve-issues.md (100%) rename windows/{deploy => deployment/upgrade}/upgrade-analytics-upgrade-overview.md (100%) rename windows/{deploy => deployment/upgrade}/upgrade-readiness-additional-insights.md (93%) rename windows/{deploy => deployment/upgrade}/upgrade-readiness-architecture.md (96%) rename windows/{deploy => deployment/upgrade}/upgrade-readiness-data-sharing.md (100%) rename windows/{deploy => deployment/upgrade}/upgrade-readiness-deploy-windows.md (95%) rename windows/{deploy => deployment/upgrade}/upgrade-readiness-deployment-script.md (100%) rename windows/{deploy => deployment/upgrade}/upgrade-readiness-get-started.md (99%) rename windows/{deploy => deployment/upgrade}/upgrade-readiness-identify-apps.md (98%) rename windows/{deploy => deployment/upgrade}/upgrade-readiness-release-notes.md (100%) rename windows/{deploy => deployment/upgrade}/upgrade-readiness-requirements.md (100%) rename windows/{deploy => deployment/upgrade}/upgrade-readiness-resolve-issues.md (97%) rename windows/{deploy => deployment/upgrade}/upgrade-readiness-upgrade-overview.md (98%) rename windows/{deploy => deployment/upgrade}/upgrade-to-windows-10-with-system-center-configuraton-manager.md (96%) rename windows/{deploy => deployment/upgrade}/upgrade-to-windows-10-with-the-microsoft-deployment-toolkit.md (92%) rename windows/{deploy => deployment/upgrade}/upgrade-windows-phone-8-1-to-10.md (98%) rename windows/{deploy => deployment/upgrade}/use-upgrade-analytics-to-manage-windows-upgrades.md (100%) rename windows/{deploy => deployment/upgrade}/use-upgrade-readiness-to-manage-windows-upgrades.md (95%) rename windows/{deploy => deployment/upgrade}/windows-10-edition-upgrades.md (77%) rename windows/{deploy => deployment/upgrade}/windows-10-upgrade-paths.md (99%) rename windows/{deploy => deployment/upgrade}/windows-upgrade-and-migration-considerations.md (98%) rename windows/{deploy => deployment/usmt}/getting-started-with-the-user-state-migration-tool.md (100%) rename windows/{deploy => deployment/usmt}/images/dep-win8-l-usmt-migrationcomparemigstores.gif (100%) rename windows/{deploy => deployment/usmt}/images/dep-win8-l-usmt-pcrefresh.jpg (100%) rename windows/{deploy => deployment/usmt}/images/dep-win8-l-usmt-pcreplace.jpg (100%) rename windows/{deploy => deployment/usmt}/migrate-application-settings.md (100%) rename windows/{deploy => deployment/usmt}/migration-store-types-overview.md (100%) rename windows/{deploy => deployment/usmt}/offline-migration-reference.md (100%) rename windows/{deploy => deployment/usmt}/understanding-migration-xml-files.md (100%) rename windows/{deploy => deployment/usmt}/usmt-best-practices.md (100%) rename windows/{deploy => deployment/usmt}/usmt-choose-migration-store-type.md (100%) rename windows/{deploy => deployment/usmt}/usmt-command-line-syntax.md (100%) rename windows/{deploy => deployment/usmt}/usmt-common-issues.md (100%) rename windows/{deploy => deployment/usmt}/usmt-common-migration-scenarios.md (100%) rename windows/{deploy => deployment/usmt}/usmt-configxml-file.md (100%) rename windows/{deploy => deployment/usmt}/usmt-conflicts-and-precedence.md (100%) rename windows/{deploy => deployment/usmt}/usmt-custom-xml-examples.md (100%) rename windows/{deploy => deployment/usmt}/usmt-customize-xml-files.md (100%) rename windows/{deploy => deployment/usmt}/usmt-determine-what-to-migrate.md (100%) rename windows/{deploy => deployment/usmt}/usmt-estimate-migration-store-size.md (100%) rename windows/{deploy => deployment/usmt}/usmt-exclude-files-and-settings.md (100%) rename windows/{deploy => deployment/usmt}/usmt-extract-files-from-a-compressed-migration-store.md (100%) rename windows/{deploy => deployment/usmt}/usmt-faq.md (100%) rename windows/{deploy => deployment/usmt}/usmt-general-conventions.md (100%) rename windows/{deploy => deployment/usmt}/usmt-hard-link-migration-store.md (100%) rename windows/{deploy => deployment/usmt}/usmt-how-it-works.md (100%) rename windows/{deploy => deployment/usmt}/usmt-how-to.md (100%) rename windows/{deploy => deployment/usmt}/usmt-identify-application-settings.md (100%) rename windows/{deploy => deployment/usmt}/usmt-identify-file-types-files-and-folders.md (100%) rename windows/{deploy => deployment/usmt}/usmt-identify-operating-system-settings.md (100%) rename windows/{deploy => deployment/usmt}/usmt-identify-users.md (100%) rename windows/{deploy => deployment/usmt}/usmt-include-files-and-settings.md (100%) rename windows/{deploy => deployment/usmt}/usmt-loadstate-syntax.md (100%) rename windows/{deploy => deployment/usmt}/usmt-log-files.md (100%) rename windows/{deploy => deployment/usmt}/usmt-migrate-efs-files-and-certificates.md (100%) rename windows/{deploy => deployment/usmt}/usmt-migrate-user-accounts.md (100%) rename windows/{deploy => deployment/usmt}/usmt-migration-store-encryption.md (100%) rename windows/{deploy => deployment/usmt}/usmt-overview.md (100%) rename windows/{deploy => deployment/usmt}/usmt-plan-your-migration.md (100%) rename windows/{deploy => deployment/usmt}/usmt-recognized-environment-variables.md (100%) rename windows/{deploy => deployment/usmt}/usmt-reference.md (100%) rename windows/{deploy => deployment/usmt}/usmt-requirements.md (99%) rename windows/{deploy => deployment/usmt}/usmt-reroute-files-and-settings.md (100%) rename windows/{deploy => deployment/usmt}/usmt-resources.md (100%) rename windows/{deploy => deployment/usmt}/usmt-return-codes.md (100%) rename windows/{deploy => deployment/usmt}/usmt-scanstate-syntax.md (100%) rename windows/{deploy => deployment/usmt}/usmt-technical-reference.md (100%) rename windows/{deploy => deployment/usmt}/usmt-test-your-migration.md (100%) rename windows/{deploy => deployment/usmt}/usmt-topics.md (83%) rename windows/{deploy => deployment/usmt}/usmt-troubleshooting.md (100%) rename windows/{deploy => deployment/usmt}/usmt-utilities.md (100%) rename windows/{deploy => deployment/usmt}/usmt-what-does-usmt-migrate.md (100%) rename windows/{deploy => deployment/usmt}/usmt-xml-elements-library.md (100%) rename windows/{deploy => deployment/usmt}/usmt-xml-reference.md (100%) rename windows/{deploy => deployment/usmt}/verify-the-condition-of-a-compressed-migration-store.md (100%) rename windows/{deploy => deployment/usmt}/xml-file-requirements.md (100%) rename windows/{deploy => deployment/volume-activation}/activate-forest-by-proxy-vamt.md (100%) rename windows/{deploy => deployment/volume-activation}/activate-forest-vamt.md (100%) rename windows/{deploy => deployment/volume-activation}/activate-using-active-directory-based-activation-client.md (92%) rename windows/{deploy => deployment/volume-activation}/activate-using-key-management-service-vamt.md (94%) rename windows/{deploy => deployment/volume-activation}/activate-windows-10-clients-vamt.md (98%) rename windows/{deploy => deployment/volume-activation}/active-directory-based-activation-overview.md (100%) rename windows/{deploy => deployment/volume-activation}/add-manage-products-vamt.md (100%) rename windows/{deploy => deployment/volume-activation}/add-remove-computers-vamt.md (100%) rename windows/{deploy => deployment/volume-activation}/add-remove-product-key-vamt.md (100%) rename windows/{deploy => deployment/volume-activation}/appendix-information-sent-to-microsoft-during-activation-client.md (100%) rename windows/{deploy => deployment/volume-activation}/configure-client-computers-vamt.md (100%) rename windows/{deploy => deployment/volume-activation}/images/dep-win8-l-vamt-findingcomputerdialog.gif (100%) rename windows/{deploy => deployment/volume-activation}/images/dep-win8-l-vamt-firewallconfigurationformultiplesubnets.gif (100%) rename windows/{deploy => deployment/volume-activation}/images/dep-win8-l-vamt-image001-enterprise.jpg (100%) rename windows/{deploy => deployment/volume-activation}/images/dep-win8-l-vamt-makindependentactivationscenario.jpg (100%) rename windows/{deploy => deployment/volume-activation}/images/dep-win8-l-vamt-makproxyactivationscenario.jpg (100%) rename windows/{deploy => deployment/volume-activation}/images/vamtuserinterfaceupdated.jpg (100%) rename windows/{deploy => deployment/volume-activation}/import-export-vamt-data.md (100%) rename windows/{deploy => deployment/volume-activation}/install-configure-vamt.md (100%) rename windows/{deploy => deployment/volume-activation}/install-kms-client-key-vamt.md (100%) rename windows/{deploy => deployment/volume-activation}/install-product-key-vamt.md (100%) rename windows/{deploy => deployment/volume-activation}/install-vamt.md (100%) rename windows/{deploy => deployment/volume-activation}/introduction-vamt.md (100%) rename windows/{deploy => deployment/volume-activation}/kms-activation-vamt.md (100%) rename windows/{deploy => deployment/volume-activation}/local-reactivation-vamt.md (100%) rename windows/{deploy => deployment/volume-activation}/manage-activations-vamt.md (100%) rename windows/{deploy => deployment/volume-activation}/manage-product-keys-vamt.md (100%) rename windows/{deploy => deployment/volume-activation}/manage-vamt-data.md (100%) rename windows/{deploy => deployment/volume-activation}/monitor-activation-client.md (100%) rename windows/{deploy => deployment/volume-activation}/online-activation-vamt.md (100%) rename windows/{deploy => deployment/volume-activation}/plan-for-volume-activation-client.md (99%) rename windows/{deploy => deployment/volume-activation}/proxy-activation-vamt.md (100%) rename windows/{deploy => deployment/volume-activation}/remove-products-vamt.md (100%) rename windows/{deploy => deployment/volume-activation}/scenario-kms-activation-vamt.md (100%) rename windows/{deploy => deployment/volume-activation}/scenario-online-activation-vamt.md (100%) rename windows/{deploy => deployment/volume-activation}/scenario-proxy-activation-vamt.md (100%) rename windows/{deploy => deployment/volume-activation}/update-product-status-vamt.md (100%) rename windows/{deploy => deployment/volume-activation}/use-the-volume-activation-management-tool-client.md (96%) rename windows/{deploy => deployment/volume-activation}/use-vamt-in-windows-powershell.md (100%) rename windows/{deploy => deployment/volume-activation}/vamt-known-issues.md (100%) rename windows/{deploy => deployment/volume-activation}/vamt-requirements.md (100%) rename windows/{deploy => deployment/volume-activation}/vamt-step-by-step.md (100%) rename windows/{deploy => deployment/volume-activation}/volume-activation-management-tool.md (100%) rename windows/{deploy => deployment/volume-activation}/volume-activation-windows-10.md (100%) rename windows/{deploy => deployment}/windows-10-deployment-scenarios.md (96%) rename windows/{deploy => deployment}/windows-10-deployment-tools-reference.md (93%) rename windows/{deploy => deployment}/windows-10-enterprise-e3-overview.md (100%) rename windows/{deploy => deployment}/windows-10-poc-mdt.md (99%) rename windows/{deploy => deployment}/windows-10-poc-sc-config-mgr.md (99%) rename windows/{deploy => deployment}/windows-10-poc.md (99%) rename windows/{deploy => deployment}/windows-adk-scenarios-for-it-pros.md (97%) rename windows/{deploy => deployment}/windows-deployment-scenarios-and-tools.md (98%) create mode 100644 windows/device-security/TOC.md rename windows/{keep-secure => device-security/applocker}/add-rules-for-packaged-apps-to-existing-applocker-rule-set.md (100%) rename windows/{keep-secure => device-security/applocker}/administer-applocker.md (100%) rename windows/{keep-secure => device-security/applocker}/applocker-architecture-and-components.md (100%) rename windows/{keep-secure => device-security/applocker}/applocker-functions.md (100%) rename windows/{keep-secure => device-security/applocker}/applocker-overview.md (98%) rename windows/{keep-secure => device-security/applocker}/applocker-policies-deployment-guide.md (100%) rename windows/{keep-secure => device-security/applocker}/applocker-policies-design-guide.md (100%) rename windows/{keep-secure => device-security/applocker}/applocker-policy-use-scenarios.md (100%) rename windows/{keep-secure => device-security/applocker}/applocker-processes-and-interactions.md (100%) rename windows/{keep-secure => device-security/applocker}/applocker-settings.md (100%) rename windows/{keep-secure => device-security/applocker}/applocker-technical-reference.md (100%) rename windows/{keep-secure => device-security/applocker}/configure-an-applocker-policy-for-audit-only.md (100%) rename windows/{keep-secure => device-security/applocker}/configure-an-applocker-policy-for-enforce-rules.md (100%) rename windows/{keep-secure => device-security/applocker}/configure-exceptions-for-an-applocker-rule.md (100%) rename windows/{keep-secure => device-security/applocker}/configure-the-appLocker-reference-device.md (100%) rename windows/{keep-secure => device-security/applocker}/configure-the-application-identity-service.md (100%) rename windows/{keep-secure => device-security/applocker}/create-a-rule-for-packaged-apps.md (100%) rename windows/{keep-secure => device-security/applocker}/create-a-rule-that-uses-a-file-hash-condition.md (100%) rename windows/{keep-secure => device-security/applocker}/create-a-rule-that-uses-a-path-condition.md (100%) rename windows/{keep-secure => device-security/applocker}/create-a-rule-that-uses-a-publisher-condition.md (100%) rename windows/{keep-secure => device-security/applocker}/create-applocker-default-rules.md (100%) rename windows/{keep-secure => device-security/applocker}/create-list-of-applications-deployed-to-each-business-group.md (100%) rename windows/{keep-secure => device-security/applocker}/create-your-applocker-planning-document.md (100%) rename windows/{keep-secure => device-security/applocker}/create-your-applocker-policies.md (100%) rename windows/{keep-secure => device-security/applocker}/create-your-applocker-rules.md (100%) rename windows/{keep-secure => device-security/applocker}/delete-an-applocker-rule.md (100%) rename windows/{keep-secure => device-security/applocker}/deploy-applocker-policies-by-using-the-enforce-rules-setting.md (100%) rename windows/{keep-secure => device-security/applocker}/deploy-the-applocker-policy-into-production.md (100%) rename windows/{keep-secure => device-security/applocker}/determine-group-policy-structure-and-rule-enforcement.md (100%) rename windows/{keep-secure => device-security/applocker}/determine-which-applications-are-digitally-signed-on-a-reference-computer.md (100%) rename windows/{keep-secure => device-security/applocker}/determine-your-application-control-objectives.md (100%) rename windows/{keep-secure => device-security/applocker}/display-a-custom-url-message-when-users-try-to-run-a-blocked-application.md (100%) rename windows/{keep-secure => device-security/applocker}/dll-rules-in-applocker.md (100%) rename windows/{keep-secure => device-security/applocker}/document-group-policy-structure-and-applocker-rule-enforcement.md (100%) rename windows/{keep-secure => device-security/applocker}/document-your-application-control-management-processes.md (100%) rename windows/{keep-secure => device-security/applocker}/document-your-application-list.md (100%) rename windows/{keep-secure => device-security/applocker}/document-your-applocker-rules.md (100%) rename windows/{keep-secure => device-security/applocker}/edit-an-applocker-policy.md (100%) rename windows/{keep-secure => device-security/applocker}/edit-applocker-rules.md (100%) rename windows/{keep-secure => device-security/applocker}/enable-the-dll-rule-collection.md (100%) rename windows/{keep-secure => device-security/applocker}/enforce-applocker-rules.md (100%) rename windows/{keep-secure => device-security/applocker}/executable-rules-in-applocker.md (100%) rename windows/{keep-secure => device-security/applocker}/export-an-applocker-policy-from-a-gpo.md (100%) rename windows/{keep-secure => device-security/applocker}/export-an-applocker-policy-to-an-xml-file.md (100%) rename windows/{keep-secure => device-security/applocker}/how-applocker-works-techref.md (100%) rename windows/{keep-secure => device-security/applocker}/images/applocker-plan-inheritance.gif (100%) rename windows/{keep-secure => device-security/applocker}/images/applocker-plandeploy-quickreference.gif (100%) rename windows/{keep-secure => device-security/applocker}/images/blockedappmsg.gif (100%) rename windows/{keep-secure => device-security/applocker}/import-an-applocker-policy-from-another-computer.md (100%) rename windows/{keep-secure => device-security/applocker}/import-an-applocker-policy-into-a-gpo.md (100%) rename windows/{keep-secure => device-security/applocker}/maintain-applocker-policies.md (100%) rename windows/{keep-secure => device-security/applocker}/manage-packaged-apps-with-applocker.md (100%) rename windows/{keep-secure => device-security/applocker}/merge-applocker-policies-by-using-set-applockerpolicy.md (100%) rename windows/{keep-secure => device-security/applocker}/merge-applocker-policies-manually.md (100%) rename windows/{keep-secure => device-security/applocker}/monitor-application-usage-with-applocker.md (100%) rename windows/{keep-secure => device-security/applocker}/optimize-applocker-performance.md (100%) rename windows/{keep-secure => device-security/applocker}/packaged-apps-and-packaged-app-installer-rules-in-applocker.md (100%) rename windows/{keep-secure => device-security/applocker}/plan-for-applocker-policy-management.md (100%) rename windows/{keep-secure => device-security/applocker}/refresh-an-applocker-policy.md (100%) rename windows/{keep-secure => device-security/applocker}/requirements-for-deploying-applocker-policies.md (100%) rename windows/{keep-secure => device-security/applocker}/requirements-to-use-applocker.md (100%) rename windows/{keep-secure => device-security/applocker}/run-the-automatically-generate-rules-wizard.md (100%) rename windows/{keep-secure => device-security/applocker}/script-rules-in-applocker.md (100%) rename windows/{keep-secure => device-security/applocker}/security-considerations-for-applocker.md (100%) rename windows/{keep-secure => device-security/applocker}/select-types-of-rules-to-create.md (100%) rename windows/{keep-secure => device-security/applocker}/test-an-applocker-policy-by-using-test-applockerpolicy.md (100%) rename windows/{keep-secure => device-security/applocker}/test-and-update-an-applocker-policy.md (100%) rename windows/{keep-secure => device-security/applocker}/tools-to-use-with-applocker.md (100%) rename windows/{keep-secure => device-security/applocker}/understand-applocker-enforcement-settings.md (100%) rename windows/{keep-secure => device-security/applocker}/understand-applocker-policy-design-decisions.md (100%) rename windows/{keep-secure => device-security/applocker}/understand-applocker-rules-and-enforcement-setting-inheritance-in-group-policy.md (100%) rename windows/{keep-secure => device-security/applocker}/understand-the-applocker-policy-deployment-process.md (100%) rename windows/{keep-secure => device-security/applocker}/understanding-applocker-allow-and-deny-actions-on-rules.md (100%) rename windows/{keep-secure => device-security/applocker}/understanding-applocker-default-rules.md (100%) rename windows/{keep-secure => device-security/applocker}/understanding-applocker-rule-behavior.md (100%) rename windows/{keep-secure => device-security/applocker}/understanding-applocker-rule-collections.md (100%) rename windows/{keep-secure => device-security/applocker}/understanding-applocker-rule-condition-types.md (100%) rename windows/{keep-secure => device-security/applocker}/understanding-applocker-rule-exceptions.md (100%) rename windows/{keep-secure => device-security/applocker}/understanding-the-file-hash-rule-condition-in-applocker.md (100%) rename windows/{keep-secure => device-security/applocker}/understanding-the-path-rule-condition-in-applocker.md (100%) rename windows/{keep-secure => device-security/applocker}/understanding-the-publisher-rule-condition-in-applocker.md (100%) rename windows/{keep-secure => device-security/applocker}/use-a-reference-computer-to-create-and-maintain-applocker-policies.md (100%) rename windows/{keep-secure => device-security/applocker}/use-applocker-and-software-restriction-policies-in-the-same-domain.md (100%) rename windows/{keep-secure => device-security/applocker}/use-the-applocker-windows-powershell-cmdlets.md (100%) rename windows/{keep-secure => device-security/applocker}/using-event-viewer-with-applocker.md (100%) rename windows/{keep-secure => device-security/applocker}/using-software-restriction-policies-and-applocker-policies.md (100%) rename windows/{keep-secure => device-security/applocker}/what-is-applocker.md (100%) rename windows/{keep-secure => device-security/applocker}/windows-installer-rules-in-applocker.md (100%) rename windows/{keep-secure => device-security/applocker}/working-with-applocker-policies.md (100%) rename windows/{keep-secure => device-security/applocker}/working-with-applocker-rules.md (100%) rename windows/{keep-secure => device-security/auditing}/advanced-security-audit-policy-settings.md (100%) rename windows/{keep-secure => device-security/auditing}/advanced-security-auditing-faq.md (100%) rename windows/{keep-secure => device-security/auditing}/advanced-security-auditing.md (100%) rename windows/{keep-secure => device-security/auditing}/appendix-a-security-monitoring-recommendations-for-many-audit-events.md (100%) rename windows/{keep-secure => device-security/auditing}/apply-a-basic-audit-policy-on-a-file-or-folder.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-account-lockout.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-application-generated.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-application-group-management.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-audit-policy-change.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-authentication-policy-change.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-authorization-policy-change.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-central-access-policy-staging.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-certification-services.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-computer-account-management.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-credential-validation.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-detailed-directory-service-replication.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-detailed-file-share.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-directory-service-access.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-directory-service-changes.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-directory-service-replication.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-distribution-group-management.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-dpapi-activity.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-file-share.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-file-system.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-filtering-platform-connection.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-filtering-platform-packet-drop.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-filtering-platform-policy-change.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-group-membership.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-handle-manipulation.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-ipsec-driver.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-ipsec-extended-mode.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-ipsec-main-mode.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-ipsec-quick-mode.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-kerberos-authentication-service.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-kerberos-service-ticket-operations.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-kernel-object.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-logoff.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-logon.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-mpssvc-rule-level-policy-change.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-network-policy-server.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-non-sensitive-privilege-use.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-other-account-logon-events.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-other-account-management-events.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-other-logonlogoff-events.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-other-object-access-events.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-other-policy-change-events.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-other-privilege-use-events.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-other-system-events.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-pnp-activity.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-process-creation.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-process-termination.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-registry.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-removable-storage.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-rpc-events.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-sam.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-security-group-management.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-security-state-change.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-security-system-extension.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-sensitive-privilege-use.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-special-logon.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-system-integrity.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-user-account-management.md (100%) rename windows/{keep-secure => device-security/auditing}/audit-user-device-claims.md (100%) rename windows/{keep-secure => device-security/auditing}/basic-audit-account-logon-events.md (100%) rename windows/{keep-secure => device-security/auditing}/basic-audit-account-management.md (100%) rename windows/{keep-secure => device-security/auditing}/basic-audit-directory-service-access.md (100%) rename windows/{keep-secure => device-security/auditing}/basic-audit-logon-events.md (100%) rename windows/{keep-secure => device-security/auditing}/basic-audit-object-access.md (100%) rename windows/{keep-secure => device-security/auditing}/basic-audit-policy-change.md (100%) rename windows/{keep-secure => device-security/auditing}/basic-audit-privilege-use.md (100%) rename windows/{keep-secure => device-security/auditing}/basic-audit-process-tracking.md (100%) rename windows/{keep-secure => device-security/auditing}/basic-audit-system-events.md (100%) rename windows/{keep-secure => device-security/auditing}/basic-security-audit-policies.md (100%) rename windows/{keep-secure => device-security/auditing}/basic-security-audit-policy-settings.md (100%) rename windows/{keep-secure => device-security/auditing}/create-a-basic-audit-policy-settings-for-an-event-category.md (100%) rename windows/{keep-secure => device-security/auditing}/event-1100.md (100%) rename windows/{keep-secure => device-security/auditing}/event-1102.md (97%) rename windows/{keep-secure => device-security/auditing}/event-1104.md (100%) rename windows/{keep-secure => device-security/auditing}/event-1105.md (100%) rename windows/{keep-secure => device-security/auditing}/event-1108.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4608.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4610.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4611.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4612.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4614.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4615.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4616.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4618.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4621.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4622.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4624.md (99%) rename windows/{keep-secure => device-security/auditing}/event-4625.md (99%) rename windows/{keep-secure => device-security/auditing}/event-4626.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4627.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4634.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4647.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4648.md (99%) rename windows/{keep-secure => device-security/auditing}/event-4649.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4656.md (99%) rename windows/{keep-secure => device-security/auditing}/event-4657.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4658.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4660.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4661.md (99%) rename windows/{keep-secure => device-security/auditing}/event-4662.md (99%) rename windows/{keep-secure => device-security/auditing}/event-4663.md (99%) rename windows/{keep-secure => device-security/auditing}/event-4664.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4670.md (99%) rename windows/{keep-secure => device-security/auditing}/event-4671.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4672.md (99%) rename windows/{keep-secure => device-security/auditing}/event-4673.md (99%) rename windows/{keep-secure => device-security/auditing}/event-4674.md (99%) rename windows/{keep-secure => device-security/auditing}/event-4675.md (95%) rename windows/{keep-secure => device-security/auditing}/event-4688.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4689.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4690.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4691.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4692.md (97%) rename windows/{keep-secure => device-security/auditing}/event-4693.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4694.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4695.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4696.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4697.md (99%) rename windows/{keep-secure => device-security/auditing}/event-4698.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4699.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4700.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4701.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4702.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4703.md (99%) rename windows/{keep-secure => device-security/auditing}/event-4704.md (99%) rename windows/{keep-secure => device-security/auditing}/event-4705.md (99%) rename windows/{keep-secure => device-security/auditing}/event-4706.md (99%) rename windows/{keep-secure => device-security/auditing}/event-4707.md (97%) rename windows/{keep-secure => device-security/auditing}/event-4713.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4714.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4715.md (99%) rename windows/{keep-secure => device-security/auditing}/event-4716.md (99%) rename windows/{keep-secure => device-security/auditing}/event-4717.md (99%) rename windows/{keep-secure => device-security/auditing}/event-4718.md (99%) rename windows/{keep-secure => device-security/auditing}/event-4719.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4720.md (99%) rename windows/{keep-secure => device-security/auditing}/event-4722.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4723.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4724.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4725.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4726.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4731.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4732.md (99%) rename windows/{keep-secure => device-security/auditing}/event-4733.md (99%) rename windows/{keep-secure => device-security/auditing}/event-4734.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4735.md (99%) rename windows/{keep-secure => device-security/auditing}/event-4738.md (99%) rename windows/{keep-secure => device-security/auditing}/event-4739.md (99%) rename windows/{keep-secure => device-security/auditing}/event-4740.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4741.md (99%) rename windows/{keep-secure => device-security/auditing}/event-4742.md (99%) rename windows/{keep-secure => device-security/auditing}/event-4743.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4749.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4750.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4751.md (99%) rename windows/{keep-secure => device-security/auditing}/event-4752.md (99%) rename windows/{keep-secure => device-security/auditing}/event-4753.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4764.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4765.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4766.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4767.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4768.md (99%) rename windows/{keep-secure => device-security/auditing}/event-4769.md (99%) rename windows/{keep-secure => device-security/auditing}/event-4770.md (99%) rename windows/{keep-secure => device-security/auditing}/event-4771.md (99%) rename windows/{keep-secure => device-security/auditing}/event-4772.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4773.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4774.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4775.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4776.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4777.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4778.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4779.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4780.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4781.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4782.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4793.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4794.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4798.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4799.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4800.md (97%) rename windows/{keep-secure => device-security/auditing}/event-4801.md (97%) rename windows/{keep-secure => device-security/auditing}/event-4802.md (97%) rename windows/{keep-secure => device-security/auditing}/event-4803.md (97%) rename windows/{keep-secure => device-security/auditing}/event-4816.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4817.md (99%) rename windows/{keep-secure => device-security/auditing}/event-4818.md (99%) rename windows/{keep-secure => device-security/auditing}/event-4819.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4826.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4864.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4865.md (99%) rename windows/{keep-secure => device-security/auditing}/event-4866.md (99%) rename windows/{keep-secure => device-security/auditing}/event-4867.md (99%) rename windows/{keep-secure => device-security/auditing}/event-4902.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4904.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4905.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4906.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4907.md (99%) rename windows/{keep-secure => device-security/auditing}/event-4908.md (97%) rename windows/{keep-secure => device-security/auditing}/event-4909.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4910.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4911.md (99%) rename windows/{keep-secure => device-security/auditing}/event-4912.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4913.md (99%) rename windows/{keep-secure => device-security/auditing}/event-4928.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4929.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4930.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4931.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4932.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4933.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4934.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4935.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4936.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4937.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4944.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4945.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4946.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4947.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4948.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4949.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4950.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4951.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4952.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4953.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4954.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4956.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4957.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4958.md (100%) rename windows/{keep-secure => device-security/auditing}/event-4964.md (98%) rename windows/{keep-secure => device-security/auditing}/event-4985.md (98%) rename windows/{keep-secure => device-security/auditing}/event-5024.md (100%) rename windows/{keep-secure => device-security/auditing}/event-5025.md (100%) rename windows/{keep-secure => device-security/auditing}/event-5027.md (100%) rename windows/{keep-secure => device-security/auditing}/event-5028.md (100%) rename windows/{keep-secure => device-security/auditing}/event-5029.md (100%) rename windows/{keep-secure => device-security/auditing}/event-5030.md (100%) rename windows/{keep-secure => device-security/auditing}/event-5031.md (100%) rename windows/{keep-secure => device-security/auditing}/event-5032.md (100%) rename windows/{keep-secure => device-security/auditing}/event-5033.md (100%) rename windows/{keep-secure => device-security/auditing}/event-5034.md (100%) rename windows/{keep-secure => device-security/auditing}/event-5035.md (100%) rename windows/{keep-secure => device-security/auditing}/event-5037.md (100%) rename windows/{keep-secure => device-security/auditing}/event-5038.md (100%) rename windows/{keep-secure => device-security/auditing}/event-5039.md (100%) rename windows/{keep-secure => device-security/auditing}/event-5051.md (100%) rename windows/{keep-secure => device-security/auditing}/event-5056.md (100%) rename windows/{keep-secure => device-security/auditing}/event-5057.md (100%) rename windows/{keep-secure => device-security/auditing}/event-5058.md (98%) rename windows/{keep-secure => device-security/auditing}/event-5059.md (98%) rename windows/{keep-secure => device-security/auditing}/event-5060.md (99%) rename windows/{keep-secure => device-security/auditing}/event-5061.md (98%) rename windows/{keep-secure => device-security/auditing}/event-5062.md (100%) rename windows/{keep-secure => device-security/auditing}/event-5063.md (100%) rename windows/{keep-secure => device-security/auditing}/event-5064.md (100%) rename windows/{keep-secure => device-security/auditing}/event-5065.md (100%) rename windows/{keep-secure => device-security/auditing}/event-5066.md (100%) rename windows/{keep-secure => device-security/auditing}/event-5067.md (100%) rename windows/{keep-secure => device-security/auditing}/event-5068.md (100%) rename windows/{keep-secure => device-security/auditing}/event-5069.md (100%) rename windows/{keep-secure => device-security/auditing}/event-5070.md (100%) rename windows/{keep-secure => device-security/auditing}/event-5136.md (99%) rename windows/{keep-secure => device-security/auditing}/event-5137.md (99%) rename windows/{keep-secure => device-security/auditing}/event-5138.md (99%) rename windows/{keep-secure => device-security/auditing}/event-5139.md (99%) rename windows/{keep-secure => device-security/auditing}/event-5140.md (98%) rename windows/{keep-secure => device-security/auditing}/event-5141.md (99%) rename windows/{keep-secure => device-security/auditing}/event-5142.md (98%) rename windows/{keep-secure => device-security/auditing}/event-5143.md (99%) rename windows/{keep-secure => device-security/auditing}/event-5144.md (98%) rename windows/{keep-secure => device-security/auditing}/event-5145.md (99%) rename windows/{keep-secure => device-security/auditing}/event-5148.md (100%) rename windows/{keep-secure => device-security/auditing}/event-5149.md (100%) rename windows/{keep-secure => device-security/auditing}/event-5150.md (100%) rename windows/{keep-secure => device-security/auditing}/event-5151.md (100%) rename windows/{keep-secure => device-security/auditing}/event-5152.md (100%) rename windows/{keep-secure => device-security/auditing}/event-5153.md (100%) rename windows/{keep-secure => device-security/auditing}/event-5154.md (100%) rename windows/{keep-secure => device-security/auditing}/event-5155.md (100%) rename windows/{keep-secure => device-security/auditing}/event-5156.md (100%) rename windows/{keep-secure => device-security/auditing}/event-5157.md (100%) rename windows/{keep-secure => device-security/auditing}/event-5158.md (100%) rename windows/{keep-secure => device-security/auditing}/event-5159.md (100%) rename windows/{keep-secure => device-security/auditing}/event-5168.md (98%) rename windows/{keep-secure => device-security/auditing}/event-5376.md (97%) rename windows/{keep-secure => device-security/auditing}/event-5377.md (98%) rename windows/{keep-secure => device-security/auditing}/event-5378.md (98%) rename windows/{keep-secure => device-security/auditing}/event-5447.md (100%) rename windows/{keep-secure => device-security/auditing}/event-5632.md (100%) rename windows/{keep-secure => device-security/auditing}/event-5633.md (100%) rename windows/{keep-secure => device-security/auditing}/event-5712.md (100%) rename windows/{keep-secure => device-security/auditing}/event-5888.md (99%) rename windows/{keep-secure => device-security/auditing}/event-5889.md (99%) rename windows/{keep-secure => device-security/auditing}/event-5890.md (99%) rename windows/{keep-secure => device-security/auditing}/event-6144.md (100%) rename windows/{keep-secure => device-security/auditing}/event-6145.md (100%) rename windows/{keep-secure => device-security/auditing}/event-6281.md (100%) rename windows/{keep-secure => device-security/auditing}/event-6400.md (100%) rename windows/{keep-secure => device-security/auditing}/event-6401.md (100%) rename windows/{keep-secure => device-security/auditing}/event-6402.md (100%) rename windows/{keep-secure => device-security/auditing}/event-6403.md (100%) rename windows/{keep-secure => device-security/auditing}/event-6404.md (100%) rename windows/{keep-secure => device-security/auditing}/event-6405.md (100%) rename windows/{keep-secure => device-security/auditing}/event-6406.md (100%) rename windows/{keep-secure => device-security/auditing}/event-6407.md (100%) rename windows/{keep-secure => device-security/auditing}/event-6408.md (100%) rename windows/{keep-secure => device-security/auditing}/event-6409.md (100%) rename windows/{keep-secure => device-security/auditing}/event-6410.md (100%) rename windows/{keep-secure => device-security/auditing}/event-6416.md (98%) rename windows/{keep-secure => device-security/auditing}/event-6419.md (98%) rename windows/{keep-secure => device-security/auditing}/event-6420.md (98%) rename windows/{keep-secure => device-security/auditing}/event-6421.md (98%) rename windows/{keep-secure => device-security/auditing}/event-6422.md (98%) rename windows/{keep-secure => device-security/auditing}/event-6423.md (98%) rename windows/{keep-secure => device-security/auditing}/event-6424.md (100%) rename windows/{keep-secure => device-security/auditing}/file-system-global-object-access-auditing.md (100%) rename windows/{keep-secure => device-security/auditing}/images/ad-sites-and-services.png (100%) rename windows/{keep-secure => device-security/auditing}/images/advanced-sharing.png (100%) rename windows/{keep-secure => device-security/auditing}/images/auditpol-list-subcategory.png (100%) rename windows/{keep-secure => device-security/auditing}/images/auditpol-list-user.png (100%) rename windows/{keep-secure => device-security/auditing}/images/branchcache-properties.png (100%) rename windows/{keep-secure => device-security/auditing}/images/certutil-command.png (100%) rename windows/{keep-secure => device-security/auditing}/images/computer-management.png (100%) rename windows/{keep-secure => device-security/auditing}/images/diskpart.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-1100.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-1102.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-1104.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-1105.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-1108.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4608.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4610.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4611.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4614.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4616.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4618.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4622.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4624.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4625.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4626.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4627.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4634.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4647.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4648.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4656.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4657.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4658.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4660.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4661.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4662.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4663.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4664.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4670.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4672.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4673.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4674.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4688.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4689.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4690.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4691.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4692.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4693.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4696.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4697.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4698.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4699.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4700.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4701.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4702.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4703-partial.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4703.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4704.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4705.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4706.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4707.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4713.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4714.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4715.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4716.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4717.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4718.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4719.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4720.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4722.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4723.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4724.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4725.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4726.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4731.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4732.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4733.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4734.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4735.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4738.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4739.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4740.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4741.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4742.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4743.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4749.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4750.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4751.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4752.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4753.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4764.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4767.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4768.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4769.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4770.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4771.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4776.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4778.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4779.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4781.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4782.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4793.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4794.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4798.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4799.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4800.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4801.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4802.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4803.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4817.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4818.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4819.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4826.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4865.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4866.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4867.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4902.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4904.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4905.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4906.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4907.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4908.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4911.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4912.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4913.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4928.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4929.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4930.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4931.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4932.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4933.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4935.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4944.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4945.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4946.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4947.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4948.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4949.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4950.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4951.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4953.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4954.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4956.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4957.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4964.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-4985.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-5024.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-5025.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-5027.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-5028.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-5031.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-5033.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-5034.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-5058.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-5059.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-5061.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-5136.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-5137.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-5138.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-5139.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-5140.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-5141.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-5142.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-5143.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-5144.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-5145.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-5152.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-5154.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-5156.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-5157.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-5158.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-5168.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-5376.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-5377.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-5378.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-5447.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-5632.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-5633.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-5888.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-5889.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-5890.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-6144.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-6145.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-6416.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-6419.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-6420.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-6421.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-6422.png (100%) rename windows/{keep-secure => device-security/auditing}/images/event-6423.png (100%) rename windows/{keep-secure => device-security/auditing}/images/filters-xml-file.png (100%) rename windows/{keep-secure => device-security/auditing}/images/firewall-settings-public-profile.png (100%) rename windows/{keep-secure => device-security/auditing}/images/group-policy-editor.png (100%) rename windows/{keep-secure => device-security/auditing}/images/group-policy.png (100%) rename windows/{keep-secure => device-security/auditing}/images/impact-property.png (100%) rename windows/{keep-secure => device-security/auditing}/images/ipconfig-command.png (100%) rename windows/{keep-secure => device-security/auditing}/images/logging-settings-public-profile.png (100%) rename windows/{keep-secure => device-security/auditing}/images/msb.png (100%) rename windows/{keep-secure => device-security/auditing}/images/netsh-advfirewall-command.png (100%) rename windows/{keep-secure => device-security/auditing}/images/netsh-command.png (100%) rename windows/{keep-secure => device-security/auditing}/images/netsh-lan-command.png (100%) rename windows/{keep-secure => device-security/auditing}/images/offline-settings.png (100%) rename windows/{keep-secure => device-security/auditing}/images/query-session.png (100%) rename windows/{keep-secure => device-security/auditing}/images/registry-editor-audit.png (100%) rename windows/{keep-secure => device-security/auditing}/images/registry-editor-firewallrules.png (100%) rename windows/{keep-secure => device-security/auditing}/images/schema-search.png (100%) rename windows/{keep-secure => device-security/auditing}/images/subkeys-under-security-key.png (100%) rename windows/{keep-secure => device-security/auditing}/images/subtree-deletion.png (100%) rename windows/{keep-secure => device-security/auditing}/images/synaptics.png (100%) rename windows/{keep-secure => device-security/auditing}/images/synaptics1.png (100%) rename windows/{keep-secure => device-security/auditing}/images/synaptics2.png (100%) rename windows/{keep-secure => device-security/auditing}/images/synaptics3.png (100%) rename windows/{keep-secure => device-security/auditing}/images/synaptics4.png (100%) rename windows/{keep-secure => device-security/auditing}/images/synaptics5.png (100%) rename windows/{keep-secure => device-security/auditing}/images/synaptics6.png (100%) rename windows/{keep-secure => device-security/auditing}/images/synaptics7.png (100%) rename windows/{keep-secure => device-security/auditing}/images/task-manager.png (100%) rename windows/{keep-secure => device-security/auditing}/images/wfpstate-xml.png (100%) rename windows/{keep-secure => device-security/auditing}/images/whoami-privilege-list.png (100%) rename windows/{keep-secure => device-security/auditing}/images/windows-firewall-state-off.png (100%) rename windows/{keep-secure => device-security/auditing}/images/windows-firewall-with-advanced-security.png (100%) rename windows/{keep-secure => device-security/auditing}/images/windows-powershell-get-gpo.png (100%) rename windows/{keep-secure => device-security/auditing}/monitor-central-access-policy-and-rule-definitions.md (100%) rename windows/{keep-secure => device-security/auditing}/monitor-claim-types.md (100%) rename windows/{keep-secure => device-security/auditing}/monitor-resource-attribute-definitions.md (100%) rename windows/{keep-secure => device-security/auditing}/monitor-the-central-access-policies-associated-with-files-and-folders.md (100%) rename windows/{keep-secure => device-security/auditing}/monitor-the-central-access-policies-that-apply-on-a-file-server.md (100%) rename windows/{keep-secure => device-security/auditing}/monitor-the-resource-attributes-on-files-and-folders.md (100%) rename windows/{keep-secure => device-security/auditing}/monitor-the-use-of-removable-storage-devices.md (100%) rename windows/{keep-secure => device-security/auditing}/monitor-user-and-device-claims-during-sign-in.md (100%) rename windows/{keep-secure => device-security/auditing}/other-events.md (100%) rename windows/{keep-secure => device-security/auditing}/planning-and-deploying-advanced-security-audit-policies.md (100%) rename windows/{keep-secure => device-security/auditing}/registry-global-object-access-auditing.md (100%) rename windows/{keep-secure => device-security/auditing}/security-auditing-overview.md (94%) rename windows/{keep-secure => device-security/auditing}/using-advanced-security-auditing-options-to-monitor-dynamic-access-control-objects.md (100%) rename windows/{keep-secure => device-security/auditing}/view-the-security-event-log.md (100%) rename windows/{keep-secure => device-security/auditing}/which-editions-of-windows-support-advanced-audit-policy-configuration.md (100%) rename windows/{keep-secure => device-security/bitlocker}/bcd-settings-and-bitlocker.md (100%) rename windows/{keep-secure => device-security/bitlocker}/bitlocker-basic-deployment.md (100%) rename windows/{keep-secure => device-security/bitlocker}/bitlocker-countermeasures.md (99%) rename windows/{keep-secure => device-security/bitlocker}/bitlocker-device-encryption-overview-windows-10.md (99%) rename windows/{keep-secure => device-security/bitlocker}/bitlocker-frequently-asked-questions.md (100%) rename windows/{keep-secure => device-security/bitlocker}/bitlocker-group-policy-settings.md (99%) rename windows/{keep-secure => device-security/bitlocker}/bitlocker-how-to-deploy-on-windows-server.md (100%) rename windows/{keep-secure => device-security/bitlocker}/bitlocker-how-to-enable-network-unlock.md (100%) rename windows/{keep-secure => device-security/bitlocker}/bitlocker-overview.md (100%) rename windows/{keep-secure => device-security/bitlocker}/bitlocker-recovery-guide-plan.md (100%) rename windows/{keep-secure => device-security/bitlocker}/bitlocker-use-bitlocker-drive-encryption-tools-to-manage-bitlocker.md (100%) rename windows/{keep-secure => device-security/bitlocker}/bitlocker-use-bitlocker-recovery-password-viewer.md (100%) rename windows/{keep-secure => device-security/bitlocker}/choose-the-right-bitlocker-countermeasure.md (100%) rename windows/{keep-secure => device-security/bitlocker}/images/bitlockernetworkunlocksequence.png (100%) rename windows/{keep-secure => device-security/bitlocker}/images/bitlockerprebootprotection-bios-uefi-startup.jpg (100%) rename windows/{keep-secure => device-security/bitlocker}/images/bitlockerprebootprotection-counterwin7.jpg (100%) rename windows/{keep-secure => device-security/bitlocker}/images/bitlockerprebootprotection-counterwin8.jpg (100%) rename windows/{keep-secure => device-security/bitlocker}/images/bitlockerprebootprotection-counterwin81.jpg (100%) rename windows/{keep-secure => device-security/bitlocker}/prepare-your-organization-for-bitlocker-planning-and-policies.md (99%) rename windows/{keep-secure => device-security/bitlocker}/protect-bitlocker-from-pre-boot-attacks.md (100%) rename windows/{keep-secure => device-security/bitlocker}/protecting-cluster-shared-volumes-and-storage-area-networks-with-bitlocker.md (100%) rename windows/{keep-secure => device-security/bitlocker}/types-of-attacks-for-volume-encryption-keys.md (100%) create mode 100644 windows/device-security/change-history-for-device-security.md rename windows/{keep-secure => device-security/device-guard}/deploy-catalog-files-to-support-code-integrity-policies.md (100%) rename windows/{keep-secure => device-security/device-guard}/deploy-code-integrity-policies-policy-rules-and-file-rules.md (100%) rename windows/{keep-secure => device-security/device-guard}/deploy-code-integrity-policies-steps.md (100%) rename windows/{keep-secure => device-security/device-guard}/deploy-device-guard-deploy-code-integrity-policies.md (100%) rename windows/{keep-secure => device-security/device-guard}/deploy-device-guard-enable-virtualization-based-security.md (99%) rename windows/{keep-secure => device-security/device-guard}/deploy-managed-installer-for-device-guard.md (100%) rename windows/{keep-secure => device-security/device-guard}/device-guard-deployment-guide.md (94%) rename windows/{keep-secure => device-security/device-guard}/images/device-guard-gp.png (100%) rename windows/{keep-secure => device-security/device-guard}/images/dg-fig1-enableos.png (100%) rename windows/{keep-secure => device-security/device-guard}/images/dg-fig10-enablecredentialguard.png (100%) rename windows/{keep-secure => device-security/device-guard}/images/dg-fig11-dgproperties.png (100%) rename windows/{keep-secure => device-security/device-guard}/images/dg-fig12-verifysigning.png (100%) rename windows/{keep-secure => device-security/device-guard}/images/dg-fig13-createnewgpo.png (100%) rename windows/{keep-secure => device-security/device-guard}/images/dg-fig14-createnewfile.png (100%) rename windows/{keep-secure => device-security/device-guard}/images/dg-fig15-setnewfileprops.png (100%) rename windows/{keep-secure => device-security/device-guard}/images/dg-fig16-specifyinfo.png (100%) rename windows/{keep-secure => device-security/device-guard}/images/dg-fig17-specifyinfo.png (100%) rename windows/{keep-secure => device-security/device-guard}/images/dg-fig18-specifyux.png (100%) rename windows/{keep-secure => device-security/device-guard}/images/dg-fig19-customsettings.png (100%) rename windows/{keep-secure => device-security/device-guard}/images/dg-fig2-createou.png (100%) rename windows/{keep-secure => device-security/device-guard}/images/dg-fig20-setsoftwareinv.png (100%) rename windows/{keep-secure => device-security/device-guard}/images/dg-fig21-pathproperties.png (100%) rename windows/{keep-secure => device-security/device-guard}/images/dg-fig22-deploycode.png (100%) rename windows/{keep-secure => device-security/device-guard}/images/dg-fig23-exceptionstocode.png (100%) rename windows/{keep-secure => device-security/device-guard}/images/dg-fig24-creategpo.png (100%) rename windows/{keep-secure => device-security/device-guard}/images/dg-fig25-editcode.png (100%) rename windows/{keep-secure => device-security/device-guard}/images/dg-fig26-enablecode.png (100%) rename windows/{keep-secure => device-security/device-guard}/images/dg-fig27-managecerttemp.png (100%) rename windows/{keep-secure => device-security/device-guard}/images/dg-fig29-enableconstraints.png (100%) rename windows/{keep-secure => device-security/device-guard}/images/dg-fig3-enablevbs.png (100%) rename windows/{keep-secure => device-security/device-guard}/images/dg-fig30-selectnewcert.png (100%) rename windows/{keep-secure => device-security/device-guard}/images/dg-fig31-getmoreinfo.png (100%) rename windows/{keep-secure => device-security/device-guard}/images/dg-fig5-createnewou.png (100%) rename windows/{keep-secure => device-security/device-guard}/images/dg-fig6-enablevbs.png (100%) rename windows/{keep-secure => device-security/device-guard}/images/dg-fig7-enablevbsofkmci.png (100%) rename windows/{keep-secure => device-security/device-guard}/images/dg-fig8-createoulinked.png (100%) rename windows/{keep-secure => device-security/device-guard}/images/dg-fig9-enablevbs.png (100%) rename windows/{keep-secure => device-security/device-guard}/introduction-to-device-guard-virtualization-based-security-and-code-integrity-policies.md (90%) rename windows/{keep-secure => device-security/device-guard}/optional-create-a-code-signing-certificate-for-code-integrity-policies.md (100%) rename windows/{keep-secure => device-security/device-guard}/planning-and-getting-started-on-the-device-guard-deployment-process.md (100%) rename windows/{keep-secure => device-security/device-guard}/requirements-and-deployment-planning-guidelines-for-device-guard.md (100%) rename windows/{keep-secure => device-security}/encrypted-hard-drive.md (100%) rename windows/{keep-secure => device-security}/images/hva-fig1-endtoend1.png (100%) rename windows/{keep-secure => device-security}/images/hva-fig10-conditionalaccesscontrol.png (100%) rename windows/{keep-secure => device-security}/images/hva-fig11-office365.png (100%) rename windows/{keep-secure => device-security}/images/hva-fig12-conditionalaccess12.png (100%) rename windows/{keep-secure => device-security}/images/hva-fig2-assessfromcloud2.png (100%) rename windows/{keep-secure => device-security}/images/hva-fig3-endtoendoverview3.png (100%) rename windows/{keep-secure => device-security}/images/hva-fig4-hardware.png (100%) rename windows/{keep-secure => device-security}/images/hva-fig5-virtualbasedsecurity.png (100%) rename windows/{keep-secure => device-security}/images/hva-fig6-logs.png (100%) rename windows/{keep-secure => device-security}/images/hva-fig7-measurement.png (100%) rename windows/{keep-secure => device-security}/images/hva-fig8-evaldevicehealth8.png (100%) rename windows/{keep-secure => device-security}/images/hva-fig8a-healthattest8a.png (100%) rename windows/{keep-secure => device-security}/images/hva-fig9-intune.png (100%) rename windows/{keep-secure => device-security}/images/mobile-security-guide-fig1.png (100%) rename windows/{keep-secure => device-security}/images/mobile-security-guide-fig2.png (100%) rename windows/{keep-secure => device-security}/images/mobile-security-guide-figure3.png (100%) rename windows/{keep-secure => device-security}/images/mobile-security-guide-figure4.png (100%) create mode 100644 windows/device-security/index.md rename windows/{keep-secure => device-security}/protect-high-value-assets-by-controlling-the-health-of-windows-10-based-devices.md (99%) rename windows/{keep-secure => device-security/security-policy-settings}/access-credential-manager-as-a-trusted-caller.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/access-this-computer-from-the-network.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/account-lockout-duration.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/account-lockout-policy.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/account-lockout-threshold.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/account-policies.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/accounts-administrator-account-status.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/accounts-block-microsoft-accounts.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/accounts-guest-account-status.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/accounts-limit-local-account-use-of-blank-passwords-to-console-logon-only.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/accounts-rename-administrator-account.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/accounts-rename-guest-account.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/act-as-part-of-the-operating-system.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/add-workstations-to-domain.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/adjust-memory-quotas-for-a-process.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/administer-security-policy-settings.md (99%) rename windows/{keep-secure => device-security/security-policy-settings}/allow-log-on-locally.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/allow-log-on-through-remote-desktop-services.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/audit-audit-the-access-of-global-system-objects.md (89%) rename windows/{keep-secure => device-security/security-policy-settings}/audit-audit-the-use-of-backup-and-restore-privilege.md (90%) rename windows/{keep-secure => device-security/security-policy-settings}/audit-force-audit-policy-subcategory-settings-to-override.md (97%) rename windows/{keep-secure => device-security/security-policy-settings}/audit-policy.md (56%) rename windows/{keep-secure => device-security/security-policy-settings}/audit-shut-down-system-immediately-if-unable-to-log-security-audits.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/back-up-files-and-directories.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/bypass-traverse-checking.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/change-the-system-time.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/change-the-time-zone.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/create-a-pagefile.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/create-a-token-object.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/create-global-objects.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/create-permanent-shared-objects.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/create-symbolic-links.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/dcom-machine-access-restrictions-in-security-descriptor-definition-language-sddl-syntax.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/dcom-machine-launch-restrictions-in-security-descriptor-definition-language-sddl-syntax.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/debug-programs.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/deny-access-to-this-computer-from-the-network.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/deny-log-on-as-a-batch-job.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/deny-log-on-as-a-service.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/deny-log-on-locally.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/deny-log-on-through-remote-desktop-services.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/devices-allow-undock-without-having-to-log-on.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/devices-allowed-to-format-and-eject-removable-media.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/devices-prevent-users-from-installing-printer-drivers.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/devices-restrict-cd-rom-access-to-locally-logged-on-user-only.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/devices-restrict-floppy-access-to-locally-logged-on-user-only.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/domain-controller-allow-server-operators-to-schedule-tasks.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/domain-controller-ldap-server-signing-requirements.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/domain-controller-refuse-machine-account-password-changes.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/domain-member-digitally-encrypt-or-sign-secure-channel-data-always.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/domain-member-digitally-encrypt-secure-channel-data-when-possible.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/domain-member-digitally-sign-secure-channel-data-when-possible.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/domain-member-disable-machine-account-password-changes.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/domain-member-maximum-machine-account-password-age.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/domain-member-require-strong-windows-2000-or-later-session-key.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/enable-computer-and-user-accounts-to-be-trusted-for-delegation.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/enforce-password-history.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/enforce-user-logon-restrictions.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/force-shutdown-from-a-remote-system.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/generate-security-audits.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/how-to-configure-security-policy-settings.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/images/privacy-setting-in-sign-in-options.png (100%) rename windows/{keep-secure => device-security/security-policy-settings}/images/secpol-architecture.gif (100%) rename windows/{keep-secure => device-security/security-policy-settings}/images/secpol-components.gif (100%) rename windows/{keep-secure => device-security/security-policy-settings}/images/secpol-multigpomerge.gif (100%) rename windows/{keep-secure => device-security/security-policy-settings}/images/secpol-processes.gif (100%) rename windows/{keep-secure => device-security/security-policy-settings}/impersonate-a-client-after-authentication.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/increase-a-process-working-set.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/increase-scheduling-priority.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/interactive-logon-display-user-information-when-the-session-is-locked.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/interactive-logon-do-not-display-last-user-name.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/interactive-logon-do-not-require-ctrl-alt-del.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/interactive-logon-dont-display-username-at-sign-in.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/interactive-logon-machine-account-lockout-threshold.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/interactive-logon-machine-inactivity-limit.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/interactive-logon-message-text-for-users-attempting-to-log-on.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/interactive-logon-message-title-for-users-attempting-to-log-on.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/interactive-logon-number-of-previous-logons-to-cache-in-case-domain-controller-is-not-available.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/interactive-logon-prompt-user-to-change-password-before-expiration.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/interactive-logon-require-domain-controller-authentication-to-unlock-workstation.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/interactive-logon-require-smart-card.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/interactive-logon-smart-card-removal-behavior.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/kerberos-policy.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/load-and-unload-device-drivers.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/lock-pages-in-memory.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/log-on-as-a-batch-job.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/log-on-as-a-service.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/manage-auditing-and-security-log.md (96%) rename windows/{keep-secure => device-security/security-policy-settings}/maximum-lifetime-for-service-ticket.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/maximum-lifetime-for-user-ticket-renewal.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/maximum-lifetime-for-user-ticket.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/maximum-password-age.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/maximum-tolerance-for-computer-clock-synchronization.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/microsoft-network-client-digitally-sign-communications-always.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/microsoft-network-client-digitally-sign-communications-if-server-agrees.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/microsoft-network-client-send-unencrypted-password-to-third-party-smb-servers.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/microsoft-network-server-amount-of-idle-time-required-before-suspending-session.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/microsoft-network-server-attempt-s4u2self-to-obtain-claim-information.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/microsoft-network-server-digitally-sign-communications-always.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/microsoft-network-server-digitally-sign-communications-if-client-agrees.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/microsoft-network-server-disconnect-clients-when-logon-hours-expire.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/microsoft-network-server-server-spn-target-name-validation-level.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/minimum-password-age.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/minimum-password-length.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/modify-an-object-label.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/modify-firmware-environment-values.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/network-access-allow-anonymous-sidname-translation.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/network-access-do-not-allow-anonymous-enumeration-of-sam-accounts-and-shares.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/network-access-do-not-allow-anonymous-enumeration-of-sam-accounts.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/network-access-do-not-allow-storage-of-passwords-and-credentials-for-network-authentication.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/network-access-let-everyone-permissions-apply-to-anonymous-users.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/network-access-named-pipes-that-can-be-accessed-anonymously.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/network-access-remotely-accessible-registry-paths-and-subpaths.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/network-access-remotely-accessible-registry-paths.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/network-access-restrict-anonymous-access-to-named-pipes-and-shares.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/network-access-shares-that-can-be-accessed-anonymously.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/network-access-sharing-and-security-model-for-local-accounts.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/network-list-manager-policies.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/network-security-allow-local-system-to-use-computer-identity-for-ntlm.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/network-security-allow-localsystem-null-session-fallback.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/network-security-allow-pku2u-authentication-requests-to-this-computer-to-use-online-identities.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/network-security-configure-encryption-types-allowed-for-kerberos.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/network-security-do-not-store-lan-manager-hash-value-on-next-password-change.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/network-security-force-logoff-when-logon-hours-expire.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/network-security-lan-manager-authentication-level.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/network-security-ldap-client-signing-requirements.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/network-security-minimum-session-security-for-ntlm-ssp-based-including-secure-rpc-clients.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/network-security-minimum-session-security-for-ntlm-ssp-based-including-secure-rpc-servers.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/network-security-restrict-ntlm-add-remote-server-exceptions-for-ntlm-authentication.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/network-security-restrict-ntlm-add-server-exceptions-in-this-domain.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/network-security-restrict-ntlm-audit-incoming-ntlm-traffic.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/network-security-restrict-ntlm-audit-ntlm-authentication-in-this-domain.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/network-security-restrict-ntlm-incoming-ntlm-traffic.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/network-security-restrict-ntlm-ntlm-authentication-in-this-domain.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/network-security-restrict-ntlm-outgoing-ntlm-traffic-to-remote-servers.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/password-must-meet-complexity-requirements.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/password-policy.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/perform-volume-maintenance-tasks.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/profile-single-process.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/profile-system-performance.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/recovery-console-allow-automatic-administrative-logon.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/recovery-console-allow-floppy-copy-and-access-to-all-drives-and-folders.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/remove-computer-from-docking-station.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/replace-a-process-level-token.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/reset-account-lockout-counter-after.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/restore-files-and-directories.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/secpol-advanced-security-audit-policy-settings.md (94%) rename windows/{keep-secure => device-security/security-policy-settings}/security-options.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/security-policy-settings-reference.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/security-policy-settings.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/shut-down-the-system.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/shutdown-allow-system-to-be-shut-down-without-having-to-log-on.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/shutdown-clear-virtual-memory-pagefile.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/store-passwords-using-reversible-encryption.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/synchronize-directory-service-data.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/system-cryptography-force-strong-key-protection-for-user-keys-stored-on-the-computer.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/system-cryptography-use-fips-compliant-algorithms-for-encryption-hashing-and-signing.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/system-objects-require-case-insensitivity-for-non-windows-subsystems.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/system-objects-strengthen-default-permissions-of-internal-system-objects.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/system-settings-optional-subsystems.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/system-settings-use-certificate-rules-on-windows-executables-for-software-restriction-policies.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/take-ownership-of-files-or-other-objects.md (100%) rename windows/{keep-secure => device-security/security-policy-settings}/user-account-control-admin-approval-mode-for-the-built-in-administrator-account.md (98%) rename windows/{keep-secure => device-security/security-policy-settings}/user-account-control-allow-uiaccess-applications-to-prompt-for-elevation-without-using-the-secure-desktop.md (99%) rename windows/{keep-secure => device-security/security-policy-settings}/user-account-control-behavior-of-the-elevation-prompt-for-administrators-in-admin-approval-mode.md (98%) rename windows/{keep-secure => device-security/security-policy-settings}/user-account-control-behavior-of-the-elevation-prompt-for-standard-users.md (98%) rename windows/{keep-secure => device-security/security-policy-settings}/user-account-control-detect-application-installations-and-prompt-for-elevation.md (97%) rename windows/{keep-secure => device-security/security-policy-settings}/user-account-control-only-elevate-executables-that-are-signed-and-validated.md (98%) rename windows/{keep-secure => device-security/security-policy-settings}/user-account-control-only-elevate-uiaccess-applications-that-are-installed-in-secure-locations.md (98%) rename windows/{keep-secure => device-security/security-policy-settings}/user-account-control-run-all-administrators-in-admin-approval-mode.md (97%) rename windows/{keep-secure => device-security/security-policy-settings}/user-account-control-switch-to-the-secure-desktop-when-prompting-for-elevation.md (97%) rename windows/{keep-secure => device-security/security-policy-settings}/user-account-control-virtualize-file-and-registry-write-failures-to-per-user-locations.md (97%) rename windows/{keep-secure => device-security/security-policy-settings}/user-rights-assignment.md (100%) rename windows/{keep-secure => device-security/tpm}/backup-tpm-recovery-information-to-ad-ds.md (100%) rename windows/{keep-secure => device-security/tpm}/change-the-tpm-owner-password.md (100%) rename windows/{keep-secure => device-security/tpm}/initialize-and-configure-ownership-of-the-tpm.md (100%) rename windows/{keep-secure => device-security/tpm}/manage-tpm-commands.md (100%) rename windows/{keep-secure => device-security/tpm}/manage-tpm-lockout.md (100%) rename windows/{keep-secure => device-security/tpm}/switch-pcr-banks-on-tpm-2-0-devices.md (100%) rename windows/{keep-secure => device-security/tpm}/tpm-fundamentals.md (100%) rename windows/{keep-secure => device-security/tpm}/tpm-recommendations.md (100%) rename windows/{keep-secure => device-security/tpm}/trusted-platform-module-overview.md (100%) rename windows/{keep-secure => device-security/tpm}/trusted-platform-module-services-group-policy-settings.md (100%) rename windows/{keep-secure => device-security/tpm}/trusted-platform-module-top-node.md (100%) rename windows/{keep-secure => device-security}/windows-10-mobile-security-guide.md (100%) rename windows/{keep-secure => device-security}/windows-security-baselines.md (100%) create mode 100644 windows/hub/TOC.md rename windows/{ => hub}/images/W10-WaaS-poster.PNG (100%) create mode 100644 windows/hub/images/access-protection.png create mode 100644 windows/hub/images/application-management.png create mode 100644 windows/hub/images/client-management.png create mode 100644 windows/hub/images/configuration.png create mode 100644 windows/hub/images/deployment.png create mode 100644 windows/hub/images/device-security.png rename windows/{ => hub}/images/front-page-video.PNG (100%) create mode 100644 windows/hub/images/remote.png create mode 100644 windows/hub/images/threat-protection.png create mode 100644 windows/hub/images/virtualization.png create mode 100644 windows/hub/images/whats-new-highlight.png create mode 100644 windows/hub/images/whats-new.png create mode 100644 windows/hub/index.md delete mode 100644 windows/images/w10-configure.png delete mode 100644 windows/images/w10-deploy.png delete mode 100644 windows/images/w10-evaluation.png delete mode 100644 windows/images/w10-manage.png delete mode 100644 windows/images/w10-plan.png delete mode 100644 windows/images/w10-secure.png delete mode 100644 windows/images/w10-update.png delete mode 100644 windows/images/w10-whatsnew-highlight.png delete mode 100644 windows/images/w10-whatsnew.png delete mode 100644 windows/index.md delete mode 100644 windows/keep-secure/.vscode/settings.json delete mode 100644 windows/keep-secure/TOC.md delete mode 100644 windows/keep-secure/change-history-for-keep-windows-10-secure.md delete mode 100644 windows/keep-secure/images/15dd35b6-6cc6-421f-93f8-7109920e7144.gif delete mode 100644 windows/keep-secure/images/2b05dce3-938f-4168-9b8f-1f4398cbdb9b.gif delete mode 100644 windows/keep-secure/images/add-user.png delete mode 100644 windows/keep-secure/images/adsi-edit.png delete mode 100644 windows/keep-secure/images/alertsq.png delete mode 100644 windows/keep-secure/images/alertsq2.png delete mode 100644 windows/keep-secure/images/assign-users.png delete mode 100644 windows/keep-secure/images/auditpol-guid-list.png delete mode 100644 windows/keep-secure/images/auditpol.png delete mode 100644 windows/keep-secure/images/azure-active-directory-list.png delete mode 100644 windows/keep-secure/images/azure-active-directory.png delete mode 100644 windows/keep-secure/images/azure-browse.png delete mode 100644 windows/keep-secure/images/azure-org-directory.png delete mode 100644 windows/keep-secure/images/azure-signout.png delete mode 100644 windows/keep-secure/images/bc6cea1a-1c6c-4124-8c8f-1df5adfe8c88.gif delete mode 100644 windows/keep-secure/images/bt-passcode.png delete mode 100644 windows/keep-secure/images/btpair.png delete mode 100644 windows/keep-secure/images/changes-icon.png delete mode 100644 windows/keep-secure/images/check-icon.png delete mode 100644 windows/keep-secure/images/comments-icon.png delete mode 100644 windows/keep-secure/images/comments.png delete mode 100644 windows/keep-secure/images/confirm-user-access.png delete mode 100644 windows/keep-secure/images/contoso-active-directory.png delete mode 100644 windows/keep-secure/images/contoso-application.png delete mode 100644 windows/keep-secure/images/contoso-users.png delete mode 100644 windows/keep-secure/images/contoso.png delete mode 100644 windows/keep-secure/images/defender-gp-defsharesfield.png delete mode 100644 windows/keep-secure/images/defender-gp-defsourcefield.png delete mode 100644 windows/keep-secure/images/defender-scanarchivecpu.png delete mode 100644 windows/keep-secure/images/defender-scanarchivedepth.png delete mode 100644 windows/keep-secure/images/defender-scanarchivefiles.png delete mode 100644 windows/keep-secure/images/defender-scanarchivesize.png delete mode 100644 windows/keep-secure/images/defender-scanemailfiles.png delete mode 100644 windows/keep-secure/images/defender/detection-source.png delete mode 100644 windows/keep-secure/images/defender/download-wdo.png delete mode 100644 windows/keep-secure/images/defender/enhanced-notifications.png delete mode 100644 windows/keep-secure/images/defender/gp.png delete mode 100644 windows/keep-secure/images/defender/malware-detected.png delete mode 100644 windows/keep-secure/images/defender/order-update-sources-wdav.png delete mode 100644 windows/keep-secure/images/defender/quarantine.png delete mode 100644 windows/keep-secure/images/defender/settings-wdo.png delete mode 100644 windows/keep-secure/images/defender/ux-config-key.png delete mode 100644 windows/keep-secure/images/defender/ux-uilockdown-key.png delete mode 100644 windows/keep-secure/images/detection-source.png delete mode 100644 windows/keep-secure/images/expand.png delete mode 100644 windows/keep-secure/images/export-sccm.png delete mode 100644 windows/keep-secure/images/faa393df-4856-4431-9eda-4f4e5be72a90.gif delete mode 100644 windows/keep-secure/images/machine-investigation.png delete mode 100644 windows/keep-secure/images/machines-view.png delete mode 100644 windows/keep-secure/images/manage-alert-menu.png delete mode 100644 windows/keep-secure/images/mva_videos.png delete mode 100644 windows/keep-secure/images/net-helpmsg-58.png delete mode 100644 windows/keep-secure/images/oma-uri.png delete mode 100644 windows/keep-secure/images/onboardingstate.png delete mode 100644 windows/keep-secure/images/passport-fig1.png delete mode 100644 windows/keep-secure/images/passport-fig2-pinimmeduse.png delete mode 100644 windows/keep-secure/images/passport-fig4-join.png delete mode 100644 windows/keep-secure/images/phone-signin-device-select.png delete mode 100644 windows/keep-secure/images/phone-signin-menu.png delete mode 100644 windows/keep-secure/images/phone-signin-settings.png delete mode 100644 windows/keep-secure/images/portal-image.png delete mode 100644 windows/keep-secure/images/portal.png delete mode 100644 windows/keep-secure/images/portqry.png delete mode 100644 windows/keep-secure/images/proxy-settings.png delete mode 100644 windows/keep-secure/images/psexec-cmd.png delete mode 100644 windows/keep-secure/images/pua1.png delete mode 100644 windows/keep-secure/images/pua2.png delete mode 100644 windows/keep-secure/images/registry-editor.png delete mode 100644 windows/keep-secure/images/remove-menu.png delete mode 100644 windows/keep-secure/images/resolve-alert.png delete mode 100644 windows/keep-secure/images/sc-query-diagtrack.png delete mode 100644 windows/keep-secure/images/sc-query-sense-autostart.png delete mode 100644 windows/keep-secure/images/sc-query-sense-running.png delete mode 100644 windows/keep-secure/images/sc-query-sense.png delete mode 100644 windows/keep-secure/images/sccm-primary-domain.png delete mode 100644 windows/keep-secure/images/security-fig1-invalidaccess.png delete mode 100644 windows/keep-secure/images/security-fig10-optinsettings.png delete mode 100644 windows/keep-secure/images/security-fig11-defendersettings.png delete mode 100644 windows/keep-secure/images/security-fig2-vbsarchitecture-redo.png delete mode 100644 windows/keep-secure/images/security-fig2-vbsarchitecture.png delete mode 100644 windows/keep-secure/images/security-fig3-healthattestation.png delete mode 100644 windows/keep-secure/images/security-fig6-edge2.png delete mode 100644 windows/keep-secure/images/security-fig7-smartscreenfilter.png delete mode 100644 windows/keep-secure/images/security-fig8-smartscreenconfig.png delete mode 100644 windows/keep-secure/images/security-fig9-windows7allow.png delete mode 100644 windows/keep-secure/images/service-components.png delete mode 100644 windows/keep-secure/images/settings-icon.png delete mode 100644 windows/keep-secure/images/sort-order-icon.png delete mode 100644 windows/keep-secure/images/suppression-rules.png delete mode 100644 windows/keep-secure/images/timeline.png delete mode 100644 windows/keep-secure/images/value-prop.png delete mode 100644 windows/keep-secure/images/windef-utc-console-start.png delete mode 100644 windows/keep-secure/images/windows-atp-service-users.png delete mode 100644 windows/keep-secure/images/windows-atp-service.png delete mode 100644 windows/keep-secure/index.md delete mode 100644 windows/keep-secure/security-technologies.md delete mode 100644 windows/keep-secure/windows-10-enterprise-security-guides.md delete mode 100644 windows/manage/.vscode/settings.json delete mode 100644 windows/manage/TOC.md delete mode 100644 windows/manage/application-development-for-windows-as-a-service.zip delete mode 100644 windows/manage/change-history-for-manage-and-update-windows-10.md delete mode 100644 windows/manage/images/aadj1.jpg delete mode 100644 windows/manage/images/aadj2.jpg delete mode 100644 windows/manage/images/aadj3.jpg delete mode 100644 windows/manage/images/aadj4.jpg delete mode 100644 windows/manage/images/aadjbrowser.jpg delete mode 100644 windows/manage/images/aadjcal.jpg delete mode 100644 windows/manage/images/aadjcalmail.jpg delete mode 100644 windows/manage/images/aadjmail1.jpg delete mode 100644 windows/manage/images/aadjmail2.jpg delete mode 100644 windows/manage/images/aadjmail3.jpg delete mode 100644 windows/manage/images/aadjonedrive.jpg delete mode 100644 windows/manage/images/aadjonenote.jpg delete mode 100644 windows/manage/images/aadjonenote2.jpg delete mode 100644 windows/manage/images/aadjonenote3.jpg delete mode 100644 windows/manage/images/aadjpin.jpg delete mode 100644 windows/manage/images/aadjppt.jpg delete mode 100644 windows/manage/images/aadjverify.jpg delete mode 100644 windows/manage/images/aadjword.jpg delete mode 100644 windows/manage/images/aadjwsfb.jpg delete mode 100644 windows/manage/images/button.png delete mode 100644 windows/manage/index.md create mode 100644 windows/threat-protection/TOC.md rename windows/{keep-secure => threat-protection}/block-untrusted-fonts-in-enterprise.md (100%) create mode 100644 windows/threat-protection/change-history-for-threat-protection.md rename windows/{keep-secure => threat-protection}/images/capi-gpo.png (100%) rename windows/{keep-secure => threat-protection}/images/gp-process-mitigation-options-bit-flag-image.png (100%) rename windows/{keep-secure => threat-protection}/images/gp-process-mitigation-options-show.png (100%) rename windows/{keep-secure => threat-protection}/images/gp-process-mitigation-options.png (100%) rename windows/{keep-secure => threat-protection}/images/runkey.png (100%) rename windows/{keep-secure => threat-protection}/images/runoncekey.png (100%) rename windows/{keep-secure => threat-protection}/images/security-fig4-aslr.png (100%) rename windows/{keep-secure => threat-protection}/images/security-fig5-dep.png (100%) rename windows/{keep-secure => threat-protection}/images/threat-mitigations-pre-breach-post-breach-conceptual.png (100%) rename windows/{keep-secure => threat-protection}/images/wef-client-config.png (100%) create mode 100644 windows/threat-protection/index.md rename windows/{keep-secure => threat-protection}/override-mitigation-options-for-app-related-security-policies.md (100%) rename windows/{keep-secure => threat-protection}/overview-of-threat-mitigations-in-windows-10.md (96%) rename windows/{keep-secure => threat-protection}/use-windows-event-forwarding-to-assist-in-instrusion-detection.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/command-line-arguments-windows-defender-antivirus.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/configuration-management-reference-windows-defender-antivirus.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/configure-advanced-scan-types-windows-defender-antivirus.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/configure-block-at-first-sight-windows-defender-antivirus.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/configure-cloud-block-timeout-period-windows-defender-antivirus.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/configure-end-user-interaction-windows-defender-antivirus.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/configure-exclusions-windows-defender-antivirus.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/configure-extension-file-exclusions-windows-defender-antivirus.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/configure-local-policy-overrides-windows-defender-antivirus.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/configure-network-connections-windows-defender-antivirus.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/configure-notifications-windows-defender-antivirus.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/configure-process-opened-file-exclusions-windows-defender-antivirus.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/configure-protection-features-windows-defender-antivirus.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/configure-real-time-protection-windows-defender-antivirus.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/configure-remediation-windows-defender-antivirus.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/configure-server-exclusions-windows-defender-antivirus.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/configure-windows-defender-antivirus-features.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/customize-run-review-remediate-scans-windows-defender-antivirus.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/deploy-manage-report-windows-defender-antivirus.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/deploy-windows-defender-antivirus.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/deployment-vdi-windows-defender-antivirus.md (99%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/detect-block-potentially-unwanted-apps-windows-defender-antivirus.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/enable-cloud-protection-windows-defender-antivirus.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/evaluate-windows-defender-antivirus.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/images/defender-updatedefs2.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/images/defender/client.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/images/defender/notification.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/images/defender/sccm-wdo.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/images/defender/wdav-bafs-edge.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/images/defender/wdav-bafs-ie.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/images/defender/wdav-extension-exclusions.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/images/defender/wdav-get-mpthreat.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/images/defender/wdav-get-mpthreatdetection.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/images/defender/wdav-headless-mode-1607.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/images/defender/wdav-headless-mode-1703.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/images/defender/wdav-headless-mode-off-1703.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/images/defender/wdav-history-wdsc.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/images/defender/wdav-malware-detected.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/images/defender/wdav-order-update-sources.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/images/defender/wdav-path-exclusions.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/images/defender/wdav-powershell-get-exclusions-all.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/images/defender/wdav-powershell-get-exclusions-variable.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/images/defender/wdav-process-exclusions.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/images/defender/wdav-protection-settings-wdsc.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/images/defender/wdav-quarantined-history-wdsc.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/images/defender/wdav-settings-old.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/images/defender/wdav-wdsc.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/images/defender/wdav-windows-defender-app-old.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/manage-event-based-updates-windows-defender-antivirus.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/manage-outdated-endpoints-windows-defender-antivirus.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/manage-protection-update-schedule-windows-defender-antivirus.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/manage-protection-updates-windows-defender-antivirus.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/manage-updates-baselines-windows-defender-antivirus.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/manage-updates-mobile-devices-vms-windows-defender-antivirus.md (97%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/prevent-end-user-interaction-windows-defender-antivirus.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/report-monitor-windows-defender-antivirus.md (93%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/review-scan-results-windows-defender-antivirus.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/run-scan-windows-defender-antivirus.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/scheduled-catch-up-scans-windows-defender-antivirus.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/specify-cloud-protection-level-windows-defender-antivirus.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/troubleshoot-windows-defender-antivirus.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/use-group-policy-windows-defender-antivirus.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/use-intune-config-manager-windows-defender-antivirus.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/use-powershell-cmdlets-windows-defender-antivirus.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/use-wmi-windows-defender-antivirus.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/utilize-microsoft-cloud-protection-windows-defender-antivirus.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/windows-defender-antivirus-compatibility.md (91%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/windows-defender-antivirus-in-windows-10.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/windows-defender-antivirus-on-windows-server-2016.md (94%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/windows-defender-offline.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-antivirus}/windows-defender-security-center-antivirus.md (98%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/advanced-features-windows-defender-advanced-threat-protection.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/alerts-queue-windows-defender-advanced-threat-protection.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/api-portal-mapping-windows-defender-advanced-threat-protection.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/assign-portal-access-windows-defender-advanced-threat-protection.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/check-sensor-status-windows-defender-advanced-threat-protection.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/configure-arcsight-windows-defender-advanced-threat-protection.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/configure-email-notifications-windows-defender-advanced-threat-protection.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/configure-endpoints-gp-windows-defender-advanced-threat-protection.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/configure-endpoints-mdm-windows-defender-advanced-threat-protection.md (98%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/configure-endpoints-sccm-windows-defender-advanced-threat-protection.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/configure-endpoints-script-windows-defender-advanced-threat-protection.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/configure-endpoints-windows-defender-advanced-threat-protection.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/configure-proxy-internet-windows-defender-advanced-threat-protection.md (99%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/configure-siem-windows-defender-advanced-threat-protection.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/configure-splunk-windows-defender-advanced-threat-protection.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/custom-ti-api-windows-defender-advanced-threat-protection.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/dashboard-windows-defender-advanced-threat-protection.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/data-storage-privacy-windows-defender-advanced-threat-protection.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/defender-compatibility-windows-defender-advanced-threat-protection.md (92%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/enable-custom-ti-windows-defender-advanced-threat-protection.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/enable-siem-integration-windows-defender-advanced-threat-protection.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/event-error-codes-windows-defender-advanced-threat-protection.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/experiment-custom-ti-windows-defender-advanced-threat-protection.md (63%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/fix-unhealhty-sensors-windows-defender-advanced-threat-protection.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/general-settings-windows-defender-advanced-threat-protection.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/active-threat-icon.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/alert-details.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/alert-icon.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/alerts-q-bulk.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/alerts-queue-numbered.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/analysis-results.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-action-center-with-info.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-actor-report.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-actor.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-add-intune-policy.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-alert-process-tree.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-alert-source.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-alert-status.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-alert-timeline-numbered.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-alert-timeline.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-alerts-group.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-alerts-q.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-alerts-related-to-file.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-azure-intune-category.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-azure-intune-configure.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-azure-intune-create-policy-configure.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-azure-intune-create-policy-name.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-azure-intune-create-policy.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-azure-intune-create-profile.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-azure-intune-create.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-azure-intune-device-config.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-azure-intune-save-policy.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-azure-intune-save.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-azure-intune-select-group.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-azure-intune-settings-configure.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-azure-intune.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-azure-ui-user-access.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-blockfile.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-custom-ti-mapping.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-disableantispyware-regkey.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-example-email-notification.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-export-machine-timeline-events.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-file-action.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-file-details.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-file-in-org.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-file-information.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-incident-graph.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-intune-add-oma.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-intune-add-policy.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-intune-deploy-policy.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-intune-manage-deployment.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-intune-new-policy.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-intune-oma-uri-setting.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-intune-policy-name.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-intune-save-policy.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-investigation-package-action-center.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-isolate-machine.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-machine-details-view.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-machine-health-details.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-machine-health.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-machine-investigation-package.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-machine-isolation.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-machine-timeline-details-panel.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-machine-timeline.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-machines-at-risk.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-machines-view-list.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-main-portal.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-mdm-onboarding-package.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-no-network-connection.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-notification-file.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-notification-isolate.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-observed-in-organization.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-observed-machines.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-onboard-mdm.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-preferences-setup.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-refresh-token.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-remediated-alert.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-remove-blocked-file.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-running-script.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-sample-custom-ti-alert.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-sensor-filter.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-sensor-health-filter-resized.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-sensor-health-filter-tile.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-sensor-health-filter.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-sensor-health-nonav.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-sensor-health-tile.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-siem-integration.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-simulate-custom-ti.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-stop-quarantine-file.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-stopnquarantine-file.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-suppression-rules.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-threat-intel-api.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-thunderbolt-icon.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-tile-sensor-health.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-undo-isolation.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-user-details-pane.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-user-details-view.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp-users-at-risk.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/atp.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/components.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/detection-icon.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/filter-log.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/machines-active-threats-tile.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/machines-at-risk.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/machines-reporting-tile.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/menu-icon.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/not-remediated-icon.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/overview.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/remediated-icon.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/rules-legend.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/run-as-admin.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/sccm-deployment.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/settings.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/status-tile.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/submit-file.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/windefatp-sc-qc-diagtrack.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/windefatp-sc-query-diagtrack.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/windefatp-sc-query.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/images/windefatp-utc-console-autostart.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/investigate-alerts-windows-defender-advanced-threat-protection.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/investigate-domain-windows-defender-advanced-threat-protection.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/investigate-files-windows-defender-advanced-threat-protection.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/investigate-ip-windows-defender-advanced-threat-protection.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/investigate-machines-windows-defender-advanced-threat-protection.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/investigate-user-windows-defender-advanced-threat-protection.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/machines-view-overview-windows-defender-advanced-threat-protection.md (97%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/manage-alerts-windows-defender-advanced-threat-protection.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/minimum-requirements-windows-defender-advanced-threat-protection.md (96%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/onboard-configure-windows-defender-advanced-threat-protection.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/portal-overview-windows-defender-advanced-threat-protection.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/powershell-example-code-windows-defender-advanced-threat-protection.md (99%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/preferences-setup-windows-defender-advanced-threat-protection.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/preview-settings-windows-defender-advanced-threat-protection.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/preview-windows-defender-advanced-threat-protection.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/pull-alerts-using-rest-api-windows-defender-advanced-threat-protection.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/python-example-code-windows-defender-advanced-threat-protection.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/respond-file-alerts-windows-defender-advanced-threat-protection.md (98%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/respond-machine-alerts-windows-defender-advanced-threat-protection.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/response-actions-windows-defender-advanced-threat-protection.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/service-status-windows-defender-advanced-threat-protection.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/settings-windows-defender-advanced-threat-protection.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/threat-indicator-concepts-windows-defender-advanced-threat-protection.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/troubleshoot-custom-ti-windows-defender-advanced-threat-protection.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/troubleshoot-onboarding-windows-defender-advanced-threat-protection.md (94%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/troubleshoot-siem-windows-defender-advanced-threat-protection.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/troubleshoot-windows-defender-advanced-threat-protection.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/use-custom-ti-windows-defender-advanced-threat-protection.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/use-windows-defender-advanced-threat-protection.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-atp}/windows-defender-advanced-threat-protection.md (100%) rename windows/{keep-secure => threat-protection/windows-defender-smartscreen}/images/windows-defender-security-center.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-smartscreen}/images/windows-defender-smartscreen-control.png (100%) rename windows/{keep-secure => threat-protection/windows-defender-smartscreen}/windows-defender-smartscreen-available-settings.md (97%) rename windows/{keep-secure => threat-protection/windows-defender-smartscreen}/windows-defender-smartscreen-overview.md (94%) rename windows/{keep-secure => threat-protection/windows-defender-smartscreen}/windows-defender-smartscreen-set-individual-device.md (95%) rename windows/{keep-secure => threat-protection/windows-information-protection}/app-behavior-with-wip.md (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/collect-wip-audit-event-logs.md (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/create-and-verify-an-efs-dra-certificate.md (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/create-vpn-and-wip-policy-using-intune.md (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/create-wip-policy-using-intune.md (97%) rename windows/{keep-secure => threat-protection/windows-information-protection}/create-wip-policy-using-sccm.md (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/deploy-wip-policy-using-intune.md (93%) rename windows/{keep-secure => threat-protection/windows-information-protection}/enlightened-microsoft-apps-and-wip.md (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/guidance-and-best-practices-wip.md (100%) create mode 100644 windows/threat-protection/windows-information-protection/images/intune-add-applocker-xml-file.png create mode 100644 windows/threat-protection/windows-information-protection/images/intune-add-classic-apps.png create mode 100644 windows/threat-protection/windows-information-protection/images/intune-add-uwp-apps.png rename windows/{keep-secure => threat-protection/windows-information-protection}/images/intune-add-uwp.png (100%) create mode 100644 windows/threat-protection/windows-information-protection/images/intune-addapps.png rename windows/{keep-secure => threat-protection/windows-information-protection}/images/intune-applocker-before-begin.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/intune-applocker-permissions.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/intune-applocker-publisher-with-app.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/intune-applocker-publisher.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/intune-applocker-select-apps.png (100%) create mode 100644 windows/threat-protection/windows-information-protection/images/intune-corporate-identity.png create mode 100644 windows/threat-protection/windows-information-protection/images/intune-createnewpolicy.png create mode 100644 windows/threat-protection/windows-information-protection/images/intune-data-recovery.png rename windows/{keep-secure => threat-protection/windows-information-protection}/images/intune-deploy-vpn.png (100%) create mode 100644 windows/threat-protection/windows-information-protection/images/intune-empty-addapps.png create mode 100644 windows/threat-protection/windows-information-protection/images/intune-generalinfo.png rename windows/{keep-secure => threat-protection/windows-information-protection}/images/intune-groupselection.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/intune-groupselection_vpnlink.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/intune-local-security-export.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/intune-local-security-snapin-updated.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/intune-local-security-snapin.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/intune-managedeployment.png (100%) create mode 100644 windows/threat-protection/windows-information-protection/images/intune-network-detection-boxes.png create mode 100644 windows/threat-protection/windows-information-protection/images/intune-networklocation.png create mode 100644 windows/threat-protection/windows-information-protection/images/intune-optional-settings.png create mode 100644 windows/threat-protection/windows-information-protection/images/intune-protection-mode.png rename windows/{keep-secure => threat-protection/windows-information-protection}/images/intune-vpn-authentication.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/intune-vpn-createpolicy.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/intune-vpn-customconfig.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/intune-vpn-omaurisettings.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/intune-vpn-titledescription.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/intune-vpn-vpnsettings.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/intune-vpn-wipmodeid.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-applocker-default-rule-warning.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-applocker-secpol-1.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-applocker-secpol-app-and-permissions-desktop.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-applocker-secpol-app-and-permissions.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-applocker-secpol-auto-generate-rules.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-applocker-secpol-create.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-applocker-secpol-export-rules-desktop.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-applocker-secpol-export-rules.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-applocker-secpol-export.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-applocker-secpol-review-rules.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-applocker-secpol-rule-preferences.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-applocker-secpol-wizard-1.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-applocker-secpol-wizard-2.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-applocker-secpol-wizard-3.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-applocker-secpol-wizard-4.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-applocker-secpol-wizard-5.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-azure-add-desktop-apps.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-azure-add-recommended-apps.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-azure-add-store-apps.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-azure-add-uri-desktop-apps.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-azure-add-uri-store-apps.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-azure-add-user-groups.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-azure-advanced-settings-efsdra.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-azure-advanced-settings-network-autodetect.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-azure-advanced-settings-network.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-azure-advanced-settings-optional.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-azure-allowed-apps-pane.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-azure-allowed-apps-with-apps.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-azure-configure-desktop-apps-using-uri.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-azure-configure-store-apps-using-uri.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-azure-import-apps.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-azure-portal-add-policy.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-azure-portal-start.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-azure-required-settings-corp-identity.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-azure-required-settings-protection-mode.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-azure-vpn-configure-policy.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-azure-vpn-custom-omauri.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-azure-vpn-device-policy.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-intune-app-reconfig-warning.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-sccm-add-network-domain.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-sccm-addapplockerfile.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-sccm-adddesktopapp.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-sccm-additionalsettings.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-sccm-addpolicy.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-sccm-adduniversalapp.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-sccm-appmgmt.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-sccm-corp-identity.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-sccm-devicesettings.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-sccm-dra.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-sccm-generalscreen.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-sccm-network-domain.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-sccm-optsettings.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-sccm-summaryscreen.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-sccm-supportedplat.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-select-column.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/images/wip-taskmgr.png (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/limitations-with-wip.md (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/mandatory-settings-for-wip.md (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/overview-create-wip-policy.md (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/protect-enterprise-data-using-wip.md (95%) rename windows/{keep-secure => threat-protection/windows-information-protection}/recommended-network-definitions-for-wip.md (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/testing-scenarios-for-wip.md (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/using-owa-with-wip.md (100%) rename windows/{keep-secure => threat-protection/windows-information-protection}/wip-app-enterprise-context.md (100%) delete mode 100644 windows/update/TOC.md delete mode 100644 windows/update/images/ActionCenterXML.jpg delete mode 100644 windows/update/images/AppsXML.jpg delete mode 100644 windows/update/images/AppsXML.png delete mode 100644 windows/update/images/ButtonsXML.jpg delete mode 100644 windows/update/images/CSPRunnerXML.jpg delete mode 100644 windows/update/images/ICDstart-option.PNG delete mode 100644 windows/update/images/MenuItemsXML.png delete mode 100644 windows/update/images/SettingsXML.png delete mode 100644 windows/update/images/StartGrid.jpg delete mode 100644 windows/update/images/StartGridPinnedApps.jpg delete mode 100644 windows/update/images/TilesXML.png delete mode 100644 windows/update/images/aadj1.jpg delete mode 100644 windows/update/images/aadj2.jpg delete mode 100644 windows/update/images/aadj3.jpg delete mode 100644 windows/update/images/aadj4.jpg delete mode 100644 windows/update/images/aadjbrowser.jpg delete mode 100644 windows/update/images/aadjcal.jpg delete mode 100644 windows/update/images/aadjcalmail.jpg delete mode 100644 windows/update/images/aadjmail1.jpg delete mode 100644 windows/update/images/aadjmail2.jpg delete mode 100644 windows/update/images/aadjmail3.jpg delete mode 100644 windows/update/images/aadjonedrive.jpg delete mode 100644 windows/update/images/aadjonenote.jpg delete mode 100644 windows/update/images/aadjonenote2.jpg delete mode 100644 windows/update/images/aadjonenote3.jpg delete mode 100644 windows/update/images/aadjpin.jpg delete mode 100644 windows/update/images/aadjppt.jpg delete mode 100644 windows/update/images/aadjverify.jpg delete mode 100644 windows/update/images/aadjword.jpg delete mode 100644 windows/update/images/aadjwsfb.jpg delete mode 100644 windows/update/images/apprule.png delete mode 100644 windows/update/images/appwarning.png delete mode 100644 windows/update/images/backicon.png delete mode 100644 windows/update/images/checklistdone.png delete mode 100644 windows/update/images/choose-package.png delete mode 100644 windows/update/images/config-policy.png delete mode 100644 windows/update/images/config-source.png delete mode 100644 windows/update/images/configconflict.png delete mode 100644 windows/update/images/connect-aad.png delete mode 100644 windows/update/images/csp-placeholder.png delete mode 100644 windows/update/images/cspinicd.png delete mode 100644 windows/update/images/csptable.png delete mode 100644 windows/update/images/deploymentworkflow.png delete mode 100644 windows/update/images/export-mgt-desktop.png delete mode 100644 windows/update/images/export-mgt-mobile.png delete mode 100644 windows/update/images/express-settings.png delete mode 100644 windows/update/images/fig1-deferupgrades.png delete mode 100644 windows/update/images/fig2-deploymenttimeline.png delete mode 100644 windows/update/images/fig3-overlaprelease.png delete mode 100644 windows/update/images/funfacts.png delete mode 100644 windows/update/images/genrule.png delete mode 100644 windows/update/images/gp-branch.png delete mode 100644 windows/update/images/gp-exclude-drivers.png delete mode 100644 windows/update/images/gp-feature.png delete mode 100644 windows/update/images/gp-quality.png delete mode 100644 windows/update/images/icd-adv-shared-pc.PNG delete mode 100644 windows/update/images/icd-school.PNG delete mode 100644 windows/update/images/icd-simple.PNG delete mode 100644 windows/update/images/icdbrowse.png delete mode 100644 windows/update/images/identitychoices.png delete mode 100644 windows/update/images/launchicon.png delete mode 100644 windows/update/images/license-terms.png delete mode 100644 windows/update/images/lockdownapps.png delete mode 100644 windows/update/images/lockscreen.png delete mode 100644 windows/update/images/lockscreenpolicy.png delete mode 100644 windows/update/images/mdm-diag-report-powershell.PNG delete mode 100644 windows/update/images/mdm.png delete mode 100644 windows/update/images/mobile-start-layout.png delete mode 100644 windows/update/images/oma-uri-shared-pc.png delete mode 100644 windows/update/images/oobe.jpg delete mode 100644 windows/update/images/package.png delete mode 100644 windows/update/images/phoneprovision.png delete mode 100644 windows/update/images/policytocsp.png delete mode 100644 windows/update/images/powericon.png delete mode 100644 windows/update/images/priv-telemetry-levels.png delete mode 100644 windows/update/images/prov.jpg delete mode 100644 windows/update/images/provisioning-csp-assignedaccess.png delete mode 100644 windows/update/images/resetdevice.png delete mode 100644 windows/update/images/settings-table.png delete mode 100644 windows/update/images/settingsicon.png delete mode 100644 windows/update/images/setupmsg.jpg delete mode 100644 windows/update/images/sign-in-prov.png delete mode 100644 windows/update/images/spotlight.png delete mode 100644 windows/update/images/spotlight2.png delete mode 100644 windows/update/images/start-pinned-app.png delete mode 100644 windows/update/images/startannotated.png delete mode 100644 windows/update/images/starticon.png delete mode 100644 windows/update/images/startlayoutpolicy.jpg delete mode 100644 windows/update/images/starttemplate.jpg delete mode 100644 windows/update/images/taskbar-blank.png delete mode 100644 windows/update/images/taskbar-default-plus.png delete mode 100644 windows/update/images/taskbar-default-removed.png delete mode 100644 windows/update/images/taskbar-default.png delete mode 100644 windows/update/images/taskbar-generic.png delete mode 100644 windows/update/images/taskbar-region-defr.png delete mode 100644 windows/update/images/taskbar-region-other.png delete mode 100644 windows/update/images/taskbar-region-usuk.png delete mode 100644 windows/update/images/taskbarSTARTERBLANK.png delete mode 100644 windows/update/images/trust-package.png delete mode 100644 windows/update/images/twain.png delete mode 100644 windows/update/images/uc-01.png delete mode 100644 windows/update/images/uc-02.png delete mode 100644 windows/update/images/uc-02a.png delete mode 100644 windows/update/images/uc-03.png delete mode 100644 windows/update/images/uc-03a.png delete mode 100644 windows/update/images/uc-04.png delete mode 100644 windows/update/images/uc-04a.png delete mode 100644 windows/update/images/uc-05.png delete mode 100644 windows/update/images/uc-05a.png delete mode 100644 windows/update/images/uc-06.png delete mode 100644 windows/update/images/uc-06a.png delete mode 100644 windows/update/images/uc-07.png delete mode 100644 windows/update/images/uc-07a.png delete mode 100644 windows/update/images/uc-08.png delete mode 100644 windows/update/images/uc-08a.png delete mode 100644 windows/update/images/uc-09.png delete mode 100644 windows/update/images/uc-09a.png delete mode 100644 windows/update/images/uc-10.png delete mode 100644 windows/update/images/uc-10a.png delete mode 100644 windows/update/images/uc-11.png delete mode 100644 windows/update/images/uc-12.png delete mode 100644 windows/update/images/uc-13.png delete mode 100644 windows/update/images/uc-14.png delete mode 100644 windows/update/images/uc-15.png delete mode 100644 windows/update/images/uc-16.png delete mode 100644 windows/update/images/uc-17.png delete mode 100644 windows/update/images/uc-18.png delete mode 100644 windows/update/images/uc-19.png delete mode 100644 windows/update/images/uc-20.png delete mode 100644 windows/update/images/uc-21.png delete mode 100644 windows/update/images/uc-22.png delete mode 100644 windows/update/images/uc-23.png delete mode 100644 windows/update/images/uc-24.png delete mode 100644 windows/update/images/uc-25.png delete mode 100644 windows/update/images/uev-adk-select-uev-feature.png delete mode 100644 windows/update/images/uev-archdiagram.png delete mode 100644 windows/update/images/uev-checklist-box.gif delete mode 100644 windows/update/images/uev-deployment-preparation.png delete mode 100644 windows/update/images/uev-generator-process.png delete mode 100644 windows/update/images/w10servicing-f1-branches.png delete mode 100644 windows/update/images/waas-active-hours-policy.PNG delete mode 100644 windows/update/images/waas-active-hours.PNG delete mode 100644 windows/update/images/waas-auto-update-policy.PNG delete mode 100644 windows/update/images/waas-do-fig1.png delete mode 100644 windows/update/images/waas-do-fig2.png delete mode 100644 windows/update/images/waas-do-fig3.png delete mode 100644 windows/update/images/waas-do-fig4.png delete mode 100644 windows/update/images/waas-overview-patch.png delete mode 100644 windows/update/images/waas-restart-policy.PNG delete mode 100644 windows/update/images/waas-rings.png delete mode 100644 windows/update/images/waas-sccm-fig1.png delete mode 100644 windows/update/images/waas-sccm-fig10.png delete mode 100644 windows/update/images/waas-sccm-fig11.png delete mode 100644 windows/update/images/waas-sccm-fig12.png delete mode 100644 windows/update/images/waas-sccm-fig2.png delete mode 100644 windows/update/images/waas-sccm-fig3.png delete mode 100644 windows/update/images/waas-sccm-fig4.png delete mode 100644 windows/update/images/waas-sccm-fig5.png delete mode 100644 windows/update/images/waas-sccm-fig6.png delete mode 100644 windows/update/images/waas-sccm-fig7.png delete mode 100644 windows/update/images/waas-sccm-fig8.png delete mode 100644 windows/update/images/waas-sccm-fig9.png delete mode 100644 windows/update/images/waas-strategy-fig1a.png delete mode 100644 windows/update/images/waas-wsus-fig1.png delete mode 100644 windows/update/images/waas-wsus-fig10.png delete mode 100644 windows/update/images/waas-wsus-fig11.png delete mode 100644 windows/update/images/waas-wsus-fig12.png delete mode 100644 windows/update/images/waas-wsus-fig13.png delete mode 100644 windows/update/images/waas-wsus-fig14.png delete mode 100644 windows/update/images/waas-wsus-fig15.png delete mode 100644 windows/update/images/waas-wsus-fig16.png delete mode 100644 windows/update/images/waas-wsus-fig17.png delete mode 100644 windows/update/images/waas-wsus-fig18.png delete mode 100644 windows/update/images/waas-wsus-fig19.png delete mode 100644 windows/update/images/waas-wsus-fig2.png delete mode 100644 windows/update/images/waas-wsus-fig20.png delete mode 100644 windows/update/images/waas-wsus-fig3.png delete mode 100644 windows/update/images/waas-wsus-fig4.png delete mode 100644 windows/update/images/waas-wsus-fig5.png delete mode 100644 windows/update/images/waas-wsus-fig6.png delete mode 100644 windows/update/images/waas-wsus-fig7.png delete mode 100644 windows/update/images/waas-wsus-fig8.png delete mode 100644 windows/update/images/waas-wsus-fig9.png delete mode 100644 windows/update/images/waas-wufb-gp-broad.png delete mode 100644 windows/update/images/waas-wufb-gp-cb2-settings.png delete mode 100644 windows/update/images/waas-wufb-gp-cb2.png delete mode 100644 windows/update/images/waas-wufb-gp-cbb1-settings.png delete mode 100644 windows/update/images/waas-wufb-gp-cbb2-settings.png delete mode 100644 windows/update/images/waas-wufb-gp-cbb2q-settings.png delete mode 100644 windows/update/images/waas-wufb-gp-create.png delete mode 100644 windows/update/images/waas-wufb-gp-edit-defer.png delete mode 100644 windows/update/images/waas-wufb-gp-edit.png delete mode 100644 windows/update/images/waas-wufb-gp-scope-cb2.png delete mode 100644 windows/update/images/waas-wufb-gp-scope.png delete mode 100644 windows/update/images/waas-wufb-intune-cb2a.png delete mode 100644 windows/update/images/waas-wufb-intune-cbb1a.png delete mode 100644 windows/update/images/waas-wufb-intune-cbb2a.png delete mode 100644 windows/update/images/waas-wufb-intune-step11a.png delete mode 100644 windows/update/images/waas-wufb-intune-step19a.png delete mode 100644 windows/update/images/waas-wufb-intune-step2a.png delete mode 100644 windows/update/images/waas-wufb-intune-step7a.png delete mode 100644 windows/update/images/waas-wufb-update-compliance.png delete mode 100644 windows/update/images/who-owns-pc.png delete mode 100644 windows/update/images/wifisense-grouppolicy.png delete mode 100644 windows/update/images/wifisense-registry.png delete mode 100644 windows/update/images/wifisense-settingscreens.png delete mode 100644 windows/update/images/win10-mobile-mdm-fig1.png delete mode 100644 windows/update/images/win10servicing-fig2-featureupgrade.png delete mode 100644 windows/update/images/win10servicing-fig3.png delete mode 100644 windows/update/images/win10servicing-fig4-upgradereleases.png delete mode 100644 windows/update/images/win10servicing-fig5.png delete mode 100644 windows/update/images/win10servicing-fig6.png delete mode 100644 windows/update/images/win10servicing-fig7.png delete mode 100644 windows/update/images/wsfb-distribute.png delete mode 100644 windows/update/images/wsfb-firstrun.png delete mode 100644 windows/update/images/wsfb-inventory-viewlicense.png delete mode 100644 windows/update/images/wsfb-inventory.png delete mode 100644 windows/update/images/wsfb-inventoryaddprivatestore.png delete mode 100644 windows/update/images/wsfb-landing.png delete mode 100644 windows/update/images/wsfb-licenseassign.png delete mode 100644 windows/update/images/wsfb-licensedetails.png delete mode 100644 windows/update/images/wsfb-licensereclaim.png delete mode 100644 windows/update/images/wsfb-manageinventory.png delete mode 100644 windows/update/images/wsfb-offline-distribute-mdm.png delete mode 100644 windows/update/images/wsfb-onboard-1.png delete mode 100644 windows/update/images/wsfb-onboard-2.png delete mode 100644 windows/update/images/wsfb-onboard-3.png delete mode 100644 windows/update/images/wsfb-onboard-4.png delete mode 100644 windows/update/images/wsfb-onboard-5.png delete mode 100644 windows/update/images/wsfb-onboard-7.png delete mode 100644 windows/update/images/wsfb-online-distribute-mdm.png delete mode 100644 windows/update/images/wsfb-paid-app-temp.png delete mode 100644 windows/update/images/wsfb-permissions-assignrole.png delete mode 100644 windows/update/images/wsfb-private-store-gpo.PNG delete mode 100644 windows/update/images/wsfb-privatestore.png delete mode 100644 windows/update/images/wsfb-privatestoreapps.png delete mode 100644 windows/update/images/wsfb-renameprivatestore.png delete mode 100644 windows/update/images/wsfb-settings-mgmt.png delete mode 100644 windows/update/images/wsfb-settings-permissions.png delete mode 100644 windows/update/images/wsfb-wsappaddacct.png delete mode 100644 windows/update/images/wsfb-wsappprivatestore.png delete mode 100644 windows/update/images/wsfb-wsappsignin.png delete mode 100644 windows/update/images/wsfb-wsappworkacct.png delete mode 100644 windows/update/images/wufb-config1a.png delete mode 100644 windows/update/images/wufb-config2.png delete mode 100644 windows/update/images/wufb-config3a.png delete mode 100644 windows/update/images/wufb-do.png delete mode 100644 windows/update/images/wufb-groups.png delete mode 100644 windows/update/images/wufb-pause-feature.png delete mode 100644 windows/update/images/wufb-qual.png delete mode 100644 windows/update/images/wufb-sccm.png diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e360930f75..74f2c0d7a4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,12 +1,12 @@ -# Contributing to Windows IT professional documentation +# Editing Windows IT professional documentation Thank you for your interest in the Windows IT professional documentation! We appreciate your feedback, edits, and additions to our docs. -This page covers the basic steps for contributing to our technical documentation. +This page covers the basic steps for editing our technical documentation. ## Sign a CLA -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! +All contributors who are ***not*** a Microsoft employee must [sign a Microsoft Contribution Licensing Agreement (CLA)](https://cla.microsoft.com/) before editing any Microsoft repositories. +If you've already edited within Microsoft repositories in the past, congratulations! You've already completed this step. ## Editing topics @@ -18,7 +18,7 @@ We've tried to make editing an existing, public file as simple as possible. **To edit a topic** -1. Go to the page on TechNet that you want to update, and then click **Contribute**. +1. Go to the page on TechNet that you want to update, and then click **Edit**. ![GitHub Web, showing the Contribute link](images/contribute-link.png) @@ -61,13 +61,17 @@ We've tried to make editing an existing, public file as simple as possible. 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) + - [Windows 10](https://docs.microsoft.com/windows/windows-10) + - [Microsoft Edge](https://docs.microsoft.com/microsoft-edge/deploy) + - [Surface](https://docs.microsoft.com/surface) + - [Surface Hub](https://docs.microsoft.com/surface-hub) + - [HoloLens](https://docs.microsoft.com/hololens) + - [Microsoft Store](https://docs.microsoft.com/microsoft-store) + - [Windows 10 for Education](https://docs.microsoft.com/education/windows) + - [Windows 10 for SMB](https://docs.microsoft.com/windows/smb) + - [Internet Explorer 11](https://docs.microsoft.com/internet-explorer) + - [Microsoft Desktop Optimization Pack](https://docs.microsoft.com/microsoft-desktop-optimization-pack) + ## Making more substantial changes diff --git a/browsers/edge/docfx.json b/browsers/edge/docfx.json index bc72c31b48..c9ff0a06a4 100644 --- a/browsers/edge/docfx.json +++ b/browsers/edge/docfx.json @@ -14,7 +14,10 @@ } ], "globalMetadata": { - "ROBOTS": "INDEX, FOLLOW" + "ROBOTS": "INDEX, FOLLOW", + "ms.technology": "microsoft-edge", + "ms.topic": "article", + "ms.author": "lizross" }, "externalReference": [ ], diff --git a/browsers/internet-explorer/docfx.json b/browsers/internet-explorer/docfx.json index a8dde5aafb..05006a703e 100644 --- a/browsers/internet-explorer/docfx.json +++ b/browsers/internet-explorer/docfx.json @@ -14,7 +14,10 @@ } ], "globalMetadata": { - "ROBOTS": "INDEX, FOLLOW" + "ROBOTS": "INDEX, FOLLOW", + "author": "lizross", + "ms.technology": "internet-explorer", + "ms.topic": "article" }, "externalReference": [ ], diff --git a/browsers/internet-explorer/ie11-deploy-guide/change-history-for-internet-explorer-11.md b/browsers/internet-explorer/ie11-deploy-guide/change-history-for-internet-explorer-11.md index 1717c9f622..4ec6a7cc70 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/change-history-for-internet-explorer-11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/change-history-for-internet-explorer-11.md @@ -5,6 +5,7 @@ description: This topic lists new and updated topics in the Internet Explorer 11 ms.mktglfcycl: deploy ms.prod: ie11 ms.sitesec: library +author: eross-msft --- diff --git a/browsers/internet-explorer/ie11-deploy-guide/img-ie11-docmode-lg.md b/browsers/internet-explorer/ie11-deploy-guide/img-ie11-docmode-lg.md index 77b1ad1227..7550de81b9 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/img-ie11-docmode-lg.md +++ b/browsers/internet-explorer/ie11-deploy-guide/img-ie11-docmode-lg.md @@ -1,6 +1,7 @@ --- description: A full-sized view of how document modes are chosen in IE11. title: Full-sized flowchart detailing how document modes are chosen in IE11 +author: eross-msft --- Return to: [Deprecated document modes and Internet Explorer 11](deprecated-document-modes.md)
diff --git a/devices/hololens/docfx.json b/devices/hololens/docfx.json index c6dc9e418d..71e4c3c8d8 100644 --- a/devices/hololens/docfx.json +++ b/devices/hololens/docfx.json @@ -27,7 +27,11 @@ ], "overwrite": [], "externalReference": [], - "globalMetadata": {}, + "globalMetadata": { + "ms.technology": "windows", + "ms.topic": "article", + "ms.author": "jdecker" + }, "fileMetadata": {}, "template": [ null diff --git a/devices/surface-hub/docfx.json b/devices/surface-hub/docfx.json index 11bc1cdc40..0e363e061e 100644 --- a/devices/surface-hub/docfx.json +++ b/devices/surface-hub/docfx.json @@ -14,7 +14,13 @@ } ], "globalMetadata": { - "ROBOTS": "INDEX, FOLLOW" + "ROBOTS": "INDEX, FOLLOW", + "ms.technology": "windows", + "ms.topic": "article", + "ms.mktglfcycl": "manage", + "author": "jdeckerms", + "ms.sitesec": "library", + "ms.author": "jdecker" }, "externalReference": [ ], diff --git a/devices/surface-hub/use-fully-qualified-domain-name-surface-hub.md b/devices/surface-hub/use-fully-qualified-domain-name-surface-hub.md index bf630cda9e..3347918660 100644 --- a/devices/surface-hub/use-fully-qualified-domain-name-surface-hub.md +++ b/devices/surface-hub/use-fully-qualified-domain-name-surface-hub.md @@ -4,6 +4,10 @@ description: Troubleshoot common problems, including setup issues, Exchange Acti keywords: ["Troubleshoot common problems", "setup issues", "Exchange ActiveSync errors"] author: TrudyHa localizationpriority: medium +ms.prod: w10 +ms.mktglfcycl: support +ms.sitesec: library +ms.pagetype: surfacehub --- # Configure domain name for Skype for Business diff --git a/devices/surface/docfx.json b/devices/surface/docfx.json index 7d2f4404d8..2c09ed9878 100644 --- a/devices/surface/docfx.json +++ b/devices/surface/docfx.json @@ -14,7 +14,10 @@ } ], "globalMetadata": { - "ROBOTS": "INDEX, FOLLOW" + "ROBOTS": "INDEX, FOLLOW", + "ms.technology": "windows", + "ms.topic": "article", + "ms.author": "jdecker" }, "externalReference": [ ], diff --git a/education/docfx.json b/education/docfx.json index cc09ff86a7..bcc294ba6f 100644 --- a/education/docfx.json +++ b/education/docfx.json @@ -14,7 +14,10 @@ } ], "globalMetadata": { - "ROBOTS": "INDEX, FOLLOW" + "ROBOTS": "INDEX, FOLLOW", + "ms.author": "celested", + "audience": "windows-education", + "ms.topic": "article" }, "externalReference": [ ], diff --git a/education/windows/edu-deployment-recommendations.md b/education/windows/edu-deployment-recommendations.md index 71b7b4829f..ceecbfb175 100644 --- a/education/windows/edu-deployment-recommendations.md +++ b/education/windows/edu-deployment-recommendations.md @@ -6,6 +6,7 @@ ms.mktglfcycl: plan ms.sitesec: library localizationpriority: high author: CelesteDG +ms.prod: W10 --- # Deployment recommendations for school IT administrators diff --git a/images/contribute-link.png b/images/contribute-link.png index 6b17e6dd56574b9dc51983aefd29999b1509ff63..4cf685e54ee93e8fbb2dbf7ccfe5c4f0144afe7c 100644 GIT binary patch literal 4194 zcmcIoXH*l)whl&#fDit*uPhS@~H3006t0 zsi7?Zz;uq$?mmBpAx9nu^e`$Wq^*fQpkh#Pg`u2%sAs7M0N|6^PTc=tvILmkMFIdE zo&OZ3Z~ny(7$9G;kz=r(zgKXmdk`ED;O^rWEbj*o7EzH`kXKYz0Xm@o0Pu*Jq2BGV z`@cza*ria&w?KN#Qq(Gp#;o(!kb+sjm}9Y6o`vpDiW%h7xy<{ijvGhM-AXvU1^8j+ zo{M75s6>yw8p+--4)bbSQbtaz)r+NNPI3Bj1*}p*e|5VlDH4w(ytF@WWD<#_%)=@L z%_a!ZIn?Xn9lxcW86xpH(H`K&1$r7L2nBFb0lGs#fF2ld_CKeXO?M(p2EIOP>KHI- z6vn9oV$y0cNvm4+zheBm1bffn*@pi@nWPgiT`syQwHRW>mG^9HFYl{E%U-CzV$)b_ zLI2*-^!?2zpADf^G}+B`8{aYD^C5E~f%3lKSMN2}Py)u?yDB~JQFgmIwQk-yrR~Xj zRoUCteHj^!f@IOB;%MH->NVsAS(zc=P50GYq__R|#4nbg*BAW_4ioLK8eq@bQrnQG z&1!RXt6Z@*jX2sF+^jl2qZH2Dxv-`acbMhj(;4&~*|gC=WB|xSkzX#-70dP%Lid_` zk(p@Iow8DnhAy{-E4SYd#pi{%2-MAA^uGA5k4#r>%{n2kjvR@tqvj#B1>VP`e9Vp#%s=N*%_h8^A-Jsu8#Q@$_D%8vQs?Zp*(TGt#x^#dc<)B^Z8hgS5 ztbm|EdTu#n8_WahtCG3=J=yO=^@-NWvfyF=WGsD#UTt>)I1=Sfut9OLifHC3$( zr%P}|{q8TMJ)`~*@4D7Utvna;mnOy?azN=CYaN92sQnJgBzwrv5Z~!sNik>IsDg!HXC zP}q!(OV{4T#dP1OY0v6#$!Vrfv(e=53gq_0BJgt2M$(2npT;bo%V$Z{lLX5tSK9ld zbLCTUNzBs1z8VXgAu8j_a`~2=zTu-#OS=<|&JDSWAgUYXJM~rg2aX?=580Xnhxy|i zZrK<)ZAWz@_T~jvV^|pe$!iinnaT2gSZII2*cLjevn$|I>fYH31u2JUsoLoki!Tirg&(`6|jE;XK7^`Tws{o9KpIP zX1-BX2V#CZ0;3eM9hkY~{064m-}fD|!*1tcTNeMfBSMQ-rAqSE&uPExEuqtL*axPq)o$7>{XV0De;YN0L(= zVA{i-Bo7hOvL5)VJJrJ8exWYq&%qG=q7#{lrEI;jOI!jY(u;b!OSiKS{&Jtk9g&n*!Kgd6S#IK7Z~!;56=3s*5P?e z^(i#TEoJgm=AY>JSv8mufx0+BYN*um(V5xFTC~vRA7$xSC(3(h2TpD?eA_o3Yn7R8 zv(LsK#p*~@PFz;NvS-G;(9>+F+lHFwsl0JjQ!M)F{T$MDN%lIUD@mGJdjLJxcwW&r zH4mh5_3zxYv@Wruj`dcSKEdZ*j|{<4Vt7%zAOWDK;8agav4ofnPZhPzjSj%w@-Ud% z;RJf}&TFh$7a0u!AK<#;YktWw_Y{KGWT^n6Bwn;!>s#9-)s1g8f(xpfW`;1u2?#%_ zL@AF$cP%~!aRWU^f!QX?hi6ew5sWo@*$Goxh{2wJgVD@`r|U}0#zGWBVTy{=>E86; z5H6f7@)B3+Md$&xD_(_9_%3}9tc+;gTpU<-#n$6Q0pbo>q8LL=diUhq6kjLTY~UYkYFJ%|@s+DQAK}P(vG70` z8=O$(cG`f*!I91n*FPzZ!R*u2;IN@uI$m`ml1$%i0A0qLO|2;syzccF>XrX8bL?!#KF5{$Vk< zKfNGzCbl-VN~`-Z^yb01(>JybE*nUMt#;VT#a4}3jru){`Gm-oO=a9l7cuoDs2ab1 zi_*S#6^!aNLq=Yi-lvvH|Nis0=O0o)Nz^t&tAIdE8`I|`|Hyx>Gd_}c-vrD|7TvE( zH#@AHJ@Q)3+#U@hX7#S7UwNFA0J}z@L`SZv75Lo0S-^WB^93{wd_;Zq7-IRBe&~gM zsi(8QIN&;A*^iT!*`etb?TT2L`rJ$}Ma5dRzW*A4LjgaI+vcE;tb@S7-L;hD7sCcg znLaDC!B$Z3s(rErJbDMJ_}cJ7pxvb@Ek#^1r7O@VmUk|KrL#TWeNKSQb0X5&&=x#J zX+L5)gX)zdOo8_!lw>6kiCHV*zx$|?o1+mjbuX%JdRec31S{!Bk?Ch94JY8e8r7;0fy;nazIco1D_fCCf*}d0cc=*2V zi)7OVZ1-(w$wa?JWi%q|MEzY}0r-XrSy>MH!XcOjjTk~tw$a~7b_=TpkVVsHd{+pS zjXR^H1`2m`>v7$p=EO3sp|WnTXNEfYaeIWel-=z-^a8@F_V&4$4{eeg`gfWna5-L; zLP77`4&Ld5UXSc*kIE8iN|g5;##N0W)qD{I+vt+5oLXzyklczOf8x(j zeV3D-uoL%B__P73={v|Wdvsim9=JXAhXFB{;K{c2yd}EXDda>$U=UCEX}4S@-*WTz zp-<(wfjv;*lx(4G50AOZhWmuu__UwNEh+_z3 literal 10017 zcmd6NXH-+&)-EU@qM<1ui9iG?0s_*J641O7dM^Pa3PyTUKmwr%iWI4$2ndm0LT^D3 zcohNZHKBuuAPK#9xLe=voHNe(amG2{{c$g2gpoP2*V=o|HP`bzbFLk(ud5DX05ecg zQGqlNa6>98>I~p>jh+tppX0~=9r%Izv7!1cs^ad;WWb=YQ`1qSqAH6ycX*!`u+O?9 zkdLXT7@K~5s9W9g9#ByURBOQ1jD4(^CJst2&T_SSoCqFM1*l#8kathDK&R{*?LY*( zlg90o!2$Nl?W+ma%n;!W*)aQ;r^<@LV+9;%uWs`)=vYc`-4UU$3JOwM`gy;xbp`Ww zWNdMz z7L`KVJ^EXk4xexV`(*dc`99MwehYiHqJ#+hYym+*TSBPAtjqBER8vP%A+oI1TE=#v zxG2EF@%V7>KC!^0s6oZP0iAexK%~lfqrj8qPT?2KFWv^K+)9==KS2;#-j%tD~{N+ul;Zc9wwnUlXk*1ku zxOc~!>t&X9G{WA}WlvTncOB0noiBqbYQ2Rm^Su^G&C8zIhj_0sc^j`K<8ni^ZT5b% zCPF&5968c|UWj67bQZYnC~HmPqTuTh~2i`^{J z%eA8Azp$&+m+>_eqZ(BjG&9ZYV~cARbDTD`$WhON?X&3K$AN?HI8uT0 zssGimH|2}^Oh;_J*^6kB?T+$1++B0;k{QyTa_Tpk_;{dOKnO&2#jC6&w!+Q~S9!Qz zty{p%_on*{td4(pTn3wkw7QBFbk}ZCAaW&Fu(zGw6+;RUeAzLyb6YFpAEdnT&STZr zNg$mRHtbq6N7Hq}IIG)j{5W=_YdVBU#U4}?#~YQUXtbS;cjsTEG`E~hWp(mLfL z_`+p^CNwJpPCB0^Df@X>fn@JIl#b8h`M6@{nLou4I#YfJOv@o|{Swm#lbpRa?G)0X zxQ|bXbI5u!!lOJA%I1Kh8K&pH)R8fOe z(uSu2LxMFbYmBui;2ZWW5TZ*dcgpc+$z3XS1^1dv7K6)cmAA$~YLKB}Y=4K2!;}5v z326L3LdtF8(dYdGqH&T{YttOD%hprwN$%fulyx3vMhz9;^&2ru8t{~JQetC zi9PQ3UBBGP7_6xTGsygLns^yx{8(DQt4~!%{l7B09N&u^H`eHgD^vU$ zeAMI9WQ^0%>DLX}aF~q$fR5brslz$BqI6VmkM;ttu=Z%~&e}=V?AGCHshM%r?JH>t zj|EhQkDGXoCAJBf4!_aictN)@4c{7e6xf%4gIE+w4B0-0&2L_hFIcEeZ>fJeC@C$gQ$JpGiJe0_QOK0`c%jeB1Ay zG70{=GqzJQx?(a`8oloV_2-*OQ}(lYE^1jVs;#3_wf`_c<6bt3dH5l1mF2(-mp>Hp zyd&WHrhJzcin9zps+g9V?mN8iN|9@21l!XCUpJd}ri4UCColyih3S>SKul_FW?G`k zZY!uyK^I}zKg_IcjY$aGhj(7(^u=xaN%y*2kyKwW@wjf?r4Yn*IGiLzgitGrf1D>G zWP2^$>R)3{3E#}$G&@ak%>vJF^uU;Q#vkj|ELD$vE+R~h7NoY}w#J^gAK*`uN^9GD zH=27{UuvJeZdD^;t+Ts36Jsf}cjzT0)BEMimzQ~l1n>(waOuueAPl?Lfnvm)m2^)u z=Uanp232bfUCgSYC=08!oP0?kn|y|tx|$r$Haal>e~=U72 zM$;91@CH5Tfo7G&lSZz)PONXwByEbh-1Oh4pow0#&fu@R0Vhu_SY%>dL&h2teU1eO zv4r|L<<@UMry|Q7-_Ld=_RJGp{kB*h6za~H-ym;pCs!#2)LO@e{F+<=oHzIPI|0V& zlXLOg3vo@-{h%z|z-Eb#^g8H4UTB>*xc=ea*th~|u> zXZ0UW^PgArUJNU#d$JN;Qb1@arz>}b!SLb`1)&>-ObwQQIsc>?-H6r7x8w|mo)W&z zOijxIS5>27(Pvhpxd{JXnFh$s4~7&2%{$Dm(FjnOEPX~OUs!=Uv&>~RW98tyY5EKb z3mjx-bNZO97s${9JHg^hEcQvAZEbDC6DxXq387HO8Wo8CCl3HApS|D-kaq@1_|4BW zKe2Zz{x_8l7Ax+reQ%y_7b!XaYsWRExHXI<7bqXyF*TT=L5QnmP0h3)OjkU;5(X~r zp)>Byg3O2q?sb^U1s)%+*01=BAMW)8x`N2gUCA;<#YqAJ0-wulTP^%ihnF*3V2^$v z7T;`|oqTyB!n}Bf(mz}6aKtn`BCitG58avJxWz0pP8AGb^lgusJXrE4-P3k)i&&xqh@!cqKbWD&FnDg5NprreEG;ZH^P40ut7WZFCSsh zjHap{m4iYPsev)KMy@$Pctmq6j~1vE3kTZ+GUPrW8}5&kql=Q0q_xq%6hpH3Wfkmh zxx-Ki3Z~rE5(R0R>q?nP(>bDWJNV0fOOmqtoEf76Uapyme(TZyXlLR{tMcLVa~u{% zP%}2QtJQtEqR@+~$fk;%jsghewxeq0jZUbhl$NzBz$GrVmVzJd_}zhxcLHePYt4tl z7}6MQ6`begig#!tyfQdPlX+We3dgADpu%tyqQ|e?$E83DN}y=9*)XGBdaKJU-)M}u zE5`II7!aH-?p^!>ZO^zZH8xx!c6D*2!p^sbamDg+b+NtGw3OA89UkgVPblj;UTw~iJgJR z8@Sb@l|Yy%vi#~e5dZ1@g%T#hq^}cp^Cv){MPNavw$3Q7Qt~n}?N*E8n5{!W?a4)v`ci0rg@cVJ|61capcqLPb@=jEBe& zXO8O@7l-)$-KKEe>PMK4SKX}-h(Dt&*@N>0=s4jv)cSXrlRjeb)@oN7SYgp#3nnP+ z_k1xY%;BS~a>_=_^>b>*7eW|$Gmk$;X>K7QMQaeZ`w3VH+eQp z(8USSi%J~s2D~dov%*|nF~emHOqs7$2sPRBndY!Iszq`!I?il!YJ0V_2VlFjAhnWa zV0g0igy~9RPmiEeQolpWGiX70K(M{J^NhMI5CF<$xP1(?;B0W-2ODMsp@dV}Y}!=& zs{boo{lCHFe=`=ncXCE6U*j65n(>>;E7ypx<5}QnPQ%j~puc0aIbFm&fR1yYeQg%1@ObXaBcN)!q{I_==&}2WDS&x_RAkAao2K*&(p~1ANQL2$ zT5G@TAY$dxCKxVaR_yHc`q}T9@~CPTitB!(UA5a3cSraI!Ow~-A1{zfP&~!8lmhpq zs-aLp99Ht3!s8qnlLmlzUjQjnwZEVF?UE<6gSx&j;39+cd&$^Sh@@5kR^{o20NAiK z-2*^{M+G1nQt$S^WHJWcKUjbi$cste(;hwq%3)F5mPN61`h1O_wNJjXI*36HD$*kPq?G!wH!V)&OK%QqF0%)m;4gu<#_#@OXbcP9PBvFmMu zWy^I_N3Nn1{a51W;?^N$vR3CEQ5!vu|lilC8A`sAwhC}+lyo} zmeYY2yxOg}az2tnJgr;4K`01dHx6#>>L=3hSCdw#p?f7HO{SAF*MsAcb(_2#NlQeC z^ah>mw!%I?Y1l|DbtD#a1S2@-)nWSv@?I2UC+8pFhs=8r51Eg3M&p3fffZp3;5BzT;&t)O`vH2V$S_i6h4&v+|RkVfKhO!T!5_`2OO;T ziI3s^N9bp58iS}*Wk1=EoBdiIe5C2rU`oTm^1>eFU9cLY5k_cZ;5C>V*o%d|(`qHk zC!))chAM{QK^HpOgn^KqQ@z9N3##gv%+$09LrDqw@i zRDt_uHqzklhxZmZNYd)bF(|{8Eut~M@O)u0SIWggZ=(v6)zq%aO#J#j7||T?r}?^U zRv}0N4+HViM%8ZB6-z28aH5RB>eNd^Z9P2!2SiT`ZZDBA_>6@{?i#LD0-$8cJgBBz zp(meIs;ouX9+EJBCT74n(J;sXix!0y<8Y@Y8c}t#eM+K19}6AmGj7O!g&H<8VhY8y zChw%MkIfTZDh=?k6@A@~2b}GCb{my8Bif_11~-e_&hZkF*C1-fd?Dv~7f6S|vw1^` zG=Ba>R`=aUw#VRI&&j6XxLAFc-n8aup>=KxfNcRmH1>5MsAM8+WY(B$5nPhBnE7efv>8CDj<+`NO}DnN8=w%yar;XW zMFZ=@SF+fm+y>11e#VO70vja(Z~NVt(=C7m1LP8%nFt{2uWb9@8wjHi`=(IP8mg)S zAfrm6Of9gT$bw<)qUOxit`lH@I#COt?LVKME_=xf2zfbUh+VqIJeD0&Z+V;HHOkj#!CsS$*2R9Gw&k8L1x2{wS1mfSg(uRq5Kx zs2M2((%&w>*adGHLiU;)yx)7zjHZG`@7`ORA)Mpwt0^$kN0>6BufNI~kfjCI4^0y% zi{QG088!E3_DX&c+}X0TMRHMl@ZyC{)1t`>SK;_7ZRFoC6{0fEy;u5}mj_-j@FBdV ztVxMTmeAV@z|sas*{#^BJxKb3a~qM**c(Z=B1vZdHSUO}Pa;e0MG_FcD`Cmu(1N&H zI+jsDf&c4f%DDtDf?Z_DKDi}%ipn?yPD7PeQcSITgn%J3e$&8Qv%vE0LNT!BR7ecNcjM-wv69 zp8I__H^kV|-o{VcQQBZ!)Xi($?~jwaQWfPytv||-12>y~&S6cz(s1DFRPY@rh1sTTS0?L=l9%ldWt>P~ z9841I1qB4YBVXIiGR7+wLwKNdk@mrmd@*~q*lEo zZwlz#r07PzX&dIuzK%=H&t5V6@K3?0U3{o`-OFxosPUNXc=ZMB8SZ#9_XhP{|1IJT zk1iYxHtsVMwH7}v)uVLb7!cj9TK*wfT=`Q;-ZqK>OT9+OCecq>iQ5TKc>P&+YAv6DAj=4`_e<&-ZJul(KxxxU1LV0obne@h7$x$yazz(ZT@ zTXN&>w=e6Ro!=gFi?K7R<;Y6S=Qb4zVSOGwUPrv=DNE-kpG*v)gJ)h?Ff`SpOto+dONxhMsb zZi9UPoc`V%IStej9&eX<$RTZzVBiZQ#?7f?Rf8O5O z0&biYIb{#xyx22lNfLpiH`^(NS+7h4HRtx7!Ri0xku|R`P}qD1yqc-m=&#TGrO*#| z8c$q6N5QPI6EnSdq z>yT>t#aJAW(ou8SHX718H)R`m%mzk(F29Nvs~`DTHA%|Rbgy3A7nSZLT{+SgHdDKt z5dM2R%VjOeinI6wjp?r4pAaambw<=}?^K04MYCk|_RL++z(Vk=f0^j`eG}E(0 zRDi;9Ad5bN)iJ&@{SeG8GT(WxotNkhqP(+sMeTWB>PC(Lgzj$G(@gMfqP zLd5OrxTKE)V;iW|VyqYLhdi0Y2yQG2mdu}@Z(@SIJc~F9Oz_%coY(j@Eg7Cbcx+lf zHL`F%>%!8i%i*RZQqIn#HsRq6UNI7vt4TP^3i=tMM|(*f0KS26gyP1>13@ynTz3bF zEwAF+fnn zug{R3h4o1FSBO>3AoNZWWw@Uf8F%9Y5ayj@d8PO6>R*HkTkEJHq>{mo`U`}e7=}l zdIOZBL;g>N8JI^cgYGK3LKoY!``x8j4eF$LHCDEE59E#);b#T4e8YQiCfOTenj72U zeTlBzHL5y$-!k=u5;dE;5O53=ozHP$li+1k$+K6jsP7dO1)I+Jl-c>`Vm;Y*S{S{v zr>H`mZn9MQQGL?tar9gfT%mq0s>u-G+tmZ}>0PFN&f9;WH&HB3_1vX(XQWW)Vw_xr;T<_QFkn%ff+9o40@237;#Yh9WI)buNrxA(Hg{N%_4VWGD9 z^XhiW4S8Y<)S-pIi8K{)UW7$s-(79;Gy|r;^@B;Re}+!DgmM$v*mJHqbDT;a<}b)g zMMd}Ye|TG{t?iZIOpj0F>gRLQ`MGHkB@{D%&P}I`TJhxLi_Zh%28Z3>>muNP29a~Q zb>GReqyYuGJ8+29e2}yc$^>Yl1!Zq?3w)Iy%Fl7KP=-Ok^Y~a<^n(KM^PA*>X`sc+ z@Pd(xK@WE1iQPAXz0c+OVp(Z#P_s|L=U#~8PUiIFEyqc&@UxIVy$3q$HCPI&0gD-~ zd*bF)C~lv&E%j5FqKms}Qa^_$%kXR+cnsFNPSjR!{OQBTLe2F~@rjr~vY9o8-`d7# zgy4qqA!jFkE(ttZ*rg#;i1;P|-kQuB)?cpzgrn#@Q7fYaaOxTd5{H>f@*!oM+&x%8 zomjMIEAX>xNotB&Ry((08Hg=OZ{OMztun4=`0CgtJUc`ym#ty@jT$4w6n%XIuSdq~ zYo66QdzP7%rT5dpN+Zv50MPk;VTSUTIR@id zy8zl3IpQ}>^%x$}Anb%0mrSS4W&X(WO)+g2EG#6$XNGq%w7(`*Gv!T|bF=<U?HQ=#aJF_2Xx|Ycs7g**EW&<497$#jz<#05d(QBI}=Tz+N-&k(fTx3*0|wvhnhKCJM(0-Q@cy?Drtd6)`@7zp zdR^2y>b$2kzn`R6E#}Sz2>>hk|5{G6o?+ttSV$$r6i$zb4GWqEB6yaSMZ)STFI0{9 zRA?le<|?oW+yP%`!s#!Gv9iQMS*V);3CwD8H3N_(&wvi$v+I`Cm5yQtsjq=o7OEWW z`lV%c(~b^ydfuAVWq9x}>Fr_mJ=RI++4k21Gr4~ZY})Lt&khU}D8>ZF6xwvif9?4> zTxMHVbSUjm=5TmWZHsd-C2v*Wf&CPlXUkhY9m#$@Lh)uv3Or$5@lQ{6$D5#@6m?Rq z`2^HE`ND+@9@ej3y&6!&648AUuRXbdMqrAf_ByGn1H3$D101*(jbe}eN883!?$82W z4&GpKc#%E3dX#fE{Hu6fyn~z~Su|O9qqG9bk4|wTDY?8wHSnoNYvWR9Q_*upDT$0b z3wiJ%(22?t5TP5kZLNvrUa!L7iq>_a=$SXEVYSx+xR<<>EdmrX%QCWJ(`L~Ir^+0# zDdvw1`{dJzx!D7Z^@%;Lp$87N#3kwNq=&C{7y4;{2*(LrX&eyIB7}dPFHfLUT@bH5 zt^L#Gw|C;|D`NyVT$*}r&&U)I zGBxyP7oXGJ%8H?*OM#}Dv!-_^4|VFa+|p3oT4E&J7Pq4rBrRYWvoKc$DfaGD8W5!2 z8p)d!`(uBnO}N@>J8ACqN3=5ou)c^_u?#`$KwSSdy{_`!s{uA!Fr4N*$A6uh|1;Re zJlr0rbMFI37E_Tldb>J@!PGaKM|H?n-Id5s z00e{!Ux@RbA2o0kv{yuoc{sgzTYg`YF)hcWKGg*Dh#RShUaA?mZ_y~tf*@i0du}xi zmSla~(|Uu%;dF9$R%`FJx=wP00Kmf9qzfP2Lux#E-!Dczth64%AFS4SyF@b{Sw2^? z=3*i4W<|u9+Sy$tCuxzS!FpcgpY}6zY>n?y|1mzbQj6F7Z2l{?&ddoPOyb;V>eK9* z>I2b)^NZSj4|Fmy1!6kziDFyf1^*j9K+5%H!LQ2lOyK*JnfYm>@TnzBv1e{Dl^uw9 zqrNV4jBExRZ>NEa*Q6Wf>^4?sa&XT>^K}OtR48VW`l%YZEO!l!QYV|<^bGGVk;+nb zn!f=+^QDxvPpB*_lS{5wloS6&1C$we|J&jg5^>O-(H=EhrSKtE(%ld^Wsd zF0SrtM$2+0YNeI}d9vK;#n3$NFnwpuJnV+9u zSXfwET3TLSUR_-sSv(kBI^5XU*xcO2VzE0rJG;BPdwYBP`}+q62OE25M@L5|CnrCC z{5U&1J3l|axw%c{|JVOn1|Aeq9^58J?5S$(jfY3x^Jo7>&Gr1rA zVgJ~qtb`4_UTT=|22d))3y?F6f@?XLK{!QfkV&+L(P>v$`S!pGL{lHM@&|G6mMP4YoW$ zAD#Zp;?hs_JQsZ@dAu_NFH60h202QQYqj8^E|Z2~4X|&u_lPc)U?uRN`uv>jIJ_et zPCqopH#4vp2e%Xma_8O%*Z1Q9C}2c{AeeY;wIX`r=b_O3!}pQtDI@RxguE;l5dr`t zQg7V3v5VSRV^DP1SPwzin8D3-GpnACpfD>iu;X{PuH*U$^>6pfxKv>?^l`QdAWy)< zXxFu)6`m&$`SkHsTHJcG4lOuvyA$@dS3rzD&Uv5-z=tWx?!b`Q_@0(^=Eq+ zys5(Brw)%F8)*TP=m7}a!C{p69AetRJ zzUrN}%{04KLA}0k1;z=r#-$zU5B_S@N?AkxDQ`iFhCcI#uyA|s-oger#k&Zq{zodz zM6KNupr1P?LUbw%&Ym4c=xe9E(xOMZy|r!dGwIn<#P9h|LhqZ_At+M@ESKXs z3!^d97~JpSr-DRkv2Fvb5aH~j1T_o+R~gW_5rOEOsN``pL7j%CpKxGYf715gGLvVr);oo0 zh{=?PQspu;jIx)J@rd)NJ2YDSK)rj?^LtFicoi~C>7r*?O=&Cg8OsBHS(cgd3aci> z^Q@RQxY@6Kk2O+d`oG^t(yq=zA++wJb34z;%VBjWIBS3A5SZ3(TA?uEuS@M^){OKw zuyODnqp&h$%dXK^4b+?IY*}?MI8e`bGOX$fXjDitv0!Ao8!S|P>F+1e#@dGSVXU6a zP$2fzfmBxXvuhY_s?n@9O1@9>h3P4^ot2+B|E-YARrV?BZs}GT4F~;uV|XT9Ls}I4 z@Wecc2Z6A$ND&3y0vC*kDNMFQs#v!q_n`&MsP^U*o>QmU}_7FzSRIc)YpT}wMoqn@t>C~Kv51mYuxAddpOdff~rG&E*QMUmqfS7N7 zC5nRt+(^%I6hN0}wv63_ zjY?JfKL(|C-m$;(DUtow0>i{995bJ{!~CVoG=#hdpnni@FI8-5 zW)e@%Dps`XgbFSl{;=kSF%8fN@RXUqBVcTBBTIe1(J0wsr=Ya->9u7O%RM&WSFTj* z-VQnn0AF>nytN`raDK#78>P7zB_)Wa9`_$AO_X?mvlV3@7M!%>A=X)=byrXCvcfo` zjiEh+DQU$w>^sFFOzuMDIE-yt3+e$?a5JsUUp*?;TGqg^esGyEHTTdz(CN^$RQM%1 zBo>J!bm<4tEh-P4FZ^VjrFll&;HX!Z|9I1$>PI`Zk@Lmtqh#Po#3wN4`da);VJhIO zSLS`HxL0e0M&sW5J?Tp9uG)UaKUal8wqUJwe?Dc_bD{4Cr@T*nf++oAT4aiPzLf>c z&xNgedDRd}E=KdjO5m#7(%GpxbcWAP`xO4V;CJ_S7TVco5Po<3WR|8@_ee*&{}Z>d zg3>01c}^hFOWAu#bKFk!e{JN4_Y8udwg?1Q3{pZKb3#Qq^7599bTde_vSBv*qWUrV znk>XbKb~Hn_U{G%^#R|<41>4`Qtle0a;PrI+RK8VsV3DvWwQ{DR1k~$}0102fhA4P=aO}SSsFNx`6jY@z)Cx~7ec@;~|6>L%3800J zNA-8`)9$~H=uA#H=%bE6)OKxQS_1v+qI4RbdCQ+hh0RIE>y`v@dAz}*!{80Y5dtQg zx{4N<{cn5^DzPaZ!#`PiR*|h@c?Lmrwi#}hZ47S==B6u@0TaG%%&P>)^CSuGb1Mup zVBJLSEc%lYOCrA97=4QKqzN*h#guNn=bbJ65VNxQNu0iNyOpNv;T7tn<-3;R^6rxkyk={Tv$VgqtiUlv$PeEDX6%?28eQD}ry z+8Fxh$aLO)l_3KEE$28=r60P2J2`)HNvwPMy10QwVw0N0j{(_5(vl2q6<^@h!{QXYf~kUUk@)gL4SvOygtdJsGw$WS)3HmbyHwO;ys+G2fk7w zbOqWS?Ddg4hf$#z?tAY`Hz_Rf8U)tglF55#`pFO_s0!)@1UN>>=dY$n{O+pIL;eiX zUwzOQD@jvh#mXdsQx1C3S?MvbN?xl0h_I<;n2+Wyy-`}Wii0^s-NMNX?TUgU!0BX$ z+FpQ043MYBO56<6M?D-4E_ z9{rVHv(^>(^E~KyY^^L$w`FIc98Uh85~)T-8i;1 zYyf#^G|_pJvN8fS$X62}-m7CjuYV84zXkc92d^3XF0DvCxx}1==RA;ZopG0KT@DO* z)zBAbDBKDc=yDD6{B{Lqy0Y1JTyv^#^0oUmIPcnIlA0}5vt|_dODAsZlw#hAB+P3A z6ySAvGK=fiGdRMkq*;Y{7V}~XEX+H;zilOtKkS}N!T`12>+xI|n{N6y!_>9#>2Z9o z#5zT#vT*{uuR zBIOFK)S5Q!On~IHcLbIhJAY%ZwKXTYX zwMktUfBR=O|6T5U2Y^|*YBg|KsnNJ^=qZ)0jK(LB6{_2^Dp-rEzPFgx0)_CBGqJLc z`@e0-Kg)oh*Az@T&~oY=VSiCzuF`zO+vJI&T8*e5Ef?{M5;pRU#))s&%XG-n@qI8+ zM?LG!DYfR4G|O-q;d{mqv&PqOB)sJa4ORc*3FxCasDx*ER|8gP-G$fr>%)B+`i|>v z9hdlKrke}q(yt(oPtcT%NMkxr06pf^g|H%|FSkhhsBh+s)6|s7f(&?F*Muf{tM}rd z7#R3?Aq#(<4T$hwRR{*B$-H}OvssMdEa&0cRvCZi8hh};#2Xd!DPTTUI_%-5)dx0v zV_+_u^=Xa6e6nd(tC+-e0D)h|w4T}A`;qE0xFiLeE#C+Vu9-{nO<3uvrYb1kR zyDgAWZC~MSZlWCZ=jM@#DFc_j3PoLQK+4nc3l1Lm5J_0f$^JS)3dZhu=Wbm4(8DN! zPv*(4z0|I2X|l2#|^qaGE> zeF+|T_w0~@T&MtZO76IxMd}rANFAyOBg5wQya-iQ1^69I(E);84@M_;(}$ zYCkiZg`*xqx`q8gpx5{lgV{8@hc&jb7Rl*@#WvD94~+d>tbgx4H>`_fVtI~1KD_AF zLPSdLhjQxIUFDLe2o>HC-!{Ie=$PJ7$qTUmd3)&LZ<}yR1i0De{rcj!u-vaq$PO3VFe1^ zaOHgstx?}e(Wcc3Wp$4=T_O|10LAqrRq^R9zjV}*ws1l{3$NroM1>;ZyV*JO?nP(1 z%7P+_p(!jNq)U3FH49D$kU>1P;YsCnpM?_pKK*S%-{U;hq50Q0?rLIzkA!j!Kz8YU zcaoE2<=JH}3AbeuL)&dMXFLJ@%(W$6Ap9uH4N5>lf$ao{d0Y^KkkL^<+0_Z zu{|XKTWnETEkJ0A2p$|`)dYSKj@BmNDX`Y0PX2l~itob~tsske0nnxp`P9aYV&;^A zgmbO|ZtXCKi};v?!Lk4CzoB#6;pPT}e>>0MCjrZje?w?({<7OU!?FQooGq6TE&~;C zPQyidQ`45Oj)sE2<<75$Fd-#OJG;Pe!ywA2ow-ME02RpAqCTTL`H4h}-zmSBRWVy` ztQL$wToN|0ACS^V`a;H=U`0@~zdxXCHR z%c$zsk)I|M67l}dcLC1F6C5pkVBb;7OhHcB647;FY=7W=KLg<-KB0U#Mw1i;3gpcd zv$FWjuK@>3(rZ*Pvvo|me_ZWkIL{Ix#CQH3<40+RURVPGM|p_?I0tVklBzg3yQ#Cu zM#JE3@{+iq_pbqtA>WZ}@$Ffy#a>TWy-@H*w4e4-^sNp4?+ENaSF1nLja}!yh%*j0 z_ZW;SMP6apzP;A8YeWV~*c67)2$_+jtPE-BlO(yowpjJ&u KOR+}Y3jQCsrqMwF literal 13142 zcmd6O2UL^Imp45@frO%j-lW&idzIcn1e6{lNJpf13DN>69i#{dNH5Z*m!MRYUZh0{ zg7hMtFTC&jfB(CCcE3G)cE6Itb22l}%=6rPGk1Q!duNC?&{HS9L3;xS2ZvNs1ole0N;o(*2{+Ge39)rzcMWq-92~Nq z>kGHv?cF0B9N`VkyGr+btv0h4%O>uhqRtdf0Bb)we-2wjPq8hKtVA$ybG3Ou%BhNs z^TNX!TdVo~$AY=PdWxyjq;nhHjQ=>^6;H*R44dOVigYPvx6aMF$dbp%@y=*^d)Fq( zGWqJ%P7Yu{uQ|6bJsL*k*xuis^vp0P(YGU&zdT02m5t^%ctQbc^$lvcub1L&a`u4T zD(G-x=0T=qQWPa05 z_uJd+oZZqc1!#hn$~Pn~#^n_iaLh>dVA}7kZ%$XrZ2@q8+(e~y&pfviYwj;8o_=lV>^7; zbXJN;I{uMny=vZ^s+1;Rsa08)j1M6DJ{WX%^kWd7NUKfF6W7b89{-EGOeQ)@Hv4Yt zRxe@8(;r&izou(i1@wd)zZ~r>_sDE;VZ85%r3&1Wj@GT$*=ebd8aHeCyu?w1#D2fz ztRdXYygP=q(zPUSE;R3k1eL+)qxoOz=hufmrhG!XLR^kpE-*l8My_)|CMC1eZ;|ia zDUJ7+$X~HSK6tV6ho%NsJG(wJRaU1D+b=d2ujB-K8tJHVaLy15C;bJje9v20s}qh! z8`hW>5yzXk3PX*bCdy3r+1m+mr{yOAXOk|W-sSk`L`0lBOI_h76ieRxf4U2QxMe*x)5Cx~5OOeo-eAHY&WIVh~vuP!|u#?WJsD4$`$*=l|8xy|fS4 zUxTzHa=I(|;Zfgvinp70HuK(o|8T5Wf4h{|*b(o`)X6?(-z(68QQ?tbf!@P6ur;j+ z%BZSP8%s`uDdR=wbn39vig4p%z2V7*E{QcXfhU7@WmQ$xHjn8u63ZvQL=>oT($r9-=J@>_nEPHRqIk%wLLJKFc=6M~*vtVLR<#$4cT zftmzo?G*U9BQ8AT;8fD4Hvuf2ODo%}hq1+*Xm_@&g;4_k>QJKs$FcHh=OZnET zMa#K6CTcN9W9;i5&}9dD5zUKU(*747cvg_3PkX*(Bu)8HaBBEmquc0YFzy9PK8lE_ z-;khxcmscDSoL}6_>b1h6^j%?mP-M#M3Qb3R=tLd(bhNS;uVs4(AXtr(eNIu@$Bov zKTCWRXUhcumci){z^o-YLB=H@+dZF2PPH$xNJFyjTZImcC@#QqjFBh^Hf|IybO_)+ zet6^E+7z>iN%+pEB+ipjH+lcMGjx$O)rHn0nq4>H*|*p+?*^2PS7HUX&TGheI|84B zol6wPmHc?7?Z7L7xpg_E6o}n~XVrnfzxnKYUFLy$b2;0*Htt(R3STY}%;B7OfoGRN z5je9JAH4ak0S=Az^%vwclV~>q_fJpD(FHsg1#Fkejx?(KLTdaI#MCA!%mhtuz#&NA zTV1*ak@{^h22!Br)X!=5^;gj&5pF5Zg7hszp32gKLA4P?`(*g3JgX|#X z!F7}OHljrm^oSy#zb-FE`M~s!&I%qt-jnR@jw|_-*CMJd z$zM={>~$ATH;-qK@Jm{yw2o(;xwmQXw28ZU>Sz>Q4(lDjuCA^llc!1{X!u090mgBe z`4P?Pdg8XdB?^gsD%|4|Q81;g~V6cV; z(*6PK9y}8F^CilVX&@#>{)A0qT8$wjFsgr<;>YeZfu@Wtc(1>32Vd>Hi&c)Z)1xnV z1`zT*0Yg^jGM|enS8y)uZ7#(+z@(oo*zPNhEGanj@UX45cxpXQRcqh;EzZwY&+ z^ejpm2{`L-Xd$hx=+Giuxw_dcZnl^2?tHgj@fqEw9}BdR;0Nve(%z53_w_Dzi)N9& z!Bk6P%g1$kX%8ybfkN(N6>MqNk&oF}V%8B|SAhY$izI=Rai=fC-M3|tScPu&Vg(tGq(=l`Y|CdU z5xhO`KS_+HcgjivO&R{RbN?$(|3?MLu{b;Vk>-jfGX;ww{urtA-`gmN2;3QgO8*37 z6GiDT(&a%P?@a^apuC{V`5&=@?H}7u*UJh&syQId{cI2l7YAd`WkJ^iQUGdES1*0d z>l_i+>-kI=brr^OApfkf?;5=2;}D2Gy{!dlD~Ad zr&H@XQgj>t19|obIuFOw3*WskMSPUK7M`+AUB^oVttU9~ zpS(j|fU~nLnV+K_kUR3YX2RYnzHOoL)L#Bf;lA<^w^BDF@!~URillv%BhqvW|crZ1(9J;08J6^%EMGL(x zpmz_7-mbDTDojMCdRV&Q6%Nd2$p=Y;280iMaXh+rDV_V93=I046TB1$jShuyGI8t( zULY>VacpsRR|%0DtOKrQq3E62yKFogjpbzfQ5&JzagUQN7a=a|6-q!sniKJM^y+=?E{$f+I z$3jLueGQq)3~U7S)T^18H#@UCEvn&5mk5jw6$k!VLF7=?!-IdH;MomNZ%1qk4%Ur<X<_%T-5Vu~ zUhau(W)V>N<6aH6og*QxnmAo#Fh)4MPi>k2&~8W%3h)2lmh3CZgO6tHXE3=TIdVa# zQ2UKflHsxzs7FV_~A%PAb_kp*?oi)MQT0 zckOfDxv94?&k8nJ37BuSXvMpC9l6zfu@TKYqWyet(DH|na&iw< zJ^gcXRIR?kg{T{7-+wuR+M9-McCjr$!n*xv)+u0!a&De_Zr(HweCA=j8IUt8+>MRl zwuK`Ces946Wb_}!B_#GYv38KJQZYxUX-tDI*=YIdFR|f=%pqUT)2qvilT+-c@@eH_ zi#~I~)QF3x}YJP&7NgTb3mxtu&W*-7q$5ob@ktKB}a>VR*y0g6-yV4|iLxLx5 zMca@=_u0#(>IcpSb^^i}BA$wQXS!X#eZojsd96F*X7h>ASx*bCF%?o*ml!VLwlMU& z>*z~?y3eLQ+uhemocbJbrgNSQL0^D1ObHLg8{Rb_!OS^oh;UXKW?c+$DtoJW3>_!mnEt0Z4J%m zlT4lH!p<1}VPJo`c-&`EKn9bDZRVPA4SBq&csEfkxgI6mvM-#?nVD``^gnD&LGBbJ z$k*N_IX81)dCK_hGM3;p2g~*C`b4c#Qt^C(YLOcB0aH80_&kzy6 zKj1WpE)Q-#`BqHiE)1D*=U=+o-(CI<;)df~E&dJ%fc6x293EZ|7}%dMwT9;g?rFAL zy!aDxGnTOCOS;(U0nH>RTu!(A*(zw=admk%bN}p5;6{RHmTLd-_na=8~h?t$)ocxC2iwXAX;l{SvDfhFWiiB)Siw_&aI z8ZEVS+J5b{?Nyk?t<$VBY~YK*olS;9mZK>-A3J?8kEkI{xo4rfRk+JTV~ar7lDir| z!n3Ttp>}+EwrwxialYs5BoUP0^6~9TsSn%v&Sl8&d1v?>+{-s3`tTaX7difj1*NQF zZqqEgU7g!nz2H;+o!~OFb%lZZd($ebY?lkX_(&&3hyno`(~t_w z5fX@3I%CdK7%xP=JY!W8lDN~*BaTw7j`P4h3X_@?=XURr4?g#8sHc*P>2DHDD|C|PAMyz*&#lSt53mqPCRAaFn;1>hzE~*UF#)_9 z4-9YdG)^U5Z*MIjc9mZMKZy5Oez3=XtGovZoc#(h0@)+2-5i|vX>GE1ajPphdV+*LX-D+bJ*lEJ$*#J@5_1`0gd1bFmA~ zh|=K7vG10wd?iM9Um$ZVMMOEsNNA^e1m|l*=o|^bW09eN&Qf=*OD)lKVFskD< zJC8Bm7P-IQa<&LAH7wlYgXOj!gO|*vi6p2o25!$rVsq>tEm++9X*$QtS0yab=(Z>j zs0pkKDTk3c@YKY=iOZz4kwd+8!L_=TJb|B@$3IN8+wF%powgq#EEX$l6>@Rt?CI&* zP)~i7P?*U)0?kZ|HzoyEldVZ>rf`>>jt6?Y-hIuQT8uR4YDJy!topCDWp0oINjbVXQaKsD{}U=~Sz5 zqYi&blt$GyW!fVEAjTmwCi$#v86N>`B4e>!ba0B>wP3i!xVZM>>^BBJU3qRxtQSgs zBdo`ZATfu2a6^ zW%Eekh&qBMshzsQ+1dFKwV+j&OJUb#lfK=R(2Q>mfoH*#Kq9SEDIeh}d@lb45AL;V z=5c8kG*R>F4~?++^1hz$gZJixhW7THsxody8E?M1+0!3gZ|CZfFY&SnfYfOYbl^tl zr|DHfdpQA|+>camzU)CnB_{D3!qWXbWEyw}ER1`_A@~jGVG`)ZBRV2uS?f+Z((V@5 zv@qBkQVeV6{gmM5VZW7OD=*ibM6jAr!ZctKYK4q;kXz-Zy*qEcESqEoqFj;1&0?y= zO~t_sI3?k^_>r>hGZKVel;YwJHMV=@?fBmcleS_Dbutr0QO*8tMZZ;)dT-y^XsIy| z@~rr+MYF%+m_yD=ckks7Trp)!fP*I*6&Ki6OTPCO9j$WuozGDvAG%YbX}i~?=YYdQ z3T#`(3QW!)zG``=fi3W7#SaTiT!|NRj^HwBKF@$6l}lCso&D2^=6ppy-ptoL95~aU z=odK8==SeDMj&sF*bgBdKSF2q(X%kT-=gX2IO@&#>K zYQE@H+mbU|2DJ9KSk*VAXI}yM*4#@LH0lV?X!M(SH0*r;*jfEqcC}kP%L3q$m4%7l z6P=f&th@w{!9s%(BFafb)DpLFUW*DO2_{B2_`p<^*X2ocaprK`PZED-vXhnagJ^leDf8}9r5m>Ub@a& zW)Tf%gs#UDUEi*d!~aZ)hh`ZIv9)d;7vce@2PI;Z_|}6)9iETlwEf#mO8%s+$20c1 z@Wr6tmQOLl6P5mQyx zqXL#K$yH2p{?GJ-wCqQ7hU4j_60;RT{aQoYbG&&Wn*RNl{zaJ3o0%DYvEPE0kR}I0kt$IE7124>Q=!jQyZj zw@SI!J({*}3bwu!9cHbEBSb%d0ev-s<=b=+V<{VZ@=4Cx0kR^MguP)B5P^=jqfREtN+5+BCNG zFhd3IdRqiGAee6E#vOV&=c`ZY{@R7AVocm35?2`gR_TilPO1=FWkCh4?Es(Kx0Vz^ z+n0PWI=(84=EN$>Ov+QdsY=T^8vONXrWK`S$#hr}&BX#+_~`uIJ{OmV&&vJOqSyya=6!Nzg}SjcQKSRvm*hzFk>u4J z#0lXA)_Goybdae)w>(aAL_3)aXX@LHXNOWpp10=ypB~wfI5a$ zLq(B!huQsV?Bv%DNB~Q?igIN#f=~#}6MP=p!?^<~$gPNT**o%$5EzYiU>rdX}|q+TD&(bZ)<% zsORNm(2#J_vk_!2KY3ghWT@DfP5xlq zC{9SLLrdgY{S$Bk#(OHLVa?(@mt zZvL@;X{k9-4B;)N)A#qhsUa8d3v;9Te^H7Eb2I1pWBrbn2!$&>et8|6B=!FjI{v^4 zeOJVBKLmz^qI4)Z5vc1DWj`@CNdbWk^?E2fU~fP~JhH&Fe{`Y$PrKB0+UEwPUcI~k z|3G}ce%fQDbduoRKI)k%>yYfA{b7lj#>HS6h!l(H^~=n`?PEs=KgWKBT%B1T?T;#e zwDhoIVsG6>5HEui&R=qxsr39M&vVH?2W3d=0nlnHiqcK*J4db&|Hs#O$D*=;Quboz`DfaRDuDamNW=L02% zj;G3!PqV<{Y$F+z-EBHh7KC}X#VZmWa!$mYMXN6~0bka+Yz6W8nXVoH0D!@HK) z0POyIQhB3se~oBOYIz>L6cw%Yu+tBRAzM7gg~;#A=kZeEa)T}kc@Y+eh#yakM2IamkL#fk{J|Z44++^IGlRno)TWX=v0@Q9G^0E z2d#;4S?T|Jcrbx`$W<3R#VWsnGiMX;yX|3}ZH#0&HD{=<%27wANb2LDC!oF1TR}G> zeLrJlC%vr8DNzNfssnbZm{4*5U_Lg8v1|wfTLX1ow6zpVAQ5TASH(`%F=?%Ev4!%x z;V+C19v6P5cH6qwMr$YP20Yv0&<%z; z4*HrDb88sCo)yLI7Ol{oE#=&4@;L!_wmLmLD4rtSi0vI76zs@)y>YfZCE}Q4j}*z` z9gRlE?cnBNhW5u#IFOtNea-iu#nf3fqL}cst%h=G(O}bxJkB3{g z>nKp~u4D)Fa?M25lb-uSN7RD)E1v!Sn)}ULx=&V2RrG+P*)mgl%D@9wWl>&Q^4?hB zuJW>7Ey>r{`dItbDRA8i^{{Z{Xk9KDkBbN$7YA!j6h0TpVS5`^`6CnT83^>xR$r)w zl4G)pQH0AV0pSG6G()YKEQ*RqcYZdLN+vEDtMaiE<7by|@=d#;N~WIW(&{E?R*rN3 z%h-78nm0cTc)AQTdv#4R1Mg}aTz>KU9)1JU*E}96Lb-B`!xvx!&523G=@h4pl)b$* zAsoYqF!>E=UG=we86`)97!l$n#}zjjlcU0ltf`kSBH2f8qKyUPgl2S4K(-zJRqsRE zP~=wH@`FIM3PwtmCw{$ibk>WWR4Hk$czU5Y zvs;QJyys#nUSvkCT8dKDSvxd~jc;6s7`+)S^)QaOI_tO^9KOXdN0q~g&RWR#NQmr^ z&&nX_ee}Y!U|&~qyTq5>xnK%`);=s*^D->m0>#WWNU0N`f1DU`SC!x?1oz;-Cze$> zW<-l{)RM>3jNZ;t&p2qUj=K<2sIk<#(NN=NPJ-Lenb8iV*?h1G{SJ!B8sUtZz@}pZ!&#-4dTf2;`WS| zpndx}{oTEtJe|4DN3636BLy6v`~`OB%ia+CXJ4?wJ+wZ6^o(hC7pL2fDS6qUla z!AV==VmN_{Mqa}NOZ0UK`N1nSqQP^Js#FzKtbeJlJbsk`WRo?u2$`pjqK^1YGm^9) z2}eK+_jMuqf7ool#N$D-1#X<5D#i>gLl{)XS9CkOfORdhq?xzi=M*8;2m>Y?gIBnU zxAR~^O1%^I^TP|1W#}M&GmI7z8Y`qZQqYUE-hkwbL5@LjVqcaojEp(thO zt|RMxlN&<{^2vj5iF5KLYP1wewTA&z!vZ7Pubv648;BR*O`7FeSTpG_i6Jt8^WD{b z7jye0U9|noR23Rb&EPgM{oP|Oo({q`BzDMCPn>1UakpfnM>XL$lii1n2yibi0)g40-06(hex) ze4Jst#ncB4J_w|zyVe` zF^iJj$89EM4W63ZOT%a^RXKP;iA|JGyDLjt&T0V9dWrLXl440>dd)Jzz2$Gd7JCO# z7K-hNWs~WI|1qn?VE4uRl#j6o1%4Ih24|*_0si8f{GD&zqn`fP*{BYduolUH?Nj0A zCXbLmsjh3|zxW4h2mV=O@I*oSE^TzGu+o0Zd%T@4g5o*?!2J8Ls*s5V^k+fUY7`)2 zym~-gpLa7dt4L_fMOV5NR*M#u;RUEY((o4ubr3_TJjUR76fXrs+Jy)enP!1Aw+!C< z4AH=-&cdN>UmyIb7FNNT>-5L<-a+k=L)wgjacLafd@T8*tM+uFn|K+E@+m$C*rbiU zey)6dxpK*jN{KiX{y0QL*7vGtYm;?i7cf{mJJn6hvPiDu}d|k)!$e@(8uSpn1lE5(|;G)m<%kw5iB4`B7ol%-xj4u_j>4ie{0Wc<&lK`PFI-ES0p zk3Gc6x$y>@dAT!KwuX&6W?r$WCn{Sy=DypQs={mvTDH^~dt;&L7xvIf${E+#^)&oV zxD3IJ=8h&rv&YAJHK+#hZK(WZ!}UaLuI5oy>z|U!6^ulI9W+o>m%e^}0n>=7s$JKIovDu);4cVcmPyS(@DkTmCHYawZ_nhd7UDP40 zKYnw(Z5KuN;i!U@15wgas>O~_bxf?DnCU0BmBLCmmqcJk_epI1B^T>S0QNxJdzDDC zO-Df6$?EI(Ii-fF;L?}9>E73ca+;fi#5DjKtq%daE62Zo4QFI=uC$_1nc^V8`%BDt%Gns?Ruww7~lbi z#=&*I%Q70T!B8I5s`Bnk={iw0`&5(#skw;V-}gQwwi6Eb0nJ2iB|LSms;JnkQ~lsH zRXP0N(M(r3z-QfEkXs|z9PkahHM=E)n8u8k7|&c@obCJbeGxojFAsmlSK}6BdJm&< z#`7Hg*|WcS&$k2thSSr{qR?;j>!OKeM+8SyQZ5hYiAQLrvNnZ+4=OH}k6&Hy>b9hs z^~;kVMC`7ManWkO{(H(zF;jFOS6Z91LT*v^)Fxz?Jvia$&r^K*Ef2l9~p ze%LjP;OC&@*{TX+?ZSbSacE4xXd-=L7mlu>XL=Z(URNVWLBqgHN#c?K!_T4~6m5=< zzCB79O*8oNdrF>*v0X0Q^WBOcemP9QE8YOrpi!6OznpTSb}8H_!si0Gu&G_IM4@4%$u7Fh_B|a~*c&Mw6&=n| zsF;*24CVez5T{8>(PBmvL!qpzIM90pg~B_yrrJYu1S!&mjWqRRBqMJm>ZLmEMZjPR z3;|SCs^(Xxm4asp(awQBwFC01c4v~V7N)%etx_)Ge=k7~P7p7S4{qoJ z2NNMism?eRm=90)Ki?rC&gTGS3Q@5m{K@tg`tUQ|?ONxV`X}!Kh;JszwvU+;{SFt6 zj!z!Wn}lY3-A7q)^F>NB#U6nAnl#x<_K!5XdH;<@8jq3% z|6H~0EcoeU?;R=;+gio6t4HmPtM_?bR^LtH?p>E1NF+5n61d&__BpemMt!WNiH>qQ zPT?v)PYzuYMZ8JU)VNH%$>+Nw?D2WdWcBg;2*1xq$?a^!V!FUElu|OI`tL7yYcvQv zOBZjAdq}d>@$ovk6SH_NcSm&lTpYWy&fdGI%!`S(dR50CU$to5%jCdZqhb`X$%Ca0 z1W3(0r%{K7u^b44^Kb|dR`y!aH03W8Xu%`aTbBukcgs9K9z?e|u!cq+TuV!c2}LL+ zsg$F$8^%9qLVs$ujhQBcDV)*r;{-)(1)rwVIC5($w|wR$$u{xl&bb;iyI%zPRk#PY z-gmy~A)k2wawlPsnDnSPV1p%dr<)#>Y@gZ&HU-mzI)iC%I)n?myyyEH8l0+$^TcHT z0*z9^op>gB0kuSAB)2>xN;)J4l@2FQf^pQV>5R~B1R|pRFIdsd-Yn>2#55D~=dC{(7FPM`x zGnQzv{r3b37_2Q9rh!TS#pM23`_HnQ_MBLM8LY+r6_sLYuK-Fuxu0nK?C7!o3xlJn Ms&}_i+2;BG0y)Y(`Tzg` diff --git a/mdop/appv-v5/deploying-microsoft-office-2016-by-using-app-v.md b/mdop/appv-v5/deploying-microsoft-office-2016-by-using-app-v.md index 4dba1a2a53..20edf8efe4 100644 --- a/mdop/appv-v5/deploying-microsoft-office-2016-by-using-app-v.md +++ b/mdop/appv-v5/deploying-microsoft-office-2016-by-using-app-v.md @@ -85,7 +85,7 @@ Before you deploy Office by using App-V, review the following requirements.
  • All of the Office applications that you want to deploy to users must be in a single package.

  • In App-V 5.0 and later, you must use the Office Deployment Tool to create packages. You cannot use the Sequencer.

  • -
  • If you are deploying Microsoft Visio 2016 and Microsoft Project 2016 along with Office, you must include them in the same package with Office. For more information, see [Deploying Visio 2016 and Project 2016 with Office](#deploying-visio-2016-and-project-2016-with-office).

  • +
  • If you are deploying Microsoft Visio 2016 and Microsoft Project 2016 along with Office, you must include them in the same package with Office. For more information, see [Deploying Visio 2016 and Project 2016 with Office](#bkmk-deploy-visio-project).

diff --git a/mdop/appv-v5/deploying-microsoft-office-2016-by-using-app-v51.md b/mdop/appv-v5/deploying-microsoft-office-2016-by-using-app-v51.md index bd506092d0..dbad00b772 100644 --- a/mdop/appv-v5/deploying-microsoft-office-2016-by-using-app-v51.md +++ b/mdop/appv-v5/deploying-microsoft-office-2016-by-using-app-v51.md @@ -85,7 +85,7 @@ Before you deploy Office by using App-V, review the following requirements.
  • All of the Office applications that you want to deploy to users must be in a single package.

  • In App-V 5.1 and later, you must use the Office Deployment Tool to create packages. You cannot use the Sequencer.

  • -
  • If you are deploying Microsoft Visio 2016 and Microsoft Project 2016 along with Office, you must include them in the same package with Office. For more information, see [Deploying Visio 2016 and Project 2016 with Office](#deploying-visio-2016-and-project-2016-with-office).

  • +
  • If you are deploying Microsoft Visio 2016 and Microsoft Project 2016 along with Office, you must include them in the same package with Office. For more information, see [Deploying Visio 2016 and Project 2016 with Office](#bkmk-deploy-visio-project).

diff --git a/mdop/appv-v5/index.md b/mdop/appv-v5/index.md index 32649ad47e..b481245f67 100644 --- a/mdop/appv-v5/index.md +++ b/mdop/appv-v5/index.md @@ -41,7 +41,7 @@ View updated product information and known issues for App-V 5.0. Learn about the latest MDOP information and resources.
[MDOP Information Experience](https://go.microsoft.com/fwlink/p/?LinkId=236032) -Find documentation, videos, and other resources for MDOP technologies. You can also [send us feedback](mailto:MDOPDocs@microsoft.com%29 or learn about updates by following us on [Facebook]%28https://go.microsoft.com/fwlink/p/?LinkId=242445%29 or [Twitter]%28https://go.microsoft.com/fwlink/p/?LinkId=242447). +Find documentation, videos, and other resources for MDOP technologies. You can also [send us feedback](mailto:MDOPDocs@microsoft.com) or learn about updates by following us on [Facebook](https://go.microsoft.com/fwlink/p/?LinkId=242445) or [Twitter](https://go.microsoft.com/fwlink/p/?LinkId=242447). ## Got a suggestion for App-V? diff --git a/mdop/dart-v10/index.md b/mdop/dart-v10/index.md index 403e85d410..cb6a5f3b9e 100644 --- a/mdop/dart-v10/index.md +++ b/mdop/dart-v10/index.md @@ -49,7 +49,7 @@ View updated product information and known issues for DaRT 10. Learn about the latest MDOP information and resources. [MDOP Information Experience](https://go.microsoft.com/fwlink/p/?LinkId=236032) -Find documentation, videos, and other resources for MDOP technologies. You can also [send us feedback](mailto:MDOPDocs@microsoft.com%29 or learn about updates by following us on [Facebook]%28https://go.microsoft.com/fwlink/p/?LinkId=242445%29 or [Twitter]%28https://go.microsoft.com/fwlink/p/?LinkId=242447). +Find documentation, videos, and other resources for MDOP technologies. You can also [send us feedback](mailto:MDOPDocs@microsoft.com) or learn about updates by following us on [Facebook](https://go.microsoft.com/fwlink/p/?LinkId=242445) or [Twitter](https://go.microsoft.com/fwlink/p/?LinkId=242447).   diff --git a/mdop/dart-v65.md b/mdop/dart-v65.md index 335e945881..02c3b02f9b 100644 --- a/mdop/dart-v65.md +++ b/mdop/dart-v65.md @@ -2,6 +2,10 @@ title: Diagnostics and Recovery Toolset 6.5 description: Diagnostics and Recovery Toolset 6.5 author: jamiejdt +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- # Diagnostics and Recovery Toolset 6.5 diff --git a/mdop/dart-v7/index.md b/mdop/dart-v7/index.md index 4a73455bd5..b65a749ad2 100644 --- a/mdop/dart-v7/index.md +++ b/mdop/dart-v7/index.md @@ -46,7 +46,7 @@ View updated product information and known issues for DaRT 7. Learn about the latest MDOP information and resources. [MDOP Information Experience](https://go.microsoft.com/fwlink/p/?LinkId=236032) -Find documentation, videos, and other resources for MDOP technologies. You can also [send us feedback](mailto:MDOPDocs@microsoft.com%29 or learn about updates by following us on [Facebook]%28https://go.microsoft.com/fwlink/p/?LinkId=242445%29 or [Twitter]%28https://go.microsoft.com/fwlink/p/?LinkId=242447). +Find documentation, videos, and other resources for MDOP technologies. You can also [send us feedback](mailto:MDOPDocs@microsoft.com) or learn about updates by following us on [Facebook](https://go.microsoft.com/fwlink/p/?LinkId=242445) or [Twitter](https://go.microsoft.com/fwlink/p/?LinkId=242447).   diff --git a/mdop/dart-v8/index.md b/mdop/dart-v8/index.md index aa7739f75f..f521934a32 100644 --- a/mdop/dart-v8/index.md +++ b/mdop/dart-v8/index.md @@ -53,7 +53,7 @@ View updated product information and known issues for DaRT 8.0. Learn about the latest MDOP information and resources. [MDOP Information Experience](https://go.microsoft.com/fwlink/p/?LinkId=236032) -Find documentation, videos, and other resources for MDOP technologies. You can also [send us feedback](mailto:MDOPDocs@microsoft.com%29 or learn about updates by following us on [Facebook]%28https://go.microsoft.com/fwlink/p/?LinkId=242445%29 or [Twitter]%28https://go.microsoft.com/fwlink/p/?LinkId=242447). +Find documentation, videos, and other resources for MDOP technologies. You can also [send us feedback](mailto:MDOPDocs@microsoft.com) or learn about updates by following us on [Facebook](https://go.microsoft.com/fwlink/p/?LinkId=242445) or [Twitter](https://go.microsoft.com/fwlink/p/?LinkId=242447).   diff --git a/mdop/docfx.json b/mdop/docfx.json index 85c859a765..3f46635347 100644 --- a/mdop/docfx.json +++ b/mdop/docfx.json @@ -14,7 +14,10 @@ } ], "globalMetadata": { - "ROBOTS": "INDEX, FOLLOW" + "ROBOTS": "INDEX, FOLLOW", + "ms.technology": "mdop", + "ms.topic": "article", + "ms.author": "jamiet" }, "externalReference": [ ], diff --git a/mdop/index.md b/mdop/index.md index 0863054ac2..2453bf950e 100644 --- a/mdop/index.md +++ b/mdop/index.md @@ -3,6 +3,10 @@ title: MDOP Information Experience description: MDOP Information Experience ms.assetid: 12b8ab56-3267-450d-bb22-1c7e44cb8e52 author: jamiejdt +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- # MDOP Information Experience diff --git a/mdop/mbam-v1/index.md b/mdop/mbam-v1/index.md index e1d4cafd4f..69f6a9bb70 100644 --- a/mdop/mbam-v1/index.md +++ b/mdop/mbam-v1/index.md @@ -42,7 +42,7 @@ View updated product information and known issues for MBAM 1.0. Learn about the latest MDOP information and resources. [MDOP Information Experience](https://go.microsoft.com/fwlink/p/?LinkId=236032) -Find documentation, videos, and other resources for MDOP technologies. You can also [send us feedback](mailto:MDOPDocs@microsoft.com%29 or learn about updates by following us on [Facebook]%28https://go.microsoft.com/fwlink/p/?LinkId=242445%29 or [Twitter]%28https://go.microsoft.com/fwlink/p/?LinkId=242447). +Find documentation, videos, and other resources for MDOP technologies. You can also [send us feedback](mailto:MDOPDocs@microsoft.com) or learn about updates by following us on [Facebook](https://go.microsoft.com/fwlink/p/?LinkId=242445) or [Twitter](https://go.microsoft.com/fwlink/p/?LinkId=242447).   diff --git a/mdop/mbam-v2/index.md b/mdop/mbam-v2/index.md index 6bb7ed3791..3da1392117 100644 --- a/mdop/mbam-v2/index.md +++ b/mdop/mbam-v2/index.md @@ -45,7 +45,7 @@ Microsoft BitLocker Administration and Monitoring (MBAM) 2.0 provides a simpl - [MDOP Information Experience](https://go.microsoft.com/fwlink/p/?LinkId=236032) - Find documentation, videos, and other resources for MDOP technologies. You can also [send us feedback](mailto:MDOPDocs@microsoft.com%29 or learn about updates by following us on [Facebook]%28https://go.microsoft.com/fwlink/p/?LinkId=242445%29 or [Twitter]%28https://go.microsoft.com/fwlink/p/?LinkId=242447). + Find documentation, videos, and other resources for MDOP technologies. You can also [send us feedback](mailto:MDOPDocs@microsoft.com) or learn about updates by following us on [Facebook](https://go.microsoft.com/fwlink/p/?LinkId=242445) or [Twitter](https://go.microsoft.com/fwlink/p/?LinkId=242447).   diff --git a/mdop/mbam-v25/index.md b/mdop/mbam-v25/index.md index fd60429382..f5b0d8670e 100644 --- a/mdop/mbam-v25/index.md +++ b/mdop/mbam-v25/index.md @@ -51,7 +51,7 @@ To get the MBAM software, see [How Do I Get MDOP](https://go.microsoft.com/fwlin - [MDOP Information Experience](https://go.microsoft.com/fwlink/p/?LinkId=236032) - Find documentation, videos, and other resources for MDOP technologies. You can also [send us feedback](mailto:MDOPDocs@microsoft.com%29 or learn about updates by following us on [Facebook]%28https://go.microsoft.com/fwlink/p/?LinkId=242445%29 or [Twitter]%28https://go.microsoft.com/fwlink/p/?LinkId=242447). + Find documentation, videos, and other resources for MDOP technologies. You can also [send us feedback](mailto:MDOPDocs@microsoft.com) or learn about updates by following us on [Facebook](https://go.microsoft.com/fwlink/p/?LinkId=242445) or [Twitter](https://go.microsoft.com/fwlink/p/?LinkId=242447). - [MBAM Deployment Guide](http://www.microsoft.com/download/details.aspx?id=38398) diff --git a/mdop/softgrid-application-virtualization.md b/mdop/softgrid-application-virtualization.md index fd762e0136..cb5773b982 100644 --- a/mdop/softgrid-application-virtualization.md +++ b/mdop/softgrid-application-virtualization.md @@ -2,6 +2,10 @@ title: SoftGrid Application Virtualization description: SoftGrid Application Virtualization author: jamiejdt +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- # SoftGrid Application Virtualization diff --git a/mdop/uev-v1/index.md b/mdop/uev-v1/index.md index ce46b1dc0d..22361e39d3 100644 --- a/mdop/uev-v1/index.md +++ b/mdop/uev-v1/index.md @@ -42,7 +42,7 @@ View updated product information and known issues for UE-V 1.0. Learn about the latest MDOP information and resources. [MDOP Information Experience](https://go.microsoft.com/fwlink/p/?LinkId=236032) -Find documentation, videos, and other resources for MDOP technologies. You can also [send us feedback](mailto:MDOPDocs@microsoft.com%29 or learn about updates by following us on [Facebook]%28https://go.microsoft.com/fwlink/p/?LinkId=242445%29 or [Twitter]%28https://go.microsoft.com/fwlink/p/?LinkId=242447). +Find documentation, videos, and other resources for MDOP technologies. You can also [send us feedback](mailto:MDOPDocs@microsoft.com) or learn about updates by following us on [Facebook](https://go.microsoft.com/fwlink/p/?LinkId=242445) or [Twitter](https://go.microsoft.com/fwlink/p/?LinkId=242447).   diff --git a/mdop/uev-v2/index.md b/mdop/uev-v2/index.md index 6eeef89ebe..4873df96b5 100644 --- a/mdop/uev-v2/index.md +++ b/mdop/uev-v2/index.md @@ -304,7 +304,7 @@ For more information, and for late-breaking news that did not make it into the d Learn about the latest MDOP information and resources. [MDOP Information Experience](https://go.microsoft.com/fwlink/p/?LinkId=236032) -Find documentation, videos, and other resources for MDOP technologies. You can also [send us feedback](mailto:MDOPDocs@microsoft.com%29 or learn about updates by following us on [Facebook]%28https://go.microsoft.com/fwlink/p/?LinkId=242445%29 or [Twitter]%28https://go.microsoft.com/fwlink/p/?LinkId=242447). +Find documentation, videos, and other resources for MDOP technologies. You can also [send us feedback](mailto:MDOPDocs@microsoft.com) or learn about updates by following us on [Facebook](https://go.microsoft.com/fwlink/p/?LinkId=242445) or [Twitter](https://go.microsoft.com/fwlink/p/?LinkId=242447). ## Got a suggestion for UE-V? diff --git a/mdop/uev-v2/prepare-a-ue-v-2x-deployment-new-uevv2.md b/mdop/uev-v2/prepare-a-ue-v-2x-deployment-new-uevv2.md index c1ae38e981..dce11abb18 100644 --- a/mdop/uev-v2/prepare-a-ue-v-2x-deployment-new-uevv2.md +++ b/mdop/uev-v2/prepare-a-ue-v-2x-deployment-new-uevv2.md @@ -17,7 +17,7 @@ There is some planning and preparation to do before you deploy Microsoft User Ex First, let’s look at the tasks you’ll do to deploy UE-V: -- [Plan your UE-V Deployment](#planning) +- Plan your UE-V Deployment Before you deploy anything, a good first step is to do a little bit of planning so that you can determine which UE-V features you’ll deploy. So if you leave this page, make sure you come back and read through the planning information below. diff --git a/store-for-business/TOC.md b/store-for-business/TOC.md new file mode 100644 index 0000000000..81657682cf --- /dev/null +++ b/store-for-business/TOC.md @@ -0,0 +1,30 @@ +# [Windows Store for Business](index.md) +## [Sign up and get started](sign-up-windows-store-for-business-overview.md) +###[Windows Store for Business overview](windows-store-for-business-overview.md) +### [Prerequisites for Windows Store for Business](prerequisites-windows-store-for-business.md) +### [Sign up for Windows Store for Business](sign-up-windows-store-for-business.md) +### [Roles and permissions in the Windows Store for Business](roles-and-permissions-windows-store-for-business.md) +### [Settings reference: Windows Store for Business](settings-reference-windows-store-for-business.md) +## [Find and acquire apps](find-and-acquire-apps-overview.md) +### [Apps in the Windows Store for Business](apps-in-windows-store-for-business.md) +### [Acquire apps in the Windows Store for Business](acquire-apps-windows-store-for-business.md) +### [Working with line-of-business apps](working-with-line-of-business-apps.md) +## [Distribute apps to your employees from the Windows Store for Business](distribute-apps-to-your-employees-windows-store-for-business.md) +### [Distribute apps using your private store](distribute-apps-from-your-private-store.md) +### [Assign apps to employees](assign-apps-to-employees.md) +### [Distribute apps with a management tool](distribute-apps-with-management-tool.md) +### [Distribute offline apps](distribute-offline-apps.md) +## [Manage apps](manage-apps-windows-store-for-business-overview.md) +### [App inventory managemement for Windows Store for Business](app-inventory-management-windows-store-for-business.md) +### [Manage app orders in Windows Store for Business](manage-orders-windows-store-for-business.md) +### [Manage access to private store](manage-access-to-private-store.md) +### [Manage private store settings](manage-private-store-settings.md) +### [Configure MDM provider](configure-mdm-provider-windows-store-for-business.md) +## [Device Guard signing portal](device-guard-signing-portal.md) +### [Add unsigned app to code integrity policy](add-unsigned-app-to-code-integrity-policy.md) +### [Sign code integrity policy with Device Guard signing](sign-code-integrity-policy-with-device-guard-signing.md) +## [Manage settings in the Windows Store for Business](manage-settings-windows-store-for-business.md) +### [Update Windows Store for Business account settings](update-windows-store-for-business-account-settings.md) +### [Manage user accounts in Windows Store for Business](manage-users-and-groups-windows-store-for-business.md) +## [Troubleshoot Windows Store for Business](troubleshoot-windows-store-for-business.md) + diff --git a/windows/manage/acquire-apps-windows-store-for-business.md b/store-for-business/acquire-apps-windows-store-for-business.md similarity index 100% rename from windows/manage/acquire-apps-windows-store-for-business.md rename to store-for-business/acquire-apps-windows-store-for-business.md diff --git a/windows/manage/add-unsigned-app-to-code-integrity-policy.md b/store-for-business/add-unsigned-app-to-code-integrity-policy.md similarity index 100% rename from windows/manage/add-unsigned-app-to-code-integrity-policy.md rename to store-for-business/add-unsigned-app-to-code-integrity-policy.md diff --git a/windows/manage/app-inventory-management-windows-store-for-business.md b/store-for-business/app-inventory-management-windows-store-for-business.md similarity index 100% rename from windows/manage/app-inventory-management-windows-store-for-business.md rename to store-for-business/app-inventory-management-windows-store-for-business.md diff --git a/windows/manage/apps-in-windows-store-for-business.md b/store-for-business/apps-in-windows-store-for-business.md similarity index 100% rename from windows/manage/apps-in-windows-store-for-business.md rename to store-for-business/apps-in-windows-store-for-business.md diff --git a/windows/manage/assign-apps-to-employees.md b/store-for-business/assign-apps-to-employees.md similarity index 100% rename from windows/manage/assign-apps-to-employees.md rename to store-for-business/assign-apps-to-employees.md diff --git a/windows/manage/configure-mdm-provider-windows-store-for-business.md b/store-for-business/configure-mdm-provider-windows-store-for-business.md similarity index 100% rename from windows/manage/configure-mdm-provider-windows-store-for-business.md rename to store-for-business/configure-mdm-provider-windows-store-for-business.md diff --git a/windows/manage/device-guard-signing-portal.md b/store-for-business/device-guard-signing-portal.md similarity index 100% rename from windows/manage/device-guard-signing-portal.md rename to store-for-business/device-guard-signing-portal.md diff --git a/windows/manage/distribute-apps-from-your-private-store.md b/store-for-business/distribute-apps-from-your-private-store.md similarity index 100% rename from windows/manage/distribute-apps-from-your-private-store.md rename to store-for-business/distribute-apps-from-your-private-store.md diff --git a/windows/manage/distribute-apps-to-your-employees-windows-store-for-business.md b/store-for-business/distribute-apps-to-your-employees-windows-store-for-business.md similarity index 100% rename from windows/manage/distribute-apps-to-your-employees-windows-store-for-business.md rename to store-for-business/distribute-apps-to-your-employees-windows-store-for-business.md diff --git a/windows/manage/distribute-apps-with-management-tool.md b/store-for-business/distribute-apps-with-management-tool.md similarity index 100% rename from windows/manage/distribute-apps-with-management-tool.md rename to store-for-business/distribute-apps-with-management-tool.md diff --git a/windows/manage/distribute-offline-apps.md b/store-for-business/distribute-offline-apps.md similarity index 100% rename from windows/manage/distribute-offline-apps.md rename to store-for-business/distribute-offline-apps.md diff --git a/windows/manage/find-and-acquire-apps-overview.md b/store-for-business/find-and-acquire-apps-overview.md similarity index 100% rename from windows/manage/find-and-acquire-apps-overview.md rename to store-for-business/find-and-acquire-apps-overview.md diff --git a/windows/manage/windows-store-for-business.md b/store-for-business/index.md similarity index 100% rename from windows/manage/windows-store-for-business.md rename to store-for-business/index.md diff --git a/windows/manage/manage-access-to-private-store.md b/store-for-business/manage-access-to-private-store.md similarity index 100% rename from windows/manage/manage-access-to-private-store.md rename to store-for-business/manage-access-to-private-store.md diff --git a/windows/manage/manage-apps-windows-store-for-business-overview.md b/store-for-business/manage-apps-windows-store-for-business-overview.md similarity index 100% rename from windows/manage/manage-apps-windows-store-for-business-overview.md rename to store-for-business/manage-apps-windows-store-for-business-overview.md diff --git a/windows/manage/manage-orders-windows-store-for-business.md b/store-for-business/manage-orders-windows-store-for-business.md similarity index 100% rename from windows/manage/manage-orders-windows-store-for-business.md rename to store-for-business/manage-orders-windows-store-for-business.md diff --git a/windows/manage/manage-private-store-settings.md b/store-for-business/manage-private-store-settings.md similarity index 100% rename from windows/manage/manage-private-store-settings.md rename to store-for-business/manage-private-store-settings.md diff --git a/windows/manage/manage-settings-windows-store-for-business.md b/store-for-business/manage-settings-windows-store-for-business.md similarity index 100% rename from windows/manage/manage-settings-windows-store-for-business.md rename to store-for-business/manage-settings-windows-store-for-business.md diff --git a/windows/manage/manage-users-and-groups-windows-store-for-business.md b/store-for-business/manage-users-and-groups-windows-store-for-business.md similarity index 100% rename from windows/manage/manage-users-and-groups-windows-store-for-business.md rename to store-for-business/manage-users-and-groups-windows-store-for-business.md diff --git a/windows/manage/prerequisites-windows-store-for-business.md b/store-for-business/prerequisites-windows-store-for-business.md similarity index 100% rename from windows/manage/prerequisites-windows-store-for-business.md rename to store-for-business/prerequisites-windows-store-for-business.md diff --git a/windows/manage/roles-and-permissions-windows-store-for-business.md b/store-for-business/roles-and-permissions-windows-store-for-business.md similarity index 100% rename from windows/manage/roles-and-permissions-windows-store-for-business.md rename to store-for-business/roles-and-permissions-windows-store-for-business.md diff --git a/windows/manage/settings-reference-windows-store-for-business.md b/store-for-business/settings-reference-windows-store-for-business.md similarity index 100% rename from windows/manage/settings-reference-windows-store-for-business.md rename to store-for-business/settings-reference-windows-store-for-business.md diff --git a/windows/manage/sign-code-integrity-policy-with-device-guard-signing.md b/store-for-business/sign-code-integrity-policy-with-device-guard-signing.md similarity index 100% rename from windows/manage/sign-code-integrity-policy-with-device-guard-signing.md rename to store-for-business/sign-code-integrity-policy-with-device-guard-signing.md diff --git a/windows/manage/sign-up-windows-store-for-business-overview.md b/store-for-business/sign-up-windows-store-for-business-overview.md similarity index 100% rename from windows/manage/sign-up-windows-store-for-business-overview.md rename to store-for-business/sign-up-windows-store-for-business-overview.md diff --git a/windows/manage/sign-up-windows-store-for-business.md b/store-for-business/sign-up-windows-store-for-business.md similarity index 100% rename from windows/manage/sign-up-windows-store-for-business.md rename to store-for-business/sign-up-windows-store-for-business.md diff --git a/windows/manage/troubleshoot-windows-store-for-business.md b/store-for-business/troubleshoot-windows-store-for-business.md similarity index 100% rename from windows/manage/troubleshoot-windows-store-for-business.md rename to store-for-business/troubleshoot-windows-store-for-business.md diff --git a/windows/manage/update-windows-store-for-business-account-settings.md b/store-for-business/update-windows-store-for-business-account-settings.md similarity index 100% rename from windows/manage/update-windows-store-for-business-account-settings.md rename to store-for-business/update-windows-store-for-business-account-settings.md diff --git a/windows/manage/windows-store-for-business-overview.md b/store-for-business/windows-store-for-business-overview.md similarity index 100% rename from windows/manage/windows-store-for-business-overview.md rename to store-for-business/windows-store-for-business-overview.md diff --git a/windows/manage/working-with-line-of-business-apps.md b/store-for-business/working-with-line-of-business-apps.md similarity index 100% rename from windows/manage/working-with-line-of-business-apps.md rename to store-for-business/working-with-line-of-business-apps.md diff --git a/windows/TOC.md b/windows/TOC.md deleted file mode 100644 index 7167858dab..0000000000 --- a/windows/TOC.md +++ /dev/null @@ -1,8 +0,0 @@ -# [Windows 10 and Windows 10 Mobile](index.md) -## [What's new in Windows 10](whats-new/index.md) -## [Plan for Windows 10 deployment](plan/index.md) -## [Deploy Windows 10](deploy/index.md) -## [Configure Windows 10](configure/index.md) -## [Update Windows 10](update/index.md) -## [Keep Windows 10 secure](keep-secure/index.md) -## [Manage Windows 10](manage/index.md) \ No newline at end of file diff --git a/windows/access-protection/TOC.md b/windows/access-protection/TOC.md new file mode 100644 index 0000000000..47adc1005f --- /dev/null +++ b/windows/access-protection/TOC.md @@ -0,0 +1,190 @@ +# [Access protection](access-control/access-control.md) + +## [Access Control Overview](access-control/access-control.md) +### [Dynamic Access Control Overview](access-control/dynamic-access-control.md) +### [Security identifiers](access-control/security-identifiers.md) +### [Security Principals](access-control/security-principals.md) +### [Local Accounts](access-control/local-accounts.md) +### [Active Directory Accounts](access-control/active-directory-accounts.md) +### [Microsoft Accounts](access-control/microsoft-accounts.md) +### [Service Accounts](access-control/service-accounts.md) +### [Active Directory Security Groups](access-control/active-directory-security-groups.md) +### [Special Identities](access-control/special-identities.md) + +## [Configure S/MIME for Windows 10 and Windows 10 Mobile](configure-s-mime.md) + +## [Enterprise Certificate Pinning](enterprise-certificate-pinning.md) + +## [Install digital certificates on Windows 10 Mobile](installing-digital-certificates-on-windows-10-mobile.md) + +## [Protect derived domain credentials with Credential Guard](credential-guard/credential-guard.md) +### [How Credential Guard works](credential-guard/credential-guard-how-it-works.md) +### [Credential Guard Requirements](credential-guard/credential-guard-requirements.md) +### [Manage Credential Guard](credential-guard/credential-guard-manage.md) +### [Credential Guard protection limits](credential-guard/credential-guard-protection-limits.md) +### [Considerations when using Credential Guard](credential-guard/credential-guard-considerations.md) +### [Credential Guard: Additional mitigations](credential-guard/additional-mitigations.md) + + + +## [Protect Remote Desktop credentials with Remote Credential Guard](remote-credential-guard.md) + +## [Smart Cards](smart-cards/smart-card-windows-smart-card-technical-reference.md) +### [How Smart Card Sign-in Works in Windows](smart-cards/smart-card-how-smart-card-sign-in-works-in-windows.md) +#### [Smart Card Architecture](smart-cards/smart-card-architecture.md) +#### [Certificate Requirements and Enumeration](smart-cards/smart-card-certificate-requirements-and-enumeration.md) +#### [Smart Card and Remote Desktop Services](smart-cards/smart-card-and-remote-desktop-services.md) +#### [Smart Cards for Windows Service](smart-cards/smart-card-smart-cards-for-windows-service.md) +#### [Certificate Propagation Service](smart-cards/smart-card-certificate-propagation-service.md) +#### [Smart Card Removal Policy Service](smart-cards/smart-card-removal-policy-service.md) +### [Smart Card Tools and Settings](smart-cards/smart-card-tools-and-settings.md) +#### [Smart Cards Debugging Information](smart-cards/smart-card-debugging-information.md) +#### [Smart Card Group Policy and Registry Settings](smart-cards/smart-card-group-policy-and-registry-settings.md) +#### [Smart Card Events](smart-cards/smart-card-events.md) + +### [User Account Control](user-account-control\user-account-control-overview.md) +#### [How User Account Control works](user-account-control\how-user-account-control-works.md) +#### [User Account Control security policy settings](user-account-control\user-account-control-security-policy-settings.md) +#### [User Account Control Group Policy and registry key settings](user-account-control\user-account-control-group-policy-and-registry-key-settings.md) + +### [Virtual Smart Cards](virtual-smart-cards\virtual-smart-card-overview.md) +### [Virtual Smart Cards](virtual-smart-cards\virtual-smart-card-overview.md) +#### [Understanding and Evaluating Virtual Smart Cards](virtual-smart-cards\virtual-smart-card-understanding-and-evaluating.md) +##### [Get Started with Virtual Smart Cards: Walkthrough Guide](virtual-smart-cards\virtual-smart-card-get-started.md) +##### [Use Virtual Smart Cards](virtual-smart-cards\virtual-smart-card-use-virtual-smart-cards.md) +##### [Deploy Virtual Smart Cards](virtual-smart-cards\virtual-smart-card-deploy-virtual-smart-cards.md) +##### [Evaluate Virtual Smart Card Security](virtual-smart-cards\virtual-smart-card-evaluate-security.md) +#### [Tpmvscmgr](virtual-smart-cards\virtual-smart-card-tpmvscmgr.md) + + +## [VPN technical guide](vpn\vpn-guide.md) +### [VPN connection types](vpn\vpn-connection-type.md) +### [VPN routing decisions](vpn\vpn-routing.md) +### [VPN authentication options](vpn\vpn-authentication.md) +### [VPN and conditional access](vpn\vpn-conditional-access.md) +### [VPN name resolution](vpn\vpn-name-resolution.md) +### [VPN auto-triggered profile options](vpn\vpn-auto-trigger-profile.md) +### [VPN security features](vpn\vpn-security-features.md) +### [VPN profile options](vpn\vpn-profile-options.md) +### [How to use single sign-on (SSO) over VPN and Wi-Fi connections](vpn\how-to-use-single-sign-on-sso-over-vpn-and-wi-fi-connections.md) +### [Windows 10 credential theft mitigation guide abstract](windows-credential-theft-mitigation-guide-abstract.md) + +## [Windows Firewall with Advanced Security](windows-firewall/windows-firewall-with-advanced-security.md) +### [Isolating Windows Store Apps on Your Network](windows-firewall/isolating-apps-on-your-network.md) +### [Securing End-to-End IPsec Connections by Using IKEv2 in Windows Server 2012](windows-firewall/securing-end-to-end-ipsec-connections-by-using-ikev2.md) +### [Windows Firewall with Advanced Security Administration with Windows PowerShell](windows-firewall/windows-firewall-with-advanced-security-administration-with-windows-powershell.md) +### [Windows Firewall with Advanced Security Design Guide](windows-firewall/windows-firewall-with-advanced-security-design-guide.md) +#### [Understanding the Windows Firewall with Advanced Security Design Process](windows-firewall/understanding-the-windows-firewall-with-advanced-security-design-process.md) +#### [Identifying Your Windows Firewall with Advanced Security Deployment Goals](windows-firewall/identifying-your-windows-firewall-with-advanced-security-deployment-goals.md) +##### [Protect Devices from Unwanted Network Traffic](windows-firewall/protect-devices-from-unwanted-network-traffic.md) +##### [Restrict Access to Only Trusted Devices](windows-firewall/restrict-access-to-only-trusted-devices.md) +##### [Require Encryption When Accessing Sensitive Network Resources](windows-firewall/require-encryption-when-accessing-sensitive-network-resources.md) +##### [Restrict Access to Only Specified Users or Computers](windows-firewall/restrict-access-to-only-specified-users-or-devices.md) +#### [Mapping Your Deployment Goals to a Windows Firewall with Advanced Security Design](windows-firewall/mapping-your-deployment-goals-to-a-windows-firewall-with-advanced-security-design.md) +##### [Basic Firewall Policy Design](windows-firewall/basic-firewall-policy-design.md) +##### [Domain Isolation Policy Design](windows-firewall/domain-isolation-policy-design.md) +##### [Server Isolation Policy Design](windows-firewall/server-isolation-policy-design.md) +##### [Certificate-based Isolation Policy Design](windows-firewall/certificate-based-isolation-policy-design.md) +#### [Evaluating Windows Firewall with Advanced Security Design Examples](windows-firewall/evaluating-windows-firewall-with-advanced-security-design-examples.md) +##### [Firewall Policy Design Example](windows-firewall/firewall-policy-design-example.md) +##### [Domain Isolation Policy Design Example](windows-firewall/domain-isolation-policy-design-example.md) +##### [Server Isolation Policy Design Example](windows-firewall/server-isolation-policy-design-example.md) +##### [Certificate-based Isolation Policy Design Example](windows-firewall/certificate-based-isolation-policy-design-example.md) +#### [Designing a Windows Firewall with Advanced Security Strategy](windows-firewall/designing-a-windows-firewall-with-advanced-security-strategy.md) +##### [Gathering the Information You Need](windows-firewall/gathering-the-information-you-need.md) +###### [Gathering Information about Your Current Network Infrastructure](windows-firewall/gathering-information-about-your-current-network-infrastructure.md) +###### [Gathering Information about Your Active Directory Deployment](windows-firewall/gathering-information-about-your-active-directory-deployment.md) +###### [Gathering Information about Your Computers](windows-firewall/gathering-information-about-your-devices.md) +###### [Gathering Other Relevant Information](windows-firewall/gathering-other-relevant-information.md) +##### [Determining the Trusted State of Your Computers](windows-firewall/determining-the-trusted-state-of-your-devices.md) +#### [Planning Your Windows Firewall with Advanced Security Design](windows-firewall/planning-your-windows-firewall-with-advanced-security-design.md) +##### [Planning Settings for a Basic Firewall Policy](windows-firewall/planning-settings-for-a-basic-firewall-policy.md) +##### [Planning Domain Isolation Zones](windows-firewall/planning-domain-isolation-zones.md) +###### [Exemption List](windows-firewall/exemption-list.md) +###### [Isolated Domain](windows-firewall/isolated-domain.md) +###### [Boundary Zone](windows-firewall/boundary-zone.md) +###### [Encryption Zone](windows-firewall/encryption-zone.md) +##### [Planning Server Isolation Zones](windows-firewall/planning-server-isolation-zones.md) +##### [Planning Certificate-based Authentication](windows-firewall/planning-certificate-based-authentication.md) +###### [Documenting the Zones](windows-firewall/documenting-the-zones.md) +###### [Planning Group Policy Deployment for Your Isolation Zones](windows-firewall/planning-group-policy-deployment-for-your-isolation-zones.md) +####### [Planning Isolation Groups for the Zones](windows-firewall/planning-isolation-groups-for-the-zones.md) +####### [Planning Network Access Groups](windows-firewall/planning-network-access-groups.md) +####### [Planning the GPOs](windows-firewall/planning-the-gpos.md) +######## [Firewall GPOs](windows-firewall/firewall-gpos.md) +######### [GPO_DOMISO_Firewall](windows-firewall/gpo-domiso-firewall.md) +######## [Isolated Domain GPOs](windows-firewall/isolated-domain-gpos.md) +######### [GPO_DOMISO_IsolatedDomain_Clients](windows-firewall/gpo-domiso-isolateddomain-clients.md) +######### [GPO_DOMISO_IsolatedDomain_Servers](windows-firewall/gpo-domiso-isolateddomain-servers.md) +######## [Boundary Zone GPOs](windows-firewall/boundary-zone-gpos.md) +######### [GPO_DOMISO_Boundary](windows-firewall/gpo-domiso-boundary.md) +######## [Encryption Zone GPOs](windows-firewall/encryption-zone-gpos.md) +######### [GPO_DOMISO_Encryption](windows-firewall/gpo-domiso-encryption.md) +######## [Server Isolation GPOs](windows-firewall/server-isolation-gpos.md) +####### [Planning GPO Deployment](windows-firewall/planning-gpo-deployment.md) +#### [Appendix A: Sample GPO Template Files for Settings Used in this Guide](windows-firewall/appendix-a-sample-gpo-template-files-for-settings-used-in-this-guide.md) +### [Windows Firewall with Advanced Security Deployment Guide](windows-firewall/windows-firewall-with-advanced-security-deployment-guide.md) +#### [Planning to Deploy Windows Firewall with Advanced Security](windows-firewall/planning-to-deploy-windows-firewall-with-advanced-security.md) +#### [Implementing Your Windows Firewall with Advanced Security Design Plan](windows-firewall/implementing-your-windows-firewall-with-advanced-security-design-plan.md) +#### [Checklist: Creating Group Policy Objects](windows-firewall/checklist-creating-group-policy-objects.md) +#### [Checklist: Implementing a Basic Firewall Policy Design](windows-firewall/checklist-implementing-a-basic-firewall-policy-design.md) +#### [Checklist: Configuring Basic Firewall Settings](windows-firewall/checklist-configuring-basic-firewall-settings.md) +#### [Checklist: Creating Inbound Firewall Rules](windows-firewall/checklist-creating-inbound-firewall-rules.md) +#### [Checklist: Creating Outbound Firewall Rules](windows-firewall/checklist-creating-outbound-firewall-rules.md) +#### [Checklist: Implementing a Domain Isolation Policy Design](windows-firewall/checklist-implementing-a-domain-isolation-policy-design.md) +##### [Checklist: Configuring Rules for the Isolated Domain](windows-firewall/checklist-configuring-rules-for-the-isolated-domain.md) +##### [Checklist: Configuring Rules for the Boundary Zone](windows-firewall/checklist-configuring-rules-for-the-boundary-zone.md) +##### [Checklist: Configuring Rules for the Encryption Zone](windows-firewall/checklist-configuring-rules-for-the-encryption-zone.md) +##### [Checklist: Configuring Rules for an Isolated Server Zone](windows-firewall/checklist-configuring-rules-for-an-isolated-server-zone.md) +#### [Checklist: Implementing a Standalone Server Isolation Policy Design](windows-firewall/checklist-implementing-a-standalone-server-isolation-policy-design.md) +##### [Checklist: Configuring Rules for Servers in a Standalone Isolated Server Zone](windows-firewall/checklist-configuring-rules-for-servers-in-a-standalone-isolated-server-zone.md) +##### [Checklist: Creating Rules for Clients of a Standalone Isolated Server Zone](windows-firewall/checklist-creating-rules-for-clients-of-a-standalone-isolated-server-zone.md) +#### [Checklist: Implementing a Certificate-based Isolation Policy Design](windows-firewall/checklist-implementing-a-certificate-based-isolation-policy-design.md) +#### [Procedures Used in This Guide](windows-firewall/procedures-used-in-this-guide.md) +##### [Add Production Devices to the Membership Group for a Zone](windows-firewall/add-production-devices-to-the-membership-group-for-a-zone.md) +##### [Add Test Devices to the Membership Group for a Zone](windows-firewall/add-test-devices-to-the-membership-group-for-a-zone.md) +##### [Assign Security Group Filters to the GPO](windows-firewall/assign-security-group-filters-to-the-gpo.md) +##### [Change Rules from Request to Require Mode](windows-firewall/change-rules-from-request-to-require-mode.md) +##### [Configure Authentication Methods](windows-firewall/configure-authentication-methods.md) +##### [Configure Data Protection (Quick Mode) Settings](windows-firewall/configure-data-protection-quick-mode-settings.md) +##### [Configure Group Policy to Autoenroll and Deploy Certificates](windows-firewall/configure-group-policy-to-autoenroll-and-deploy-certificates.md) +##### [Configure Key Exchange (Main Mode) Settings](windows-firewall/configure-key-exchange-main-mode-settings.md) +##### [Configure the Rules to Require Encryption](windows-firewall/configure-the-rules-to-require-encryption.md) +##### [Configure the Windows Firewall Log](windows-firewall/configure-the-windows-firewall-log.md) +##### [Configure the Workstation Authentication Certificate Template](windows-firewall/configure-the-workstation-authentication-certificate-template.md) +##### [Configure Windows Firewall to Suppress Notifications When a Program Is Blocked](windows-firewall/configure-windows-firewall-to-suppress-notifications-when-a-program-is-blocked.md) +##### [Confirm That Certificates Are Deployed Correctly](windows-firewall/confirm-that-certificates-are-deployed-correctly.md) +##### [Copy a GPO to Create a New GPO](windows-firewall/copy-a-gpo-to-create-a-new-gpo.md) +##### [Create a Group Account in Active Directory](windows-firewall/create-a-group-account-in-active-directory.md) +##### [Create a Group Policy Object](windows-firewall/create-a-group-policy-object.md) +##### [Create an Authentication Exemption List Rule](windows-firewall/create-an-authentication-exemption-list-rule.md) +##### [Create an Authentication Request Rule](windows-firewall/create-an-authentication-request-rule.md) +##### [Create an Inbound ICMP Rule](windows-firewall/create-an-inbound-icmp-rule.md) +##### [Create an Inbound Port Rule](windows-firewall/create-an-inbound-port-rule.md) +##### [Create an Inbound Program or Service Rule](windows-firewall/create-an-inbound-program-or-service-rule.md) +##### [Create an Outbound Port Rule](windows-firewall/create-an-outbound-port-rule.md) +##### [Create an Outbound Program or Service Rule](windows-firewall/create-an-outbound-program-or-service-rule.md) +##### [Create Inbound Rules to Support RPC](windows-firewall/create-inbound-rules-to-support-rpc.md) +##### [Create WMI Filters for the GPO](windows-firewall/create-wmi-filters-for-the-gpo.md) +##### [Enable Predefined Inbound Rules](windows-firewall/enable-predefined-inbound-rules.md) +##### [Enable Predefined Outbound Rules](windows-firewall/enable-predefined-outbound-rules.md) +##### [Exempt ICMP from Authentication](windows-firewall/exempt-icmp-from-authentication.md) +##### [Link the GPO to the Domain](windows-firewall/link-the-gpo-to-the-domain.md) +##### [Modify GPO Filters to Apply to a Different Zone or Version of Windows](windows-firewall/modify-gpo-filters-to-apply-to-a-different-zone-or-version-of-windows.md) +##### [Open the Group Policy Management Console to IP Security Policies](windows-firewall/open-the-group-policy-management-console-to-ip-security-policies.md) +##### [Open the Group Policy Management Console to Windows Firewall](windows-firewall/open-the-group-policy-management-console-to-windows-firewall.md) +##### [Open the Group Policy Management Console to Windows Firewall with Advanced Security](windows-firewall/open-the-group-policy-management-console-to-windows-firewall-with-advanced-security.md) +##### [Open Windows Firewall with Advanced Security](windows-firewall/open-windows-firewall-with-advanced-security.md) +##### [Restrict Server Access to Members of a Group Only](windows-firewall/restrict-server-access-to-members-of-a-group-only.md) +##### [Turn on Windows Firewall and Configure Default Behavior](windows-firewall/turn-on-windows-firewall-and-configure-default-behavior.md) +##### [Verify That Network Traffic Is Authenticated](windows-firewall/verify-that-network-traffic-is-authenticated.md) + +## [Windows Hello for Business](hello-for-business/hello-identity-verification.md) +### [How Windows Hello for Business works](hello-for-business/hello-how-it-works.md) +### [Manage Windows Hello for Business in your organization](hello-for-business/hello-manage-in-organization.md) +### [Why a PIN is better than a password](hello-for-business/hello-why-pin-is-better-than-password.md) +### [Prepare people to use Windows Hello](hello-for-business/hello-prepare-people-to-use.md) +### [Windows Hello and password changes](hello-for-business/hello-and-password-changes.md) +### [Windows Hello errors during PIN creation](hello-for-business/hello-errors-during-pin-creation.md) +### [Event ID 300 - Windows Hello successfully created](hello-for-business/hello-event-300.md) +### [Windows Hello biometrics in the enterprise](hello-for-business/hello-biometrics-in-enterprise.md) diff --git a/windows/keep-secure/access-control.md b/windows/access-protection/access-control/access-control.md similarity index 98% rename from windows/keep-secure/access-control.md rename to windows/access-protection/access-control/access-control.md index 969bd01684..006ffb29ab 100644 --- a/windows/keep-secure/access-control.md +++ b/windows/access-protection/access-control/access-control.md @@ -114,14 +114,14 @@ User rights grant specific privileges and sign-in rights to users and groups in User rights are different from permissions because user rights apply to user accounts, and permissions are associated with objects. Although user rights can apply to individual user accounts, user rights are best administered on a group account basis. There is no support in the access control user interface to grant user rights. However, user rights assignment can be administered through **Local Security Settings**. -For more information about user rights, see [User Rights Assignment](user-rights-assignment.md). +For more information about user rights, see [User Rights Assignment](/windows/device-security/security-policy-settings/access-user-rights-assignment). ## Object auditing With administrator's rights, you can audit users' successful or failed access to objects. You can select which object access to audit by using the access control user interface, but first you must enable the audit policy by selecting **Audit object access** under **Local Policies** in **Local Security Settings**. You can then view these security-related events in the Security log in Event Viewer. -For more information about auditing, see [Security Auditing Overview](security-auditing-overview.md). +For more information about auditing, see [Security Auditing Overview](/windows/device-security/auditing/security-auditing-overview). ## See also diff --git a/windows/keep-secure/active-directory-accounts.md b/windows/access-protection/access-control/active-directory-accounts.md similarity index 99% rename from windows/keep-secure/active-directory-accounts.md rename to windows/access-protection/access-control/active-directory-accounts.md index 3b4ee0e979..1791e02a32 100644 --- a/windows/keep-secure/active-directory-accounts.md +++ b/windows/access-protection/access-control/active-directory-accounts.md @@ -176,7 +176,7 @@ Because the Guest account can provide anonymous access, it is a security risk. I When the Guest account is required, an Administrator on the domain controller is required to enable the Guest account. The Guest account can be enabled without requiring a password, or it can be enabled with a strong password. The Administrator also grants restricted rights and permissions for the Guest account. To help prevent unauthorized access: -- Do not grant the Guest account the [Shut down the system](shut-down-the-system.md) user right. When a computer is shutting down or starting up, it is possible that a Guest user or anyone with local access, such as a malicious user, could gain unauthorized access to the computer. +- Do not grant the Guest account the [Shut down the system](/windows/device-security/security-policy-settings/shut-down-the-system) user right. When a computer is shutting down or starting up, it is possible that a Guest user or anyone with local access, such as a malicious user, could gain unauthorized access to the computer. - Do not provide the Guest account with the ability to view the event logs. After the Guest account is enabled, it is a best practice to monitor this account frequently to ensure that other users cannot use services and other resources, such as resources that were unintentionally left available by a previous user. @@ -571,7 +571,7 @@ If the administrators in your environment can sign in locally to managed servers - **Better**. Do not grant administrators membership in the local Administrator group on the computer in order to restrict the administrator from bypassing these protections. -- **Ideal**. Restrict workstations from having any network connectivity, except for the domain controllers and servers that the administrator accounts are used to manage. Alternately, use AppLocker application control policies to restrict all applications from running, except for the operating system and approved administrative tools and applications. For more information about AppLocker, see [AppLocker](applocker-overview.md). +- **Ideal**. Restrict workstations from having any network connectivity, except for the domain controllers and servers that the administrator accounts are used to manage. Alternately, use AppLocker application control policies to restrict all applications from running, except for the operating system and approved administrative tools and applications. For more information about AppLocker, see [AppLocker](/windows/device-security/applocker/applocker-overview). The following procedure describes how to block Internet access by creating a Group Policy Object (GPO) that configures an invalid proxy address on administrative workstations. These instructions apply only to computers running Internet Explorer and other Windows components that use these proxy settings. diff --git a/windows/keep-secure/active-directory-security-groups.md b/windows/access-protection/access-control/active-directory-security-groups.md similarity index 94% rename from windows/keep-secure/active-directory-security-groups.md rename to windows/access-protection/access-control/active-directory-security-groups.md index 552c86b75a..772a0ebb67 100644 --- a/windows/keep-secure/active-directory-security-groups.md +++ b/windows/access-protection/access-control/active-directory-security-groups.md @@ -50,7 +50,7 @@ Security groups can provide an efficient way to assign access to resources on yo For example, a user who is added to the Backup Operators group in Active Directory has the ability to back up and restore files and directories that are located on each domain controller in the domain. This is possible because, by default, the user rights **Backup files and directories** and **Restore files and directories** are automatically assigned to the Backup Operators group. Therefore, members of this group inherit the user rights that are assigned to that group. - You can use Group Policy to assign user rights to security groups to delegate specific tasks. For more information about using Group Policy, see [User Rights Assignment](user-rights-assignment.md). + You can use Group Policy to assign user rights to security groups to delegate specific tasks. For more information about using Group Policy, see [User Rights Assignment](/windows/device-security/security-policy-settings/user-rights-assignment). - Assign permissions to security groups for resources. @@ -650,7 +650,7 @@ This security group has not changed since Windows Server 2008.

Default User Rights

-

[Allow log on locally](allow-log-on-locally.md): SeInteractiveLogonRight

+

[Allow log on locally](/windows/device-security/security-policy-settings/allow-log-on-locally): SeInteractiveLogonRight

@@ -672,9 +672,9 @@ Membership can be modified by members of the following groups: the default servi This security group includes the following changes since Windows Server 2008: -- Default user rights changes: **Allow log on through Terminal Services** existed in Windows Server 2008, and it was replaced by [Allow log on through Remote Desktop Services](allow-log-on-through-remote-desktop-services.md). +- Default user rights changes: **Allow log on through Terminal Services** existed in Windows Server 2008, and it was replaced by [Allow log on through Remote Desktop Services](/windows/device-security/security-policy-settings/allow-log-on-through-remote-desktop-services). -- [Remove computer from docking station](remove-computer-from-docking-station.md) was removed in Windows Server 2012 R2. +- [Remove computer from docking station](/windows/device-security/security-policy-settings/remove-computer-from-docking-station) was removed in Windows Server 2012 R2. @@ -722,33 +722,33 @@ This security group includes the following changes since Windows Server 2008: - +

Default User Rights

[Adjust memory quotas for a process](adjust-memory-quotas-for-a-process.md): SeIncreaseQuotaPrivilege

-

[Access this computer from the network](access-this-computer-from-the-network.md): SeNetworkLogonRight

-

[Allow log on locally](allow-log-on-locally.md): SeInteractiveLogonRight

-

[Allow log on through Remote Desktop Services](allow-log-on-through-remote-desktop-services.md): SeRemoteInteractiveLogonRight

-

[Back up files and directories](back-up-files-and-directories.md): SeBackupPrivilege

-

[Bypass traverse checking](bypass-traverse-checking.md): SeChangeNotifyPrivilege

-

[Change the system time](change-the-system-time.md): SeSystemTimePrivilege

-

[Change the time zone](change-the-time-zone.md): SeTimeZonePrivilege

-

[Create a pagefile](create-a-pagefile.md): SeCreatePagefilePrivilege

-

[Create global objects](create-global-objects.md): SeCreateGlobalPrivilege

-

[Create symbolic links](create-symbolic-links.md): SeCreateSymbolicLinkPrivilege

-

[Debug programs](debug-programs.md): SeDebugPrivilege

-

[Enable computer and user accounts to be trusted for delegation](enable-computer-and-user-accounts-to-be-trusted-for-delegation.md): SeEnableDelegationPrivilege

-

[Force shutdown from a remote system](force-shutdown-from-a-remote-system.md): SeRemoteShutdownPrivilege

-

[Impersonate a client after authentication](impersonate-a-client-after-authentication.md): SeImpersonatePrivilege

-

[Increase scheduling priority](increase-scheduling-priority.md): SeIncreaseBasePriorityPrivilege

-

[Load and unload device drivers](load-and-unload-device-drivers.md): SeLoadDriverPrivilege

-

[Log on as a batch job](log-on-as-a-batch-job.md): SeBatchLogonRight

-

[Manage auditing and security log](manage-auditing-and-security-log.md): SeSecurityPrivilege

-

[Modify firmware environment values](modify-firmware-environment-values.md): SeSystemEnvironmentPrivilege

-

[Perform volume maintenance tasks](perform-volume-maintenance-tasks.md): SeManageVolumePrivilege

-

[Profile system performance](profile-system-performance.md): SeSystemProfilePrivilege

-

[Profile single process](profile-single-process.md): SeProfileSingleProcessPrivilege

-

[Remove computer from docking station](remove-computer-from-docking-station.md): SeUndockPrivilege

-

[Restore files and directories](restore-files-and-directories.md): SeRestorePrivilege

-

[Shut down the system](shut-down-the-system.md): SeShutdownPrivilege

-

[Take ownership of files or other objects](take-ownership-of-files-or-other-objects.md): SeTakeOwnershipPrivilege

[Adjust memory quotas for a process](/windows/device-security/security-policy-settings/adjust-memory-quotas-for-a-process): SeIncreaseQuotaPrivilege

+

[Access this computer from the network](/windows/device-security/security-policy-settings/access-this-computer-from-the-network): SeNetworkLogonRight

+

[Allow log on locally](/windows/device-security/security-policy-settings/allow-log-on-locally): SeInteractiveLogonRight

+

[Allow log on through Remote Desktop Services](/windows/device-security/security-policy-settings/allow-log-on-through-remote-desktop-services): SeRemoteInteractiveLogonRight

+

[Back up files and directories](/windows/device-security/security-policy-settings/back-up-files-and-directories): SeBackupPrivilege

+

[Bypass traverse checking](/windows/device-security/security-policy-settings/bypass-traverse-checking): SeChangeNotifyPrivilege

+

[Change the system time](/windows/device-security/security-policy-settings/change-the-system-time): SeSystemTimePrivilege

+

[Change the time zone](/windows/device-security/security-policy-settings/change-the-time-zone): SeTimeZonePrivilege

+

[Create a pagefile](/windows/device-security/security-policy-settings/create-a-pagefile): SeCreatePagefilePrivilege

+

[Create global objects](/windows/device-security/security-policy-settings/create-global-objects): SeCreateGlobalPrivilege

+

[Create symbolic links](/windows/device-security/security-policy-settings/create-symbolic-links): SeCreateSymbolicLinkPrivilege

+

[Debug programs](/windows/device-security/security-policy-settings/debug-programs): SeDebugPrivilege

+

[Enable computer and user accounts to be trusted for delegation](/windows/device-security/security-policy-settings/enable-computer-and-user-accounts-to-be-trusted-for-delegation): SeEnableDelegationPrivilege

+

[Force shutdown from a remote system](/windows/device-security/security-policy-settings/force-shutdown-from-a-remote-system): SeRemoteShutdownPrivilege

+

[Impersonate a client after authentication](/windows/device-security/security-policy-settings/impersonate-a-client-after-authentication): SeImpersonatePrivilege

+

[Increase scheduling priority](/windows/device-security/security-policy-settings/increase-scheduling-priority): SeIncreaseBasePriorityPrivilege

+

[Load and unload device drivers](/windows/device-security/security-policy-settings/load-and-unload-device-drivers): SeLoadDriverPrivilege

+

[Log on as a batch job](/windows/device-security/security-policy-settings/log-on-as-a-batch-job): SeBatchLogonRight

+

[Manage auditing and security log](/windows/device-security/security-policy-settings/manage-auditing-and-security-log): SeSecurityPrivilege

+

[Modify firmware environment values](/windows/device-security/security-policy-settings/modify-firmware-environment-values): SeSystemEnvironmentPrivilege

+

[Perform volume maintenance tasks](/windows/device-security/security-policy-settings/perform-volume-maintenance-tasks): SeManageVolumePrivilege

+

[Profile system performance](/windows/device-security/security-policy-settings/profile-system-performance): SeSystemProfilePrivilege

+

[Profile single process](/windows/device-security/security-policy-settings/profile-single-process): SeProfileSingleProcessPrivilege

+

[Remove computer from docking station](/windows/device-security/security-policy-settings/remove-computer-from-docking-station): SeUndockPrivilege

+

[Restore files and directories](/windows/device-security/security-policy-settings/restore-files-and-directories): SeRestorePrivilege

+

[Shut down the system](/windows/device-security/security-policy-settings/shut-down-the-system): SeShutdownPrivilege

+

[Take ownership of files or other objects](/windows/device-security/security-policy-settings/take-ownership-of-files-or-other-objects): SeTakeOwnershipPrivilege

@@ -870,11 +870,11 @@ This security group has not changed since Windows Server 2008.

Default User Rights

-

[Allow log on locally](allow-log-on-locally.md): SeInteractiveLogonRight

-

[Back up files and directories](back-up-files-and-directories.md): SeBackupPrivilege

-

[Log on as a batch job](log-on-as-a-batch-job.md): SeBatchLogonRight

-

[Restore files and directories](restore-files-and-directories.md): SeRestorePrivilege

-

[Shut down the system](shut-down-the-system.md): SeShutdownPrivilege

+

[Allow log on locally](/windows/device-security/security-policy-settings/allow-log-on-locally): SeInteractiveLogonRight

+

[Back up files and directories](/windows/device-security/security-policy-settings/back-up-files-and-directories): SeBackupPrivilege

+

[Log on as a batch job](/windows/device-security/security-policy-settings/log-on-as-a-batch-job): SeBatchLogonRight

+

[Restore files and directories](/windows/device-security/security-policy-settings/restore-files-and-directories): SeRestorePrivilege

+

[Shut down the system](/windows/device-security/security-policy-settings/shut-down-the-system): SeShutdownPrivilege

@@ -2330,7 +2330,7 @@ Members of the Performance Log Users group can manage performance counters, logs - Can use all the features that are available to the Performance Monitor Users group. -- Can create and modify Data Collector Sets after the group is assigned the [Log on as a batch job](log-on-as-a-batch-job.md) user right. +- Can create and modify Data Collector Sets after the group is assigned the [Log on as a batch job](/windows/device-security/security-policy-settings/log-on-as-a-batch-job) user right. **Warning**   If you are a member of the Performance Log Users group, you must configure Data Collector Sets that you create to run under your credentials. @@ -2339,7 +2339,7 @@ Members of the Performance Log Users group can manage performance counters, logs - Cannot use the Windows Kernel Trace event provider in Data Collector Sets. -For members of the Performance Log Users group to initiate data logging or modify Data Collector Sets, the group must first be assigned the [Log on as a batch job](log-on-as-a-batch-job.md) user right. To assign this user right, use the Local Security Policy snap-in in Microsoft Management Console. +For members of the Performance Log Users group to initiate data logging or modify Data Collector Sets, the group must first be assigned the [Log on as a batch job](/windows/device-security/security-policy-settings/log-on-as-a-batch-job) user right. To assign this user right, use the Local Security Policy snap-in in Microsoft Management Console. **Note**   This group appears as a SID until the domain controller is made the primary domain controller and it holds the operations master role (also known as flexible single master operations or FSMO). @@ -2401,7 +2401,7 @@ This security group has not changed since Windows Server 2008.

Default User Rights

-

[Log on as a batch job](log-on-as-a-batch-job.md): SeBatchLogonRight

+

[Log on as a batch job](/windows/device-security/security-policy-settings/log-on-as-a-batch-job): SeBatchLogonRight

@@ -2548,8 +2548,8 @@ This security group has not changed since Windows Server 2008.

Default User Rights

-

[Access this computer from the network](access-this-computer-from-the-network.md): SeNetworkLogonRight

-

[Bypass traverse checking](bypass-traverse-checking.md): SeChangeNotifyPrivilege

+

[Access this computer from the network](/windows/device-security/security-policy-settings/access-this-computer-from-the-network): SeNetworkLogonRight

+

[Bypass traverse checking](/windows/device-security/security-policy-settings/bypass-traverse-checking): SeChangeNotifyPrivilege

@@ -2612,9 +2612,9 @@ This security group has not changed since Windows Server 2008. However, in Windo

Default User Rights

-

[Allow log on locally](allow-log-on-locally.md): SeInteractiveLogonRight

-

[Load and unload device drivers](load-and-unload-device-drivers.md): SeLoadDriverPrivilege

-

[Shut down the system](shut-down-the-system.md): SeShutdownPrivilege

+

[Allow log on locally](/windows/device-security/security-policy-settings/allow-log-on-locally): SeInteractiveLogonRight

+

[Load and unload device drivers](/windows/device-security/security-policy-settings/load-and-unload-device-drivers): SeLoadDriverPrivilege

+

[Shut down the system](/windows/device-security/security-policy-settings/shut-down-the-system): SeShutdownPrivilege

@@ -3327,13 +3327,13 @@ This security group has not changed since Windows Server 2008.

Default User Rights

-

[Allow log on locally](allow-log-on-locally.md): SeInteractiveLogonRight

-

[Back up files and directories](back-up-files-and-directories.md): SeBackupPrivilege

-

[Change the system time](change-the-system-time.md): SeSystemTimePrivilege

-

[Change the time zone](change-the-time-zone.md): SeTimeZonePrivilege

-

[Force shutdown from a remote system](force-shutdown-from-a-remote-system.md): SeRemoteShutdownPrivilege

-

[Restore files and directories](restore-files-and-directories.md): Restore files and directories SeRestorePrivilege

-

[Shut down the system](shut-down-the-system.md): SeShutdownPrivilege

+

[Allow log on locally](/windows/device-security/security-policy-settings/allow-log-on-locally): SeInteractiveLogonRight

+

[Back up files and directories](/windows/device-security/security-policy-settings/back-up-files-and-directories): SeBackupPrivilege

+

[Change the system time](/windows/device-security/security-policy-settings/change-the-system-time): SeSystemTimePrivilege

+

[Change the time zone](/windows/device-security/security-policy-settings/change-the-time-zone): SeTimeZonePrivilege

+

[Force shutdown from a remote system](/windows/device-security/security-policy-settings/force-shutdown-from-a-remote-system): SeRemoteShutdownPrivilege

+

[Restore files and directories](/windows/device-security/security-policy-settings/restore-files-and-directories): Restore files and directories SeRestorePrivilege

+

[Shut down the system](/windows/device-security/security-policy-settings/shut-down-the-system): SeShutdownPrivilege

diff --git a/windows/keep-secure/dynamic-access-control.md b/windows/access-protection/access-control/dynamic-access-control.md similarity index 100% rename from windows/keep-secure/dynamic-access-control.md rename to windows/access-protection/access-control/dynamic-access-control.md diff --git a/windows/keep-secure/images/adlocalaccounts-proc1-sample1.gif b/windows/access-protection/access-control/images/adlocalaccounts-proc1-sample1.gif similarity index 100% rename from windows/keep-secure/images/adlocalaccounts-proc1-sample1.gif rename to windows/access-protection/access-control/images/adlocalaccounts-proc1-sample1.gif diff --git a/windows/keep-secure/images/adlocalaccounts-proc1-sample2.png b/windows/access-protection/access-control/images/adlocalaccounts-proc1-sample2.png similarity index 100% rename from windows/keep-secure/images/adlocalaccounts-proc1-sample2.png rename to windows/access-protection/access-control/images/adlocalaccounts-proc1-sample2.png diff --git a/windows/keep-secure/images/adlocalaccounts-proc1-sample3.png b/windows/access-protection/access-control/images/adlocalaccounts-proc1-sample3.png similarity index 100% rename from windows/keep-secure/images/adlocalaccounts-proc1-sample3.png rename to windows/access-protection/access-control/images/adlocalaccounts-proc1-sample3.png diff --git a/windows/keep-secure/images/adlocalaccounts-proc1-sample4.png b/windows/access-protection/access-control/images/adlocalaccounts-proc1-sample4.png similarity index 100% rename from windows/keep-secure/images/adlocalaccounts-proc1-sample4.png rename to windows/access-protection/access-control/images/adlocalaccounts-proc1-sample4.png diff --git a/windows/keep-secure/images/adlocalaccounts-proc1-sample5.png b/windows/access-protection/access-control/images/adlocalaccounts-proc1-sample5.png similarity index 100% rename from windows/keep-secure/images/adlocalaccounts-proc1-sample5.png rename to windows/access-protection/access-control/images/adlocalaccounts-proc1-sample5.png diff --git a/windows/keep-secure/images/adlocalaccounts-proc1-sample6.png b/windows/access-protection/access-control/images/adlocalaccounts-proc1-sample6.png similarity index 100% rename from windows/keep-secure/images/adlocalaccounts-proc1-sample6.png rename to windows/access-protection/access-control/images/adlocalaccounts-proc1-sample6.png diff --git a/windows/keep-secure/images/adlocalaccounts-proc1-sample7.png b/windows/access-protection/access-control/images/adlocalaccounts-proc1-sample7.png similarity index 100% rename from windows/keep-secure/images/adlocalaccounts-proc1-sample7.png rename to windows/access-protection/access-control/images/adlocalaccounts-proc1-sample7.png diff --git a/windows/keep-secure/images/adlocalaccounts-proc2-sample1.png b/windows/access-protection/access-control/images/adlocalaccounts-proc2-sample1.png similarity index 100% rename from windows/keep-secure/images/adlocalaccounts-proc2-sample1.png rename to windows/access-protection/access-control/images/adlocalaccounts-proc2-sample1.png diff --git a/windows/keep-secure/images/adlocalaccounts-proc2-sample2.png b/windows/access-protection/access-control/images/adlocalaccounts-proc2-sample2.png similarity index 100% rename from windows/keep-secure/images/adlocalaccounts-proc2-sample2.png rename to windows/access-protection/access-control/images/adlocalaccounts-proc2-sample2.png diff --git a/windows/keep-secure/images/adlocalaccounts-proc2-sample3.png b/windows/access-protection/access-control/images/adlocalaccounts-proc2-sample3.png similarity index 100% rename from windows/keep-secure/images/adlocalaccounts-proc2-sample3.png rename to windows/access-protection/access-control/images/adlocalaccounts-proc2-sample3.png diff --git a/windows/keep-secure/images/adlocalaccounts-proc2-sample4.png b/windows/access-protection/access-control/images/adlocalaccounts-proc2-sample4.png similarity index 100% rename from windows/keep-secure/images/adlocalaccounts-proc2-sample4.png rename to windows/access-protection/access-control/images/adlocalaccounts-proc2-sample4.png diff --git a/windows/keep-secure/images/adlocalaccounts-proc2-sample5.png b/windows/access-protection/access-control/images/adlocalaccounts-proc2-sample5.png similarity index 100% rename from windows/keep-secure/images/adlocalaccounts-proc2-sample5.png rename to windows/access-protection/access-control/images/adlocalaccounts-proc2-sample5.png diff --git a/windows/keep-secure/images/adlocalaccounts-proc2-sample6.png b/windows/access-protection/access-control/images/adlocalaccounts-proc2-sample6.png similarity index 100% rename from windows/keep-secure/images/adlocalaccounts-proc2-sample6.png rename to windows/access-protection/access-control/images/adlocalaccounts-proc2-sample6.png diff --git a/windows/keep-secure/images/adlocalaccounts-proc2-sample7.png b/windows/access-protection/access-control/images/adlocalaccounts-proc2-sample7.png similarity index 100% rename from windows/keep-secure/images/adlocalaccounts-proc2-sample7.png rename to windows/access-protection/access-control/images/adlocalaccounts-proc2-sample7.png diff --git a/windows/keep-secure/images/adlocalaccounts-proc3-sample1.png b/windows/access-protection/access-control/images/adlocalaccounts-proc3-sample1.png similarity index 100% rename from windows/keep-secure/images/adlocalaccounts-proc3-sample1.png rename to windows/access-protection/access-control/images/adlocalaccounts-proc3-sample1.png diff --git a/windows/keep-secure/images/authorizationandaccesscontrolprocess.gif b/windows/access-protection/access-control/images/authorizationandaccesscontrolprocess.gif similarity index 100% rename from windows/keep-secure/images/authorizationandaccesscontrolprocess.gif rename to windows/access-protection/access-control/images/authorizationandaccesscontrolprocess.gif diff --git a/windows/keep-secure/images/corpnet.gif b/windows/access-protection/access-control/images/corpnet.gif similarity index 100% rename from windows/keep-secure/images/corpnet.gif rename to windows/access-protection/access-control/images/corpnet.gif diff --git a/windows/keep-secure/images/localaccounts-proc1-sample1.png b/windows/access-protection/access-control/images/localaccounts-proc1-sample1.png similarity index 100% rename from windows/keep-secure/images/localaccounts-proc1-sample1.png rename to windows/access-protection/access-control/images/localaccounts-proc1-sample1.png diff --git a/windows/keep-secure/images/localaccounts-proc1-sample2.png b/windows/access-protection/access-control/images/localaccounts-proc1-sample2.png similarity index 100% rename from windows/keep-secure/images/localaccounts-proc1-sample2.png rename to windows/access-protection/access-control/images/localaccounts-proc1-sample2.png diff --git a/windows/keep-secure/images/localaccounts-proc1-sample3.png b/windows/access-protection/access-control/images/localaccounts-proc1-sample3.png similarity index 100% rename from windows/keep-secure/images/localaccounts-proc1-sample3.png rename to windows/access-protection/access-control/images/localaccounts-proc1-sample3.png diff --git a/windows/keep-secure/images/localaccounts-proc1-sample4.png b/windows/access-protection/access-control/images/localaccounts-proc1-sample4.png similarity index 100% rename from windows/keep-secure/images/localaccounts-proc1-sample4.png rename to windows/access-protection/access-control/images/localaccounts-proc1-sample4.png diff --git a/windows/keep-secure/images/localaccounts-proc1-sample5.png b/windows/access-protection/access-control/images/localaccounts-proc1-sample5.png similarity index 100% rename from windows/keep-secure/images/localaccounts-proc1-sample5.png rename to windows/access-protection/access-control/images/localaccounts-proc1-sample5.png diff --git a/windows/keep-secure/images/localaccounts-proc1-sample6.png b/windows/access-protection/access-control/images/localaccounts-proc1-sample6.png similarity index 100% rename from windows/keep-secure/images/localaccounts-proc1-sample6.png rename to windows/access-protection/access-control/images/localaccounts-proc1-sample6.png diff --git a/windows/keep-secure/images/localaccounts-proc2-sample1.png b/windows/access-protection/access-control/images/localaccounts-proc2-sample1.png similarity index 100% rename from windows/keep-secure/images/localaccounts-proc2-sample1.png rename to windows/access-protection/access-control/images/localaccounts-proc2-sample1.png diff --git a/windows/keep-secure/images/localaccounts-proc2-sample2.png b/windows/access-protection/access-control/images/localaccounts-proc2-sample2.png similarity index 100% rename from windows/keep-secure/images/localaccounts-proc2-sample2.png rename to windows/access-protection/access-control/images/localaccounts-proc2-sample2.png diff --git a/windows/keep-secure/images/localaccounts-proc2-sample3.png b/windows/access-protection/access-control/images/localaccounts-proc2-sample3.png similarity index 100% rename from windows/keep-secure/images/localaccounts-proc2-sample3.png rename to windows/access-protection/access-control/images/localaccounts-proc2-sample3.png diff --git a/windows/keep-secure/images/security-identifider-architecture.jpg b/windows/access-protection/access-control/images/security-identifider-architecture.jpg similarity index 100% rename from windows/keep-secure/images/security-identifider-architecture.jpg rename to windows/access-protection/access-control/images/security-identifider-architecture.jpg diff --git a/windows/keep-secure/local-accounts.md b/windows/access-protection/access-control/local-accounts.md similarity index 97% rename from windows/keep-secure/local-accounts.md rename to windows/access-protection/access-control/local-accounts.md index 3e50de5cc8..d0998ff99e 100644 --- a/windows/keep-secure/local-accounts.md +++ b/windows/access-protection/access-control/local-accounts.md @@ -123,7 +123,7 @@ By default, the Guest account is the only member of the default Guests group, wh When an administrator enables the Guest account, it is a best practice to create a strong password for this account. In addition, the administrator on the computer should also grant only limited rights and permissions for the Guest account. For security reasons, the Guest account should not be used over the network and made accessible to other computers. -When a computer is shutting down or starting up, it is possible that a guest user or anyone with local access could gain unauthorized access to the computer. To help prevent this risk, do not grant the Guest account the [Shut down the system](shut-down-the-system.md) user right. +When a computer is shutting down or starting up, it is possible that a guest user or anyone with local access could gain unauthorized access to the computer. To help prevent this risk, do not grant the Guest account the [Shut down the system](/windows/device-security/security-policy-settings/shut-down-the-system) user right. In addition, the guest user in the Guest account should not be able to view the event logs. After the Guest account is enabled, it is a best practice to monitor the Guest account frequently to ensure that other users cannot use services and other resources, such as resources that were unintentionally left available by a previous user. @@ -200,7 +200,7 @@ In addition, UAC can require administrators to specifically approve applications For example, a default feature of UAC is shown when a local account signs in from a remote computer by using Network logon (for example, by using NET.EXE USE). In this instance, it is issued a standard user token with no administrative rights, but with the ability to request or receive elevation. Consequently, local accounts that sign in by using Network logon cannot access administrative shares such as C$, or ADMIN$, or perform any remote administration. -For more information about UAC, see [User Account Control](user-account-control-overview.md). +For more information about UAC, see [User Account Control](/windows/access-protection/user-account-control/user-account-control-overview). The following table shows the Group Policy and registry settings that are used to enforce local account restrictions for remote access. @@ -224,7 +224,7 @@ The following table shows the Group Policy and registry settings that are used t

1

Policy name

-

[User Account Control: Run all administrators in Admin Approval Mode](user-account-control-run-all-administrators-in-admin-approval-mode.md)

+

[User Account Control: Run all administrators in Admin Approval Mode](/windows/device-security/security-policy-settings/user-account-control-run-all-administrators-in-admin-approval-mode)

@@ -239,7 +239,7 @@ The following table shows the Group Policy and registry settings that are used t

Policy name

-

[User Account Control: Run all administrators in Admin Approval Mode](user-account-control-run-all-administrators-in-admin-approval-mode.md)

+

[User Account Control: Run all administrators in Admin Approval Mode](/windows/device-security/security-policy-settings/user-account-control-run-all-administrators-in-admin-approval-mode)

@@ -368,7 +368,7 @@ The following table shows the Group Policy settings that are used to deny networ

1

Policy name

-

[Deny access to this computer from the network](deny-access-to-this-computer-from-the-network.md)

+

[Deny access to this computer from the network](/windows/device-security/security-policy-settings/deny-access-to-this-computer-from-the-network)

@@ -384,7 +384,7 @@ The following table shows the Group Policy settings that are used to deny networ

Policy name

-

[Deny log on through Remote Desktop Services](deny-log-on-through-remote-desktop-services.md)

+

[Deny log on through Remote Desktop Services](/windows/device-security/security-policy-settings/deny-log-on-through-remote-desktop-services)

diff --git a/windows/keep-secure/microsoft-accounts.md b/windows/access-protection/access-control/microsoft-accounts.md similarity index 95% rename from windows/keep-secure/microsoft-accounts.md rename to windows/access-protection/access-control/microsoft-accounts.md index 6bea7ac9aa..4b54894c21 100644 --- a/windows/keep-secure/microsoft-accounts.md +++ b/windows/access-protection/access-control/microsoft-accounts.md @@ -118,7 +118,7 @@ Depending on your IT and business models, introducing Microsoft accounts into yo ### Restrict the use of the Microsoft account -If employees are allowed to join the domain with their personal devices, they might expect to connect to enterprise resources by using their Microsoft accounts. If you want to prevent any use of Microsoft accounts within your enterprise, you can configure the local security policy setting [Accounts: Block Microsoft accounts](accounts-block-microsoft-accounts.md). However, this setting can prevent the users from signing in to their Windows devices with their Microsoft accounts (if they had set them up to do so) when they are joined to the domain. +If employees are allowed to join the domain with their personal devices, they might expect to connect to enterprise resources by using their Microsoft accounts. If you want to prevent any use of Microsoft accounts within your enterprise, you can configure the local security policy setting [Accounts: Block Microsoft accounts](/windows/device-security/security-policy-settings/accounts-block-microsoft-accounts). However, this setting can prevent the users from signing in to their Windows devices with their Microsoft accounts (if they had set them up to do so) when they are joined to the domain. The default for this setting is **Disabled**, which enables users to use their Microsoft accounts on devices that are joined to your domain. Other options in the setting can: @@ -151,7 +151,7 @@ Only the owner of the Microsoft account can change the password. Passwords can b ### Restrict app installation and usage -Within your organization, you can set application control policies to regulate app installation and usage for Microsoft accounts. For more information, see [AppLocker](applocker-overview.md) and [Packaged Apps and Packaged App Installer Rules in AppLocker](packaged-apps-and-packaged-app-installer-rules-in-applocker.md). +Within your organization, you can set application control policies to regulate app installation and usage for Microsoft accounts. For more information, see [AppLocker](/windows/device-security/applocker/applocker-overview) and [Packaged Apps and Packaged App Installer Rules in AppLocker](/windows/device-security/applocker/packaged-apps-and-packaged-app-installer-rules-in-applocker). ## See also diff --git a/windows/keep-secure/security-identifiers.md b/windows/access-protection/access-control/security-identifiers.md similarity index 100% rename from windows/keep-secure/security-identifiers.md rename to windows/access-protection/access-control/security-identifiers.md diff --git a/windows/keep-secure/security-principals.md b/windows/access-protection/access-control/security-principals.md similarity index 98% rename from windows/keep-secure/security-principals.md rename to windows/access-protection/access-control/security-principals.md index 8bf4f7abd7..0efda2d6b6 100644 --- a/windows/keep-secure/security-principals.md +++ b/windows/access-protection/access-control/security-principals.md @@ -83,7 +83,7 @@ Permissions are different from user rights in that permissions are attached to o On computers, user rights enable administrators to control who has the authority to perform operations that affect an entire computer, rather than a particular object. Administrators assign user rights to individual users or groups as part of the security settings for the computer. Although user rights can be managed centrally through Group Policy, they are applied locally. Users can (and usually do) have different user rights on different computers. -For information about which user rights are available and how they can be implemented, see [User Rights Assignment](user-rights-assignment.md). +For information about which user rights are available and how they can be implemented, see [User Rights Assignment](/windows/device-security/security-policy-settings/user-rights-assignment). ### Security context in authentication diff --git a/windows/keep-secure/service-accounts.md b/windows/access-protection/access-control/service-accounts.md similarity index 100% rename from windows/keep-secure/service-accounts.md rename to windows/access-protection/access-control/service-accounts.md diff --git a/windows/keep-secure/special-identities.md b/windows/access-protection/access-control/special-identities.md similarity index 86% rename from windows/keep-secure/special-identities.md rename to windows/access-protection/access-control/special-identities.md index 2e3aa71e3e..dde80b2a45 100644 --- a/windows/keep-secure/special-identities.md +++ b/windows/access-protection/access-control/special-identities.md @@ -145,9 +145,9 @@ Any user who accesses the system through a sign-in process has the Authenticated

Default User Rights

-

[Access this computer from the network](access-this-computer-from-the-network.md): SeNetworkLogonRight

-

[Add workstations to domain](add-workstations-to-domain.md): SeMachineAccountPrivilege

-

[Bypass traverse checking](bypass-traverse-checking.md): SeChangeNotifyPrivilege

+

[Access this computer from the network](/windows/device-security/security-policy-settings/access-this-computer-from-the-network): SeNetworkLogonRight

+

[Add workstations to domain](/windows/device-security/security-policy-settings/add-workstations-to-domain): SeMachineAccountPrivilege

+

[Bypass traverse checking](/windows/device-security/security-policy-settings/bypass-traverse-checking): SeChangeNotifyPrivilege

@@ -375,8 +375,8 @@ This group includes all domain controllers in an Active Directory forest. Domain

Default User Rights Assignment

-

[Access this computer from the network](access-this-computer-from-the-network.md): SeNetworkLogonRight

-

[Allow log on locally](allow-log-on-locally.md): SeInteractiveLogonRight

+

[Access this computer from the network](/windows/device-security/security-policy-settings/access-this-computer-from-the-network): SeNetworkLogonRight

+

[Allow log on locally](/windows/device-security/security-policy-settings/allow-log-on-locally): SeInteractiveLogonRight

@@ -418,9 +418,9 @@ Membership is controlled by the operating system.

Default User Rights

-

[Access this computer from the network](access-this-computer-from-the-network.md): SeNetworkLogonRight

-

[Act as part of the operating system](act-as-part-of-the-operating-system.md): SeTcbPrivilege

-

[Bypass traverse checking](bypass-traverse-checking.md): SeChangeNotifyPrivilege

+

[Access this computer from the network](/windows/device-security/security-policy-settings/access-this-computer-from-the-network): SeNetworkLogonRight

+

[Act as part of the operating system](/windows/device-security/security-policy-settings/act-as-part-of-the-operating-system): SeTcbPrivilege

+

[Bypass traverse checking](/windows/device-security/security-policy-settings/bypass-traverse-checking): SeChangeNotifyPrivilege

@@ -496,14 +496,14 @@ The Local Service account is similar to an Authenticated User account. The Local

Default user rights

-

[Adjust memory quotas for a process](adjust-memory-quotas-for-a-process.md): SeIncreaseQuotaPrivilege

-

[Bypass traverse checking](bypass-traverse-checking.md): SeChangeNotifyPrivilege

-

[Change the system time](change-the-system-time.md): SeSystemtimePrivilege

-

[Change the time zone](change-the-time-zone.md): SeTimeZonePrivilege

-

[Create global objects](create-global-objects.md): SeCreateGlobalPrivilege

-

[Generate security audits](generate-security-audits.md): SeAuditPrivilege

-

[Impersonate a client after authentication](impersonate-a-client-after-authentication.md): SeImpersonatePrivilege

-

[Replace a process level token](replace-a-process-level-token.md): SeAssignPrimaryTokenPrivilege

+

[Adjust memory quotas for a process](/windows/device-security/security-policy-settings/adjust-memory-quotas-for-a-process): SeIncreaseQuotaPrivilege

+

[Bypass traverse checking](/windows/device-security/security-policy-settings/bypass-traverse-checking): SeChangeNotifyPrivilege

+

[Change the system time](/windows/device-security/security-policy-settings/change-the-system-time): SeSystemtimePrivilege

+

[Change the time zone](/windows/device-security/security-policy-settings/change-the-time-zone): SeTimeZonePrivilege

+

[Create global objects](/windows/device-security/security-policy-settings/create-global-objects): SeCreateGlobalPrivilege

+

[Generate security audits](/windows/device-security/security-policy-settings/generate-security-audits): SeAuditPrivilege

+

[Impersonate a client after authentication](/windows/device-security/security-policy-settings/impersonate-a-client-after-authentication): SeImpersonatePrivilege

+

[Replace a process level token](/windows/device-security/security-policy-settings/replace-a-process-level-token): SeAssignPrimaryTokenPrivilege

@@ -617,13 +617,13 @@ The Network Service account is similar to an Authenticated User account. The Net

Default User Rights

-

[Adjust memory quotas for a process](adjust-memory-quotas-for-a-process.md): SeIncreaseQuotaPrivilege

-

[Bypass traverse checking](bypass-traverse-checking.md): SeChangeNotifyPrivilege

-

[Create global objects](create-global-objects.md): SeCreateGlobalPrivilege

-

[Generate security audits](generate-security-audits.md): SeAuditPrivilege

-

[Impersonate a client after authentication](impersonate-a-client-after-authentication.md): SeImpersonatePrivilege

-

[Restore files and directories](restore-files-and-directories.md): SeRestorePrivilege

-

[Replace a process level token](replace-a-process-level-token.md): SeAssignPrimaryTokenPrivilege

+

[Adjust memory quotas for a process](/windows/device-security/security-policy-settings/adjust-memory-quotas-for-a-process): SeIncreaseQuotaPrivilege

+

[Bypass traverse checking](/windows/device-security/security-policy-settings/bypass-traverse-checking): SeChangeNotifyPrivilege

+

[Create global objects](/windows/device-security/security-policy-settings/create-global-objects): SeCreateGlobalPrivilege

+

[Generate security audits](/windows/device-security/security-policy-settings/generate-security-audits): SeAuditPrivilege

+

[Impersonate a client after authentication](/windows/device-security/security-policy-settings/impersonate-a-client-after-authentication): SeImpersonatePrivilege

+

[Restore files and directories](/windows/device-security/security-policy-settings/restore-files-and-directories): SeRestorePrivilege

+

[Replace a process level token](/windows/device-security/security-policy-settings/replace-a-process-level-token): SeAssignPrimaryTokenPrivilege

@@ -885,8 +885,8 @@ Any service that accesses the system has the Service identity. This identity gro

Default User Rights

-

[Create global objects](create-global-objects.md): SeCreateGlobalPrivilege

-

[Impersonate a client after authentication](impersonate-a-client-after-authentication.md): SeImpersonatePrivilege

+

[Create global objects](/windows/device-security/security-policy-settings/create-global-objects): SeCreateGlobalPrivilege

+

[Impersonate a client after authentication](/windows/device-security/security-policy-settings/impersonate-a-client-after-authentication): SeImpersonatePrivilege

@@ -996,8 +996,8 @@ Any user accessing the system through Terminal Services has the Terminal Server

Default User Rights

-

[Bypass traverse checking](bypass-traverse-checking.md): SeChangeNotifyPrivilege

-

[Increase a process working set](increase-a-process-working-set.md): SeIncreaseWorkingSetPrivilege

+

[Bypass traverse checking](/windows/device-security/security-policy-settings/bypass-traverse-checking): SeChangeNotifyPrivilege

+

[Increase a process working set](/windows/device-security/security-policy-settings/increase-a-process-working-set): SeIncreaseWorkingSetPrivilege

diff --git a/windows/access-protection/change-history-for-access-protection.md b/windows/access-protection/change-history-for-access-protection.md new file mode 100644 index 0000000000..84f9f86663 --- /dev/null +++ b/windows/access-protection/change-history-for-access-protection.md @@ -0,0 +1,17 @@ +--- +title: Change history for access protection (Windows 10) +description: This topic lists new and updated topics in the Windows 10 access protection documentation for Windows 10 and Windows 10 Mobile. +ms.prod: w10 +ms.mktglfcycl: deploy +ms.sitesec: library +ms.pagetype: security +author: brianlic-msft +--- + +# Change history for access protection +This topic lists new and updated topics in the [Access protection](index.md) documentation. + +## March 2017 +|New or changed topic |Description | +|---------------------|------------| +|[Protect derived domain credentials with Credential Guard](credential-guard/credential-guard.md) |Updated to include additional security qualifications starting with Window 10, version 1703.| diff --git a/windows/keep-secure/configure-s-mime.md b/windows/access-protection/configure-s-mime.md similarity index 100% rename from windows/keep-secure/configure-s-mime.md rename to windows/access-protection/configure-s-mime.md diff --git a/windows/keep-secure/additional-mitigations.md b/windows/access-protection/credential-guard/additional-mitigations.md similarity index 100% rename from windows/keep-secure/additional-mitigations.md rename to windows/access-protection/credential-guard/additional-mitigations.md diff --git a/windows/keep-secure/credential-guard-considerations.md b/windows/access-protection/credential-guard/credential-guard-considerations.md similarity index 100% rename from windows/keep-secure/credential-guard-considerations.md rename to windows/access-protection/credential-guard/credential-guard-considerations.md diff --git a/windows/keep-secure/credential-guard-how-it-works.md b/windows/access-protection/credential-guard/credential-guard-how-it-works.md similarity index 100% rename from windows/keep-secure/credential-guard-how-it-works.md rename to windows/access-protection/credential-guard/credential-guard-how-it-works.md diff --git a/windows/keep-secure/credential-guard-manage.md b/windows/access-protection/credential-guard/credential-guard-manage.md similarity index 96% rename from windows/keep-secure/credential-guard-manage.md rename to windows/access-protection/credential-guard/credential-guard-manage.md index e4081028d7..44be2404c6 100644 --- a/windows/keep-secure/credential-guard-manage.md +++ b/windows/access-protection/credential-guard/credential-guard-manage.md @@ -19,7 +19,7 @@ Prefer video? See [Protecting privileged users with Credential Guard](https://mv in the Deep Dive into Credential Guard video series. ## Enable Credential Guard -Credential Guard can be enabled either by using [Group Policy](#turn-on-credential-guard-by-using-group-policy), the [registry](#turn-on-credential-guard-by-using-the-registry), or the Device Guard and Credential Guard [hardware readiness tool](#hardware-readiness-tool). Credential Guard can also protect secrets in a Hyper-V virtual machine, just as it would on a physical machine. +Credential Guard can be enabled either by using [Group Policy](#enable-credential-guard-by-using-group-policy), the [registry](#enable-credential-guard-by-using-the-registry), or the Device Guard and Credential Guard [hardware readiness tool](#hardware-readiness-tool). Credential Guard can also protect secrets in a Hyper-V virtual machine, just as it would on a physical machine. The same set of procedures used to enable Credential Guard on physical machines applies also to virtual machines. @@ -187,7 +187,7 @@ If you have to disable Credential Guard on a PC, you can use the following set o > [!NOTE] > The PC must have one-time access to a domain controller to decrypt content, such as files that were encrypted with EFS. If you want to turn off both Credential Guard and virtualization-based security, run the following bcdedit command after turning off all virtualization-based security Group Policy and registry settings: bcdedit /set {0cb3b571-2f2e-4343-a879-d86a476d7215} loadoptions DISABLE-LSA-ISO,DISABLE-VBS -For more info on virtualization-based security and Device Guard, see [Device Guard deployment guide](device-guard-deployment-guide.md). +For more info on virtualization-based security and Device Guard, see [Device Guard deployment guide](/windows/device-security/device-guard/device-guard-deployment-guide). #### Disable Credential Guard by using the Device Guard and Credential Guard hardware readiness tool diff --git a/windows/keep-secure/credential-guard-not-protected-scenarios.md b/windows/access-protection/credential-guard/credential-guard-not-protected-scenarios.md similarity index 100% rename from windows/keep-secure/credential-guard-not-protected-scenarios.md rename to windows/access-protection/credential-guard/credential-guard-not-protected-scenarios.md diff --git a/windows/keep-secure/credential-guard-protection-limits.md b/windows/access-protection/credential-guard/credential-guard-protection-limits.md similarity index 100% rename from windows/keep-secure/credential-guard-protection-limits.md rename to windows/access-protection/credential-guard/credential-guard-protection-limits.md diff --git a/windows/keep-secure/credential-guard-requirements.md b/windows/access-protection/credential-guard/credential-guard-requirements.md similarity index 100% rename from windows/keep-secure/credential-guard-requirements.md rename to windows/access-protection/credential-guard/credential-guard-requirements.md diff --git a/windows/keep-secure/credential-guard-scripts.md b/windows/access-protection/credential-guard/credential-guard-scripts.md similarity index 100% rename from windows/keep-secure/credential-guard-scripts.md rename to windows/access-protection/credential-guard/credential-guard-scripts.md diff --git a/windows/keep-secure/credential-guard.md b/windows/access-protection/credential-guard/credential-guard.md similarity index 97% rename from windows/keep-secure/credential-guard.md rename to windows/access-protection/credential-guard/credential-guard.md index b36d3a7301..82c1f6b546 100644 --- a/windows/keep-secure/credential-guard.md +++ b/windows/access-protection/credential-guard/credential-guard.md @@ -37,7 +37,7 @@ By enabling Credential Guard, the following features and solutions are provided: - [Enabling Strict KDC Validation in Windows Kerberos](http://www.microsoft.com/download/details.aspx?id=6382) - [What's New in Kerberos Authentication for Windows Server 2012](http://technet.microsoft.com/library/hh831747.aspx) - [Authentication Mechanism Assurance for AD DS in Windows Server 2008 R2 Step-by-Step Guide](http://technet.microsoft.com/library/dd378897.aspx) -- [Trusted Platform Module](trusted-platform-module-overview.md) +- [Trusted Platform Module](/windows/device-security/tpm/trusted-platform-module-overview)   ## See also diff --git a/windows/keep-secure/images/credguard-gp.png b/windows/access-protection/credential-guard/images/credguard-gp.png similarity index 100% rename from windows/keep-secure/images/credguard-gp.png rename to windows/access-protection/credential-guard/images/credguard-gp.png diff --git a/windows/keep-secure/images/credguard-msinfo32.png b/windows/access-protection/credential-guard/images/credguard-msinfo32.png similarity index 100% rename from windows/keep-secure/images/credguard-msinfo32.png rename to windows/access-protection/credential-guard/images/credguard-msinfo32.png diff --git a/windows/keep-secure/images/credguard.png b/windows/access-protection/credential-guard/images/credguard.png similarity index 100% rename from windows/keep-secure/images/credguard.png rename to windows/access-protection/credential-guard/images/credguard.png diff --git a/windows/keep-secure/enterprise-certificate-pinning.md b/windows/access-protection/enterprise-certificate-pinning.md similarity index 99% rename from windows/keep-secure/enterprise-certificate-pinning.md rename to windows/access-protection/enterprise-certificate-pinning.md index b6b15f7df9..26876a7fac 100644 --- a/windows/keep-secure/enterprise-certificate-pinning.md +++ b/windows/access-protection/enterprise-certificate-pinning.md @@ -5,7 +5,6 @@ ms.author: mstephens author: MikeStephens-MS description: Enterprise certificate pinning is a Windows feature for remembering, or “pinning” a root, issuing certificate authority, or end entity certificate to a given domain name. manager: alanth -ms.date: 2016-12-27 ms.prod: w10 ms.technology: security ms.sitesec: library diff --git a/windows/keep-secure/hello-and-password-changes.md b/windows/access-protection/hello-for-business/hello-and-password-changes.md similarity index 96% rename from windows/keep-secure/hello-and-password-changes.md rename to windows/access-protection/hello-for-business/hello-and-password-changes.md index 336c82005d..33bc609550 100644 --- a/windows/keep-secure/hello-and-password-changes.md +++ b/windows/access-protection/hello-for-business/hello-and-password-changes.md @@ -25,7 +25,7 @@ Because you were using **Device A** when you changed your password, the PIN on * Suppose instead that you sign in on **Device B** and change your password for your Microsoft account. The next time that you try to sign in on **Device A** using your PIN, sign-in will fail because the account credentials that Hello on **Device A** knows will be outdated. >[!NOTE] ->This example also applies to an Active Directory account when [Windows Hello for Business is not implemented](implement-microsoft-passport-in-your-organization.md). +>This example also applies to an Active Directory account when [Windows Hello for Business is not implemented](hello-manage-in-organization.md).   ## How to update Hello after you change your password on another device diff --git a/windows/keep-secure/hello-biometrics-in-enterprise.md b/windows/access-protection/hello-for-business/hello-biometrics-in-enterprise.md similarity index 98% rename from windows/keep-secure/hello-biometrics-in-enterprise.md rename to windows/access-protection/hello-for-business/hello-biometrics-in-enterprise.md index c57043af82..cb9bfb63dd 100644 --- a/windows/keep-secure/hello-biometrics-in-enterprise.md +++ b/windows/access-protection/hello-for-business/hello-biometrics-in-enterprise.md @@ -35,7 +35,7 @@ Windows Hello provides many benefits, including: - Employees get a simple authentication method (backed up with a PIN) that’s always with them, so there’s nothing to lose. No more forgetting passwords! -- Support for Windows Hello is built into the operating system so you can add additional biometric devices and polices as part of a coordinated rollout or to individual employees or groups using Group Policy or Mobile Device Management (MDM) configurations service provider (CSP) policies.
For more info about the available Group Policies and MDM CSPs, see the [Implement Windows Hello for Business in your organization](implement-microsoft-passport-in-your-organization.md) topic. +- Support for Windows Hello is built into the operating system so you can add additional biometric devices and polices as part of a coordinated rollout or to individual employees or groups using Group Policy or Mobile Device Management (MDM) configurations service provider (CSP) policies.
For more info about the available Group Policies and MDM CSPs, see the [Implement Windows Hello for Business in your organization](hello-manage-in-organization.md) topic. ## Where is Microsoft Hello data stored? The biometric data used to support Windows Hello is stored on the local device only. It doesn’t roam and is never sent to external devices or servers. This separation helps to stop potential attackers by providing no single collection point that an attacker could potentially compromise to steal biometric data. Additionally, even if an attacker was actually able to get the biometric data, it still can’t be easily converted to a form that could be recognized by the biometric sensor. diff --git a/windows/keep-secure/hello-errors-during-pin-creation.md b/windows/access-protection/hello-for-business/hello-errors-during-pin-creation.md similarity index 100% rename from windows/keep-secure/hello-errors-during-pin-creation.md rename to windows/access-protection/hello-for-business/hello-errors-during-pin-creation.md diff --git a/windows/keep-secure/hello-event-300.md b/windows/access-protection/hello-for-business/hello-event-300.md similarity index 100% rename from windows/keep-secure/hello-event-300.md rename to windows/access-protection/hello-for-business/hello-event-300.md diff --git a/windows/keep-secure/hello-how-it-works.md b/windows/access-protection/hello-for-business/hello-how-it-works.md similarity index 100% rename from windows/keep-secure/hello-how-it-works.md rename to windows/access-protection/hello-for-business/hello-how-it-works.md diff --git a/windows/keep-secure/hello-identity-verification.md b/windows/access-protection/hello-for-business/hello-identity-verification.md similarity index 100% rename from windows/keep-secure/hello-identity-verification.md rename to windows/access-protection/hello-for-business/hello-identity-verification.md diff --git a/windows/keep-secure/hello-manage-in-organization.md b/windows/access-protection/hello-for-business/hello-manage-in-organization.md similarity index 100% rename from windows/keep-secure/hello-manage-in-organization.md rename to windows/access-protection/hello-for-business/hello-manage-in-organization.md diff --git a/windows/keep-secure/hello-prepare-people-to-use.md b/windows/access-protection/hello-for-business/hello-prepare-people-to-use.md similarity index 100% rename from windows/keep-secure/hello-prepare-people-to-use.md rename to windows/access-protection/hello-for-business/hello-prepare-people-to-use.md diff --git a/windows/keep-secure/hello-why-pin-is-better-than-password.md b/windows/access-protection/hello-for-business/hello-why-pin-is-better-than-password.md similarity index 96% rename from windows/keep-secure/hello-why-pin-is-better-than-password.md rename to windows/access-protection/hello-for-business/hello-why-pin-is-better-than-password.md index 516d264bef..00ead3c640 100644 --- a/windows/keep-secure/hello-why-pin-is-better-than-password.md +++ b/windows/access-protection/hello-for-business/hello-why-pin-is-better-than-password.md @@ -44,7 +44,7 @@ The TPM protects against a variety of known and potential attacks, including PIN ## PIN can be complex -The Windows Hello for Business PIN is subject to the same set of IT management policies as a password, such as complexity, length, expiration, and history. Although we generally think of a PIN as a simple four-digit code, administrators can set [policies](implement-microsoft-passport-in-your-organization.md) for managed devices to require a PIN complexity similar to a password. You can require or block: special characters, uppercase characters, lowercase characters, and digits. +The Windows Hello for Business PIN is subject to the same set of IT management policies as a password, such as complexity, length, expiration, and history. Although we generally think of a PIN as a simple four-digit code, administrators can set [policies](hello-manage-in-organization.md) for managed devices to require a PIN complexity similar to a password. You can require or block: special characters, uppercase characters, lowercase characters, and digits. ## What if someone steals the laptop or phone? diff --git a/windows/keep-secure/images/authflow.png b/windows/access-protection/hello-for-business/images/authflow.png similarity index 100% rename from windows/keep-secure/images/authflow.png rename to windows/access-protection/hello-for-business/images/authflow.png diff --git a/windows/keep-secure/images/connect.png b/windows/access-protection/hello-for-business/images/connect.png similarity index 100% rename from windows/keep-secure/images/connect.png rename to windows/access-protection/hello-for-business/images/connect.png diff --git a/windows/keep-secure/images/corpown.png b/windows/access-protection/hello-for-business/images/corpown.png similarity index 100% rename from windows/keep-secure/images/corpown.png rename to windows/access-protection/hello-for-business/images/corpown.png diff --git a/windows/keep-secure/images/hellosettings.png b/windows/access-protection/hello-for-business/images/hellosettings.png similarity index 100% rename from windows/keep-secure/images/hellosettings.png rename to windows/access-protection/hello-for-business/images/hellosettings.png diff --git a/windows/keep-secure/images/passport-fig3-logicalcontainer.png b/windows/access-protection/hello-for-business/images/passport-fig3-logicalcontainer.png similarity index 100% rename from windows/keep-secure/images/passport-fig3-logicalcontainer.png rename to windows/access-protection/hello-for-business/images/passport-fig3-logicalcontainer.png diff --git a/windows/keep-secure/images/pinerror.png b/windows/access-protection/hello-for-business/images/pinerror.png similarity index 100% rename from windows/keep-secure/images/pinerror.png rename to windows/access-protection/hello-for-business/images/pinerror.png diff --git a/windows/keep-secure/images/whfb-intune-reset-pin.jpg b/windows/access-protection/hello-for-business/images/whfb-intune-reset-pin.jpg similarity index 100% rename from windows/keep-secure/images/whfb-intune-reset-pin.jpg rename to windows/access-protection/hello-for-business/images/whfb-intune-reset-pin.jpg diff --git a/windows/keep-secure/images/whfb-pin-reset-phone-notification.png b/windows/access-protection/hello-for-business/images/whfb-pin-reset-phone-notification.png similarity index 100% rename from windows/keep-secure/images/whfb-pin-reset-phone-notification.png rename to windows/access-protection/hello-for-business/images/whfb-pin-reset-phone-notification.png diff --git a/windows/keep-secure/images/whfb-reset-pin-prompt.jpg b/windows/access-protection/hello-for-business/images/whfb-reset-pin-prompt.jpg similarity index 100% rename from windows/keep-secure/images/whfb-reset-pin-prompt.jpg rename to windows/access-protection/hello-for-business/images/whfb-reset-pin-prompt.jpg diff --git a/windows/keep-secure/images/whfb-reset-pin-settings.jpg b/windows/access-protection/hello-for-business/images/whfb-reset-pin-settings.jpg similarity index 100% rename from windows/keep-secure/images/whfb-reset-pin-settings.jpg rename to windows/access-protection/hello-for-business/images/whfb-reset-pin-settings.jpg diff --git a/windows/keep-secure/images/emailsecurity.png b/windows/access-protection/images/emailsecurity.png similarity index 100% rename from windows/keep-secure/images/emailsecurity.png rename to windows/access-protection/images/emailsecurity.png diff --git a/windows/keep-secure/images/enterprise-certificate-pinning-converting-a-duration.png b/windows/access-protection/images/enterprise-certificate-pinning-converting-a-duration.png similarity index 100% rename from windows/keep-secure/images/enterprise-certificate-pinning-converting-a-duration.png rename to windows/access-protection/images/enterprise-certificate-pinning-converting-a-duration.png diff --git a/windows/keep-secure/images/enterprise-certificate-pinning-converting-an-xml-date.png b/windows/access-protection/images/enterprise-certificate-pinning-converting-an-xml-date.png similarity index 100% rename from windows/keep-secure/images/enterprise-certificate-pinning-converting-an-xml-date.png rename to windows/access-protection/images/enterprise-certificate-pinning-converting-an-xml-date.png diff --git a/windows/keep-secure/images/enterprise-certificate-pinning-pinrules-properties.png b/windows/access-protection/images/enterprise-certificate-pinning-pinrules-properties.png similarity index 100% rename from windows/keep-secure/images/enterprise-certificate-pinning-pinrules-properties.png rename to windows/access-protection/images/enterprise-certificate-pinning-pinrules-properties.png diff --git a/windows/keep-secure/images/enterprise-certificate-pinning-representing-a-date.png b/windows/access-protection/images/enterprise-certificate-pinning-representing-a-date.png similarity index 100% rename from windows/keep-secure/images/enterprise-certificate-pinning-representing-a-date.png rename to windows/access-protection/images/enterprise-certificate-pinning-representing-a-date.png diff --git a/windows/keep-secure/images/enterprise-certificate-pinning-representing-a-duration.png b/windows/access-protection/images/enterprise-certificate-pinning-representing-a-duration.png similarity index 100% rename from windows/keep-secure/images/enterprise-certificate-pinning-representing-a-duration.png rename to windows/access-protection/images/enterprise-certificate-pinning-representing-a-duration.png diff --git a/windows/keep-secure/images/enterprise-pinning-registry-binary-information.png b/windows/access-protection/images/enterprise-pinning-registry-binary-information.png similarity index 100% rename from windows/keep-secure/images/enterprise-pinning-registry-binary-information.png rename to windows/access-protection/images/enterprise-pinning-registry-binary-information.png diff --git a/windows/keep-secure/images/installcert.png b/windows/access-protection/images/installcert.png similarity index 100% rename from windows/keep-secure/images/installcert.png rename to windows/access-protection/images/installcert.png diff --git a/windows/keep-secure/images/mailsettings.png b/windows/access-protection/images/mailsettings.png similarity index 100% rename from windows/keep-secure/images/mailsettings.png rename to windows/access-protection/images/mailsettings.png diff --git a/windows/keep-secure/images/remote-credential-guard-gp.png b/windows/access-protection/images/remote-credential-guard-gp.png similarity index 100% rename from windows/keep-secure/images/remote-credential-guard-gp.png rename to windows/access-protection/images/remote-credential-guard-gp.png diff --git a/windows/keep-secure/images/remote-credential-guard.png b/windows/access-protection/images/remote-credential-guard.png similarity index 100% rename from windows/keep-secure/images/remote-credential-guard.png rename to windows/access-protection/images/remote-credential-guard.png diff --git a/windows/keep-secure/images/security-stages.png b/windows/access-protection/images/security-stages.png similarity index 100% rename from windows/keep-secure/images/security-stages.png rename to windows/access-protection/images/security-stages.png diff --git a/windows/keep-secure/images/signencrypt.png b/windows/access-protection/images/signencrypt.png similarity index 100% rename from windows/keep-secure/images/signencrypt.png rename to windows/access-protection/images/signencrypt.png diff --git a/windows/access-protection/index.md b/windows/access-protection/index.md new file mode 100644 index 0000000000..7bb298b7a0 --- /dev/null +++ b/windows/access-protection/index.md @@ -0,0 +1,28 @@ +--- +title: Access protection (Windows 10) +description: Learn more about access protection technologies in Windows 10 and Windows 10 Mobile. +ms.prod: w10 +ms.mktglfcycl: deploy +ms.sitesec: library +ms.pagetype: security +author: brianlic-msft +--- + +# Access protection + +Learn more about access protection technologies in Windows 10 and Windows 10 Mobile. + +| Section | Description | +|-|-| +| [Access control](access-control/access-control.md) | Describes access control in Windows, which is the process of authorizing users, groups, and computers to access objects on the network or computer. Key concepts that make up access control are permissions, ownership of objects, inheritance of permissions, user rights, and object auditing. | +| [Configure S/MIME for Windows 10 and Windows 10 Mobile](configure-s-mime.md) | In Windows 10, S/MIME lets users encrypt outgoing messages and attachments so that only intended recipients who have a digital identification (ID), also known as a certificate, can read them. Users can digitally sign a message, which provides the recipients with a way to verify the identity of the sender and that the message hasn't been tampered with. | +| [Install digital certificates on Windows 10 Mobile](installing-digital-certificates-on-windows-10-mobile.md) | Digital certificates bind the identity of a user or computer to a pair of keys that can be used to encrypt and sign digital information. Certificates are issued by a certification authority (CA) that vouches for the identity of the certificate holder, and they enable secure client communications with websites and services. | +| [Protect derived domain credentials with Credential Guard](credential-guard/credential-guard.md) | Introduced in Windows 10 Enterprise, Credential Guard uses virtualization-based security to isolate secrets so that only privileged system software can access them. Unauthorized access to these secrets can lead to credential theft attacks, such as Pass-the-Hash or Pass-The-Ticket. Credential Guard helps prevent these attacks by protecting NTLM password hashes and Kerberos Ticket Granting Tickets. | +| [Protect Remote Desktop credentials with Remote Credential Guard](remote-credential-guard.md) | Remote Credential Guard helps you protect your credentials over a Remote Desktop connection by redirecting the Kerberos requests back to the device that's requesting the connection. | +| [User Account Control](user-account-control/user-account-control-overview.md)| Provides information about User Account Control (UAC), which helps prevent malware from damaging a PC and helps organizations deploy a better-managed desktop. UAC can help block the automatic installation of unauthorized apps and prevent inadvertent changes to system settings.| +| [Virtual Smart Cards](virtual-smart-cards/virtual-smart-card-overview.md) | Provides information about deploying and managing virtual smart cards, which are functionally similar to physical smart cards and appear in Windows as smart cards that are always-inserted. Virtual smart cards use the Trusted Platform Module (TPM) chip that is available on computers in many organizations, rather than requiring the use of a separate physical smart card and reader. | +| [VPN technical guide](vpn/vpn-guide.md) | Virtual private networks (VPN) let you give your users secure remote access to your company network. Windows 10 adds useful new VPN profile options to help you manage how users connect. | +| [Smart Cards](smart-cards/smart-card-windows-smart-card-technical-reference.md) | Provides a collection of references topics about smart cards, which are tamper-resistant portable storage devices that can enhance the security of tasks such as authenticating clients, signing code, securing e-mail, and signing in with a Windows domain account. | +| [Windows Hello for Business](hello-for-business/hello-identity-verification.md) | In Windows 10, Windows Hello replaces passwords with strong two-factor authentication on PCs and mobile devices. This authentication consists of a new type of user credential that is tied to a device and a biometric or PIN. | +| [Windows Firewall with Advanced Security](windows-firewall/windows-firewall-with-advanced-security.md) | Provides information about Windows Firewall with Advanced Security, which is an important part of a layered security model. By providing host-based, two-way network traffic filtering for a device, Windows Firewall with Advanced Security blocks unauthorized network traffic flowing into or out of the local device. | +| [Windows 10 Credential Theft Mitigation Guide Abstract](windows-credential-theft-mitigation-guide-abstract.md) | Learn more about credential theft mitigation in Windows 10. | \ No newline at end of file diff --git a/windows/keep-secure/installing-digital-certificates-on-windows-10-mobile.md b/windows/access-protection/installing-digital-certificates-on-windows-10-mobile.md similarity index 100% rename from windows/keep-secure/installing-digital-certificates-on-windows-10-mobile.md rename to windows/access-protection/installing-digital-certificates-on-windows-10-mobile.md diff --git a/windows/keep-secure/remote-credential-guard.md b/windows/access-protection/remote-credential-guard.md similarity index 100% rename from windows/keep-secure/remote-credential-guard.md rename to windows/access-protection/remote-credential-guard.md diff --git a/windows/keep-secure/images/sc-image101.png b/windows/access-protection/smart-cards/images/sc-image101.png similarity index 100% rename from windows/keep-secure/images/sc-image101.png rename to windows/access-protection/smart-cards/images/sc-image101.png diff --git a/windows/keep-secure/images/sc-image201.gif b/windows/access-protection/smart-cards/images/sc-image201.gif similarity index 100% rename from windows/keep-secure/images/sc-image201.gif rename to windows/access-protection/smart-cards/images/sc-image201.gif diff --git a/windows/keep-secure/images/sc-image203.gif b/windows/access-protection/smart-cards/images/sc-image203.gif similarity index 100% rename from windows/keep-secure/images/sc-image203.gif rename to windows/access-protection/smart-cards/images/sc-image203.gif diff --git a/windows/keep-secure/images/sc-image205.png b/windows/access-protection/smart-cards/images/sc-image205.png similarity index 100% rename from windows/keep-secure/images/sc-image205.png rename to windows/access-protection/smart-cards/images/sc-image205.png diff --git a/windows/keep-secure/images/sc-image206.gif b/windows/access-protection/smart-cards/images/sc-image206.gif similarity index 100% rename from windows/keep-secure/images/sc-image206.gif rename to windows/access-protection/smart-cards/images/sc-image206.gif diff --git a/windows/keep-secure/images/sc-image302.gif b/windows/access-protection/smart-cards/images/sc-image302.gif similarity index 100% rename from windows/keep-secure/images/sc-image302.gif rename to windows/access-protection/smart-cards/images/sc-image302.gif diff --git a/windows/keep-secure/images/sc-image402.png b/windows/access-protection/smart-cards/images/sc-image402.png similarity index 100% rename from windows/keep-secure/images/sc-image402.png rename to windows/access-protection/smart-cards/images/sc-image402.png diff --git a/windows/keep-secure/images/sc-image403.png b/windows/access-protection/smart-cards/images/sc-image403.png similarity index 100% rename from windows/keep-secure/images/sc-image403.png rename to windows/access-protection/smart-cards/images/sc-image403.png diff --git a/windows/keep-secure/images/sc-image404.png b/windows/access-protection/smart-cards/images/sc-image404.png similarity index 100% rename from windows/keep-secure/images/sc-image404.png rename to windows/access-protection/smart-cards/images/sc-image404.png diff --git a/windows/keep-secure/images/sc-image405.png b/windows/access-protection/smart-cards/images/sc-image405.png similarity index 100% rename from windows/keep-secure/images/sc-image405.png rename to windows/access-protection/smart-cards/images/sc-image405.png diff --git a/windows/keep-secure/images/sc-image406.png b/windows/access-protection/smart-cards/images/sc-image406.png similarity index 100% rename from windows/keep-secure/images/sc-image406.png rename to windows/access-protection/smart-cards/images/sc-image406.png diff --git a/windows/keep-secure/images/sc-image407.png b/windows/access-protection/smart-cards/images/sc-image407.png similarity index 100% rename from windows/keep-secure/images/sc-image407.png rename to windows/access-protection/smart-cards/images/sc-image407.png diff --git a/windows/keep-secure/images/sc-image501.gif b/windows/access-protection/smart-cards/images/sc-image501.gif similarity index 100% rename from windows/keep-secure/images/sc-image501.gif rename to windows/access-protection/smart-cards/images/sc-image501.gif diff --git a/windows/keep-secure/smart-card-and-remote-desktop-services.md b/windows/access-protection/smart-cards/smart-card-and-remote-desktop-services.md similarity index 100% rename from windows/keep-secure/smart-card-and-remote-desktop-services.md rename to windows/access-protection/smart-cards/smart-card-and-remote-desktop-services.md diff --git a/windows/keep-secure/smart-card-architecture.md b/windows/access-protection/smart-cards/smart-card-architecture.md similarity index 100% rename from windows/keep-secure/smart-card-architecture.md rename to windows/access-protection/smart-cards/smart-card-architecture.md diff --git a/windows/keep-secure/smart-card-certificate-propagation-service.md b/windows/access-protection/smart-cards/smart-card-certificate-propagation-service.md similarity index 100% rename from windows/keep-secure/smart-card-certificate-propagation-service.md rename to windows/access-protection/smart-cards/smart-card-certificate-propagation-service.md diff --git a/windows/keep-secure/smart-card-certificate-requirements-and-enumeration.md b/windows/access-protection/smart-cards/smart-card-certificate-requirements-and-enumeration.md similarity index 100% rename from windows/keep-secure/smart-card-certificate-requirements-and-enumeration.md rename to windows/access-protection/smart-cards/smart-card-certificate-requirements-and-enumeration.md diff --git a/windows/keep-secure/smart-card-debugging-information.md b/windows/access-protection/smart-cards/smart-card-debugging-information.md similarity index 100% rename from windows/keep-secure/smart-card-debugging-information.md rename to windows/access-protection/smart-cards/smart-card-debugging-information.md diff --git a/windows/keep-secure/smart-card-events.md b/windows/access-protection/smart-cards/smart-card-events.md similarity index 100% rename from windows/keep-secure/smart-card-events.md rename to windows/access-protection/smart-cards/smart-card-events.md diff --git a/windows/keep-secure/smart-card-group-policy-and-registry-settings.md b/windows/access-protection/smart-cards/smart-card-group-policy-and-registry-settings.md similarity index 100% rename from windows/keep-secure/smart-card-group-policy-and-registry-settings.md rename to windows/access-protection/smart-cards/smart-card-group-policy-and-registry-settings.md diff --git a/windows/keep-secure/smart-card-how-smart-card-sign-in-works-in-windows.md b/windows/access-protection/smart-cards/smart-card-how-smart-card-sign-in-works-in-windows.md similarity index 100% rename from windows/keep-secure/smart-card-how-smart-card-sign-in-works-in-windows.md rename to windows/access-protection/smart-cards/smart-card-how-smart-card-sign-in-works-in-windows.md diff --git a/windows/keep-secure/smart-card-removal-policy-service.md b/windows/access-protection/smart-cards/smart-card-removal-policy-service.md similarity index 100% rename from windows/keep-secure/smart-card-removal-policy-service.md rename to windows/access-protection/smart-cards/smart-card-removal-policy-service.md diff --git a/windows/keep-secure/smart-card-smart-cards-for-windows-service.md b/windows/access-protection/smart-cards/smart-card-smart-cards-for-windows-service.md similarity index 100% rename from windows/keep-secure/smart-card-smart-cards-for-windows-service.md rename to windows/access-protection/smart-cards/smart-card-smart-cards-for-windows-service.md diff --git a/windows/keep-secure/smart-card-tools-and-settings.md b/windows/access-protection/smart-cards/smart-card-tools-and-settings.md similarity index 100% rename from windows/keep-secure/smart-card-tools-and-settings.md rename to windows/access-protection/smart-cards/smart-card-tools-and-settings.md diff --git a/windows/keep-secure/smart-card-windows-smart-card-technical-reference.md b/windows/access-protection/smart-cards/smart-card-windows-smart-card-technical-reference.md similarity index 97% rename from windows/keep-secure/smart-card-windows-smart-card-technical-reference.md rename to windows/access-protection/smart-cards/smart-card-windows-smart-card-technical-reference.md index bb376178cb..ce2419f808 100644 --- a/windows/keep-secure/smart-card-windows-smart-card-technical-reference.md +++ b/windows/access-protection/smart-cards/smart-card-windows-smart-card-technical-reference.md @@ -36,7 +36,7 @@ Smart cards provide: Smart cards can be used to sign in to domain accounts only, not local accounts. When you use a password to sign in interactively to a domain account, Windows uses the Kerberos version 5 (v5) protocol for authentication. If you use a smart card, the operating system uses Kerberos v5 authentication with X.509 v3 certificates. -**Virtual smart cards** were introduced in Windows Server 2012 and Windows 8 to alleviate the need for a physical smart card, the smart card reader, and the associated administration of that hardware. For information about virtual smart card technology, see [Virtual Smart Card Overview](virtual-smart-card-overview.md). +**Virtual smart cards** were introduced in Windows Server 2012 and Windows 8 to alleviate the need for a physical smart card, the smart card reader, and the associated administration of that hardware. For information about virtual smart card technology, see [Virtual Smart Card Overview](../virtual-smart-cards/virtual-smart-card-overview.md). ## In this technical reference diff --git a/windows/keep-secure/how-user-account-control-works.md b/windows/access-protection/user-account-control/how-user-account-control-works.md similarity index 100% rename from windows/keep-secure/how-user-account-control-works.md rename to windows/access-protection/user-account-control/how-user-account-control-works.md diff --git a/windows/keep-secure/images/uacarchitecture.gif b/windows/access-protection/user-account-control/images/uacarchitecture.gif similarity index 100% rename from windows/keep-secure/images/uacarchitecture.gif rename to windows/access-protection/user-account-control/images/uacarchitecture.gif diff --git a/windows/keep-secure/images/uacconsentprompt.gif b/windows/access-protection/user-account-control/images/uacconsentprompt.gif similarity index 100% rename from windows/keep-secure/images/uacconsentprompt.gif rename to windows/access-protection/user-account-control/images/uacconsentprompt.gif diff --git a/windows/keep-secure/images/uaccredentialprompt.gif b/windows/access-protection/user-account-control/images/uaccredentialprompt.gif similarity index 100% rename from windows/keep-secure/images/uaccredentialprompt.gif rename to windows/access-protection/user-account-control/images/uaccredentialprompt.gif diff --git a/windows/keep-secure/images/uacshieldicon.png b/windows/access-protection/user-account-control/images/uacshieldicon.png similarity index 100% rename from windows/keep-secure/images/uacshieldicon.png rename to windows/access-protection/user-account-control/images/uacshieldicon.png diff --git a/windows/keep-secure/images/uacwindowslogonprocess.gif b/windows/access-protection/user-account-control/images/uacwindowslogonprocess.gif similarity index 100% rename from windows/keep-secure/images/uacwindowslogonprocess.gif rename to windows/access-protection/user-account-control/images/uacwindowslogonprocess.gif diff --git a/windows/keep-secure/user-account-control-group-policy-and-registry-key-settings.md b/windows/access-protection/user-account-control/user-account-control-group-policy-and-registry-key-settings.md similarity index 99% rename from windows/keep-secure/user-account-control-group-policy-and-registry-key-settings.md rename to windows/access-protection/user-account-control/user-account-control-group-policy-and-registry-key-settings.md index 2aa91da1a1..6ee117c85f 100644 --- a/windows/keep-secure/user-account-control-group-policy-and-registry-key-settings.md +++ b/windows/access-protection/user-account-control/user-account-control-group-policy-and-registry-key-settings.md @@ -22,7 +22,7 @@ There are 10 Group Policy settings that can be configured for User Account Contr | Group Policy setting | Registry key | Default | | - | - | - | - | | [User Account Control: Admin Approval Mode for the built-in Administrator account](#user-account-control-admin-approval-mode-for-the-built-in-administrator-account) | FilterAdministratorToken | Disabled | -| [User Account Control: Allow UIAccess applications to prompt for elevation without using the secure desktop](#user-account-control-allow-uiaccess-applications-to prompt-for-elevation-without-using-the-secure-desktop) | EnableUIADesktopToggle | Disabled | +| [User Account Control: Allow UIAccess applications to prompt for elevation without using the secure desktop](#user-account-control-allow-uiaccess-applications-to-prompt-for-elevation-without-using-the-secure-desktop) | EnableUIADesktopToggle | Disabled | | [User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode](#user-account-control-behavior-of-the-elevation-prompt-for-administrators-in-admin-approval-mode) | ConsentPromptBehaviorAdmin | Prompt for consent for non-Windows binaries | | [User Account Control: Behavior of the elevation prompt for standard users](#user-account-control-behavior-of-the-elevation-prompt-for-standard-users) | ConsentPromptBehaviorUser | Prompt for credentials on the secure desktop | | [User Account Control: Detect application installations and prompt for elevation](#user-account-control-detect-application-installations-and-prompt-for-elevation) | EnableInstallerDetection | Enabled (default for home)
Disabled (default for enterprise) | diff --git a/windows/keep-secure/user-account-control-overview.md b/windows/access-protection/user-account-control/user-account-control-overview.md similarity index 95% rename from windows/keep-secure/user-account-control-overview.md rename to windows/access-protection/user-account-control/user-account-control-overview.md index 66f1abdc16..a273e12688 100644 --- a/windows/keep-secure/user-account-control-overview.md +++ b/windows/access-protection/user-account-control/user-account-control-overview.md @@ -28,9 +28,6 @@ When an app needs to run with more than standard user rights, UAC can restore ad Admin Approval Mode in UAC helps prevent malware from silently installing without an administrator's knowledge. It also helps protect from inadvertent system-wide changes. Lastly, it can be used to enforce a higher level of compliance where administrators must actively consent or provide credentials for each administrative process. -## New and changed functionality - -To find out what's new in UAC for Windows 10, see [User Account Control](../whats-new/user-account-control.md). ## In this section | Topic | Description | diff --git a/windows/keep-secure/user-account-control-security-policy-settings.md b/windows/access-protection/user-account-control/user-account-control-security-policy-settings.md similarity index 100% rename from windows/keep-secure/user-account-control-security-policy-settings.md rename to windows/access-protection/user-account-control/user-account-control-security-policy-settings.md diff --git a/windows/keep-secure/images/vsc-02-mmc-add-snap-in.png b/windows/access-protection/virtual-smart-cards/images/vsc-02-mmc-add-snap-in.png similarity index 100% rename from windows/keep-secure/images/vsc-02-mmc-add-snap-in.png rename to windows/access-protection/virtual-smart-cards/images/vsc-02-mmc-add-snap-in.png diff --git a/windows/keep-secure/images/vsc-03-add-certificate-templates-snap-in.png b/windows/access-protection/virtual-smart-cards/images/vsc-03-add-certificate-templates-snap-in.png similarity index 100% rename from windows/keep-secure/images/vsc-03-add-certificate-templates-snap-in.png rename to windows/access-protection/virtual-smart-cards/images/vsc-03-add-certificate-templates-snap-in.png diff --git a/windows/keep-secure/images/vsc-04-right-click-smartcard-logon-template.png b/windows/access-protection/virtual-smart-cards/images/vsc-04-right-click-smartcard-logon-template.png similarity index 100% rename from windows/keep-secure/images/vsc-04-right-click-smartcard-logon-template.png rename to windows/access-protection/virtual-smart-cards/images/vsc-04-right-click-smartcard-logon-template.png diff --git a/windows/keep-secure/images/vsc-05-certificate-template-compatibility.png b/windows/access-protection/virtual-smart-cards/images/vsc-05-certificate-template-compatibility.png similarity index 100% rename from windows/keep-secure/images/vsc-05-certificate-template-compatibility.png rename to windows/access-protection/virtual-smart-cards/images/vsc-05-certificate-template-compatibility.png diff --git a/windows/keep-secure/images/vsc-06-add-certification-authority-snap-in.png b/windows/access-protection/virtual-smart-cards/images/vsc-06-add-certification-authority-snap-in.png similarity index 100% rename from windows/keep-secure/images/vsc-06-add-certification-authority-snap-in.png rename to windows/access-protection/virtual-smart-cards/images/vsc-06-add-certification-authority-snap-in.png diff --git a/windows/keep-secure/images/vsc-07-right-click-certificate-templates.png b/windows/access-protection/virtual-smart-cards/images/vsc-07-right-click-certificate-templates.png similarity index 100% rename from windows/keep-secure/images/vsc-07-right-click-certificate-templates.png rename to windows/access-protection/virtual-smart-cards/images/vsc-07-right-click-certificate-templates.png diff --git a/windows/keep-secure/images/vsc-08-enable-certificate-template.png b/windows/access-protection/virtual-smart-cards/images/vsc-08-enable-certificate-template.png similarity index 100% rename from windows/keep-secure/images/vsc-08-enable-certificate-template.png rename to windows/access-protection/virtual-smart-cards/images/vsc-08-enable-certificate-template.png diff --git a/windows/keep-secure/images/vsc-09-stop-service-start-service.png b/windows/access-protection/virtual-smart-cards/images/vsc-09-stop-service-start-service.png similarity index 100% rename from windows/keep-secure/images/vsc-09-stop-service-start-service.png rename to windows/access-protection/virtual-smart-cards/images/vsc-09-stop-service-start-service.png diff --git a/windows/keep-secure/images/vsc-10-cmd-run-as-administrator.png b/windows/access-protection/virtual-smart-cards/images/vsc-10-cmd-run-as-administrator.png similarity index 100% rename from windows/keep-secure/images/vsc-10-cmd-run-as-administrator.png rename to windows/access-protection/virtual-smart-cards/images/vsc-10-cmd-run-as-administrator.png diff --git a/windows/keep-secure/images/vsc-11-certificates-request-new-certificate.png b/windows/access-protection/virtual-smart-cards/images/vsc-11-certificates-request-new-certificate.png similarity index 100% rename from windows/keep-secure/images/vsc-11-certificates-request-new-certificate.png rename to windows/access-protection/virtual-smart-cards/images/vsc-11-certificates-request-new-certificate.png diff --git a/windows/keep-secure/images/vsc-12-certificate-enrollment-select-certificate.png b/windows/access-protection/virtual-smart-cards/images/vsc-12-certificate-enrollment-select-certificate.png similarity index 100% rename from windows/keep-secure/images/vsc-12-certificate-enrollment-select-certificate.png rename to windows/access-protection/virtual-smart-cards/images/vsc-12-certificate-enrollment-select-certificate.png diff --git a/windows/keep-secure/images/vsc-physical-smart-card-lifecycle.png b/windows/access-protection/virtual-smart-cards/images/vsc-physical-smart-card-lifecycle.png similarity index 100% rename from windows/keep-secure/images/vsc-physical-smart-card-lifecycle.png rename to windows/access-protection/virtual-smart-cards/images/vsc-physical-smart-card-lifecycle.png diff --git a/windows/keep-secure/images/vsc-process-of-accessing-user-key.png b/windows/access-protection/virtual-smart-cards/images/vsc-process-of-accessing-user-key.png similarity index 100% rename from windows/keep-secure/images/vsc-process-of-accessing-user-key.png rename to windows/access-protection/virtual-smart-cards/images/vsc-process-of-accessing-user-key.png diff --git a/windows/keep-secure/images/vsc-virtual-smart-card-icon.png b/windows/access-protection/virtual-smart-cards/images/vsc-virtual-smart-card-icon.png similarity index 100% rename from windows/keep-secure/images/vsc-virtual-smart-card-icon.png rename to windows/access-protection/virtual-smart-cards/images/vsc-virtual-smart-card-icon.png diff --git a/windows/keep-secure/virtual-smart-card-deploy-virtual-smart-cards.md b/windows/access-protection/virtual-smart-cards/virtual-smart-card-deploy-virtual-smart-cards.md similarity index 100% rename from windows/keep-secure/virtual-smart-card-deploy-virtual-smart-cards.md rename to windows/access-protection/virtual-smart-cards/virtual-smart-card-deploy-virtual-smart-cards.md diff --git a/windows/keep-secure/virtual-smart-card-evaluate-security.md b/windows/access-protection/virtual-smart-cards/virtual-smart-card-evaluate-security.md similarity index 100% rename from windows/keep-secure/virtual-smart-card-evaluate-security.md rename to windows/access-protection/virtual-smart-cards/virtual-smart-card-evaluate-security.md diff --git a/windows/keep-secure/virtual-smart-card-get-started.md b/windows/access-protection/virtual-smart-cards/virtual-smart-card-get-started.md similarity index 100% rename from windows/keep-secure/virtual-smart-card-get-started.md rename to windows/access-protection/virtual-smart-cards/virtual-smart-card-get-started.md diff --git a/windows/keep-secure/virtual-smart-card-overview.md b/windows/access-protection/virtual-smart-cards/virtual-smart-card-overview.md similarity index 99% rename from windows/keep-secure/virtual-smart-card-overview.md rename to windows/access-protection/virtual-smart-cards/virtual-smart-card-overview.md index 54e8c6f4d2..4ff1788ca5 100644 --- a/windows/keep-secure/virtual-smart-card-overview.md +++ b/windows/access-protection/virtual-smart-cards/virtual-smart-card-overview.md @@ -16,7 +16,7 @@ This topic for IT professional provides an overview of the virtual smart card te **Did you mean…** -- [Smart Cards](smart-card-windows-smart-card-technical-reference.md) +- [Smart Cards](../smart-cards/smart-card-windows-smart-card-technical-reference.md) ## Feature description diff --git a/windows/keep-secure/virtual-smart-card-tpmvscmgr.md b/windows/access-protection/virtual-smart-cards/virtual-smart-card-tpmvscmgr.md similarity index 100% rename from windows/keep-secure/virtual-smart-card-tpmvscmgr.md rename to windows/access-protection/virtual-smart-cards/virtual-smart-card-tpmvscmgr.md diff --git a/windows/keep-secure/virtual-smart-card-understanding-and-evaluating.md b/windows/access-protection/virtual-smart-cards/virtual-smart-card-understanding-and-evaluating.md similarity index 100% rename from windows/keep-secure/virtual-smart-card-understanding-and-evaluating.md rename to windows/access-protection/virtual-smart-cards/virtual-smart-card-understanding-and-evaluating.md diff --git a/windows/keep-secure/virtual-smart-card-use-virtual-smart-cards.md b/windows/access-protection/virtual-smart-cards/virtual-smart-card-use-virtual-smart-cards.md similarity index 100% rename from windows/keep-secure/virtual-smart-card-use-virtual-smart-cards.md rename to windows/access-protection/virtual-smart-cards/virtual-smart-card-use-virtual-smart-cards.md diff --git a/windows/keep-secure/how-to-use-single-sign-on-sso-over-vpn-and-wi-fi-connections.md b/windows/access-protection/vpn/how-to-use-single-sign-on-sso-over-vpn-and-wi-fi-connections.md similarity index 100% rename from windows/keep-secure/how-to-use-single-sign-on-sso-over-vpn-and-wi-fi-connections.md rename to windows/access-protection/vpn/how-to-use-single-sign-on-sso-over-vpn-and-wi-fi-connections.md diff --git a/windows/keep-secure/images/vpn-app-rules.png b/windows/access-protection/vpn/images/vpn-app-rules.png similarity index 100% rename from windows/keep-secure/images/vpn-app-rules.png rename to windows/access-protection/vpn/images/vpn-app-rules.png diff --git a/windows/keep-secure/images/vpn-app-trigger.PNG b/windows/access-protection/vpn/images/vpn-app-trigger.PNG similarity index 100% rename from windows/keep-secure/images/vpn-app-trigger.PNG rename to windows/access-protection/vpn/images/vpn-app-trigger.PNG diff --git a/windows/keep-secure/images/vpn-conditional-access-intune.png b/windows/access-protection/vpn/images/vpn-conditional-access-intune.png similarity index 100% rename from windows/keep-secure/images/vpn-conditional-access-intune.png rename to windows/access-protection/vpn/images/vpn-conditional-access-intune.png diff --git a/windows/keep-secure/images/vpn-connection-intune.png b/windows/access-protection/vpn/images/vpn-connection-intune.png similarity index 100% rename from windows/keep-secure/images/vpn-connection-intune.png rename to windows/access-protection/vpn/images/vpn-connection-intune.png diff --git a/windows/keep-secure/images/vpn-connection.png b/windows/access-protection/vpn/images/vpn-connection.png similarity index 100% rename from windows/keep-secure/images/vpn-connection.png rename to windows/access-protection/vpn/images/vpn-connection.png diff --git a/windows/keep-secure/images/vpn-custom-xml-intune.png b/windows/access-protection/vpn/images/vpn-custom-xml-intune.png similarity index 100% rename from windows/keep-secure/images/vpn-custom-xml-intune.png rename to windows/access-protection/vpn/images/vpn-custom-xml-intune.png diff --git a/windows/keep-secure/images/vpn-device-compliance.png b/windows/access-protection/vpn/images/vpn-device-compliance.png similarity index 100% rename from windows/keep-secure/images/vpn-device-compliance.png rename to windows/access-protection/vpn/images/vpn-device-compliance.png diff --git a/windows/keep-secure/images/vpn-eap-xml.png b/windows/access-protection/vpn/images/vpn-eap-xml.png similarity index 100% rename from windows/keep-secure/images/vpn-eap-xml.png rename to windows/access-protection/vpn/images/vpn-eap-xml.png diff --git a/windows/keep-secure/images/vpn-intune-policy.png b/windows/access-protection/vpn/images/vpn-intune-policy.png similarity index 100% rename from windows/keep-secure/images/vpn-intune-policy.png rename to windows/access-protection/vpn/images/vpn-intune-policy.png diff --git a/windows/keep-secure/images/vpn-name-intune.png b/windows/access-protection/vpn/images/vpn-name-intune.png similarity index 100% rename from windows/keep-secure/images/vpn-name-intune.png rename to windows/access-protection/vpn/images/vpn-name-intune.png diff --git a/windows/keep-secure/images/vpn-profilexml-intune.png b/windows/access-protection/vpn/images/vpn-profilexml-intune.png similarity index 100% rename from windows/keep-secure/images/vpn-profilexml-intune.png rename to windows/access-protection/vpn/images/vpn-profilexml-intune.png diff --git a/windows/keep-secure/images/vpn-split-route.png b/windows/access-protection/vpn/images/vpn-split-route.png similarity index 100% rename from windows/keep-secure/images/vpn-split-route.png rename to windows/access-protection/vpn/images/vpn-split-route.png diff --git a/windows/keep-secure/images/vpn-split.png b/windows/access-protection/vpn/images/vpn-split.png similarity index 100% rename from windows/keep-secure/images/vpn-split.png rename to windows/access-protection/vpn/images/vpn-split.png diff --git a/windows/keep-secure/images/vpn-traffic-rules.png b/windows/access-protection/vpn/images/vpn-traffic-rules.png similarity index 100% rename from windows/keep-secure/images/vpn-traffic-rules.png rename to windows/access-protection/vpn/images/vpn-traffic-rules.png diff --git a/windows/keep-secure/vpn-authentication.md b/windows/access-protection/vpn/vpn-authentication.md similarity index 100% rename from windows/keep-secure/vpn-authentication.md rename to windows/access-protection/vpn/vpn-authentication.md diff --git a/windows/keep-secure/vpn-auto-trigger-profile.md b/windows/access-protection/vpn/vpn-auto-trigger-profile.md similarity index 100% rename from windows/keep-secure/vpn-auto-trigger-profile.md rename to windows/access-protection/vpn/vpn-auto-trigger-profile.md diff --git a/windows/keep-secure/vpn-conditional-access.md b/windows/access-protection/vpn/vpn-conditional-access.md similarity index 100% rename from windows/keep-secure/vpn-conditional-access.md rename to windows/access-protection/vpn/vpn-conditional-access.md diff --git a/windows/keep-secure/vpn-connection-type.md b/windows/access-protection/vpn/vpn-connection-type.md similarity index 100% rename from windows/keep-secure/vpn-connection-type.md rename to windows/access-protection/vpn/vpn-connection-type.md diff --git a/windows/keep-secure/vpn-guide.md b/windows/access-protection/vpn/vpn-guide.md similarity index 100% rename from windows/keep-secure/vpn-guide.md rename to windows/access-protection/vpn/vpn-guide.md diff --git a/windows/keep-secure/vpn-name-resolution.md b/windows/access-protection/vpn/vpn-name-resolution.md similarity index 100% rename from windows/keep-secure/vpn-name-resolution.md rename to windows/access-protection/vpn/vpn-name-resolution.md diff --git a/windows/keep-secure/vpn-profile-options.md b/windows/access-protection/vpn/vpn-profile-options.md similarity index 100% rename from windows/keep-secure/vpn-profile-options.md rename to windows/access-protection/vpn/vpn-profile-options.md diff --git a/windows/keep-secure/vpn-routing.md b/windows/access-protection/vpn/vpn-routing.md similarity index 100% rename from windows/keep-secure/vpn-routing.md rename to windows/access-protection/vpn/vpn-routing.md diff --git a/windows/keep-secure/vpn-security-features.md b/windows/access-protection/vpn/vpn-security-features.md similarity index 96% rename from windows/keep-secure/vpn-security-features.md rename to windows/access-protection/vpn/vpn-security-features.md index 93238fc9ca..5fd8b19932 100644 --- a/windows/keep-secure/vpn-security-features.md +++ b/windows/access-protection/vpn/vpn-security-features.md @@ -49,7 +49,7 @@ The value of the **EdpModeId** is an Enterprise ID. The networking stack will lo Additionally, when connecting with WIP, the admin does not have to specify AppTriggerList and TrafficFilterList rules separately in this profile (unless more advanced configuration is needed) because the WIP policies and App lists automatically take effect. -[Learn more about Windows Information Protection](protect-enterprise-data-using-wip.md) +[Learn more about Windows Information Protection](/windows/threat-protection/windows-information-protection/protect-enterprise-data-using-wip) ## Traffic filters diff --git a/windows/keep-secure/windows-credential-theft-mitigation-guide-abstract.md b/windows/access-protection/windows-credential-theft-mitigation-guide-abstract.md similarity index 100% rename from windows/keep-secure/windows-credential-theft-mitigation-guide-abstract.md rename to windows/access-protection/windows-credential-theft-mitigation-guide-abstract.md diff --git a/windows/keep-secure/add-production-devices-to-the-membership-group-for-a-zone.md b/windows/access-protection/windows-firewall/add-production-devices-to-the-membership-group-for-a-zone.md similarity index 100% rename from windows/keep-secure/add-production-devices-to-the-membership-group-for-a-zone.md rename to windows/access-protection/windows-firewall/add-production-devices-to-the-membership-group-for-a-zone.md diff --git a/windows/keep-secure/add-test-devices-to-the-membership-group-for-a-zone.md b/windows/access-protection/windows-firewall/add-test-devices-to-the-membership-group-for-a-zone.md similarity index 100% rename from windows/keep-secure/add-test-devices-to-the-membership-group-for-a-zone.md rename to windows/access-protection/windows-firewall/add-test-devices-to-the-membership-group-for-a-zone.md diff --git a/windows/keep-secure/appendix-a-sample-gpo-template-files-for-settings-used-in-this-guide.md b/windows/access-protection/windows-firewall/appendix-a-sample-gpo-template-files-for-settings-used-in-this-guide.md similarity index 100% rename from windows/keep-secure/appendix-a-sample-gpo-template-files-for-settings-used-in-this-guide.md rename to windows/access-protection/windows-firewall/appendix-a-sample-gpo-template-files-for-settings-used-in-this-guide.md diff --git a/windows/keep-secure/assign-security-group-filters-to-the-gpo.md b/windows/access-protection/windows-firewall/assign-security-group-filters-to-the-gpo.md similarity index 100% rename from windows/keep-secure/assign-security-group-filters-to-the-gpo.md rename to windows/access-protection/windows-firewall/assign-security-group-filters-to-the-gpo.md diff --git a/windows/keep-secure/basic-firewall-policy-design.md b/windows/access-protection/windows-firewall/basic-firewall-policy-design.md similarity index 100% rename from windows/keep-secure/basic-firewall-policy-design.md rename to windows/access-protection/windows-firewall/basic-firewall-policy-design.md diff --git a/windows/keep-secure/boundary-zone-gpos.md b/windows/access-protection/windows-firewall/boundary-zone-gpos.md similarity index 100% rename from windows/keep-secure/boundary-zone-gpos.md rename to windows/access-protection/windows-firewall/boundary-zone-gpos.md diff --git a/windows/keep-secure/boundary-zone.md b/windows/access-protection/windows-firewall/boundary-zone.md similarity index 100% rename from windows/keep-secure/boundary-zone.md rename to windows/access-protection/windows-firewall/boundary-zone.md diff --git a/windows/keep-secure/certificate-based-isolation-policy-design-example.md b/windows/access-protection/windows-firewall/certificate-based-isolation-policy-design-example.md similarity index 100% rename from windows/keep-secure/certificate-based-isolation-policy-design-example.md rename to windows/access-protection/windows-firewall/certificate-based-isolation-policy-design-example.md diff --git a/windows/keep-secure/certificate-based-isolation-policy-design.md b/windows/access-protection/windows-firewall/certificate-based-isolation-policy-design.md similarity index 100% rename from windows/keep-secure/certificate-based-isolation-policy-design.md rename to windows/access-protection/windows-firewall/certificate-based-isolation-policy-design.md diff --git a/windows/keep-secure/change-rules-from-request-to-require-mode.md b/windows/access-protection/windows-firewall/change-rules-from-request-to-require-mode.md similarity index 100% rename from windows/keep-secure/change-rules-from-request-to-require-mode.md rename to windows/access-protection/windows-firewall/change-rules-from-request-to-require-mode.md diff --git a/windows/keep-secure/checklist-configuring-basic-firewall-settings.md b/windows/access-protection/windows-firewall/checklist-configuring-basic-firewall-settings.md similarity index 100% rename from windows/keep-secure/checklist-configuring-basic-firewall-settings.md rename to windows/access-protection/windows-firewall/checklist-configuring-basic-firewall-settings.md diff --git a/windows/keep-secure/checklist-configuring-rules-for-an-isolated-server-zone.md b/windows/access-protection/windows-firewall/checklist-configuring-rules-for-an-isolated-server-zone.md similarity index 100% rename from windows/keep-secure/checklist-configuring-rules-for-an-isolated-server-zone.md rename to windows/access-protection/windows-firewall/checklist-configuring-rules-for-an-isolated-server-zone.md diff --git a/windows/keep-secure/checklist-configuring-rules-for-servers-in-a-standalone-isolated-server-zone.md b/windows/access-protection/windows-firewall/checklist-configuring-rules-for-servers-in-a-standalone-isolated-server-zone.md similarity index 100% rename from windows/keep-secure/checklist-configuring-rules-for-servers-in-a-standalone-isolated-server-zone.md rename to windows/access-protection/windows-firewall/checklist-configuring-rules-for-servers-in-a-standalone-isolated-server-zone.md diff --git a/windows/keep-secure/checklist-configuring-rules-for-the-boundary-zone.md b/windows/access-protection/windows-firewall/checklist-configuring-rules-for-the-boundary-zone.md similarity index 100% rename from windows/keep-secure/checklist-configuring-rules-for-the-boundary-zone.md rename to windows/access-protection/windows-firewall/checklist-configuring-rules-for-the-boundary-zone.md diff --git a/windows/keep-secure/checklist-configuring-rules-for-the-encryption-zone.md b/windows/access-protection/windows-firewall/checklist-configuring-rules-for-the-encryption-zone.md similarity index 100% rename from windows/keep-secure/checklist-configuring-rules-for-the-encryption-zone.md rename to windows/access-protection/windows-firewall/checklist-configuring-rules-for-the-encryption-zone.md diff --git a/windows/keep-secure/checklist-configuring-rules-for-the-isolated-domain.md b/windows/access-protection/windows-firewall/checklist-configuring-rules-for-the-isolated-domain.md similarity index 100% rename from windows/keep-secure/checklist-configuring-rules-for-the-isolated-domain.md rename to windows/access-protection/windows-firewall/checklist-configuring-rules-for-the-isolated-domain.md diff --git a/windows/keep-secure/checklist-creating-group-policy-objects.md b/windows/access-protection/windows-firewall/checklist-creating-group-policy-objects.md similarity index 100% rename from windows/keep-secure/checklist-creating-group-policy-objects.md rename to windows/access-protection/windows-firewall/checklist-creating-group-policy-objects.md diff --git a/windows/keep-secure/checklist-creating-inbound-firewall-rules.md b/windows/access-protection/windows-firewall/checklist-creating-inbound-firewall-rules.md similarity index 100% rename from windows/keep-secure/checklist-creating-inbound-firewall-rules.md rename to windows/access-protection/windows-firewall/checklist-creating-inbound-firewall-rules.md diff --git a/windows/keep-secure/checklist-creating-outbound-firewall-rules.md b/windows/access-protection/windows-firewall/checklist-creating-outbound-firewall-rules.md similarity index 100% rename from windows/keep-secure/checklist-creating-outbound-firewall-rules.md rename to windows/access-protection/windows-firewall/checklist-creating-outbound-firewall-rules.md diff --git a/windows/keep-secure/checklist-creating-rules-for-clients-of-a-standalone-isolated-server-zone.md b/windows/access-protection/windows-firewall/checklist-creating-rules-for-clients-of-a-standalone-isolated-server-zone.md similarity index 100% rename from windows/keep-secure/checklist-creating-rules-for-clients-of-a-standalone-isolated-server-zone.md rename to windows/access-protection/windows-firewall/checklist-creating-rules-for-clients-of-a-standalone-isolated-server-zone.md diff --git a/windows/keep-secure/checklist-implementing-a-basic-firewall-policy-design.md b/windows/access-protection/windows-firewall/checklist-implementing-a-basic-firewall-policy-design.md similarity index 100% rename from windows/keep-secure/checklist-implementing-a-basic-firewall-policy-design.md rename to windows/access-protection/windows-firewall/checklist-implementing-a-basic-firewall-policy-design.md diff --git a/windows/keep-secure/checklist-implementing-a-certificate-based-isolation-policy-design.md b/windows/access-protection/windows-firewall/checklist-implementing-a-certificate-based-isolation-policy-design.md similarity index 100% rename from windows/keep-secure/checklist-implementing-a-certificate-based-isolation-policy-design.md rename to windows/access-protection/windows-firewall/checklist-implementing-a-certificate-based-isolation-policy-design.md diff --git a/windows/keep-secure/checklist-implementing-a-domain-isolation-policy-design.md b/windows/access-protection/windows-firewall/checklist-implementing-a-domain-isolation-policy-design.md similarity index 100% rename from windows/keep-secure/checklist-implementing-a-domain-isolation-policy-design.md rename to windows/access-protection/windows-firewall/checklist-implementing-a-domain-isolation-policy-design.md diff --git a/windows/keep-secure/checklist-implementing-a-standalone-server-isolation-policy-design.md b/windows/access-protection/windows-firewall/checklist-implementing-a-standalone-server-isolation-policy-design.md similarity index 100% rename from windows/keep-secure/checklist-implementing-a-standalone-server-isolation-policy-design.md rename to windows/access-protection/windows-firewall/checklist-implementing-a-standalone-server-isolation-policy-design.md diff --git a/windows/keep-secure/configure-authentication-methods.md b/windows/access-protection/windows-firewall/configure-authentication-methods.md similarity index 100% rename from windows/keep-secure/configure-authentication-methods.md rename to windows/access-protection/windows-firewall/configure-authentication-methods.md diff --git a/windows/keep-secure/configure-data-protection-quick-mode-settings.md b/windows/access-protection/windows-firewall/configure-data-protection-quick-mode-settings.md similarity index 100% rename from windows/keep-secure/configure-data-protection-quick-mode-settings.md rename to windows/access-protection/windows-firewall/configure-data-protection-quick-mode-settings.md diff --git a/windows/keep-secure/configure-group-policy-to-autoenroll-and-deploy-certificates.md b/windows/access-protection/windows-firewall/configure-group-policy-to-autoenroll-and-deploy-certificates.md similarity index 100% rename from windows/keep-secure/configure-group-policy-to-autoenroll-and-deploy-certificates.md rename to windows/access-protection/windows-firewall/configure-group-policy-to-autoenroll-and-deploy-certificates.md diff --git a/windows/keep-secure/configure-key-exchange-main-mode-settings.md b/windows/access-protection/windows-firewall/configure-key-exchange-main-mode-settings.md similarity index 100% rename from windows/keep-secure/configure-key-exchange-main-mode-settings.md rename to windows/access-protection/windows-firewall/configure-key-exchange-main-mode-settings.md diff --git a/windows/keep-secure/configure-the-rules-to-require-encryption.md b/windows/access-protection/windows-firewall/configure-the-rules-to-require-encryption.md similarity index 100% rename from windows/keep-secure/configure-the-rules-to-require-encryption.md rename to windows/access-protection/windows-firewall/configure-the-rules-to-require-encryption.md diff --git a/windows/keep-secure/configure-the-windows-firewall-log.md b/windows/access-protection/windows-firewall/configure-the-windows-firewall-log.md similarity index 100% rename from windows/keep-secure/configure-the-windows-firewall-log.md rename to windows/access-protection/windows-firewall/configure-the-windows-firewall-log.md diff --git a/windows/keep-secure/configure-the-workstation-authentication-certificate-template.md b/windows/access-protection/windows-firewall/configure-the-workstation-authentication-certificate-template.md similarity index 100% rename from windows/keep-secure/configure-the-workstation-authentication-certificate-template.md rename to windows/access-protection/windows-firewall/configure-the-workstation-authentication-certificate-template.md diff --git a/windows/keep-secure/configure-windows-firewall-to-suppress-notifications-when-a-program-is-blocked.md b/windows/access-protection/windows-firewall/configure-windows-firewall-to-suppress-notifications-when-a-program-is-blocked.md similarity index 100% rename from windows/keep-secure/configure-windows-firewall-to-suppress-notifications-when-a-program-is-blocked.md rename to windows/access-protection/windows-firewall/configure-windows-firewall-to-suppress-notifications-when-a-program-is-blocked.md diff --git a/windows/keep-secure/confirm-that-certificates-are-deployed-correctly.md b/windows/access-protection/windows-firewall/confirm-that-certificates-are-deployed-correctly.md similarity index 100% rename from windows/keep-secure/confirm-that-certificates-are-deployed-correctly.md rename to windows/access-protection/windows-firewall/confirm-that-certificates-are-deployed-correctly.md diff --git a/windows/keep-secure/copy-a-gpo-to-create-a-new-gpo.md b/windows/access-protection/windows-firewall/copy-a-gpo-to-create-a-new-gpo.md similarity index 100% rename from windows/keep-secure/copy-a-gpo-to-create-a-new-gpo.md rename to windows/access-protection/windows-firewall/copy-a-gpo-to-create-a-new-gpo.md diff --git a/windows/keep-secure/create-a-group-account-in-active-directory.md b/windows/access-protection/windows-firewall/create-a-group-account-in-active-directory.md similarity index 100% rename from windows/keep-secure/create-a-group-account-in-active-directory.md rename to windows/access-protection/windows-firewall/create-a-group-account-in-active-directory.md diff --git a/windows/keep-secure/create-a-group-policy-object.md b/windows/access-protection/windows-firewall/create-a-group-policy-object.md similarity index 100% rename from windows/keep-secure/create-a-group-policy-object.md rename to windows/access-protection/windows-firewall/create-a-group-policy-object.md diff --git a/windows/keep-secure/create-an-authentication-exemption-list-rule.md b/windows/access-protection/windows-firewall/create-an-authentication-exemption-list-rule.md similarity index 100% rename from windows/keep-secure/create-an-authentication-exemption-list-rule.md rename to windows/access-protection/windows-firewall/create-an-authentication-exemption-list-rule.md diff --git a/windows/keep-secure/create-an-authentication-request-rule.md b/windows/access-protection/windows-firewall/create-an-authentication-request-rule.md similarity index 100% rename from windows/keep-secure/create-an-authentication-request-rule.md rename to windows/access-protection/windows-firewall/create-an-authentication-request-rule.md diff --git a/windows/keep-secure/create-an-inbound-icmp-rule.md b/windows/access-protection/windows-firewall/create-an-inbound-icmp-rule.md similarity index 100% rename from windows/keep-secure/create-an-inbound-icmp-rule.md rename to windows/access-protection/windows-firewall/create-an-inbound-icmp-rule.md diff --git a/windows/keep-secure/create-an-inbound-port-rule.md b/windows/access-protection/windows-firewall/create-an-inbound-port-rule.md similarity index 100% rename from windows/keep-secure/create-an-inbound-port-rule.md rename to windows/access-protection/windows-firewall/create-an-inbound-port-rule.md diff --git a/windows/keep-secure/create-an-inbound-program-or-service-rule.md b/windows/access-protection/windows-firewall/create-an-inbound-program-or-service-rule.md similarity index 100% rename from windows/keep-secure/create-an-inbound-program-or-service-rule.md rename to windows/access-protection/windows-firewall/create-an-inbound-program-or-service-rule.md diff --git a/windows/keep-secure/create-an-outbound-port-rule.md b/windows/access-protection/windows-firewall/create-an-outbound-port-rule.md similarity index 100% rename from windows/keep-secure/create-an-outbound-port-rule.md rename to windows/access-protection/windows-firewall/create-an-outbound-port-rule.md diff --git a/windows/keep-secure/create-an-outbound-program-or-service-rule.md b/windows/access-protection/windows-firewall/create-an-outbound-program-or-service-rule.md similarity index 100% rename from windows/keep-secure/create-an-outbound-program-or-service-rule.md rename to windows/access-protection/windows-firewall/create-an-outbound-program-or-service-rule.md diff --git a/windows/keep-secure/create-inbound-rules-to-support-rpc.md b/windows/access-protection/windows-firewall/create-inbound-rules-to-support-rpc.md similarity index 100% rename from windows/keep-secure/create-inbound-rules-to-support-rpc.md rename to windows/access-protection/windows-firewall/create-inbound-rules-to-support-rpc.md diff --git a/windows/keep-secure/create-wmi-filters-for-the-gpo.md b/windows/access-protection/windows-firewall/create-wmi-filters-for-the-gpo.md similarity index 100% rename from windows/keep-secure/create-wmi-filters-for-the-gpo.md rename to windows/access-protection/windows-firewall/create-wmi-filters-for-the-gpo.md diff --git a/windows/keep-secure/designing-a-windows-firewall-with-advanced-security-strategy.md b/windows/access-protection/windows-firewall/designing-a-windows-firewall-with-advanced-security-strategy.md similarity index 100% rename from windows/keep-secure/designing-a-windows-firewall-with-advanced-security-strategy.md rename to windows/access-protection/windows-firewall/designing-a-windows-firewall-with-advanced-security-strategy.md diff --git a/windows/keep-secure/determining-the-trusted-state-of-your-devices.md b/windows/access-protection/windows-firewall/determining-the-trusted-state-of-your-devices.md similarity index 100% rename from windows/keep-secure/determining-the-trusted-state-of-your-devices.md rename to windows/access-protection/windows-firewall/determining-the-trusted-state-of-your-devices.md diff --git a/windows/keep-secure/documenting-the-zones.md b/windows/access-protection/windows-firewall/documenting-the-zones.md similarity index 100% rename from windows/keep-secure/documenting-the-zones.md rename to windows/access-protection/windows-firewall/documenting-the-zones.md diff --git a/windows/keep-secure/domain-isolation-policy-design-example.md b/windows/access-protection/windows-firewall/domain-isolation-policy-design-example.md similarity index 100% rename from windows/keep-secure/domain-isolation-policy-design-example.md rename to windows/access-protection/windows-firewall/domain-isolation-policy-design-example.md diff --git a/windows/keep-secure/domain-isolation-policy-design.md b/windows/access-protection/windows-firewall/domain-isolation-policy-design.md similarity index 100% rename from windows/keep-secure/domain-isolation-policy-design.md rename to windows/access-protection/windows-firewall/domain-isolation-policy-design.md diff --git a/windows/keep-secure/enable-predefined-inbound-rules.md b/windows/access-protection/windows-firewall/enable-predefined-inbound-rules.md similarity index 100% rename from windows/keep-secure/enable-predefined-inbound-rules.md rename to windows/access-protection/windows-firewall/enable-predefined-inbound-rules.md diff --git a/windows/keep-secure/enable-predefined-outbound-rules.md b/windows/access-protection/windows-firewall/enable-predefined-outbound-rules.md similarity index 100% rename from windows/keep-secure/enable-predefined-outbound-rules.md rename to windows/access-protection/windows-firewall/enable-predefined-outbound-rules.md diff --git a/windows/keep-secure/encryption-zone-gpos.md b/windows/access-protection/windows-firewall/encryption-zone-gpos.md similarity index 100% rename from windows/keep-secure/encryption-zone-gpos.md rename to windows/access-protection/windows-firewall/encryption-zone-gpos.md diff --git a/windows/keep-secure/encryption-zone.md b/windows/access-protection/windows-firewall/encryption-zone.md similarity index 100% rename from windows/keep-secure/encryption-zone.md rename to windows/access-protection/windows-firewall/encryption-zone.md diff --git a/windows/keep-secure/evaluating-windows-firewall-with-advanced-security-design-examples.md b/windows/access-protection/windows-firewall/evaluating-windows-firewall-with-advanced-security-design-examples.md similarity index 100% rename from windows/keep-secure/evaluating-windows-firewall-with-advanced-security-design-examples.md rename to windows/access-protection/windows-firewall/evaluating-windows-firewall-with-advanced-security-design-examples.md diff --git a/windows/keep-secure/exempt-icmp-from-authentication.md b/windows/access-protection/windows-firewall/exempt-icmp-from-authentication.md similarity index 100% rename from windows/keep-secure/exempt-icmp-from-authentication.md rename to windows/access-protection/windows-firewall/exempt-icmp-from-authentication.md diff --git a/windows/keep-secure/exemption-list.md b/windows/access-protection/windows-firewall/exemption-list.md similarity index 100% rename from windows/keep-secure/exemption-list.md rename to windows/access-protection/windows-firewall/exemption-list.md diff --git a/windows/keep-secure/firewall-gpos.md b/windows/access-protection/windows-firewall/firewall-gpos.md similarity index 100% rename from windows/keep-secure/firewall-gpos.md rename to windows/access-protection/windows-firewall/firewall-gpos.md diff --git a/windows/keep-secure/firewall-policy-design-example.md b/windows/access-protection/windows-firewall/firewall-policy-design-example.md similarity index 100% rename from windows/keep-secure/firewall-policy-design-example.md rename to windows/access-protection/windows-firewall/firewall-policy-design-example.md diff --git a/windows/keep-secure/gathering-information-about-your-active-directory-deployment.md b/windows/access-protection/windows-firewall/gathering-information-about-your-active-directory-deployment.md similarity index 100% rename from windows/keep-secure/gathering-information-about-your-active-directory-deployment.md rename to windows/access-protection/windows-firewall/gathering-information-about-your-active-directory-deployment.md diff --git a/windows/keep-secure/gathering-information-about-your-current-network-infrastructure.md b/windows/access-protection/windows-firewall/gathering-information-about-your-current-network-infrastructure.md similarity index 100% rename from windows/keep-secure/gathering-information-about-your-current-network-infrastructure.md rename to windows/access-protection/windows-firewall/gathering-information-about-your-current-network-infrastructure.md diff --git a/windows/keep-secure/gathering-information-about-your-devices.md b/windows/access-protection/windows-firewall/gathering-information-about-your-devices.md similarity index 100% rename from windows/keep-secure/gathering-information-about-your-devices.md rename to windows/access-protection/windows-firewall/gathering-information-about-your-devices.md diff --git a/windows/keep-secure/gathering-other-relevant-information.md b/windows/access-protection/windows-firewall/gathering-other-relevant-information.md similarity index 100% rename from windows/keep-secure/gathering-other-relevant-information.md rename to windows/access-protection/windows-firewall/gathering-other-relevant-information.md diff --git a/windows/keep-secure/gathering-the-information-you-need.md b/windows/access-protection/windows-firewall/gathering-the-information-you-need.md similarity index 100% rename from windows/keep-secure/gathering-the-information-you-need.md rename to windows/access-protection/windows-firewall/gathering-the-information-you-need.md diff --git a/windows/keep-secure/gpo-domiso-boundary.md b/windows/access-protection/windows-firewall/gpo-domiso-boundary.md similarity index 100% rename from windows/keep-secure/gpo-domiso-boundary.md rename to windows/access-protection/windows-firewall/gpo-domiso-boundary.md diff --git a/windows/keep-secure/gpo-domiso-encryption.md b/windows/access-protection/windows-firewall/gpo-domiso-encryption.md similarity index 97% rename from windows/keep-secure/gpo-domiso-encryption.md rename to windows/access-protection/windows-firewall/gpo-domiso-encryption.md index dac33f72d4..b5d3c6801e 100644 --- a/windows/keep-secure/gpo-domiso-encryption.md +++ b/windows/access-protection/windows-firewall/gpo-domiso-encryption.md @@ -3,6 +3,10 @@ title: GPO\_DOMISO\_Encryption\_WS2008 (Windows 10) description: GPO\_DOMISO\_Encryption\_WS2008 ms.assetid: 84375480-af6a-4c79-aafe-0a37115a7446 author: brianlic-msft +ms.prod: w10 +ms.mktglfcycl: deploy +ms.sitesec: library +ms.pagetype: security --- # GPO\_DOMISO\_Encryption\_WS2008 diff --git a/windows/keep-secure/gpo-domiso-firewall.md b/windows/access-protection/windows-firewall/gpo-domiso-firewall.md similarity index 100% rename from windows/keep-secure/gpo-domiso-firewall.md rename to windows/access-protection/windows-firewall/gpo-domiso-firewall.md diff --git a/windows/keep-secure/gpo-domiso-isolateddomain-clients.md b/windows/access-protection/windows-firewall/gpo-domiso-isolateddomain-clients.md similarity index 100% rename from windows/keep-secure/gpo-domiso-isolateddomain-clients.md rename to windows/access-protection/windows-firewall/gpo-domiso-isolateddomain-clients.md diff --git a/windows/keep-secure/gpo-domiso-isolateddomain-servers.md b/windows/access-protection/windows-firewall/gpo-domiso-isolateddomain-servers.md similarity index 100% rename from windows/keep-secure/gpo-domiso-isolateddomain-servers.md rename to windows/access-protection/windows-firewall/gpo-domiso-isolateddomain-servers.md diff --git a/windows/keep-secure/identifying-your-windows-firewall-with-advanced-security-deployment-goals.md b/windows/access-protection/windows-firewall/identifying-your-windows-firewall-with-advanced-security-deployment-goals.md similarity index 100% rename from windows/keep-secure/identifying-your-windows-firewall-with-advanced-security-deployment-goals.md rename to windows/access-protection/windows-firewall/identifying-your-windows-firewall-with-advanced-security-deployment-goals.md diff --git a/windows/access-protection/windows-firewall/images/corpnet.gif b/windows/access-protection/windows-firewall/images/corpnet.gif new file mode 100644 index 0000000000000000000000000000000000000000..f76182ee25c7510ca9929611898fac5a56a9c194 GIT binary patch literal 7184 zcmWmH`6JVhcpAF-I!NzMt>^@O=F6w6HSQ(e>U2R)AkT0FTFinCY~TlY7!u+xs#zGBteU)lfi$ z|4eJk_(;{%E9Umj)<}P;lYl^NO@3_NZ3zjX4-2#X-MLR%Qg;9RI3x+Ru7Bh(yBl z^t)H%_0w-!iwe^^+VaU{a&m&-(&Cuy#i+9ZE-^7NJ3rS-i*8m_RBUd1URi$A+|u0K z$!u(Gxa{aS|M_Fze?4~|mdw8Epk~$r0I>FBo=7D2_V#*3q%CrWNF>s|nkrpWoq~J0 zeq}vZlk=Jyk`?C<~k{B`O3*Xfk9WhK~B0=Blha>5YwzckY#O*B8ysnzG04 zH-&{2RL1V^?sh#d+}rz;5EmSu5bxn;l%JnlJ6xTR7dQQJDme05ZuX_B?Ch^AQ#Dn$ zLldc&FJBG|Ip=%HcX4s?*RNk=LwEao9}m2mJV!lS-+q65YD^o6^ziWb`t|G6-uB1~ z7ykU-T3lXWb+r%m7OsAq{kr<4_@M9Ya{hek@b12uAvuOn=21nT9=oX?Yz%F>3CAZ2>)+v?AI@DadEMu zm;K`hF%_lPSHFLtWkg3tM*iGhy>;`NvF;%|Kf6y0Bk$k8*U(X)oSvX~*;!gy_{2J$ zu|0V^D(dgwUn3(US(SIYUsiKB*XtkG7w26$qN{~Qz{>0M`?||y1H7~cz5~J`0D!it{zqih0@X4H8VXiHaa>qF_fB` z5)*Zv`M4-1EwAEEMs5W?$=Za@$heQkXSbz{k2c#3etvptz$4Dr zwbFKWaxy77X?URSV$^ktjm?ks)kV(as}JwJLnz@fVR<>RWo2c~uFh9tE?tceVUIt( zb-ynr>z4a%yXpG6%-rDP$F(J7#Zn5Ac|4x{A1DX_c!1{r`T_pm1c2lLJU$sqCZjtZ zDXi`>#H{R1#wl8tTQ*hor%Py`IeNU|UQ?V~09(hLUOkYf>iEE8xOtHXD5U306fgBK zHLa5V>ANUcjaHE2QL-b{V!K%JfIaEpSk9odc$Ux|>$V5Zspbf&zdsLK6~?YNvEng-WCh2mv&sx8}u5*0o_209$@9&trV2||X>CBjR-@$N<+mV5C zOdv}WL~Aj=%ip3r)hWeX_cFBj3uOQ{GoO=N{O}eQRh&&z~|>s8phB$%7bq z37cPQT#OXQw(a;LK!XbBKKirAE z{Z(-#26}-tPWpvk71NKUwtC+2j0-PJ6t_f>ynWT3l}k+JN~ZZ8Bz@f-!{?M$%1)t< zss@3_1B)t~XJ%?Eh?Dp{QvXnXLS^D^1m^T%WaLscOps>*2`0Q1DInzqnf1DcIVgXl zl)?+0vhGHIo4K+t2%RTg7LE68*$R7-cf(Pt_N}*4u<|1<t5_fYH<}v&Inzh?rh_TK>{sx-=-~L0QSw8{9lEM&) zL-;%8%!M8a3qK5hR{))b@+8nnvO-AI-F^Bp>yZFka<64xtcO6MI(oC#<&KBj%u2?wC%$83LfSv73%;Va%S zkOH@U{ktJ>6*oDcF4;GixS0O_eFRv9Z4AO6D?g$;Z@Ov#(@s*n3#?R*zK_u1!wDuz z+_#9f=C9z8tOd$%c_DtZ^}dfl`6iHK6?|6Dq)X6LoBKr+@WByCJ|Zn@bM5#V+%WiT zFGjG!R1kKsyGYgq7Tic4#Lvf11bq@p5X_Qfw$h_TM0EOpHb3cHvtmT=IJ$mP<|Y7i zh_rYLYb~z!>9784(NGcvJo&aG^aB|3Rp>io=`fR? z_3o8v2Ze(;mDpGvGxcY5;I9ru$J7$NaEFK_H^f7S>Ws8U>Vlz26U~<_^Z#OVUU)^@Sz@c_bj6?0OOw3W^W)^Ok=eI%Jwg2REk6{;Edy>76-pyugXDt4ew?t}B$A zvsW$ujtMtS+YFBRuq1={YUTXwe(>=+Fu{v2MWT2!$B^&|`hbPLJd>-NncgdLlyYkO zw(%{sawQN2NF+#X6+a8~IChj0C+0yySNw+VMIeXIR4pF2cx@kfsHmo^!_VI8L?t ziSO*P{0%Z|kEUJaG9T*-OF6aeDDgQ+4aFunKJ=c0TiTR8@ciYFah_t?2v);V zGjhaMpkfc=Gi`F4x!}I`+GduTrY*th%}`I`*+`|yhP2lO)gBnv@<*4?SUF}0Eja6$ ztRQXKZyJd_zVNntRt`QI?hT5feeLxAM*%5H^cS1MPd;>iuM0vuwT3%)j9d`|=mPA3I3-d86MOb(A|LGuzzI!@Sn>WaF1I-QRr z!PKuAi{3XTNWh2vO=NddGA@REl2X)lPh{fVDn-7wa;VC=rbF59&~d(%`I{cmVUJNA8 z^Sb09fi2QXh}x+W?-XQ>*ZcKMo!3@6R|r5Xz^WKk}3$=mO1KBUm~OG)-oA zEEfA@tMO@9wmr(K3iOyW!ygXVsQnw2v+-b-uw8^)bi&1>5%j29BGin(cRttWfsBXZ@7?~x+|AO|yc+MWh=xmI>gm)_ z1z0ZcxW;pfmZtMg-le(^BLbx0G<(z4WFi1im0oVL{Xl?9F|99J0^#LBdaU`Sc<>pn zS&yCp1k+fP&YyzQd72WZ#U+Q~TA+COD@P3tV@E}B+NEzBz9VdG-=->*yN1eNwtTGz z`9NusjvTm1W*Pz0J4c!a=e`EjDfv#xi4;C11(oaw1nS zbWAScxAd$JdG}#k<|WMl1K$7uglP4?7KM(MPC9?H=LZ{B_T^8b;rRrG=~!ejN1CUG z)VkH?OoHkXKSMpbisb3zH*N|W{+TF@Z`Kven*Q?QVnju*cQqcM=jm;{JF%q#b|gVn z5_G-~N|=xUBbL4h5L574&z)=5)B+Z!->&VBQC*0E;=w*ty&P>_;S`9Th@l-TI#>%T zOa!6GkmrhVxsH%y_>(nDx^|4%=U*a&7hg`(&X zo(cN3qrp328$Npc?x47|u(C{q(7r2wGY4%%LW3d^!(m0)@M4?+&}YiW>#(X~CtaJQ2@yfw zR8S5bMq`|EDz@5gO?I1>004wJ3pB_AZ2~YbE1tR#D}+Zq0nl|ge&YxeukBObZ%pFp z$lMh%{uGcf8MH$~Z81|etJlnCUI zAjX#HtcV!0pZ1F(8kCBD$%Te=z{)H^Q}G6Df=wzb9s{b*%-);MZUYc6D<$@y zfDduNcJve-e1guBg?@E9l$w=3Nt35w4-rv86fBKuqFkKxiC}2xls!ShDCp)A+;Wv8 zb5%=n)zxynxM(F7iYS?PL@lqEh_&LtGdQbCI{$SMbAV~^Bn1K#r!yO`$uZdV( zhvuXirE1{8AGy#e0J#{EuoXbUmVo7$Adi^>uRjG8$wD99LciexIS#U(i}=FPyfRZ5 zG>pt*A};6_g}N0{zJk<9fDjJ)gMvt9LBC6eEi#2)_!<~V>Ooqmj* zSej6P4J`A^DQ;q;pY!;Tdim+TM@xDGMMaJIvl!Sxrhowv+rUO_yH)H2Ry0uZzVeAY z?!f+`ASP6@S|Y8x-`rVI1%)w>J^#aJyKQPuuZGZ8@{D+XF+-ABc8n7H^mpi?OWD+544DWv$77Xfm2PB# z3?kN_4YDk)wl1v>B_j4}?nb(qs!B0*=#XJcM*MbFl;Azox2#%vem23@?P-N`4m5;_ zE+>KqDJVZOmSY5oVnEO&zR+{Eq1K2I3e=ig?JroPQd;FsOK8ro`KT+#zXCtl`FWvamU8DJ_I{R+?D#%^$<34{a|X=)UHAPP`&z*RVeGmT%FM@(;J!@K@4NUd-( z<5v0xT9^qR*+xOwNFf_LD8=q~sFZ9EqL%@!vxF-#z#$aq+4Qz@0AzC4hU&I9{VL4E-0E`T}?;%8HZ zqX5|Cu+T6Q;COoOe>x+gpJ+jAi zs$=zVa^eg~vpX0^f>21JnSVRrf)dSi;3E;9!$!8^AU@UTe?V(xx0WyQ=9(oE#X)79xWc6~aciV+8aQ1QFN8$i_@Tkf)0WuWln^xh{CxaVGbMLGc|dZrA1>HmEhM|yuHp0IA&=c#+oaB?*tc|FL|++a{=q%PSlWFDC(gkK zn&aU<3O!ADOAn!w$AxQo#*%s)8fVPK#hQoCZC?4QMR*?fBF1AFA|wQl!=o1cV4%TT zd$3Y-FX2eO5as-gJuGwNZ9tHSY@P6ezc3EN`niV(dAb@Q?2%tYeW8nP7V%NihF}) z!kP!6-tOKxqJ5{;+`69uMAaV+;#Y&m^>WlZe-31!rP~T7Xv@M6eS{u{1kFeJuXQUe zjo~VH6gzgXMY-cixvnb9m$DqrTkecM`5>4%HFT?y9O5apAxm6yrSocFR_UBAaBVkl}qK)sbPw}9A%%|(rfqc%eJ#IKRic` zugNAI{2=cdnkn6CMEwiDw!iGTo8tV{@it$2lXgkde{j&OUd!bIXLW&3%AE8WWaW&}Tluh%!K+E5 zp)R=Ae-Z6>25o|+aVK6u?V$Dm1|L{K!u+Ia5g97O>H5H$t=X4)Hwx_^-mWSsWB<|C}?>pwtQ zu!vpw%`Vmbkg2Og936WzmvMzB}*99FKJ!jPFr7b2ev9YG=kkMMlkOk_G2j-UcI z0Lbg%^N4-n;(dTcEUhhY;&z;C2?dcU-7(U*H-ONumHZ>8nLVJ{A$81Yp^R5L_-im(G0mSg6s9?;8pG zo&_x;feG9nMN9~SfjSCcl^AdY4R(zQMSfV5+*q5(|9B5TBPoC&9sX+{;!1>sFkmM+ z7=0$Bhygba;tIxcXQ?0$8r+q!LEu2J>nJz{Im3ad@*t4_R+hKEf!+AlP63sWAP1Oy zg)~?Z1qj5$67jGOE;4`vxk+CiWo;ad;r9P;1}V@ID)s;sTE-O^rNa}M0GftQq+tmZ zAe!?PLEN%EFJgD#=SeCOPx@)hcWA({8)<1px-^Ccr=Pn=-z`+kqKKBW*kA-+7JR1`HNUKs0g*N<@)w~|}|8ErRUs8|)$M0c4d5YD|>v9Go&xTLw0 zJ}+Qk=p;HFeo@Irv7!1u56-7oSrGXApT4cNSSfEH>EMO;Q$O504kXv$?ccp6*jy9) z2Q+P3+DPV!nR4^K%(Y8;a5>!<>x$%+DuKw<* zexZ^}Vl6<|7%c=1Z$VJJ%(16o>*KbNv>9ag>phY$p9K9tO&L<~bdPnTQp87~$w$fV zuEy(V&F{%&zix0BGG75yd_M@{5cj-!Gm9f26sY;zjq`2fxXm{6^z0-L!6&C+bWeW+ zb(G6Wi_&LQc=|J|a0jANI0#LD))ygVatZ}xKw~L%T{yJyDHpljVVW6fEsrx2bH_|P zkz`C?C{n`68>Jx?N#24doi^^#VHj3iIz*29DH$1+f`T3MB2Vgz-^+h>M55BtTimMM z+b0)E-HuJLX^*U>?Q3>ll!Pd#62L;x(&}NbOL@o{y#gu!6tcf6I8CzzP%u64B7;Sf z{is8c7AlM75i^w@k>l^0Ej3(sur_=Knt%k14NPdTN!mE%^*8Ye{$c^`|WGfM$X;T==yM3SG8-K|NG{kc5^FO<(!RraRO99&M!Dw&pV7NlsI z Administrative Templates > Windows Components > Cloud Content | For more info, see [Windows spotlight on the lock screen](../configure/windows-spotlight.md). Note that an additional **Cloud Content** policy, **Do not suggest third-party content in Windows spotlight**, does apply to Windows 10 Pro. | -| **Turn off all Windows Spotlight features** | User Configuration > Administrative Templates > Windows Components > Cloud Content | For more info, see [Windows spotlight on the lock screen](../configure/windows-spotlight.md) | -| **Turn off Microsoft consumer features** | Computer Configuration > Administrative Templates > Windows Components > Cloud Content | For more info, see [Windows spotlight on the lock screen](../configure/windows-spotlight.md) | -| **Do not display the lock screen** | Computer Configuration > Administrative Templates > Control Panel > Personalization | For more info, see [Windows spotlight on the lock screen](../configure/windows-spotlight.md) | -| **Do not require CTRL+ALT+DEL**
combined with
**Turn off app notifications on the lock screen** | Computer Configuration > Administrative Templates > System > Logon
and
Computer Configuration > Windows Settings > Security Settings > Local Policies > Security Options > Interactive logon | When both of these policy settings are enabled, the combination will also disable lock screen apps ([assigned access](set-up-a-device-for-anyone-to-use.md)) on Windows 10 Enterprise and Windows 10 Education only. These policy settings can be applied to Windows 10 Pro, but lock screen apps will not be disabled on Windows 10 Pro.

**Important:** The description for **Interactive logon: Do not require CTRL+ALT+DEL** in the Group Policy Editor incorrectly states that it only applies to Windows 10 Enterprise and Education. The description will be corrected in a future release.| -| **Do not show Windows Tips** | Computer Configuration > Administrative Templates > Windows Components > Cloud Content | For more info, see [Windows spotlight on the lock screen](../configure/windows-spotlight.md | -| **Force a specific default lock screen image** | Computer Configuration > Administrative Templates > Control Panel > Personalization | For more info, see [Windows spotlight on the lock screen](../configure/windows-spotlight.md) | -| **Start layout** | User Configuration\Administrative Templates\Start Menu and Taskbar | For more info, see [Manage Windows 10 Start layout options and policies](windows-10-start-layout-options-and-policies.md) | +| **Configure Spotlight on lock screen** | User Configuration > Administrative Templates > Windows Components > Cloud Content | For more info, see [Windows spotlight on the lock screen](/windows/configuration/windows-spotlight). Note that an additional **Cloud Content** policy, **Do not suggest third-party content in Windows spotlight**, does apply to Windows 10 Pro. | +| **Turn off all Windows Spotlight features** | User Configuration > Administrative Templates > Windows Components > Cloud Content | For more info, see [Windows spotlight on the lock screen](/windows/configuration/windows-spotlight) | +| **Turn off Microsoft consumer features** | Computer Configuration > Administrative Templates > Windows Components > Cloud Content | For more info, see [Windows spotlight on the lock screen](/windows/configuration/windows-spotlight) | +| **Do not display the lock screen** | Computer Configuration > Administrative Templates > Control Panel > Personalization | For more info, see [Windows spotlight on the lock screen](/windows/configuration/windows-spotlight) | +| **Do not require CTRL+ALT+DEL**
combined with
**Turn off app notifications on the lock screen** | Computer Configuration > Administrative Templates > System > Logon
and
Computer Configuration > Windows Settings > Security Settings > Local Policies > Security Options > Interactive logon | When both of these policy settings are enabled, the combination will also disable lock screen apps ([assigned access](/windows/configuration/set-up-a-device-for-anyone-to-use)) on Windows 10 Enterprise and Windows 10 Education only. These policy settings can be applied to Windows 10 Pro, but lock screen apps will not be disabled on Windows 10 Pro.

**Important:** The description for **Interactive logon: Do not require CTRL+ALT+DEL** in the Group Policy Editor incorrectly states that it only applies to Windows 10 Enterprise and Education. The description will be corrected in a future release.| +| **Do not show Windows Tips** | Computer Configuration > Administrative Templates > Windows Components > Cloud Content | For more info, see [Windows spotlight on the lock screen](/windows/configuration/windows-spotlight | +| **Force a specific default lock screen image** | Computer Configuration > Administrative Templates > Control Panel > Personalization | For more info, see [Windows spotlight on the lock screen](/windows/configuration/windows-spotlight) | +| **Start layout** | User Configuration\Administrative Templates\Start Menu and Taskbar | For more info, see [Manage Windows 10 Start layout options and policies](/windows/configuration/windows-10-start-layout-options-and-policies) | | **Turn off the Store application** | Computer Configuration > Administrative Templates > Windows Components > Store > Turn off the Store application

User Configuration > Administrative Templates > Windows Components > Store > Turn off the Store application | For more info, see [Knowledge Base article# 3135657](https://support.microsoft.com/kb/3135657). | -| **Only display the private store within the Windows Store app** | Computer Configuration > Administrative Templates > Windows Components > Store > Only display the private store within the Windows Store app

User Configuration > Administrative Templates > Windows Components > Store > Only display the private store within the Windows Store app | For more info, see [Manage access to private store](manage-access-to-private-store.md) | -| **Don't search the web or display web results** | Computer Configuration\Administrative Templates\Windows Components\Search\Don't search the web or display web results | For more info, see [Cortana integration in your enterprise](../configure/cortana-at-work-overview.md) | +| **Only display the private store within the Windows Store app** | Computer Configuration > Administrative Templates > Windows Components > Store > Only display the private store within the Windows Store app

User Configuration > Administrative Templates > Windows Components > Store > Only display the private store within the Windows Store app | For more info, see [Manage access to private store](/microsoft-store/manage-access-to-private-store) | +| **Don't search the web or display web results** | Computer Configuration\Administrative Templates\Windows Components\Search\Don't search the web or display web results | For more info, see [Cortana integration in your enterprise](/windows/configuration/cortana-at-work/cortana-at-work-overview) | - + \ No newline at end of file diff --git a/windows/configure/images/aadj1.jpg b/windows/client-management/images/aadj1.jpg similarity index 100% rename from windows/configure/images/aadj1.jpg rename to windows/client-management/images/aadj1.jpg diff --git a/windows/configure/images/aadj2.jpg b/windows/client-management/images/aadj2.jpg similarity index 100% rename from windows/configure/images/aadj2.jpg rename to windows/client-management/images/aadj2.jpg diff --git a/windows/configure/images/aadj3.jpg b/windows/client-management/images/aadj3.jpg similarity index 100% rename from windows/configure/images/aadj3.jpg rename to windows/client-management/images/aadj3.jpg diff --git a/windows/configure/images/aadj4.jpg b/windows/client-management/images/aadj4.jpg similarity index 100% rename from windows/configure/images/aadj4.jpg rename to windows/client-management/images/aadj4.jpg diff --git a/windows/configure/images/aadjbrowser.jpg b/windows/client-management/images/aadjbrowser.jpg similarity index 100% rename from windows/configure/images/aadjbrowser.jpg rename to windows/client-management/images/aadjbrowser.jpg diff --git a/windows/configure/images/aadjcal.jpg b/windows/client-management/images/aadjcal.jpg similarity index 100% rename from windows/configure/images/aadjcal.jpg rename to windows/client-management/images/aadjcal.jpg diff --git a/windows/configure/images/aadjcalmail.jpg b/windows/client-management/images/aadjcalmail.jpg similarity index 100% rename from windows/configure/images/aadjcalmail.jpg rename to windows/client-management/images/aadjcalmail.jpg diff --git a/windows/configure/images/aadjmail1.jpg b/windows/client-management/images/aadjmail1.jpg similarity index 100% rename from windows/configure/images/aadjmail1.jpg rename to windows/client-management/images/aadjmail1.jpg diff --git a/windows/configure/images/aadjmail2.jpg b/windows/client-management/images/aadjmail2.jpg similarity index 100% rename from windows/configure/images/aadjmail2.jpg rename to windows/client-management/images/aadjmail2.jpg diff --git a/windows/configure/images/aadjmail3.jpg b/windows/client-management/images/aadjmail3.jpg similarity index 100% rename from windows/configure/images/aadjmail3.jpg rename to windows/client-management/images/aadjmail3.jpg diff --git a/windows/configure/images/aadjonedrive.jpg b/windows/client-management/images/aadjonedrive.jpg similarity index 100% rename from windows/configure/images/aadjonedrive.jpg rename to windows/client-management/images/aadjonedrive.jpg diff --git a/windows/configure/images/aadjonenote.jpg b/windows/client-management/images/aadjonenote.jpg similarity index 100% rename from windows/configure/images/aadjonenote.jpg rename to windows/client-management/images/aadjonenote.jpg diff --git a/windows/configure/images/aadjonenote2.jpg b/windows/client-management/images/aadjonenote2.jpg similarity index 100% rename from windows/configure/images/aadjonenote2.jpg rename to windows/client-management/images/aadjonenote2.jpg diff --git a/windows/configure/images/aadjonenote3.jpg b/windows/client-management/images/aadjonenote3.jpg similarity index 100% rename from windows/configure/images/aadjonenote3.jpg rename to windows/client-management/images/aadjonenote3.jpg diff --git a/windows/configure/images/aadjpin.jpg b/windows/client-management/images/aadjpin.jpg similarity index 100% rename from windows/configure/images/aadjpin.jpg rename to windows/client-management/images/aadjpin.jpg diff --git a/windows/configure/images/aadjppt.jpg b/windows/client-management/images/aadjppt.jpg similarity index 100% rename from windows/configure/images/aadjppt.jpg rename to windows/client-management/images/aadjppt.jpg diff --git a/windows/configure/images/aadjverify.jpg b/windows/client-management/images/aadjverify.jpg similarity index 100% rename from windows/configure/images/aadjverify.jpg rename to windows/client-management/images/aadjverify.jpg diff --git a/windows/configure/images/aadjword.jpg b/windows/client-management/images/aadjword.jpg similarity index 100% rename from windows/configure/images/aadjword.jpg rename to windows/client-management/images/aadjword.jpg diff --git a/windows/configure/images/aadjwsfb.jpg b/windows/client-management/images/aadjwsfb.jpg similarity index 100% rename from windows/configure/images/aadjwsfb.jpg rename to windows/client-management/images/aadjwsfb.jpg diff --git a/windows/configure/images/admin-tools-folder.png b/windows/client-management/images/admin-tools-folder.png similarity index 100% rename from windows/configure/images/admin-tools-folder.png rename to windows/client-management/images/admin-tools-folder.png diff --git a/windows/configure/images/admin-tools.png b/windows/client-management/images/admin-tools.png similarity index 100% rename from windows/configure/images/admin-tools.png rename to windows/client-management/images/admin-tools.png diff --git a/windows/configure/images/allow-rdp.png b/windows/client-management/images/allow-rdp.png similarity index 100% rename from windows/configure/images/allow-rdp.png rename to windows/client-management/images/allow-rdp.png diff --git a/windows/configure/images/checkmark.png b/windows/client-management/images/checkmark.png similarity index 100% rename from windows/configure/images/checkmark.png rename to windows/client-management/images/checkmark.png diff --git a/windows/configure/images/copy-to-change.png b/windows/client-management/images/copy-to-change.png similarity index 100% rename from windows/configure/images/copy-to-change.png rename to windows/client-management/images/copy-to-change.png diff --git a/windows/configure/images/copy-to-path.png b/windows/client-management/images/copy-to-path.png similarity index 100% rename from windows/configure/images/copy-to-path.png rename to windows/client-management/images/copy-to-path.png diff --git a/windows/configure/images/copy-to.PNG b/windows/client-management/images/copy-to.PNG similarity index 100% rename from windows/configure/images/copy-to.PNG rename to windows/client-management/images/copy-to.PNG diff --git a/windows/configure/images/crossmark.png b/windows/client-management/images/crossmark.png similarity index 100% rename from windows/configure/images/crossmark.png rename to windows/client-management/images/crossmark.png diff --git a/windows/configure/images/rdp.png b/windows/client-management/images/rdp.png similarity index 100% rename from windows/configure/images/rdp.png rename to windows/client-management/images/rdp.png diff --git a/windows/manage/images/settings-page-visibility-gp.png b/windows/client-management/images/settings-page-visibility-gp.png similarity index 100% rename from windows/manage/images/settings-page-visibility-gp.png rename to windows/client-management/images/settings-page-visibility-gp.png diff --git a/windows/configure/images/sysprep-error.png b/windows/client-management/images/sysprep-error.png similarity index 100% rename from windows/configure/images/sysprep-error.png rename to windows/client-management/images/sysprep-error.png diff --git a/windows/configure/images/windows-10-management-cyod-byod-flow.png b/windows/client-management/images/windows-10-management-cyod-byod-flow.png similarity index 100% rename from windows/configure/images/windows-10-management-cyod-byod-flow.png rename to windows/client-management/images/windows-10-management-cyod-byod-flow.png diff --git a/windows/configure/images/windows-10-management-gp-intune-flow.png b/windows/client-management/images/windows-10-management-gp-intune-flow.png similarity index 100% rename from windows/configure/images/windows-10-management-gp-intune-flow.png rename to windows/client-management/images/windows-10-management-gp-intune-flow.png diff --git a/windows/configure/images/windows-10-management-range-of-options.png b/windows/client-management/images/windows-10-management-range-of-options.png similarity index 100% rename from windows/configure/images/windows-10-management-range-of-options.png rename to windows/client-management/images/windows-10-management-range-of-options.png diff --git a/windows/client-management/index.md b/windows/client-management/index.md new file mode 100644 index 0000000000..9360321453 --- /dev/null +++ b/windows/client-management/index.md @@ -0,0 +1,30 @@ +--- +title: Client management (Windows 10) +description: Windows 10 client management +ms.prod: w10 +ms.mktglfcycl: manage +ms.sitesec: library +author: jdeckerMS +localizationpriority: medium +--- + +# Client Management + +**Applies to** +- Windows 10 + +Learn about the administrative tools, tasks and best practices for managing Windows 10 and Windows 10 Mobile clients across your enterprise. + +| Topic | Description | +|---|---| +|[Administrative tools in Windows 10](administrative-tools-in-windows-10.md)| Listing of administrative tools useful for ITPros and advanced users in managing Windows client.| +|[Connect to remote AADJ PCs](connect-to-remote-aadj-pc.md)| Instructions for connecting to a remote PC joined to Azure Active Directory (Azure AD)| +|[Group policies for enterprise and education editions](group-policies-for-enterprise-and-education-editions.md)| Listing of all group policy settings that apply specifically to Windows 10 Enterprise and Education editions| +|[Join Windows 10 Mobile to AAD](join-windows-10-mobile-to-azure-active-directory.md)| Describes the considerations and options for using Windows 10 Mobile with Azure AD in your organization.| +|[Manage corporate devices](manage-corporate-devices.md)| Listing of resources to manage all your corporate devices running Windows 10 : desktops, laptops, tablets, and phones | +|[Transitioning to modern ITPro management](manage-windows-10-in-your-organization-modern-management.md)| Describes modern Windows 10 ITPro management scenarios across traditional, hybrid and cloud-based enterprise needs| +|[Mandatory user profiles](mandatory-user-profile.md)| Instructions for managing settings commonly defined in a mandatory profiles, including (but are not limited to): icons that appear on the desktop, desktop backgrounds, user preferences in Control Panel, printer selections, and more.| +|[New policies for Windows 10](new-policies-for-windows-10.md)| Listing of new group policy settings available in Windows 10| +|[Reset a Windows 10 Mobile device](reset-a-windows-10-mobile-device.md)| Instructions for resetting a Windows 10 Mobile device using either *factory* or *'wipe and persist'* reset options| +|[Deploy Windows 10 Mobile](windows-10-mobile-and-mdm.md)| Considerations and instructions for deploying Windows 10 Mobile| +|[Windows libraries](windows-libraries.md)| Considerations and instructions for managing Windows 10 libraries such as My Documents, My Pictures, and My Music.| diff --git a/windows/manage/join-windows-10-mobile-to-azure-active-directory.md b/windows/client-management/join-windows-10-mobile-to-azure-active-directory.md similarity index 97% rename from windows/manage/join-windows-10-mobile-to-azure-active-directory.md rename to windows/client-management/join-windows-10-mobile-to-azure-active-directory.md index 61e6b65929..1b2593fec1 100644 --- a/windows/manage/join-windows-10-mobile-to-azure-active-directory.md +++ b/windows/client-management/join-windows-10-mobile-to-azure-active-directory.md @@ -122,7 +122,7 @@ An added work account provides the same SSO experience in browser apps like Offi ![set up a pin](images/aadjpin.jpg) - **Note**  To learn more about the PIN requirement, see [Why a PIN is better than a password](../keep-secure/why-a-pin-is-better-than-a-password.md). + **Note**  To learn more about the PIN requirement, see [Why a PIN is better than a password](/windows/access-protection/hello-for-business/hello-why-pin-is-better-than-password).   @@ -191,7 +191,7 @@ To see the Notebooks that your Azure AD account has access to, tap **More Notebo ## Use Windows Store for Business -[Windows Store for Business](windows-store-for-business.md) allows you to specify applications to be available to your users in the Windows Store application. These applications show up on a tab titled for your company. Applications approved in the Windows Store for Business portal can be installed by users. +[Windows Store for Business](/microsoft-store/index) allows you to specify applications to be available to your users in the Windows Store application. These applications show up on a tab titled for your company. Applications approved in the Windows Store for Business portal can be installed by users. ![company tab on store](images/aadjwsfb.jpg) diff --git a/windows/manage/manage-corporate-devices.md b/windows/client-management/manage-corporate-devices.md similarity index 82% rename from windows/manage/manage-corporate-devices.md rename to windows/client-management/manage-corporate-devices.md index c282a281cf..a966ef1982 100644 --- a/windows/manage/manage-corporate-devices.md +++ b/windows/client-management/manage-corporate-devices.md @@ -27,12 +27,12 @@ You can use the same management tools to manage all device types running Windows | --- | --- | | [Manage Windows 10 in your organization - transitioning to modern management](manage-windows-10-in-your-organization-modern-management.md) | Strategies for deploying and managing Windows 10, including deploying Windows 10 in a mixed environment | | [Connect to remote Azure Active Directory-joined PC](connect-to-remote-aadj-pc.md) | How to use Remote Desktop Connection to connect to an Azure AD-joined PC | -| [Manage Windows 10 and Windows Store tips, tricks, and suggestions](manage-tips-and-suggestions.md) | Options to manage user experiences to provide a consistent and predictable experience for employees | +| [Manage Windows 10 and Windows Store tips, tricks, and suggestions](/windows/configuration/manage-tips-and-suggestions) | Options to manage user experiences to provide a consistent and predictable experience for employees | | [New policies for Windows 10](new-policies-for-windows-10.md) | New Group Policy settings added in Windows 10 | | [Group Policies that apply only to Windows 10 Enterprise and Windows 10 Education](group-policies-for-enterprise-and-education-editions.md) | Group Policy settings that apply only to Windows 10 Enterprise and Windows 10 Education | -| [Changes to Group Policy settings for Start in Windows 10](changes-to-start-policies-in-windows-10.md) | Changes to the Group Policy settings that you use to manage Start | +| [Changes to Group Policy settings for Start in Windows 10](/windows/configuration/changes-to-start-policies-in-windows-10) | Changes to the Group Policy settings that you use to manage Start | | [Windows 10 Mobile and MDM](windows-10-mobile-and-mdm.md) | How to plan for and deploy Windows 10 Mobile devices | -| [Introduction to configuration service providers (CSPs) for IT pros](how-it-pros-can-use-configuration-service-providers.md) | How IT pros and system administrators can take advantage of many settings available through CSPs to configure devices running Windows 10 and Windows 10 Mobile in their organizations | +| [Introduction to configuration service providers (CSPs) for IT pros](/windows/configuration/provisioning-packages/how-it-pros-can-use-configuration-service-providers) | How IT pros and system administrators can take advantage of many settings available through CSPs to configure devices running Windows 10 and Windows 10 Mobile in their organizations | ## Learn more diff --git a/windows/manage/manage-settings-app-with-group-policy.md b/windows/client-management/manage-settings-app-with-group-policy.md similarity index 100% rename from windows/manage/manage-settings-app-with-group-policy.md rename to windows/client-management/manage-settings-app-with-group-policy.md diff --git a/windows/manage/manage-windows-10-in-your-organization-modern-management.md b/windows/client-management/manage-windows-10-in-your-organization-modern-management.md similarity index 100% rename from windows/manage/manage-windows-10-in-your-organization-modern-management.md rename to windows/client-management/manage-windows-10-in-your-organization-modern-management.md diff --git a/windows/manage/mandatory-user-profile.md b/windows/client-management/mandatory-user-profile.md similarity index 96% rename from windows/manage/mandatory-user-profile.md rename to windows/client-management/mandatory-user-profile.md index 3ced9aa8fd..f3344f6f15 100644 --- a/windows/manage/mandatory-user-profile.md +++ b/windows/client-management/mandatory-user-profile.md @@ -162,10 +162,9 @@ When a user is configured with a mandatory profile, Windows 10 starts as though ## Related topics -- [Manage Windows 10 Start layout and taskbar options](windows-10-start-layout-options-and-policies.md) -- [Lock down Windows 10 to specific apps](lock-down-windows-10-to-specific-apps.md) -- [Windows Spotlight on the lock screen](../configure/windows-spotlight.md) -- [Configure devices without MDM](configure-devices-without-mdm.md) - +- [Manage Windows 10 Start layout and taskbar options](/windows/configuration/windows-10-start-layout-options-and-policies) +- [Lock down Windows 10 to specific apps](/windows/configuration/lock-down-windows-10-to-specific-apps) +- [Windows Spotlight on the lock screen](/windows/configuration/windows-spotlight) +- [Configure devices without MDM](/windows/configuration/configure-devices-without-mdm) diff --git a/windows/manage/new-policies-for-windows-10.md b/windows/client-management/new-policies-for-windows-10.md similarity index 90% rename from windows/manage/new-policies-for-windows-10.md rename to windows/client-management/new-policies-for-windows-10.md index 311f3f125f..bdb9f28644 100644 --- a/windows/manage/new-policies-for-windows-10.md +++ b/windows/client-management/new-policies-for-windows-10.md @@ -35,7 +35,7 @@ There are some new policy settings in Group Policy for devices running Windows  - Allow applications to share app data between users -- [Start screen and Start menu layout](customize-windows-10-start-screens-by-using-group-policy.md) +- [Start screen and Start menu layout](/windows/configuration/customize-windows-10-start-screens-by-using-group-policy) - Windows Tips @@ -62,7 +62,7 @@ Mobile device management (MDM) for Windows 10 Pro, Windows 10 Enterprise, Wind - Hardware-based device health attestation -- [Kiosk mode](set-up-a-device-for-anyone-to-use.md), start screen, start menu layout +- [Kiosk mode](/windows/configuration/set-up-a-device-for-anyone-to-use), start screen, start menu layout - Security @@ -85,7 +85,7 @@ No new [Exchange ActiveSync policies](https://go.microsoft.com/fwlink/p/?LinkId= [Manage corporate devices](manage-corporate-devices.md) -[Changes to Group Policy settings for Start in Windows 10](changes-to-start-policies-in-windows-10.md) +[Changes to Group Policy settings for Start in Windows 10](/windows/configuration/changes-to-start-policies-in-windows-10) [Windows 10 Mobile and MDM](windows-10-mobile-and-mdm.md) diff --git a/windows/manage/reset-a-windows-10-mobile-device.md b/windows/client-management/reset-a-windows-10-mobile-device.md similarity index 100% rename from windows/manage/reset-a-windows-10-mobile-device.md rename to windows/client-management/reset-a-windows-10-mobile-device.md diff --git a/windows/manage/windows-10-mobile-and-mdm.md b/windows/client-management/windows-10-mobile-and-mdm.md similarity index 99% rename from windows/manage/windows-10-mobile-and-mdm.md rename to windows/client-management/windows-10-mobile-and-mdm.md index cc517ce971..0d6a833f58 100644 --- a/windows/manage/windows-10-mobile-and-mdm.md +++ b/windows/client-management/windows-10-mobile-and-mdm.md @@ -195,7 +195,7 @@ The Windows Push Notification Services enable software developers to send toast, However, push notifications can affect battery life so the battery saver in Windows 10 Mobile limits background activity on the devices to extend battery life. Users can configure battery saver to turn on automatically when the battery drops below a set threshold. Windows 10 Mobile disables the receipt of push notifications to save energy when battery saver is on. However, there is an exception to this behavior. In Windows 10 Mobile, the Always allowed battery saver setting (found in the Settings app) allows apps to receive push notifications even when battery saver is on. Users can manually configure this list, or IT can use the MDM system to configure the battery saver settings URI scheme in Windows 10 Mobile (ms-settings:batterysaver-settings). -For more information about health attestation in Windows 10 Mobile, see the [Windows 10 Mobile security guide](../keep-secure/windows-10-mobile-security-guide.md). +For more information about health attestation in Windows 10 Mobile, see the [Windows 10 Mobile security guide](/windows/device-security/windows-10-mobile-security-guide). **Windows Update for Business** Microsoft designed Windows Update for Business to provide IT administrators with additional Windows Update-centric management capabilities, such as the ability to deploy updates to groups of devices and to define maintenance windows for installing updates. @@ -301,7 +301,7 @@ Certificates help improve security by providing account authentication, Wi Fi au To install certificates manually, you can post them on Microsoft Edge website or send them directly via email, which is ideal for testing purposes. Using SCEP and MDM systems, certificate management is completely transparent and requires no user intervention, helping improve user productivity, and reduce support calls. Your MDM system can automatically deploy these certificates to the devices’ certificate stores after you enroll the device (as long as the MDM system supports the Simple Certificate Enrollment Protocol (SCEP) or Personal Information Exchange (PFX)). The MDM server can also query and delete SCEP enrolled client certificate (including user installed certificates), or trigger a new enrollment request before the current certificate is expired. In addition to SCEP certificate management, Windows 10 Mobile supports deployment of PFX certificates. The table below lists the Windows 10 Mobile PFX certificate deployment settings. -Get more detailed information about MDM certificate management in the [Client Certificate Install CSP](https://msdn.microsoft.com/en-us/library/windows/hardware/dn920023(v=vs.85).aspx) and [Install digital certificates on Windows 10 Mobile](../keep-secure/installing-digital-certificates-on-windows-10-mobile.md). +Get more detailed information about MDM certificate management in the [Client Certificate Install CSP](https://msdn.microsoft.com/en-us/library/windows/hardware/dn920023(v=vs.85).aspx) and [Install digital certificates on Windows 10 Mobile](/windows/access-protection/installing-digital-certificates-on-windows-10-mobile). Use the Allow Manual Root Certificate Installation setting to prevent users from manually installing root and intermediate CA certificates intentionally or accidently. >**Note:** To diagnose certificate-related issues on Windows 10 Mobile devices, use the free Certificates app in Windows Store. This Windows 10 Mobile app can help you: @@ -520,7 +520,7 @@ To install acquired Windows Store or LOB apps offline on a Windows 10 Mobile dev Windows Store apps or LOB apps that have been uploaded to the Windows Store for Business are automatically trusted on all Windows devices, as they are cryptographically signed with Windows Store certificates. LOB apps that are uploaded to the Windows Store for Business are private to your organization and are never visible to other companies or consumers. If you do not want to upload your LOB apps, you have to establish trust for the app on your devices. To establish this trust, you’ll need to generate a signing certificate with your Public Key Infrastructure and add your chain of trust to the trusted certificates on the device (see the certificates section). You can install up to 20 self-signed LOB apps per device with Windows 10 Mobile. To install more than 20 apps on a device, you can purchase a signing certificate from a trusted public Certificate Authority, or upgrade your devices to Windows 10 Mobile Enterprise edition. -Learn more about the [Windows Store for Business](windows-store-for-business.md). +Learn more about the [Windows Store for Business](/microsoft-store/index). ### Managing apps @@ -590,7 +590,7 @@ The following table lists the settings that can be configured for Windows Inform >**Note:** * Are mandatory Windows Information Protection policies. To make Windows Information Protection functional, AppLocker and network isolation settings - specifically Enterprise IP Range and Enterprise Network Domain Names – must be configured. This defines the source of all corporate data that needs protection and also ensures data written to these locations won’t be encrypted by the user’s encryption key (so that others in the company can access it. -For more information on Windows Information Protection, see the [EnterpriseDataProtection CSP](https://msdn.microsoft.com/en-us/library/windows/hardware/mt697634(v=vs.85).aspx) and the following in-depth article series [Protect your enterprise data using Windows Information Protection](../keep-secure/protect-enterprise-data-using-wip.md). +For more information on Windows Information Protection, see the [EnterpriseDataProtection CSP](https://msdn.microsoft.com/en-us/library/windows/hardware/mt697634(v=vs.85).aspx) and the following in-depth article series [Protect your enterprise data using Windows Information Protection](/windows/threat-protection/windows-information-protection/protect-enterprise-data-using-wip). ### Managing user activities @@ -796,7 +796,7 @@ Upgrading to Windows 10 Mobile Enterprise edition provides additional device and - **Deploy an unlimited number of self-signed LOB apps to a single device:** To use an MDM system to deploy LOB apps directly to devices, you must cryptographically sign the software packages with a code signing certificate that your organization’s certificate authority (CA) generates. You can deploy a maximum of 20 self-signed LOB apps to a Windows 10 Mobile device. To deploy more than 20 self-signed LOB apps, Windows 10 Mobile Enterprise is required. - **Set the telemetry level:** Microsoft collects telemetry data to help keep Windows devices secure and to help Microsoft improve the quality of Windows and Microsoft services. An upgrade to Windows 10 Mobile Enterprise edition is required to set the telemetry level so that only telemetry information required to keep devices secured is gathered. -To learn more about telemetry, visit [Configure Windows telemetry in your organization](configure-windows-telemetry-in-your-organization.md). +To learn more about telemetry, visit [Configure Windows telemetry in your organization](/windows/configuration/configure-windows-telemetry-in-your-organization). To activate Windows 10 Mobile Enterprise, use your MDM system or a provisioning package to inject the Windows 10 Enterprise license on a Windows 10 Mobile device. Licenses can be obtained from the Volume Licensing portal. For testing purposes, you can obtain a licensing file from the MSDN download center. A valid MSDN subscription is required. @@ -897,7 +897,7 @@ In addition, in version 1607, you can configure when the update is applied to th Although Windows 10 Enterprise enables IT administrators to defer installation of new updates from Windows Update, enterprises may also want additional control over update processes. With this in mind, Microsoft created Windows Update for Business. Microsoft designed Windows Update for Business to provide IT administrators with additional Windows Update-centric management capabilities, such as the ability to deploy updates to groups of devices and to define maintenance windows for installing updates. If you are using a MDM system, the use of Windows Update for Business is not a requirement, as you can manage these features from your MDM system. -Learn more about [Windows Update for Business](../plan/windows-update-for-business.md). +Learn more about [Windows Update for Business](/windows/deployment/update/waas-manage-updates-wufb). IT administrators can specify where the device gets updates from with AllowUpdateService. This could be Microsoft Update, Windows Update for Business, or Windows Server Update Services (WSUS. @@ -950,7 +950,7 @@ DHA-enabled device management solutions help IT managers create a unified securi >**Note:** Windows Device Health Attestation Service can be used for conditional access scenarios which may be enabled by Mobile Device Management solutions (e.g.: Microsoft Intune) and other types of management systems (e.g.: SCCM) purchased separately. -For more information about health attestation in Windows 10 Mobile, see the [Windows 10 Mobile security guide](../keep-secure/windows-10-mobile-security-guide.md). +For more information about health attestation in Windows 10 Mobile, see the [Windows 10 Mobile security guide](/windows/device-security/windows-10-mobile-security-guide). Thisis a lists of attributes that are supported by DHA and can trigger the corrective actions mentioned above. - **Attestation Identity Key (AIK) present** Indicates that an AIK is present (i.e., the device can be trusted more than a device without an AIK). @@ -1014,7 +1014,7 @@ Microsoft uses telemetry (diagnostics, performance, and usage data) from Windows You can control the level of data that telemetry systems collect. To configure devices, specify one of these levels in the Allow Telemetry setting with your MDM system. -For more information, see [Configure Windows telemetry in Your organization](configure-windows-telemetry-in-your-organization.md). +For more information, see [Configure Windows telemetry in Your organization](/windows/configuration/configure-windows-telemetry-in-your-organization). >**Note:** Telemetry can only be managed when the device is upgraded to Windows 10 Mobile Enterprise edition. @@ -1072,4 +1072,3 @@ A better option than wiping the entire device is to use Windows Information Prot - November 2015 Updated for Windows 10 Mobile (version 1511) - August 2016 Updated for Windows 10 Mobile Anniversary Update (version 1607) - diff --git a/windows/manage/windows-libraries.md b/windows/client-management/windows-libraries.md similarity index 99% rename from windows/manage/windows-libraries.md rename to windows/client-management/windows-libraries.md index f8937e7a43..0b4746f88d 100644 --- a/windows/manage/windows-libraries.md +++ b/windows/client-management/windows-libraries.md @@ -7,10 +7,9 @@ ms.manager: dongill ms.technology: storage ms.topic: article author: jasongerend -ms.date: 2/6/2017 description: All about Windows Libraries, which are containers for users' content, such as Documents and Pictures. --- -# Windows Libraries +# Windows libraries > Applies to: Windows 10, Windows 8.1, Windows 7, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 R2 diff --git a/windows/configuration/TOC.md b/windows/configuration/TOC.md new file mode 100644 index 0000000000..962281e962 --- /dev/null +++ b/windows/configuration/TOC.md @@ -0,0 +1,92 @@ +# [Configure Windows 10](index.md) +## [Configure Windows telemetry in your organization](configure-windows-telemetry-in-your-organization.md) +## [Basic level Windows diagnostic events and fields](basic-level-windows-diagnostic-events-and-fields.md) +## [Windows 10, version 1703 diagnostic data](windows-diagnostic-data.md) +## [Manage connections from Windows operating system components to Microsoft services](manage-connections-from-windows-operating-system-components-to-microsoft-services.md) +## [Manage Wi-Fi Sense in your company](manage-wifi-sense-in-enterprise.md) +## [Configure kiosk and shared devices running Windows 10 desktop editions](kiosk-shared-pc.md) +### [Set up a shared or guest PC with Windows 10](set-up-shared-or-guest-pc.md) +### [Set up a kiosk on Windows 10 Pro, Enterprise, or Education](set-up-a-kiosk-for-windows-10-for-desktop-editions.md) +### [Guidelines for choosing an app for assigned access (kiosk mode)](guidelines-for-assigned-access-app.md) +### [Lock down Windows 10 to specific apps (AppLocker)](lock-down-windows-10-to-specific-apps.md) +## [Configure Windows 10 Mobile devices](mobile-devices/configure-mobile.md) +### [Set up a kiosk on Windows 10 Mobile or Windows 10 Mobile Enterprise](mobile-devices/set-up-a-kiosk-for-windows-10-for-mobile-edition.md) +### [Use Windows Configuration Designer to configure Windows 10 Mobile devices](mobile-devices/provisioning-configure-mobile.md) +#### [NFC-based device provisioning](mobile-devices/provisioning-nfc.md) +#### [Barcode provisioning and the package splitter tool](mobile-devices/provisioning-package-splitter.md) +### [Use the Lockdown Designer app to create a Lockdown XML file](mobile-devices/mobile-lockdown-designer.md) +### [Configure Windows 10 Mobile using Lockdown XML](mobile-devices/lockdown-xml.md) +### [Settings and quick actions that can be locked down in Windows 10 Mobile](mobile-devices/settings-that-can-be-locked-down.md) +### [Product IDs in Windows 10 Mobile](mobile-devices/product-ids-in-windows-10-mobile.md) +### [Start layout XML for mobile editions of Windows 10 (reference)](mobile-devices/start-layout-xml-mobile.md) +## [Configure Start, taskbar, and lock screen](start-taskbar-lockscreen.md) +### [Configure Windows Spotlight on the lock screen](windows-spotlight.md) +### [Manage Windows 10 and Windows Store tips, tricks, and suggestions](manage-tips-and-suggestions.md) +### [Manage Windows 10 Start and taskbar layout](windows-10-start-layout-options-and-policies.md) +#### [Configure Windows 10 taskbar](configure-windows-10-taskbar.md) +#### [Customize and export Start layout](customize-and-export-start-layout.md) +#### [Add image for secondary tiles](start-secondary-tiles.md) +#### [Start layout XML for desktop editions of Windows 10 (reference)](start-layout-xml-desktop.md) +#### [Customize Windows 10 Start and taskbar with Group Policy](customize-windows-10-start-screens-by-using-group-policy.md) +#### [Customize Windows 10 Start and taskbar with provisioning packages](customize-windows-10-start-screens-by-using-provisioning-packages-and-icd.md) +#### [Customize Windows 10 Start and tasbkar with mobile device management (MDM)](customize-windows-10-start-screens-by-using-mobile-device-management.md) +#### [Changes to Start policies in Windows 10](changes-to-start-policies-in-windows-10.md) +## [Cortana integration in your business or enterprise](cortana-at-work/cortana-at-work-overview.md) +### [Testing scenarios using Cortana in your business or organization](cortana-at-work/cortana-at-work-testing-scenarios.md) +#### [Test scenario 1 - Sign-in to Azure AD and use Cortana to manage the notebook](cortana-at-work/cortana-at-work-scenario-1.md) +#### [Test scenario 2 - Test scenario 2 - Perform a quick search with Cortana at work](cortana-at-work/cortana-at-work-scenario-2.md) +#### [Test scenario 3 - Set a reminder for a specific location using Cortana at work](cortana-at-work/cortana-at-work-scenario-3.md) +#### [Test scenario 4 - Use Cortana at work to find your upcoming meetings](cortana-at-work/cortana-at-work-scenario-4.md) +#### [Test scenario 5 - Use Cortana to send email to a co-worker](cortana-at-work/cortana-at-work-scenario-5.md) +#### [Test scenario 6 - Review a reminder suggested by Cortana based on what you’ve promised in email](cortana-at-work/cortana-at-work-scenario-6.md) +#### [Test scenario 7 - Use Cortana and Windows Information Protection (WIP) to help protect your organization’s data on a device](cortana-at-work/cortana-at-work-scenario-7.md) +### [Set up and test Cortana with Office 365 in your organization](cortana-at-work/cortana-at-work-o365.md) +### [Set up and test Cortana with Microsoft Dynamics CRM (Preview feature) in your organization](cortana-at-work/cortana-at-work-crm.md) +### [Set up and test Cortana for Power BI in your organization](cortana-at-work/cortana-at-work-powerbi.md) +### [Set up and test custom voice commands in Cortana for your organization](cortana-at-work/cortana-at-work-voice-commands.md) +### [Use Group Policy and mobile device management (MDM) settings to configure Cortana in your organization](cortana-at-work/cortana-at-work-policy-settings.md) +### [Send feedback about Cortana at work back to Microsoft](cortana-at-work/cortana-at-work-feedback.md) +## [Configure access to Windows Store](stop-employees-from-using-the-windows-store.md) +## [Provisioning packages for Windows 10](provisioning-packages/provisioning-packages.md) +### [How provisioning works in Windows 10](provisioning-packages/provisioning-how-it-works.md) +### [Introduction to configuration service providers (CSPs)](provisioning-packages/how-it-pros-can-use-configuration-service-providers.md) +### [Install Windows Configuration Designer](provisioning-packages/provisioning-install-icd.md) +### [Create a provisioning package](provisioning-packages/provisioning-create-package.md) +### [Apply a provisioning package](provisioning-packages/provisioning-apply-package.md) +### [Settings changed when you uninstall a provisioning package](provisioning-packages/provisioning-uninstall-package.md) +### [Provision PCs with common settings for initial deployment (desktop wizard)](provisioning-packages/provision-pcs-for-initial-deployment.md) +### [Provision PCs with apps](provisioning-packages/provision-pcs-with-apps.md) +### [Use a script to install a desktop app in provisioning packages](provisioning-packages/provisioning-script-to-install-app.md) +### [PowerShell cmdlets for provisioning Windows 10 (reference)](provisioning-packages/provisioning-powershell.md) +### [Windows ICD command-line interface (reference)](provisioning-packages/provisioning-command-line.md) +### [Create a provisioning package with multivariant settings](provisioning-packages/provisioning-multivariant.md) +## [Lockdown features from Windows Embedded 8.1 Industry](lockdown-features-windows-10.md) +## [User Experience Virtualization (UE-V) for Windows](ue-v/uev-for-windows.md) +### [Get Started with UE-V](ue-v/uev-getting-started.md) +#### [What's New in UE-V for Windows 10, version 1607](ue-v/uev-whats-new-in-uev-for-windows.md) +#### [User Experience Virtualization Release Notes](ue-v/uev-release-notes-1607.md) +#### [Upgrade to UE-V for Windows 10](ue-v/uev-upgrade-uev-from-previous-releases.md) +### [Prepare a UE-V Deployment](ue-v/uev-prepare-for-deployment.md) +#### [Deploy Required UE-V Features](ue-v/uev-deploy-required-features.md) +#### [Deploy UE-V for use with Custom Applications](ue-v/uev-deploy-uev-for-custom-applications.md) +### [Administering UE-V](ue-v/uev-administering-uev.md) +#### [Manage Configurations for UE-V](ue-v/uev-manage-configurations.md) +##### [Configuring UE-V with Group Policy Objects](ue-v/uev-configuring-uev-with-group-policy-objects.md) +##### [Configuring UE-V with System Center Configuration Manager](ue-v/uev-configuring-uev-with-system-center-configuration-manager.md) +##### [Administering UE-V with Windows PowerShell and WMI](ue-v/uev-administering-uev-with-windows-powershell-and-wmi.md) +###### [Managing the UE-V Service and Packages with Windows PowerShell and WMI](ue-v/uev-managing-uev-agent-and-packages-with-windows-powershell-and-wmi.md) +###### [Managing UE-V Settings Location Templates Using Windows PowerShell and WMI](ue-v/uev-managing-settings-location-templates-using-windows-powershell-and-wmi.md) +#### [Working with Custom UE-V Templates and the UE-V Template Generator](ue-v/uev-working-with-custom-templates-and-the-uev-generator.md) +#### [Manage Administrative Backup and Restore in UE-V](ue-v/uev-manage-administrative-backup-and-restore.md) +#### [Changing the Frequency of UE-V Scheduled Tasks](ue-v/uev-changing-the-frequency-of-scheduled-tasks.md) +#### [Migrating UE-V Settings Packages](ue-v/uev-migrating-settings-packages.md) +#### [Using UE-V with Application Virtualization Applications](ue-v/uev-using-uev-with-application-virtualization-applications.md) +### [Troubleshooting UE-V](ue-v/uev-troubleshooting.md) +### [Technical Reference for UE-V](ue-v/uev-technical-reference.md) +#### [Sync Methods for UE-V](ue-v/uev-sync-methods.md) +#### [Sync Trigger Events for UE-V](ue-v/uev-sync-trigger-events.md) +#### [Synchronizing Microsoft Office with UE-V](ue-v/uev-synchronizing-microsoft-office-with-uev.md) +#### [Application Template Schema Reference for UE-V](ue-v/uev-application-template-schema-reference.md) +#### [Security Considerations for UE-V](ue-v/uev-security-considerations.md) + +## [Change history for Configure Windows 10](change-history-for-configure-windows-10.md) diff --git a/windows/configure/basic-level-windows-diagnostic-events-and-fields.md b/windows/configuration/basic-level-windows-diagnostic-events-and-fields.md similarity index 100% rename from windows/configure/basic-level-windows-diagnostic-events-and-fields.md rename to windows/configuration/basic-level-windows-diagnostic-events-and-fields.md diff --git a/windows/configure/change-history-for-configure-windows-10.md b/windows/configuration/change-history-for-configure-windows-10.md similarity index 66% rename from windows/configure/change-history-for-configure-windows-10.md rename to windows/configuration/change-history-for-configure-windows-10.md index 7f36bcbec3..8398eff1df 100644 --- a/windows/configure/change-history-for-configure-windows-10.md +++ b/windows/configuration/change-history-for-configure-windows-10.md @@ -12,15 +12,15 @@ author: jdeckerMS # Change history for Configure Windows 10 -This topic lists new and updated topics in the [Configure Windows 10](index.md) documentation for [Windows 10 and Windows 10 Mobile](../index.md). +This topic lists new and updated topics in the [Configure Windows 10](index.md) documentation for Windows 10 and Windows 10 Mobile. ## RELEASE: Windows 10, version 1703 -The topics in this library have been updated for Windows 10, version 1703 (also known as the Creators Update). These topics were previously published in the [Deploy Windows 10](../deploy/index.md) or [Manage and update Windows 10](../manage/index.md) sections. The following new topics have been added: +The topics in this library have been updated for Windows 10, version 1703 (also known as the Creators Update). The following new topics have been added: -- [Use the Lockdown Designer app to create a Lockdown XML file](mobile-lockdown-designer.md) +- [Use the Lockdown Designer app to create a Lockdown XML file](mobile-devices/mobile-lockdown-designer.md) - [Add image for secondary tiles](start-secondary-tiles.md) -- [Provision PCs with apps](provision-pcs-with-apps.md) +- [Provision PCs with apps](provisioning-packages/provision-pcs-with-apps.md) - [Windows 10, version 1703 basic level Windows diagnostic events and fields](basic-level-windows-diagnostic-events-and-fields.md) - [Windows 10, version 1703 Diagnostic Data](windows-diagnostic-data.md) \ No newline at end of file diff --git a/windows/configure/changes-to-start-policies-in-windows-10.md b/windows/configuration/changes-to-start-policies-in-windows-10.md similarity index 100% rename from windows/configure/changes-to-start-policies-in-windows-10.md rename to windows/configuration/changes-to-start-policies-in-windows-10.md diff --git a/windows/configure/configure-devices-without-mdm.md b/windows/configuration/configure-devices-without-mdm.md similarity index 100% rename from windows/configure/configure-devices-without-mdm.md rename to windows/configuration/configure-devices-without-mdm.md diff --git a/windows/configure/configure-windows-10-taskbar.md b/windows/configuration/configure-windows-10-taskbar.md similarity index 100% rename from windows/configure/configure-windows-10-taskbar.md rename to windows/configuration/configure-windows-10-taskbar.md diff --git a/windows/configure/configure-windows-telemetry-in-your-organization.md b/windows/configuration/configure-windows-telemetry-in-your-organization.md similarity index 99% rename from windows/configure/configure-windows-telemetry-in-your-organization.md rename to windows/configuration/configure-windows-telemetry-in-your-organization.md index d8710b1bb2..657bb0863c 100644 --- a/windows/configure/configure-windows-telemetry-in-your-organization.md +++ b/windows/configuration/configure-windows-telemetry-in-your-organization.md @@ -98,7 +98,7 @@ Windows telemetry also helps Microsoft better understand how customers use (or d ### Insights into your own organization -Sharing information with Microsoft helps make Windows and other products better, but it can also help make your internal processes and user experiences better, as well. Microsoft is in the process of developing a set of analytics customized for your internal use. The first of these, called [Upgrade Readiness](../deploy/manage-windows-upgrades-with-upgrade-readiness.md). +Sharing information with Microsoft helps make Windows and other products better, but it can also help make your internal processes and user experiences better, as well. Microsoft is in the process of developing a set of analytics customized for your internal use. The first of these, called [Upgrade Readiness](../deployment/upgrade/manage-windows-upgrades-with-upgrade-readiness.md). #### Upgrade Readiness diff --git a/windows/configure/cortana-at-work-crm.md b/windows/configuration/cortana-at-work/cortana-at-work-crm.md similarity index 96% rename from windows/configure/cortana-at-work-crm.md rename to windows/configuration/cortana-at-work/cortana-at-work-crm.md index 4bfca8e08c..a1011e2397 100644 --- a/windows/configure/cortana-at-work-crm.md +++ b/windows/configuration/cortana-at-work/cortana-at-work-crm.md @@ -19,7 +19,7 @@ Cortana integration is a Preview feature that's available for your test or dev e >[!NOTE] >For more info about Dynamics CRM integration, how to turn on Cortana, and how to provide feedback, see [Preview feature: Set up Cortana integration](http://go.microsoft.com/fwlink/p/?LinkId=746819). -![Cortana at work, showing the sales data pulled from Dynamics CRM](images/cortana-crm-screen.png) +![Cortana at work, showing the sales data pulled from Dynamics CRM](../images/cortana-crm-screen.png) ## Turn on Cortana with Dynamics CRM in your organization You must be a CRM administrator to turn on and use Preview features. For more info about what Preview features are and how to use them, see [What are Preview features and how do I enable them](http://go.microsoft.com/fwlink/p/?LinkId=746817)? @@ -43,7 +43,7 @@ You must tell your employees to turn on Cortana, before they’ll be able to use 2. Click on **Connected Services**, click **Dynamics CRM**, and then click **Connect**. - ![Cotana at work, showing how to turn on the connected services for Dynamics CRM](images/cortana-connect-crm.png) + ![Cotana at work, showing how to turn on the connected services for Dynamics CRM](../images/cortana-connect-crm.png) The employee can also disconnect by clicking **Disconnect** from the **Dynamics CRM** screen. diff --git a/windows/configure/cortana-at-work-feedback.md b/windows/configuration/cortana-at-work/cortana-at-work-feedback.md similarity index 96% rename from windows/configure/cortana-at-work-feedback.md rename to windows/configuration/cortana-at-work/cortana-at-work-feedback.md index d27d30e1cf..fc46c6b7ee 100644 --- a/windows/configure/cortana-at-work-feedback.md +++ b/windows/configuration/cortana-at-work/cortana-at-work-feedback.md @@ -16,7 +16,7 @@ localizationpriority: high We ask that you report bugs and issues. To provide feedback, you can click the **Feedback** icon in the Cortana window. When you send this form to Microsoft it also includes troubleshooting info, in case you run into problems. -![Cortana at work, showing how to provide feedback to Microsoft](images/cortana-feedback.png) +![Cortana at work, showing how to provide feedback to Microsoft](../images/cortana-feedback.png) If you don't want to use the feedback tool in Cortana, you can add feedback through the general Windows Insider Program feedback app. For info about the feedback app, see [How to use Windows Insider Preview – Updates and feedback](http://windows.microsoft.com/en-us/windows/preview-updates-feedback-pc). diff --git a/windows/configure/cortana-at-work-o365.md b/windows/configuration/cortana-at-work/cortana-at-work-o365.md similarity index 97% rename from windows/configure/cortana-at-work-o365.md rename to windows/configuration/cortana-at-work/cortana-at-work-o365.md index be3a27e0f3..b9b9f1f63c 100644 --- a/windows/configure/cortana-at-work-o365.md +++ b/windows/configuration/cortana-at-work/cortana-at-work-o365.md @@ -18,7 +18,7 @@ Cortana in Windows 10 is already great at letting your employees quickly see wha But Cortana works even harder when she connects to Office 365, helping employees to be notified about unusual events, such as meetings over lunch or during a typical commute time, and about early meetings, even setting an alarm so the employee isn’t late. -![Cortana at work, showing the day's schedule pulled from Office 365](images/cortana-o365-screen.png) +![Cortana at work, showing the day's schedule pulled from Office 365](../images/cortana-o365-screen.png) We’re continuing to add more and more capabilities to Cortana so she can become even more helpful with your productivity-related tasks, such as emailing, scheduling, and other tasks that are important to help you be successful. @@ -45,7 +45,7 @@ You must tell your employees to turn on Cortana before they’ll be able to use 2. Click on **Connected Services**, click **Office 365**, and then click **Connect**. - ![Cotana at work, showing how to turn on the connected services for Office 365](images/cortana-connect-o365.png) + ![Cotana at work, showing how to turn on the connected services for Office 365](../images/cortana-connect-o365.png) The employee can also disconnect by clicking **Disconnect** from the **Office 365** screen. diff --git a/windows/configure/cortana-at-work-overview.md b/windows/configuration/cortana-at-work/cortana-at-work-overview.md similarity index 92% rename from windows/configure/cortana-at-work-overview.md rename to windows/configuration/cortana-at-work/cortana-at-work-overview.md index 9202776ada..c6a9a191ca 100644 --- a/windows/configure/cortana-at-work-overview.md +++ b/windows/configuration/cortana-at-work/cortana-at-work-overview.md @@ -20,7 +20,7 @@ Cortana has powerful configuration options, specifically optimized for your busi Using Azure AD also means that you can remove an employee’s profile (for example, when an employee leaves your organization) while respecting Windows Information Protection (WIP) policies and ignoring enterprise content, such as emails, calendar items, and people lists that are marked as enterprise data. -![Cortana at work, showing the About me screen](images/cortana-about-me.png) +![Cortana at work, showing the About me screen](../images/cortana-about-me.png) ## Where is Cortana available for use in my organization? You can use Cortana at work in all countries/regions where Cortana is supported for consumers. This includes the United States, United Kingdom, Canada, France, Italy, Germany, Spain, China, Japan, India, and Australia. As Cortana comes to more countries, she will also become available to enterprise customers. @@ -42,7 +42,7 @@ Cortana requires the following hardware and software to successfully run the inc |Client operating system |