From 1401fa7938bd94b31128dc723bd7e0446c5ea82f Mon Sep 17 00:00:00 2001 From: Evan Miller Date: Fri, 10 Jan 2020 14:28:11 -0800 Subject: [PATCH 001/108] Add flash device locked by others to HoloLens FAQs @scooley @yannisle Adding how to recover a HoloLens if locked out of a device. --- devices/hololens/hololens-FAQ.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/devices/hololens/hololens-FAQ.md b/devices/hololens/hololens-FAQ.md index a183165e4a..e11c2611e8 100644 --- a/devices/hololens/hololens-FAQ.md +++ b/devices/hololens/hololens-FAQ.md @@ -45,6 +45,7 @@ This FAQ addresses the following questions and issues: - [My HoloLens isn't running well, is unresponsive, or won't start](#my-hololens-isnt-running-well-is-unresponsive-or-wont-start) - [How do I delete all spaces?](#how-do-i-delete-all-spaces) - [I cannot find or use the keyboard to type in the HoloLens 2 Emulator](#i-cannot-find-or-use-the-keyboard-to-type-in-the-hololens-2-emulator) +- [I can't log in to a HoloLens because it was previously set up for someone else](#I-cant-log-in-to-a-HoloLens-because-it-was-previously-set-up-for-someone-else) ## My holograms don't look right or are moving around @@ -204,6 +205,14 @@ If your device isn't performing properly, see [Restart, reset, or recover HoloLe [Back to list](#list) +## I can't log in to a HoloLens because it was previously set up for someone else + +If your device was previously set up for someone else, either a client or former employee and you don't have their password to unlock the device there are two solutions. +- If your device is MDM managed by Intune then you can remotely [Wipe](/IntuneDocs/intune/remote-actions/devices-wipe/) the device and it'll reflash itself. Make sure to leave **Retain enrollment state and user account** unchecked. +- If you have the device with you then you can put the device into **Flashing Mode** and use Advanced Recovery Companion to [recover](https://review.docs.microsoft.com/hololens/hololens-recovery?branch=master#hololens-2) the device. + +[Back to list](#list) + ## How do I delete all spaces? *Coming soon* @@ -215,3 +224,4 @@ If your device isn't performing properly, see [Restart, reset, or recover HoloLe *Coming soon* [Back to list](#list) + From 17ecb7c7e54189325402f85a71623b813d916a6b Mon Sep 17 00:00:00 2001 From: MaratMussabekov <48041687+MaratMussabekov@users.noreply.github.com> Date: Wed, 22 Jan 2020 14:04:43 +0500 Subject: [PATCH 002/108] Update recommended-network-definitions-for-wip.md --- .../recommended-network-definitions-for-wip.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/windows/security/information-protection/windows-information-protection/recommended-network-definitions-for-wip.md b/windows/security/information-protection/windows-information-protection/recommended-network-definitions-for-wip.md index c3e7e88640..fee621245c 100644 --- a/windows/security/information-protection/windows-information-protection/recommended-network-definitions-for-wip.md +++ b/windows/security/information-protection/windows-information-protection/recommended-network-definitions-for-wip.md @@ -33,12 +33,14 @@ This table includes the recommended URLs to add to your Enterprise Cloud Resourc |If your organization uses... |Add these entries to your Enterprise Cloud Resources network setting
(Replace "contoso" with your domain name(s)| |-----------------------------|---------------------------------------------------------------------| -|Office 365 for Business | | +|Sharepoint Online | | |Yammer | | |Outlook Web Access (OWA) | | |Microsoft Dynamics |contoso.crm.dynamics.com | |Visual Studio Online |contoso.visualstudio.com | |Power BI |contoso.powerbi.com | +|Microsoft Teams |teams.microsoft.com | +|Other Office 365 services | | You can add other work-only apps to the Cloud Resource list, or you can create a packaged app rule for the .exe file to protect every file the app creates or modifies. Depending on how the app is accessed, you might want to add both. From a9e14d89123e3b02729dbb3c383dc91fc4487933 Mon Sep 17 00:00:00 2001 From: Evan Miller Date: Mon, 27 Jan 2020 13:54:47 -0800 Subject: [PATCH 003/108] remove review. from url @scooley Made requested change --- devices/hololens/hololens-FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/hololens/hololens-FAQ.md b/devices/hololens/hololens-FAQ.md index e11c2611e8..c91612ffa0 100644 --- a/devices/hololens/hololens-FAQ.md +++ b/devices/hololens/hololens-FAQ.md @@ -209,7 +209,7 @@ If your device isn't performing properly, see [Restart, reset, or recover HoloLe If your device was previously set up for someone else, either a client or former employee and you don't have their password to unlock the device there are two solutions. - If your device is MDM managed by Intune then you can remotely [Wipe](/IntuneDocs/intune/remote-actions/devices-wipe/) the device and it'll reflash itself. Make sure to leave **Retain enrollment state and user account** unchecked. -- If you have the device with you then you can put the device into **Flashing Mode** and use Advanced Recovery Companion to [recover](https://review.docs.microsoft.com/hololens/hololens-recovery?branch=master#hololens-2) the device. +- If you have the device with you then you can put the device into **Flashing Mode** and use Advanced Recovery Companion to [recover](https://docs.microsoft.com/hololens/hololens-recovery?branch=master#hololens-2) the device. [Back to list](#list) From 6cae7e3cb4917c93bda7793ca65d5b43baf6475d Mon Sep 17 00:00:00 2001 From: msarcletti <56821677+msarcletti@users.noreply.github.com> Date: Tue, 4 Feb 2020 15:56:47 +0100 Subject: [PATCH 004/108] Update vpnv2-profile-xsd.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Eap should’t be in the example, because 1. MachineMethod can only be Certificate ------ see https://docs.microsoft.com/en-gb/windows/client-management/mdm/vpnv2-csp ........................VPNv2/ProfileName/NativeProfile/Authentication/MachineMethod This is only supported in IKEv2. This value can be one of the following: • Certificate 2. A profile conatins either UserMethod or MachineMethod but not both --- windows/client-management/mdm/vpnv2-profile-xsd.md | 1 - 1 file changed, 1 deletion(-) diff --git a/windows/client-management/mdm/vpnv2-profile-xsd.md b/windows/client-management/mdm/vpnv2-profile-xsd.md index dd82298d1b..1c13aa99ad 100644 --- a/windows/client-management/mdm/vpnv2-profile-xsd.md +++ b/windows/client-management/mdm/vpnv2-profile-xsd.md @@ -194,7 +194,6 @@ Here's the XSD for the ProfileXML node in VPNv2 CSP for Windows 10 and some pro IKEv2 Eap - Eap From bc851c8572cfeab11ef8d338a786da6ad2d3138f Mon Sep 17 00:00:00 2001 From: Kelly Baker Date: Wed, 5 Feb 2020 15:21:36 -0800 Subject: [PATCH 005/108] Edit pass: dmclient-csp @greg-lindsay , @Dansimp The edit on this article is complete per work item 3851148. Let me know if my edits changed the technical meaning anywhere. Once you've approved, please sign off. Thanks! Kelly --- windows/client-management/mdm/dmclient-csp.md | 49 ++++++++++--------- 1 file changed, 27 insertions(+), 22 deletions(-) diff --git a/windows/client-management/mdm/dmclient-csp.md b/windows/client-management/mdm/dmclient-csp.md index 4767766c8c..b821e3566f 100644 --- a/windows/client-management/mdm/dmclient-csp.md +++ b/windows/client-management/mdm/dmclient-csp.md @@ -1,6 +1,6 @@ --- title: DMClient CSP -description: Understand how the DMClient configuration service provider works. It is used to specify enterprise-specific mobile device management configuration settings. +description: Understand how the DMClient configuration service provider (CSP) is used to specify enterprise-specific mobile device management (MDM) configuration settings. ms.assetid: a5cf35d9-ced0-4087-a247-225f102f2544 ms.reviewer: manager: dansimp @@ -15,9 +15,9 @@ ms.date: 11/01/2017 # DMClient CSP -The DMClient configuration service provider is used to specify additional enterprise-specific mobile device management configuration settings for identifying the device in the enterprise domain, security mitigation for certificate renewal, and server-triggered enterprise unenrollment. +The DMClient configuration service provider (CSP) is used to specify additional enterprise-specific mobile device management (MDM) configuration settings for identifying the device in the enterprise domain, for security mitigation for certificate renewal, and for server-triggered enterprise unenrollment. -The following diagram shows the DMClient configuration service provider in tree format. +The following diagram shows the DMClient CSP in tree format. ![dmclient csp](images/provisioning-csp-dmclient-th2.png) @@ -25,7 +25,7 @@ The following diagram shows the DMClient configuration service provider in tree Root node for the CSP. **UpdateManagementServiceAddress** -For provisioning packages only. Specifies the list of servers (semicolon delimited). The first server in the semi-colon delimited list is the server that will be used to instantiate MDM sessions. The list can be a permutation or a subset of the existing server list. You cannot add new servers to the list using this node. +For provisioning packages only. Specifies the list of servers (semicolon delimited). The first server in the semicolon delimited list is the server that will be used to instantiate MDM sessions. The list can be a permutation or a subset of the existing server list. You cannot add new servers to the list using this node. **HWDevID** Added in Windows 10, version 1703. Returns the hardware device ID. @@ -45,16 +45,17 @@ For Intune, use **MS DM Server** for Windows desktop or **SCConfigMgr** for Wind Supported operations are Get and Add. **Provider/*ProviderID*/EntDeviceName** -Optional. Character string that contains the user-friendly device name used by the IT admin console. The value is set during the enrollment process by way of the DMClient configuration service provider. You can retrieve it later during an OMA DM session. +Optional. Character string that contains the user-friendly device name used by the IT admin console. The value is set during the enrollment process by way of the DMClient CSP. You can retrieve it later during an OMA DM session. Supported operations are Get and Add. **Provider/*ProviderID*/EntDMID** -Optional. Character string that contains the unique enterprise device ID. The value is set by the management server during the enrollment process by way of the DMClient configuration service provider. You can retrieve it later during an OMA DM session. +Optional. Character string that contains the unique enterprise device ID. The value is set by the management server during the enrollment process by way of the DMClient CSP. You can retrieve it later during an OMA DM session. Supported operations are Get and Add. -> **Note**   Although hardware device IDs are guaranteed to be unique, there is a concern that this is not ultimately enforceable during a DM session. The device ID could be changed through the w7 APPLICATION configuration service provider’s **USEHWDEVID** parm by another management server. So during enterprise bootstrap and enrollment, a new device ID is specified by the enterprise server. +> [!NOTE] +> Although hardware device IDs are guaranteed to be unique, there is a concern that this is not ultimately enforceable during a DM session. The device ID could be changed through the w7 APPLICATION CSP’s **USEHWDEVID** parm by another management server. So during enterprise bootstrap and enrollment, a new device ID is specified by the enterprise server. This node is required and must be set by the server before the client certificate renewal is triggered. @@ -62,7 +63,8 @@ This node is required and must be set by the server before the client certificat **Provider/*ProviderID*/ExchangeID** Optional. Character string that contains the unique Exchange device ID used by the Outlook account of the user the session is running against. This is useful for the enterprise management server to correlate and merge records for a device that is managed by exchange and natively managed by a dedicated management server. -> **Note**  In some cases for the desktop, this node will return "not found" until the user sets up their email. +> [!NOTE] +> In some cases for the desktop, this node will return "not found" until the user sets up their email. @@ -87,7 +89,7 @@ The following is a Get command example. Supported operation is Get. **Provider/*ProviderID*/SignedEntDMID** -Optional. Character string that contains the device ID. This node and the nodes **CertRenewTimeStamp** can be used by the mobile device management server to verify client identity in order to update the registration record after the device certificate is renewed. The device signs the **EntDMID** with the old client certificate during the certificate renewal process and saves the signature locally. +Optional. Character string that contains the device ID. This node and the nodes **CertRenewTimeStamp** can be used by the MDM server to verify client identity in order to update the registration record after the device certificate is renewed. The device signs the **EntDMID** with the old client certificate during the certificate renewal process and saves the signature locally. Supported operation is Get. @@ -99,11 +101,12 @@ Supported operation is Get. **Provider/*ProviderID*/ManagementServiceAddress** Required. The character string that contains the device management server address. It can be updated during an OMA DM session by the management server to allow the server to load balance to another server in situations where too many devices are connected to the server. -> **Note**  When the ManagementServerAddressList value is set, the device ignores the value in ManagementServiceAddress. +> [!NOTE] +> When the **ManagementServerAddressList** value is set, the device ignores the value. -The DMClient configuration service provider will save the address to the same location as the w7 and DMS configuration service providers to ensure the management client has a single place to retrieve the current server address. The initial value for this node is the same server address value as bootstrapped via the [w7 APPLICATION configuration service provider](w7-application-csp.md). +The DMClient CSP will save the address to the same location as the w7 and DMS CSPs to ensure the management client has a single place to retrieve the current server address. The initial value for this node is the same server address value as bootstrapped via the [w7 APPLICATION configuration service provider](w7-application-csp.md). Starting in Windows 10, version 1511, this node supports multiple server addresses in the format <URL1><URL2><URL3>. If there is only a single URL, then the <> are not required. This is supported for both desktop and mobile devices. @@ -143,8 +146,8 @@ Supported operations are Get, Replace, and Delete. **Provider/*ProviderID*/SyncApplicationVersion** Optional. Used by the management server to set the DM session version that the server and device should use. Default is 1.0. In Windows 10, the DM session protocol version of the client is 2.0. If the server is updated to support 2.0, then you should set this value to 2.0. In the next session, check to see if there is a client behavior change between 1.0 and 2.0. -> **Note**   -This node is only supported in Windows 10 and later. +> [!NOTE]   +> This node is only supported in Windows 10 and later. Once you set the value to 2.0, it will not go back to 1.0. @@ -160,9 +163,9 @@ When you query this node, a Windows 10 client will return 2.0 and a Windows 8. Supported operation is Get. **Provider/*ProviderID*/AADResourceID** -Optional. This is the ResourceID used when requesting the user token from the OMA DM session for Azure Active Directory enrollments (AAD Join or Add Accounts). The token is audience specific, which allows for different service principals (enrollment vs. device management). It can be an application ID or the endpoint that you are trying to access. +Optional. This is the ResourceID used when requesting the user token from the OMA DM session for Azure Active Directory (Azure AD) enrollments (Azure AD Join or Add Accounts). The token is audience specific, which allows for different service principals (enrollment vs. device management). It can be an application ID or the endpoint that you are trying to access. -For more information about Azure Active Directory enrollment, see [Azure Active Directory integration with MDM](azure-active-directory-integration-with-mdm.md). +For more information about Azure AD enrollment, see [Azure Active Directory integration with MDM](azure-active-directory-integration-with-mdm.md). **Provider/*ProviderID*/EnableOmaDmKeepAliveMessage** Added in Windows 10, version 1511. A boolean value that specifies whether the DM client should send out a request pending alert in case the device response to a DM request is too slow. @@ -203,7 +206,7 @@ Here is an example of DM message sent by the device when it is in pending state: ``` **Provider/*ProviderID*/AADDeviceID** -Added in Windows 10, version 1607. Returns the device ID for the Azure Active Directory device registration. +Added in Windows 10, version 1607. Returns the device ID for the Azure AD device registration. Supported operation is Get. @@ -225,7 +228,8 @@ Supported operations are Add, Get, Replace, and Delete. **Provider/*ProviderID*/ManagementServerAddressList** Added in Windows 10, version 1607. The list of management server URLs in the format <URL1><URL2><URL3>, etc... If there is only one, the angle brackets (<>) are not required. -> **Note**  The < and > should be escaped. +> [!NOTE] +> The < and > should be escaped. @@ -260,7 +264,7 @@ Optional. Number of days after last sucessful sync to unenroll. Supported operations are Add, Delete, Get, and Replace. Value type is integer. **Provider/*ProviderID*/AADSendDeviceToken** -Device. Added in Windows 10 version 1803. For AZure AD backed enrollments, this will cause the client to send a Device Token if the User Token can not be obtained. +Device. Added in Windows 10 version 1803. For Azure AD backed enrollments, this will cause the client to send a Device Token if the User Token can not be obtained. Supported operations are Add, Delete, Get, and Replace. Value type is bool. @@ -377,7 +381,8 @@ If there is no infinite schedule set, then a 24-hour schedule is created and sch **Invalid poll schedule: disable all poll schedules** -> **Note**   Disabling poll schedules results in UNDEFINED behavior and enrollment may fail if poll schedules are all set to zero. +> [!NOTE] +> Disabling poll schedules results in UNDEFINED behavior and enrollment may fail if poll schedules are all set to zero. @@ -557,7 +562,7 @@ Optional. Not configurable during WAP Provisioining XML. If removed, DM sessions Supported operations are Add and Delete. **Provider/*ProviderID*/Push/PFN** -Required. A string provided by the Windows 10 ecosystem for a Mobile Device Management solution. Used to register a device for Push Notifications. The server must use the same PFN as the devices it is managing. +Required. A string provided by the Windows 10 ecosystem for an MDM solution. Used to register a device for Push Notifications. The server must use the same PFN as the devices it is managing. Supported operations are Add, Get, and Replace. @@ -665,7 +670,7 @@ Required. Added in Windows 10, version 1709. This node contains a list of LocURI Supported operations are Add, Delete, Get, and Replace. Value type is string. **Provider/*ProviderID*/FirstSyncStatus/ExpectedMSIAppPackages** -Required. Added in Windows 10, version 1709. This node contains a list of LocURIs that refer to App Packages the management service provider expects to provision via EnterpriseDesktopAppManagement CSP, delimited by the character L"\xF000". The LocURI will be followed by a semicolon and a number, representing the amount of apps included in the App Package. We will not verify that number. For example, `./User/Vendor/MSFT/EnterpriseDesktopAppManagement/MSI/ProductID1/Status;4"\xF000" ./User/Vendor/MSFT/EnterpriseDesktopAppManagement/MSI/ProductID2/Status;2` This represents App Package ProductID1 containing 4 apps, and ProductID2 containing 2 apps. +Required. Added in Windows 10, version 1709. This node contains a list of LocURIs that refer to App Packages the management service provider expects to provision via EnterpriseDesktopAppManagement CSP, delimited by the character L"\xF000". The LocURI will be followed by a semicolon and a number, representing the amount of apps included in the App Package. We will not verify that number. For example, `./User/Vendor/MSFT/EnterpriseDesktopAppManagement/MSI/ProductID1/Status;4"\xF000" ./User/Vendor/MSFT/EnterpriseDesktopAppManagement/MSI/ProductID2/Status;2` This represents App Package ProductID1 containing four apps, and ProductID2 containing two apps. Supported operations are Add, Delete, Get, and Replace. Value type is string. @@ -677,7 +682,7 @@ Required. Added in Windows 10, version 1709. This node contains a list of LocURI ./Vendor/MSFT/EnterpriseModernAppManagement/AppManagement/AppStore/PackageFamilyName/PackageFullName2/Name;2 ``` -This represents App Package PackageFullName containing 4 apps, and PackageFullName2 containing 2 apps. +This represents App Package PackageFullName containing four apps, and PackageFullName2 containing two apps. Supported operations are Add, Delete, Get, and Replace. Value type is string. From 82a77fbbff61bfe7bea7d22ef1b2fd75a91f8b07 Mon Sep 17 00:00:00 2001 From: Kelly Baker Date: Wed, 5 Feb 2020 17:26:19 -0800 Subject: [PATCH 006/108] Update dmclient-csp.md --- windows/client-management/mdm/dmclient-csp.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/windows/client-management/mdm/dmclient-csp.md b/windows/client-management/mdm/dmclient-csp.md index b821e3566f..1ed4f22fd6 100644 --- a/windows/client-management/mdm/dmclient-csp.md +++ b/windows/client-management/mdm/dmclient-csp.md @@ -135,7 +135,7 @@ Optional. The character string that allows the user experience to include a cust Supported operations are Get, Replace, and Delete. **Provider/*ProviderID*/RequireMessageSigning** -Boolean type. Primarly used for SSL bridging mode where firewalls and proxies are deployed and where device client identity is required. When enabled, every SyncML message from the device will carry an additional HTTP header named MDM-Signature. This header contains BASE64-encoded Cryptographic Message Syntax using a Detached Signature of the complete SyncML message SHA-2 (inclusive of the SyncHdr and SyncBody). Signing is performed using the private key of the management session certificate that was enrolled as part of the enrollment process. The device public key and PKCS9 UTC signing time stamp are included as part of the authenticated attributes in the signature. +Boolean type. Primarily used for SSL bridging mode where firewalls and proxies are deployed and where device client identity is required. When enabled, every SyncML message from the device will carry an additional HTTP header named MDM-Signature. This header contains BASE64-encoded Cryptographic Message Syntax using a Detached Signature of the complete SyncML message SHA-2 (inclusive of the SyncHdr and SyncBody). Signing is performed using the private key of the management session certificate that was enrolled as part of the enrollment process. The device public key and PKCS9 UTC signing time stamp are included as part of the authenticated attributes in the signature. Default value is false, where the device management client does not include authentication information in the management session HTTP header. Optionally set to true, where the client authentication information is provided in the management session HTTP header. @@ -163,7 +163,7 @@ When you query this node, a Windows 10 client will return 2.0 and a Windows 8. Supported operation is Get. **Provider/*ProviderID*/AADResourceID** -Optional. This is the ResourceID used when requesting the user token from the OMA DM session for Azure Active Directory (Azure AD) enrollments (Azure AD Join or Add Accounts). The token is audience specific, which allows for different service principals (enrollment vs. device management). It can be an application ID or the endpoint that you are trying to access. +Optional. This is the ResourceID used when requesting the user token from the OMA DM session for Azure Active Directory (Azure AD) enrollments (Azure AD Join or Add Accounts). The token is audience-specific, which allows for different service principals (enrollment vs. device management). It can be an application ID or the endpoint that you are trying to access. For more information about Azure AD enrollment, see [Azure Active Directory integration with MDM](azure-active-directory-integration-with-mdm.md). @@ -226,7 +226,7 @@ Added in Windows 10, version 1607. Configures the identifier used to uniquely a Supported operations are Add, Get, Replace, and Delete. **Provider/*ProviderID*/ManagementServerAddressList** -Added in Windows 10, version 1607. The list of management server URLs in the format <URL1><URL2><URL3>, etc... If there is only one, the angle brackets (<>) are not required. +Added in Windows 10, version 1607. The list of management server URLs in the format <URL1><URL2><URL3>, and so on. If there is only one, the angle brackets (<>) are not required. > [!NOTE] > The < and > should be escaped. @@ -259,12 +259,12 @@ Optional. Added in Windows 10, version 1703. Specify the Discovery server URL o Supported operations are Add, Delete, Get, and Replace. Value type is string. **Provider/*ProviderID*/NumberOfDaysAfterLostContactToUnenroll** -Optional. Number of days after last sucessful sync to unenroll. +Optional. Number of days after last successful sync to unenroll. Supported operations are Add, Delete, Get, and Replace. Value type is integer. **Provider/*ProviderID*/AADSendDeviceToken** -Device. Added in Windows 10 version 1803. For Azure AD backed enrollments, this will cause the client to send a Device Token if the User Token can not be obtained. +Device. Added in Windows 10 version 1803. For Azure AD backed enrollments, this will cause the client to send a Device Token if the User Token cannot be obtained. Supported operations are Add, Delete, Get, and Replace. Value type is bool. @@ -557,7 +557,7 @@ Optional. Boolean value that allows the IT admin to require the device to start Supported operations are Add, Get, and Replace. **Provider/*ProviderID*/Push** -Optional. Not configurable during WAP Provisioining XML. If removed, DM sessions triggered by Push will no longer be supported. +Optional. Not configurable during WAP Provisioning XML. If removed, DM sessions triggered by Push will no longer be supported. Supported operations are Add and Delete. @@ -670,7 +670,7 @@ Required. Added in Windows 10, version 1709. This node contains a list of LocURI Supported operations are Add, Delete, Get, and Replace. Value type is string. **Provider/*ProviderID*/FirstSyncStatus/ExpectedMSIAppPackages** -Required. Added in Windows 10, version 1709. This node contains a list of LocURIs that refer to App Packages the management service provider expects to provision via EnterpriseDesktopAppManagement CSP, delimited by the character L"\xF000". The LocURI will be followed by a semicolon and a number, representing the amount of apps included in the App Package. We will not verify that number. For example, `./User/Vendor/MSFT/EnterpriseDesktopAppManagement/MSI/ProductID1/Status;4"\xF000" ./User/Vendor/MSFT/EnterpriseDesktopAppManagement/MSI/ProductID2/Status;2` This represents App Package ProductID1 containing four apps, and ProductID2 containing two apps. +Required. Added in Windows 10, version 1709. This node contains a list of LocURIs that refer to App Packages the management service provider expects to provision via EnterpriseDesktopAppManagement CSP, delimited by the character L"\xF000". The LocURI will be followed by a semicolon and a number, representing the number of apps included in the App Package. We will not verify that number. For example, `./User/Vendor/MSFT/EnterpriseDesktopAppManagement/MSI/ProductID1/Status;4"\xF000" ./User/Vendor/MSFT/EnterpriseDesktopAppManagement/MSI/ProductID2/Status;2` This represents App Package ProductID1 containing four apps, and ProductID2 containing two apps. Supported operations are Add, Delete, Get, and Replace. Value type is string. From e8f95f4f3531d9191299b40385cc3f69d2a448d3 Mon Sep 17 00:00:00 2001 From: Kelly Baker Date: Thu, 6 Feb 2020 15:31:19 -0800 Subject: [PATCH 007/108] Edit pass: eap-configuration @greg-lindsay , @Dansimp The edit on this article is complete per work item 3851148. Let me know if my edits changed the technical meaning anywhere. Once you've approved, please sign off. Two comments: - Changing "internet" to "Internet" contra MS Writing style per team guidance that MARVEL follows this usage. - Lines 135, 267, and 288 seems to be referencing the "EAP configuration article." Is this a different article? If so, should we provide a link? If not, should we make that clearer? Thanks! Kelly --- .../mdm/eap-configuration.md | 97 ++++++++++--------- 1 file changed, 50 insertions(+), 47 deletions(-) diff --git a/windows/client-management/mdm/eap-configuration.md b/windows/client-management/mdm/eap-configuration.md index f687502610..8697bf45eb 100644 --- a/windows/client-management/mdm/eap-configuration.md +++ b/windows/client-management/mdm/eap-configuration.md @@ -1,6 +1,6 @@ --- title: EAP configuration -description: Learn how to create an Extensible Authentication Protocol (EAP) configuration XML for a VPN profile, plus info about EAP certificate filtering in Windows 10. +description: Learn how to create an Extensible Authentication Protocol (EAP) configuration XML for a VPN profile, including details about EAP certificate filtering in Windows 10. ms.assetid: DD3F2292-4B4C-4430-A57F-922FED2A8FAE ms.reviewer: manager: dansimp @@ -15,46 +15,46 @@ ms.date: 06/26/2017 # EAP configuration -The topic provides a step-by-step guide for creating an Extensible Authentication Protocol (EAP) configuration XML for the VPN profile and information about EAP certificate filtering in Windows 10. +This article provides a step-by-step guide for creating an Extensible Authentication Protocol (EAP) configuration XML for a VPN profile, including information about EAP certificate filtering in Windows 10. -## Create an Extensible Authentication Protocol (EAP) configuration XML for the VPN profile +## Create an EAP configuration XML for a VPN profile -Here is an easy way to get the EAP configuration from your desktop using the rasphone tool that is shipped in the box. +To get the EAP configuration from your desktop using the rasphone tool that is shipped in the box: 1. Run rasphone.exe. ![vpnv2 rasphone](images/vpnv2-csp-rasphone.png) -2. If you don't currently have any VPN connections and you see the following message, click **OK**. +1. If you don't currently have a VPN connection and you see the following message, select **OK**. ![vpnv2 eap configuration](images/vpnv2-csp-networkconnections.png) -3. Select **Workplace network** in the wizard. +1. In the wizard, select **Workplace network**. ![vpnv2 eap configuration](images/vpnv2-csp-setupnewconnection.png) -4. Enter any dummy information for the internet address and connection name. These can be fake since it does not impact the authentication parameters. +1. Enter an Internet address and connection name. These can be fake since it does not impact the authentication parameters. ![vpnv2 eap configuration](images/vpnv2-csp-setupnewconnection2.png) -5. Create a fake VPN connection. In the UI shown below, click **Properties**. +1. Create a fake VPN connection. In the UI shown here, select **Properties**. ![vpnv2 eap configuration](images/vpnv2-csp-choosenetworkconnection.png) -6. In the **Test Properties** dialog, click the **Security** tab. +1. In the **Test Properties** dialog, select the **Security** tab. ![vpnv2 eap configuration](images/vpnv2-csp-testproperties.png) -7. In the **Security** tab, select **Use Extensible Authentication Protocol (EAP)** radio button. +1. On the **Security** tab, select **Use Extensible Authentication Protocol (EAP)**. ![vpnv2 eap configuration](images/vpnv2-csp-testproperties2.png) -8. From the drop down menu, select the EAP method that you want to configure. Then click **Properties** to configure as needed. +1. From the drop-down menu, select the EAP method that you want to configure, and then select **Properties** to configure as needed. ![vpnv2 eap configuration](images/vpnv2-csp-testproperties3.png)![vpnv2 eap configuration](images/vpnv2-csp-testproperties4.png) -9. Switch over to PowerShell and use the following cmdlets to retrieve the EAP configuration XML. +1. Switch over to PowerShell and use the following cmdlets to retrieve the EAP configuration XML. ```powershell Get-VpnConnection -Name Test @@ -88,7 +88,7 @@ Here is an easy way to get the EAP configuration from your desktop using the ras $a.EapConfigXmlStream.InnerXml ``` - Here is an example output + Here is an example output. ```xml **./Device/Vendor/MSFT/BitLocker** Defines the root node for the BitLocker configuration service provider. - + **RequireStorageCardEncryption** + Allows the administrator to require storage card encryption on the device. This policy is valid only for a mobile SKU. - + + @@ -57,12 +60,13 @@ Allows the administrator to require storage card encryption on the device. This
Homecheck mark
+ Data type is integer. Sample value for this node to enable this policy: 1. Disabling this policy will not turn off the encryption on the storage card, but the user will no longer be prompted to turn it on. - + - 0 (default) – Storage cards do not need to be encrypted. - 1 – Require storage cards to be encrypted. - + Disabling this policy will not turn off the encryption on the system card, but the user will no longer be prompted to turn it on. If you want to disable this policy use the following SyncML: @@ -87,11 +91,13 @@ If you want to disable this policy use the following SyncML: ``` Data type is integer. Supported operations are Add, Get, Replace, and Delete. - + + **RequireDeviceEncryption** - + Allows the administrator to require encryption to be turned on by using BitLocker\Device Encryption. - + + @@ -112,7 +118,7 @@ Allows the administrator to require encryption to be turned on by using BitLocke
Homecheck mark
- + Data type is integer. Sample value for this node to enable this policy: 1. Supported operations are Add, Get, Replace, and Delete. @@ -126,12 +132,12 @@ Encryptable fixed data volumes are treated similarly to OS volumes. However, fix - It must not be a system partition. - It must not be backed by virtual storage. - It must not have a reference in the BCD store. - + The following list shows the supported values: - 0 (default) — Disable. If the policy setting is not set or is set to 0, the device's enforcement status is not checked. The policy does not enforce encryption and it does not decrypt encrypted volumes. - 1 – Enable. The device's enforcement status is checked. Setting this policy to 1 triggers encryption of all drives (silently or non-silently based on [AllowWarningForOtherDiskEncryption](#allowwarningforotherdiskencryption) policy). - + If you want to disable this policy, use the following SyncML: ```xml @@ -152,10 +158,13 @@ If you want to disable this policy, use the following SyncML: ``` - + + **EncryptionMethodByDriveType** - -Allows you to set the default encryption method for each of the different drive types: operating system drives, fixed data drives, and removable data drives. Hidden, system, and recovery partitions are skipped from encryption. This setting is a direct mapping to the Bitlocker Group Policy "Choose drive encryption method and cipher strength (Windows 10 [Version 1511] and later)". + +Allows you to set the default encryption method for each of the different drive types: operating system drives, fixed data drives, and removable data drives. Hidden, system, and recovery partitions are skipped from encryption. This setting is a direct mapping to the Bitlocker Group Policy "Choose drive encryption method and cipher strength (Windows 10 [Version 1511] and later)". + + @@ -176,6 +185,8 @@ Allows you to set the default encryption method for each of the different drive
Homecross mark
+ + ADMX Info:
  • GP English name: Choose drive encryption method and cipher strength (Windows 10 [Version 1511] and later)
  • @@ -183,7 +194,7 @@ ADMX Info:
  • GP path: Windows Components/Bitlocker Drive Encryption
  • GP ADMX file name: VolumeEncryption.admx
- + > [!TIP] > For a step-by-step guide to enable ADMX-backed policies, see [Enable ADMX-backed policies in MDM](enable-admx-backed-policies-in-mdm.md). For additional information, see [Understanding ADMX-backed policies](understanding-admx-backed-policies.md). @@ -202,14 +213,14 @@ If you disable or do not configure this policy setting, BitLocker will use the d EncryptionMethodWithXtsOsDropDown_Name = Select the encryption method for operating system drives EncryptionMethodWithXtsFdvDropDown_Name = Select the encryption method for fixed data drives. EncryptionMethodWithXtsRdvDropDown_Name = Select the encryption method for removable data drives. - + The possible values for 'xx' are: - 3 = AES-CBC 128 - 4 = AES-CBC 256 - 6 = XTS-AES 128 - 7 = XTS-AES 256 - + > [!NOTE] > When you enable EncryptionMethodByDriveType, you must specify values for all three drives (operating system, fixed data, and removable data), otherwise it will fail (500 return status). For example, if you only set the encrytion method for the OS and removable drives, you will get a 500 return status. @@ -231,9 +242,13 @@ EncryptionMethodWithXtsRdvDropDown_Name = Select the encryption method for remov ``` Data type is string. Supported operations are Add, Get, Replace, and Delete. - + + **SystemDrivesRequireStartupAuthentication** + This setting is a direct mapping to the Bitlocker Group Policy "Require additional authentication at startup". + + @@ -254,6 +269,8 @@ This setting is a direct mapping to the Bitlocker Group Policy "Require add
Homecross mark
+ + ADMX Info:
  • GP English name: Require additional authentication at startup
  • @@ -261,7 +278,7 @@ ADMX Info:
  • GP path: Windows Components/Bitlocker Drive Encryption/Operating System Drives
  • GP ADMX file name: VolumeEncryption.admx
- + > [!TIP] > For a step-by-step guide to enable ADMX-backed policies, see [Enable ADMX-backed policies in MDM](enable-admx-backed-policies-in-mdm.md). For additional information, see [Understanding ADMX-backed policies](understanding-admx-backed-policies.md). @@ -297,7 +314,7 @@ Data id:
  • ConfigureTPMPINKeyUsageDropDown_Name = (for computer with TPM) Configure TPM startup key and PIN.
  • ConfigureTPMUsageDropDown_Name = (for computer with TPM) Configure TPM startup.
  • - + The possible values for 'xx' are:
    • true = Explicitly allow
    • @@ -310,7 +327,7 @@ The possible values for 'yy' are:
    • 1 = Required
    • 0 = Disallowed
    - + Disabling the policy will let the system choose the default behaviors. If you want to disable this policy use the following SyncML: ```xml @@ -328,9 +345,13 @@ Disabling the policy will let the system choose the default behaviors. If you wa ``` Data type is string. Supported operations are Add, Get, Replace, and Delete. - + + **SystemDrivesMinimumPINLength** + This setting is a direct mapping to the Bitlocker Group Policy "Configure minimum PIN length for startup". + + @@ -351,6 +372,8 @@ This setting is a direct mapping to the Bitlocker Group Policy "Configure m
    Homecross mark
    + + ADMX Info:
    • GP English name:Configure minimum PIN length for startup
    • @@ -358,7 +381,7 @@ ADMX Info:
    • GP path: Windows Components/Bitlocker Drive Encryption/Operating System Drives
    • GP ADMX file name: VolumeEncryption.admx
    - + > [!TIP] > For a step-by-step guide to enable ADMX-backed policies, see [Enable ADMX-backed policies in MDM](enable-admx-backed-policies-in-mdm.md). For additional information, see [Understanding ADMX-backed policies](understanding-admx-backed-policies.md). @@ -397,9 +420,14 @@ Disabling the policy will let the system choose the default behaviors. If you wa ``` Data type is string. Supported operations are Add, Get, Replace, and Delete. - -**SystemDrivesRecoveryMessage** -This setting is a direct mapping to the Bitlocker Group Policy "Configure pre-boot recovery message and URL" (PrebootRecoveryInfo_Name). + + +**SystemDrivesRecoveryMessage** + +This setting is a direct mapping to the Bitlocker Group Policy "Configure pre-boot recovery message and URL" +(PrebootRecoveryInfo_Name). + + @@ -420,6 +448,8 @@ This setting is a direct mapping to the Bitlocker Group Policy "Configure p
    Homecross mark
    + + ADMX Info:
    • GP English name: Configure pre-boot recovery message and URL
    • @@ -427,7 +457,7 @@ ADMX Info:
    • GP path: Windows Components/Bitlocker Drive Encryption/Operating System Drives
    • GP ADMX file name: VolumeEncryption.admx
    - + > [!TIP] > For a step-by-step guide to enable ADMX-backed policies, see [Enable ADMX-backed policies in MDM](enable-admx-backed-policies-in-mdm.md). For additional information, see [Understanding ADMX-backed policies](understanding-admx-backed-policies.md). @@ -445,6 +475,7 @@ Sample value for this node to enable this policy is: ```xml ``` + The possible values for 'xx' are: - 0 = Empty @@ -453,7 +484,7 @@ The possible values for 'xx' are: - 3 = Custom recovery URL is set. - 'yy' = string of max length 900. - 'zz' = string of max length 500. - + > [!NOTE] > When you enable SystemDrivesRecoveryMessage, you must specify values for all three settings (pre-boot recovery screen, recovery message, and recovery URL), otherwise it will fail (500 return status). For example, if you only specify values for message and URL, you will get a 500 return status. @@ -478,9 +509,13 @@ Disabling the policy will let the system choose the default behaviors. If you w > Not all characters and languages are supported in pre-boot. It is strongly recommended that you test that the characters you use for the custom message or URL appear correctly on the pre-boot recovery screen. Data type is string. Supported operations are Add, Get, Replace, and Delete. - + + **SystemDrivesRecoveryOptions** + This setting is a direct mapping to the Bitlocker Group Policy "Choose how BitLocker-protected operating system drives can be recovered" (OSRecoveryUsage_Name). + + @@ -501,6 +536,8 @@ This setting is a direct mapping to the Bitlocker Group Policy "Choose how
    Homecross mark
    + + ADMX Info:
    • GP English name: Choose how BitLocker-protected operating system drives can be recovered
    • @@ -508,7 +545,7 @@ ADMX Info:
    • GP path: Windows Components/Bitlocker Drive Encryption/Operating System Drives
    • GP ADMX file name: VolumeEncryption.admx
    - + > [!TIP] > For a step-by-step guide to enable ADMX-backed policies, see [Enable ADMX-backed policies in MDM](enable-admx-backed-policies-in-mdm.md). For additional information, see [Understanding ADMX-backed policies](understanding-admx-backed-policies.md). @@ -536,7 +573,7 @@ Sample value for this node to enable this policy is: ```xml ``` - + The possible values for 'xx' are: - true = Explicitly allow - false = Policy not set @@ -549,7 +586,7 @@ The possible values for 'yy' are: The possible values for 'zz' are: - 2 = Store recovery passwords only - 1 = Store recovery passwords and key packages - + Disabling the policy will let the system choose the default behaviors. If you want to disable this policy use the following SyncML: ```xml @@ -568,9 +605,13 @@ Disabling the policy will let the system choose the default behaviors. If you wa ``` Data type is string. Supported operations are Add, Get, Replace, and Delete. - + + **FixedDrivesRecoveryOptions** + This setting is a direct mapping to the Bitlocker Group Policy "Choose how BitLocker-protected fixed drives can be recovered" (). + + @@ -591,6 +632,8 @@ This setting is a direct mapping to the Bitlocker Group Policy "Choose how
    Homecross mark
    + + ADMX Info:
    • GP English name: Choose how BitLocker-protected fixed drives can be recovered
    • @@ -598,7 +641,7 @@ ADMX Info:
    • GP path: Windows Components/Bitlocker Drive Encryption/Fixed Drives
    • GP ADMX file name: VolumeEncryption.admx
    - + > [!TIP] > For a step-by-step guide to enable ADMX-backed policies, see [Enable ADMX-backed policies in MDM](enable-admx-backed-policies-in-mdm.md). For additional information, see [Understanding ADMX-backed policies](understanding-admx-backed-policies.md). @@ -627,7 +670,7 @@ Sample value for this node to enable this policy is: ```xml ``` - + The possible values for 'xx' are:
    • true = Explicitly allow
    • @@ -647,7 +690,7 @@ The possible values for 'zz' are:
    • 2 = Store recovery passwords only
    • 1 = Store recovery passwords and key packages
    - + Disabling the policy will let the system choose the default behaviors. If you want to disable this policy use the following SyncML: ```xml @@ -666,9 +709,13 @@ Disabling the policy will let the system choose the default behaviors. If you wa ``` Data type is string. Supported operations are Add, Get, Replace, and Delete. - + + **FixedDrivesRequireEncryption** + This setting is a direct mapping to the Bitlocker Group Policy "Deny write access to fixed drives not protected by BitLocker" (FDVDenyWriteAccess_Name). + + @@ -689,6 +736,8 @@ This setting is a direct mapping to the Bitlocker Group Policy "Deny write
    Homecross mark
    + + ADMX Info:
    • GP English name: Deny write access to fixed drives not protected by BitLocker
    • @@ -696,7 +745,7 @@ ADMX Info:
    • GP path: Windows Components/Bitlocker Drive Encryption/Fixed Drives
    • GP ADMX file name: VolumeEncryption.admx
    - + > [!TIP] > For a step-by-step guide to enable ADMX-backed policies, see [Enable ADMX-backed policies in MDM](enable-admx-backed-policies-in-mdm.md). For additional information, see [Understanding ADMX-backed policies](understanding-admx-backed-policies.md). @@ -728,9 +777,13 @@ If you disable or do not configure this setting, all fixed data drives on the co ``` Data type is string. Supported operations are Add, Get, Replace, and Delete. - + + **RemovableDrivesRequireEncryption** + This setting is a direct mapping to the Bitlocker Group Policy "Deny write access to removable drives not protected by BitLocker" (RDVDenyWriteAccess_Name). + + @@ -751,6 +804,8 @@ This setting is a direct mapping to the Bitlocker Group Policy "Deny write
    Homecross mark
    + + ADMX Info:
    • GP English name: Deny write access to removable drives not protected by BitLocker
    • @@ -758,7 +813,7 @@ ADMX Info:
    • GP path: Windows Components/Bitlocker Drive Encryption/Removeable Drives
    • GP ADMX file name: VolumeEncryption.admx
    - + > [!TIP] > For a step-by-step guide to enable ADMX-backed policies, see [Enable ADMX-backed policies in MDM](enable-admx-backed-policies-in-mdm.md). For additional information, see [Understanding ADMX-backed policies](understanding-admx-backed-policies.md). @@ -777,13 +832,13 @@ Sample value for this node to enable this policy is: ```xml ``` - + The possible values for 'xx' are:
    • true = Explicitly allow
    • false = Policy not set
    - + Disabling the policy will let the system choose the default behaviors. If you want to disable this policy use the following SyncML: ```xml @@ -800,17 +855,18 @@ Disabling the policy will let the system choose the default behaviors. If you wa ``` - + + **AllowWarningForOtherDiskEncryption** - + Allows the admin to disable the warning prompt for other disk encryption on the user machines that are targeted when the RequireDeviceEncryption policy is also set to 1. - + > [!IMPORTANT] > Starting in Windows 10, version 1803, the value 0 can only be set for Azure Active Directory joined devices. When RequireDeviceEncryption is set to 1 and AllowWarningForOtherDiskEncryption is set to 0, Windows will attempt to silently enable [BitLocker](https://docs.microsoft.com/windows/device-security/bitlocker/bitlocker-overview). > [!Warning] > When you enable BitLocker on a device with third-party encryption, it may render the device unusable and require you to reinstall Windows. - + @@ -831,12 +887,13 @@ Allows the admin to disable the warning prompt for other disk encryption on the
    Homecross mark
    - + + The following list shows the supported values: - 0 – Disables the warning prompt. Starting in Windows 10, version 1803, the value 0 can only be set for Azure Active Directory joined devices. Windows will attempt to silently enable BitLocker for value 0. - 1 (default) – Warning prompt allowed. - + ```xml 110 @@ -861,22 +918,24 @@ The following list shows the supported values: >3. The user's personal OneDrive (MDM/MAM only). > >Encryption will wait until one of these three locations backs up successfully. - -**AllowStandardUserEncryption** + + +**AllowStandardUserEncryption** + Allows Admin to enforce "RequireDeviceEncryption" policy for scenarios where policy is pushed while current logged on user is non-admin/standard user Azure AD account. - + > [!NOTE] > This policy is only supported in Azure AD accounts. "AllowStandardUserEncryption" policy is tied to "AllowWarningForOtherDiskEncryption" policy being set to "0", i.e, silent encryption is enforced. If "AllowWarningForOtherDiskEncryption" is not set, or is set to "1", "RequireDeviceEncryption" policy will not try to encrypt drive(s) if a standard user is the current logged on user in the system. - + The expected values for this policy are: - 1 = "RequireDeviceEncryption" policy will try to enable encryption on all fixed drives even if a current logged in user is standard user. - 0 = This is the default, when the policy is not set. If current logged on user is a standard user, "RequireDeviceEncryption" policy will not try to enable encryption on any drive. - + If you want to disable this policy use the following SyncML: ```xml @@ -893,9 +952,13 @@ If you want to disable this policy use the following SyncML: ``` - + + **ConfigureRecoveryPasswordRotation** + This setting initiates a client-driven recovery password refresh after an OS drive recovery (either by using bootmgr or WinRE) and recovery password unlock on a Fixed data drive. This setting will refresh the specific recovery password that was used, and other unused passwords on the volume will remain unchanged. If the initialization of the refresh fails, the device will retry the refresh during the next reboot. When password refresh is initiated, the client will generate a new recovery password. The client will use the existing API in Azure AD to upload the new recovery key and retry on failure. After the recovery password has been successfully backed up to Azure AD, the recovery key that was used locally will be removed. This setting refreshes only the used key and retains other unused keys. + + @@ -916,16 +979,20 @@ This setting initiates a client-driven recovery password refresh after an OS dri
    Homecross mark
    + Value type is int. Supported operations are Add, Delete, Get, and Replace. - + Supported values are: - 0 – Refresh off (default) - 1 – Refresh on for Azure AD-joined devices - 2 – Refresh on for both Azure AD-joined and hybrid-joined devices - + + + **RotateRecoveryPasswords** + This setting refreshes all recovery passwords for OS and fixed drives (removable drives are not included so they can be shared between users). All recovery passwords for all drives will be refreshed and only one password per volume is retained. In case of errors, an error code will be returned so that server can take appropriate action to remediate. - + The client will generate a new recovery password. The client will use the existing API in Azure AD to upload the new recovery key and retry on failure. Policy type is Execute. When “Execute Policy” is pushed, the client sets the status as Pending and initiates an asynchronous rotation operation. After refresh is complete, pass or fail status is updated. The client will not retry, but if needed, the server can re-issue the execute request. @@ -937,6 +1004,7 @@ Recovery password refresh will only occur for devices that are joined to Azure A Each server-side recovery key rotation is represented by a request ID. The server can query the following nodes to make sure it reads status/result for same rotation request. - RotateRecoveryPasswordsRequestID: Returns request ID of last request processed. - RotateRecoveryPasswordsRotationStatus: Returns status of last request processed. + @@ -957,14 +1025,18 @@ Each server-side recovery key rotation is represented by a request ID. The serve
    Homecross mark
    + Value type is string. Supported operation is Execute. Request ID is expected as a parameter. **Status** Interior node. Supported operation is Get. - -**Status/DeviceEncryptionStatus** + + +**Status/DeviceEncryptionStatus** + This node reports compliance state of device encryption on the system. - + + @@ -985,22 +1057,26 @@ This node reports compliance state of device encryption on the system.
    Homecross mark
    - + + Supported values: - 0 - Indicates that the device is compliant. - Any other value represents a non-compliant device. - + Value type is int. Supported operation is Get. - + + **Status/RotateRecoveryPasswordsStatus** + This node reports the status of RotateRecoveryPasswords request. - + Status code can be one of the following: - 2 – Not started - 1 - Pending - 0 - Pass - Any other code - Failure HRESULT + @@ -1021,11 +1097,16 @@ Status code can be one of the following:
    Homecross mark
    + Value type is int. Supported operation is Get. - + + **Status/RotateRecoveryPasswordsRequestID** + This node reports the RequestID corresponding to RotateRecoveryPasswordsStatus. This node needs to be queried in synchronization with RotateRecoveryPasswordsStatus to ensure the status is correctly matched to the request ID. + + @@ -1046,6 +1127,7 @@ This node needs to be queried in synchronization with RotateRecoveryPasswordsSta
    Homecross mark
    + Value type is string. Supported operation is Get. ### SyncML example @@ -1210,4 +1292,5 @@ The following example is provided to show proper format and should not be taken -``` \ No newline at end of file +``` + From 92a7ed8fd870ae6251f3d938d8b58865d0c5ff31 Mon Sep 17 00:00:00 2001 From: ImranHabib <47118050+joinimran@users.noreply.github.com> Date: Mon, 10 Feb 2020 09:05:43 +0500 Subject: [PATCH 010/108] Minor changes to adjust the Richtext Minor changes to adjust the Richtext --- windows/client-management/mdm/bitlocker-csp.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/windows/client-management/mdm/bitlocker-csp.md b/windows/client-management/mdm/bitlocker-csp.md index 746ef380c5..34121e6cc5 100644 --- a/windows/client-management/mdm/bitlocker-csp.md +++ b/windows/client-management/mdm/bitlocker-csp.md @@ -195,6 +195,7 @@ ADMX Info:
  • GP ADMX file name: VolumeEncryption.admx
  • + > [!TIP] > For a step-by-step guide to enable ADMX-backed policies, see [Enable ADMX-backed policies in MDM](enable-admx-backed-policies-in-mdm.md). For additional information, see [Understanding ADMX-backed policies](understanding-admx-backed-policies.md). @@ -279,6 +280,7 @@ ADMX Info:
  • GP ADMX file name: VolumeEncryption.admx
  • + > [!TIP] > For a step-by-step guide to enable ADMX-backed policies, see [Enable ADMX-backed policies in MDM](enable-admx-backed-policies-in-mdm.md). For additional information, see [Understanding ADMX-backed policies](understanding-admx-backed-policies.md). @@ -382,6 +384,7 @@ ADMX Info:
  • GP ADMX file name: VolumeEncryption.admx
  • + > [!TIP] > For a step-by-step guide to enable ADMX-backed policies, see [Enable ADMX-backed policies in MDM](enable-admx-backed-policies-in-mdm.md). For additional information, see [Understanding ADMX-backed policies](understanding-admx-backed-policies.md). @@ -458,6 +461,7 @@ ADMX Info:
  • GP ADMX file name: VolumeEncryption.admx
  • + > [!TIP] > For a step-by-step guide to enable ADMX-backed policies, see [Enable ADMX-backed policies in MDM](enable-admx-backed-policies-in-mdm.md). For additional information, see [Understanding ADMX-backed policies](understanding-admx-backed-policies.md). @@ -546,6 +550,7 @@ ADMX Info:
  • GP ADMX file name: VolumeEncryption.admx
  • + > [!TIP] > For a step-by-step guide to enable ADMX-backed policies, see [Enable ADMX-backed policies in MDM](enable-admx-backed-policies-in-mdm.md). For additional information, see [Understanding ADMX-backed policies](understanding-admx-backed-policies.md). @@ -642,6 +647,7 @@ ADMX Info:
  • GP ADMX file name: VolumeEncryption.admx
  • + > [!TIP] > For a step-by-step guide to enable ADMX-backed policies, see [Enable ADMX-backed policies in MDM](enable-admx-backed-policies-in-mdm.md). For additional information, see [Understanding ADMX-backed policies](understanding-admx-backed-policies.md). @@ -746,6 +752,7 @@ ADMX Info:
  • GP ADMX file name: VolumeEncryption.admx
  • + > [!TIP] > For a step-by-step guide to enable ADMX-backed policies, see [Enable ADMX-backed policies in MDM](enable-admx-backed-policies-in-mdm.md). For additional information, see [Understanding ADMX-backed policies](understanding-admx-backed-policies.md). @@ -814,6 +821,7 @@ ADMX Info:
  • GP ADMX file name: VolumeEncryption.admx
  • + > [!TIP] > For a step-by-step guide to enable ADMX-backed policies, see [Enable ADMX-backed policies in MDM](enable-admx-backed-policies-in-mdm.md). For additional information, see [Understanding ADMX-backed policies](understanding-admx-backed-policies.md). From 0f19b2686c14037121c1d3309e26f789f6c90850 Mon Sep 17 00:00:00 2001 From: ImranHabib <47118050+joinimran@users.noreply.github.com> Date: Mon, 10 Feb 2020 18:38:40 +0500 Subject: [PATCH 011/108] Changes to adjust the Richtext view difference. Changes to adjust the Richtext view difference. --- windows/client-management/mdm/bitlocker-csp.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/windows/client-management/mdm/bitlocker-csp.md b/windows/client-management/mdm/bitlocker-csp.md index 34121e6cc5..9244d5d9db 100644 --- a/windows/client-management/mdm/bitlocker-csp.md +++ b/windows/client-management/mdm/bitlocker-csp.md @@ -997,10 +997,14 @@ Supported values are: + **RotateRecoveryPasswords** + + This setting refreshes all recovery passwords for OS and fixed drives (removable drives are not included so they can be shared between users). All recovery passwords for all drives will be refreshed and only one password per volume is retained. In case of errors, an error code will be returned so that server can take appropriate action to remediate. + The client will generate a new recovery password. The client will use the existing API in Azure AD to upload the new recovery key and retry on failure. Policy type is Execute. When “Execute Policy” is pushed, the client sets the status as Pending and initiates an asynchronous rotation operation. After refresh is complete, pass or fail status is updated. The client will not retry, but if needed, the server can re-issue the execute request. @@ -1074,10 +1078,13 @@ Supported values: Value type is int. Supported operation is Get. + **Status/RotateRecoveryPasswordsStatus** + This node reports the status of RotateRecoveryPasswords request. + Status code can be one of the following: - 2 – Not started @@ -1109,6 +1116,7 @@ Status code can be one of the following: Value type is int. Supported operation is Get. + **Status/RotateRecoveryPasswordsRequestID** This node reports the RequestID corresponding to RotateRecoveryPasswordsStatus. From 946ea85ab91d92a51b24c8d6c77b2e41c2fc405a Mon Sep 17 00:00:00 2001 From: Evan Miller Date: Mon, 10 Feb 2020 09:38:31 -0800 Subject: [PATCH 012/108] Adding Feb release notes for HoloLens @yannisle @scooley Feb release notes. --- devices/hololens/hololens-release-notes.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/devices/hololens/hololens-release-notes.md b/devices/hololens/hololens-release-notes.md index aaf200a4b0..f49cc25d31 100644 --- a/devices/hololens/hololens-release-notes.md +++ b/devices/hololens/hololens-release-notes.md @@ -22,6 +22,13 @@ appliesto: > [!Note] > HoloLens Emulator Release Notes can be found [here](https://docs.microsoft.com/windows/mixed-reality/hololens-emulator-archive). +### February Update - build 18362.1052 + +- Temporarily disabled the HolographicSpace.UserPresence API for Unity applications to avoid an issue which causes some apps to pause when the visor is flipped up, even if the setting to run in the background is enabled. +- Fixed a random HUP crash cased by hand tracking, in which user will notice an UI freeze then back to shell after several seconds. +- We made an improvement in hand tracking so that while poking using index finger, the upper part of that finger will be less likely to curl unexpectedly. +- Improved reliability of head tracking, spatial mapping, and other runtimes. + ### January Update - build 18362.1043 - Stability improvements for exclusive apps when working with the HoloLens 2 emulator. From 3a5fc30b0824cf0a58c736a74032eb63f7d217d3 Mon Sep 17 00:00:00 2001 From: ManikaDhiman Date: Mon, 10 Feb 2020 15:12:33 -0800 Subject: [PATCH 013/108] Added 20H1 Bluetooth policy --- .../policy-configuration-service-provider.md | 5 ++ .../mdm/policy-csp-bluetooth.md | 79 ++++++++++++++++++- 2 files changed, 82 insertions(+), 2 deletions(-) diff --git a/windows/client-management/mdm/policy-configuration-service-provider.md b/windows/client-management/mdm/policy-configuration-service-provider.md index 9d72af8a49..7ec3bd938b 100644 --- a/windows/client-management/mdm/policy-configuration-service-provider.md +++ b/windows/client-management/mdm/policy-configuration-service-provider.md @@ -15,6 +15,8 @@ ms.date: 07/18/2019 # Policy CSP +> [!WARNING] +> Some information relates to prereleased products, which may be substantially modified before it's commercially released. Microsoft makes no warranties, expressed or implied, concerning the information provided here. The Policy configuration service provider enables the enterprise to configure policies on Windows 10. Use this configuration service provider to configure any company policies. @@ -612,6 +614,9 @@ The following diagram shows the Policy configuration service provider in tree fo
    Bluetooth/ServicesAllowedList
    +
    + Bluetooth/SetMinimumEncryptionKeySize +
    ### Browser policies diff --git a/windows/client-management/mdm/policy-csp-bluetooth.md b/windows/client-management/mdm/policy-csp-bluetooth.md index 225de9c9ca..1684e92639 100644 --- a/windows/client-management/mdm/policy-csp-bluetooth.md +++ b/windows/client-management/mdm/policy-csp-bluetooth.md @@ -7,14 +7,15 @@ ms.prod: w10 ms.technology: windows author: manikadhiman ms.localizationpriority: medium -ms.date: 09/27/2019 +ms.date: 02/10/2020 ms.reviewer: manager: dansimp --- # Policy CSP - Bluetooth - +> [!WARNING] +> Some information relates to prereleased products, which may be substantially modified before it's commercially released. Microsoft makes no warranties, expressed or implied, concerning the information provided here.
    @@ -40,6 +41,9 @@ manager: dansimp
    Bluetooth/ServicesAllowedList
    +
    + Bluetooth/SetMinimumEncryptionKeySize +
    @@ -390,6 +394,76 @@ The default value is an empty string. For more information, see [ServicesAllowed + +
    + + +**Bluetooth/SetMinimumEncryptionKeySize** + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Windows EditionSupported?
    Homecross mark
    Procheck mark7
    Businesscheck mark7
    Enterprisecheck mark7
    Educationcheck mark7
    Mobile
    Mobile Enterprise
    + + +
    + + +[Scope](./policy-configuration-service-provider.md#policy-scope): + +> [!div class = "checklist"] +> * Device + +
    + + + +Added in the next major release of Windows 10. +There are multiple levels of encryption strength when pairing Bluetooth devices. This policy helps prevent weaker devices cryptographically being used in high security environments. + + +The following list shows the supported values: +- 0 (default) - All Bluetooth traffic is allowed. +- 1-N - A number representing the bytes that must be used in the encryption process. + + + + + + + +
    Footnotes: @@ -400,6 +474,7 @@ Footnotes: - 4 - Added in Windows 10, version 1803. - 5 - Added in Windows 10, version 1809. - 6 - Added in Windows 10, version 1903. +- 7 - Added in the next major release of Windows 10. From 128324095188333892d3f37dccd1b1a6f52858c7 Mon Sep 17 00:00:00 2001 From: ManikaDhiman Date: Mon, 10 Feb 2020 15:39:32 -0800 Subject: [PATCH 014/108] Fixed http warnings --- windows/client-management/troubleshoot-stop-errors.md | 2 +- windows/client-management/troubleshoot-windows-freeze.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/windows/client-management/troubleshoot-stop-errors.md b/windows/client-management/troubleshoot-stop-errors.md index 719976a254..3fe73d34ec 100644 --- a/windows/client-management/troubleshoot-stop-errors.md +++ b/windows/client-management/troubleshoot-stop-errors.md @@ -59,7 +59,7 @@ To troubleshoot Stop error messages, follow these general steps: 3. Run the [Machine Memory Dump Collector](https://home.diagnostics.support.microsoft.com/selfhelp?knowledgebasearticlefilter=2027760&wa=wsignin1.0) Windows diagnostic package. This diagnostic tool is used to collect machine memory dump files and check for known solutions. -4. Run [Microsoft Safety Scanner](http://www.microsoft.com/security/scanner/en-us/default.aspx) or any other virus detection program that includes checks of the Master Boot Record for infections. +4. Run [Microsoft Safety Scanner](https://www.microsoft.com/security/scanner/en-us/default.aspx) or any other virus detection program that includes checks of the Master Boot Record for infections. 5. Make sure that there is sufficient free space on the hard disk. The exact requirement varies, but we recommend 10–15 percent free disk space. diff --git a/windows/client-management/troubleshoot-windows-freeze.md b/windows/client-management/troubleshoot-windows-freeze.md index 664dc7700e..c9691539ef 100644 --- a/windows/client-management/troubleshoot-windows-freeze.md +++ b/windows/client-management/troubleshoot-windows-freeze.md @@ -251,7 +251,7 @@ If the physical computer is still running in a frozen state, follow these steps Pool Monitor shows you the number of allocations and outstanding bytes of allocation by type of pool and the tag that is passed into calls of ExAllocatePoolWithTag. -Learn [how to use Pool Monitor](https://support.microsoft.com/help/177415) and how to [use the data to troubleshoot pool leaks](http://blogs.technet.com/b/markrussinovich/archive/2009/03/26/3211216.aspx). +Learn [how to use Pool Monitor](https://support.microsoft.com/help/177415) and how to [use the data to troubleshoot pool leaks](https://blogs.technet.com/b/markrussinovich/archive/2009/03/26/3211216.aspx). ### Use memory dump to collect data for the virtual machine that's running in a frozen state @@ -284,4 +284,4 @@ On Windows Server 2008, you may not have enough free disk space to generate a co Additionally, on Windows Server 2008 Service Pack (SP2), there's a second option if the system drive doesn't have sufficient space. Namely, you can use the DedicatedDumpFile registry entry. To learn how to use the registry entry, see [New behavior in Windows Vista and Windows Server 2008](https://support.microsoft.com/help/969028). -For more information, see [How to use the DedicatedDumpFile registry value to overcome space limitations on the system drive](http://blogs.msdn.com/b/ntdebugging/archive/2010/04/02/how-to-use-the-dedicateddumpfile-registry-value-to-overcome-space-limitations-on-the-system-drive-when-capturing-a-system-memory-dump.aspx). +For more information, see [How to use the DedicatedDumpFile registry value to overcome space limitations on the system drive](https://blogs.msdn.com/b/ntdebugging/archive/2010/04/02/how-to-use-the-dedicateddumpfile-registry-value-to-overcome-space-limitations-on-the-system-drive-when-capturing-a-system-memory-dump.aspx). From 1b55043257fd4193c1e5d224ebf73d5627addc86 Mon Sep 17 00:00:00 2001 From: ManikaDhiman Date: Mon, 10 Feb 2020 16:15:11 -0800 Subject: [PATCH 015/108] minor update --- windows/client-management/mdm/policy-csp-bluetooth.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/windows/client-management/mdm/policy-csp-bluetooth.md b/windows/client-management/mdm/policy-csp-bluetooth.md index 1684e92639..b8c197552d 100644 --- a/windows/client-management/mdm/policy-csp-bluetooth.md +++ b/windows/client-management/mdm/policy-csp-bluetooth.md @@ -426,14 +426,6 @@ The default value is an empty string. For more information, see [ServicesAllowed Education check mark7 - - Mobile - - - - Mobile Enterprise - - From a619cb6112c4beb11da16aba1a156f1ba650753e Mon Sep 17 00:00:00 2001 From: andreiztm Date: Tue, 11 Feb 2020 13:35:28 +0200 Subject: [PATCH 016/108] Add important note about known issue --- windows/deployment/windows-autopilot/existing-devices.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/windows/deployment/windows-autopilot/existing-devices.md b/windows/deployment/windows-autopilot/existing-devices.md index 81cc5bf9a7..afd18141f0 100644 --- a/windows/deployment/windows-autopilot/existing-devices.md +++ b/windows/deployment/windows-autopilot/existing-devices.md @@ -206,6 +206,9 @@ See the following examples. >[!IMPORTANT] >The Autopilot for existing devices task sequence will run the **Prepare Windows for capture** action which calls the System Preparation Tool (syeprep). This action will fail if the target machine is joined to a domain. + + >[!IMPORTANT] + >The System Preparation Tool (syeprep) will be executed with the /Generalize parameter which on Windows 10 1903 & Windows 10 1909 versions will delete the AutoPilot profile file and the machine will boot into OOBE phase instead of AutoPilot. Please see Michael Niehaus's blog with instructions [A challenge with Windows Autopilot for existing devices and Windows 10 1903](https://oofhours.com/2019/09/19/a-challenge-with-windows-autopilot-for-existing-devices-and-windows-10-1903/) on the solution to prevent this. 5. Click **Next** and then click **Next** again to accept the default settings on the Install Configuration Manager page. 6. On the State Migration page, enter the following details: From 13ca80891567b7b460c2dd486031f8a82e8c6f2d Mon Sep 17 00:00:00 2001 From: ManikaDhiman Date: Tue, 11 Feb 2020 08:45:56 -0800 Subject: [PATCH 017/108] minor update --- windows/client-management/mdm/policy-csp-bluetooth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/client-management/mdm/policy-csp-bluetooth.md b/windows/client-management/mdm/policy-csp-bluetooth.md index b8c197552d..ccd311c9f6 100644 --- a/windows/client-management/mdm/policy-csp-bluetooth.md +++ b/windows/client-management/mdm/policy-csp-bluetooth.md @@ -7,7 +7,7 @@ ms.prod: w10 ms.technology: windows author: manikadhiman ms.localizationpriority: medium -ms.date: 02/10/2020 +ms.date: 02/11/2020 ms.reviewer: manager: dansimp --- From 7e703a77537165f85188d33e3f2aa649c10a061a Mon Sep 17 00:00:00 2001 From: ManikaDhiman Date: Tue, 11 Feb 2020 09:04:10 -0800 Subject: [PATCH 018/108] testing --- windows/client-management/mdm/policy-csp-bluetooth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/client-management/mdm/policy-csp-bluetooth.md b/windows/client-management/mdm/policy-csp-bluetooth.md index ccd311c9f6..be4ffce043 100644 --- a/windows/client-management/mdm/policy-csp-bluetooth.md +++ b/windows/client-management/mdm/policy-csp-bluetooth.md @@ -7,7 +7,7 @@ ms.prod: w10 ms.technology: windows author: manikadhiman ms.localizationpriority: medium -ms.date: 02/11/2020 +ms.date: 02/12/2020 ms.reviewer: manager: dansimp --- From 1e394cff0eda86338ec81783ef8c297f327b4ae2 Mon Sep 17 00:00:00 2001 From: andreiztm Date: Tue, 11 Feb 2020 19:53:04 +0200 Subject: [PATCH 019/108] Update existing-devices.md --- windows/deployment/windows-autopilot/existing-devices.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/deployment/windows-autopilot/existing-devices.md b/windows/deployment/windows-autopilot/existing-devices.md index afd18141f0..391a89b1ce 100644 --- a/windows/deployment/windows-autopilot/existing-devices.md +++ b/windows/deployment/windows-autopilot/existing-devices.md @@ -205,10 +205,10 @@ See the following examples. - Click **Next**, and then on the Configure Network page choose **Join a workgroup** and specify a name (ex: workgroup) next to **Workgroup**. >[!IMPORTANT] - >The Autopilot for existing devices task sequence will run the **Prepare Windows for capture** action which calls the System Preparation Tool (syeprep). This action will fail if the target machine is joined to a domain. + >The Autopilot for existing devices task sequence will run the **Prepare Windows for capture** action which calls the System Preparation Tool (sysprep). This action will fail if the target machine is joined to a domain. >[!IMPORTANT] - >The System Preparation Tool (syeprep) will be executed with the /Generalize parameter which on Windows 10 1903 & Windows 10 1909 versions will delete the AutoPilot profile file and the machine will boot into OOBE phase instead of AutoPilot. Please see Michael Niehaus's blog with instructions [A challenge with Windows Autopilot for existing devices and Windows 10 1903](https://oofhours.com/2019/09/19/a-challenge-with-windows-autopilot-for-existing-devices-and-windows-10-1903/) on the solution to prevent this. + >The System Preparation Tool (sysprep) will run with the /Generalize parameter which on Windows 10 1903 & Windows 10 1909 versions will delete the AutoPilot profile file and the machine will boot into OOBE phase instead of AutoPilot. Please see Michael Niehaus's blog with instructions [A challenge with Windows Autopilot for existing devices and Windows 10 1903](https://oofhours.com/2019/09/19/a-challenge-with-windows-autopilot-for-existing-devices-and-windows-10-1903/) on the solution to prevent this. 5. Click **Next** and then click **Next** again to accept the default settings on the Install Configuration Manager page. 6. On the State Migration page, enter the following details: From 9e9aa43eee2ddf6afa5986f5c4347a2a7d620747 Mon Sep 17 00:00:00 2001 From: Evan Miller Date: Tue, 11 Feb 2020 16:17:15 -0800 Subject: [PATCH 020/108] Feb update notes. build num updated --- devices/hololens/hololens-release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/hololens/hololens-release-notes.md b/devices/hololens/hololens-release-notes.md index f49cc25d31..74117ca98e 100644 --- a/devices/hololens/hololens-release-notes.md +++ b/devices/hololens/hololens-release-notes.md @@ -22,7 +22,7 @@ appliesto: > [!Note] > HoloLens Emulator Release Notes can be found [here](https://docs.microsoft.com/windows/mixed-reality/hololens-emulator-archive). -### February Update - build 18362.1052 +### February Update - build 18362.1053 - Temporarily disabled the HolographicSpace.UserPresence API for Unity applications to avoid an issue which causes some apps to pause when the visor is flipped up, even if the setting to run in the background is enabled. - Fixed a random HUP crash cased by hand tracking, in which user will notice an UI freeze then back to shell after several seconds. From 8e4f85ca48e8f12dd34210799e60879868757ed3 Mon Sep 17 00:00:00 2001 From: ManikaDhiman Date: Tue, 11 Feb 2020 16:20:53 -0800 Subject: [PATCH 021/108] Added a note --- windows/client-management/mdm/policy-csp-bluetooth.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/windows/client-management/mdm/policy-csp-bluetooth.md b/windows/client-management/mdm/policy-csp-bluetooth.md index be4ffce043..8e384d21f3 100644 --- a/windows/client-management/mdm/policy-csp-bluetooth.md +++ b/windows/client-management/mdm/policy-csp-bluetooth.md @@ -443,11 +443,15 @@ The default value is an empty string. For more information, see [ServicesAllowed Added in the next major release of Windows 10. There are multiple levels of encryption strength when pairing Bluetooth devices. This policy helps prevent weaker devices cryptographically being used in high security environments. + The following list shows the supported values: - 0 (default) - All Bluetooth traffic is allowed. - 1-N - A number representing the bytes that must be used in the encryption process. + + >[!Note] + >If you wish to enforce Windows to use Bluetooth encryption at all times, but do not care about the precise encryption key strength, use a value of 1. From fe4edd0b33c44cd925b17cd6b6ac052c2c0ea4b1 Mon Sep 17 00:00:00 2001 From: ManikaDhiman Date: Tue, 11 Feb 2020 17:02:43 -0800 Subject: [PATCH 022/108] More updates --- windows/client-management/mdm/policy-csp-bluetooth.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/windows/client-management/mdm/policy-csp-bluetooth.md b/windows/client-management/mdm/policy-csp-bluetooth.md index 8e384d21f3..2160f0b07a 100644 --- a/windows/client-management/mdm/policy-csp-bluetooth.md +++ b/windows/client-management/mdm/policy-csp-bluetooth.md @@ -448,10 +448,8 @@ There are multiple levels of encryption strength when pairing Bluetooth devices. The following list shows the supported values: - 0 (default) - All Bluetooth traffic is allowed. -- 1-N - A number representing the bytes that must be used in the encryption process. +- N - A number from 1 through 16 representing the bytes that must be used in the encryption process. At this time, 16 is the largest allowed value for N and 16 bytes is the largest key size that Bluetooth supports so far. If you wish to enforce Windows to use Bluetooth encryption at all times, but do not care about the precise encryption key strength, use a value of 1. - >[!Note] - >If you wish to enforce Windows to use Bluetooth encryption at all times, but do not care about the precise encryption key strength, use a value of 1. From c24267a4a7a58b73eeba9a8c5d9950e5805749a0 Mon Sep 17 00:00:00 2001 From: MaratMussabekov <48041687+MaratMussabekov@users.noreply.github.com> Date: Thu, 13 Feb 2020 11:12:17 +0500 Subject: [PATCH 023/108] Update advanced-troubleshooting-802-authentication.md --- .../advanced-troubleshooting-802-authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/client-management/advanced-troubleshooting-802-authentication.md b/windows/client-management/advanced-troubleshooting-802-authentication.md index 267386adc6..08d9809d2a 100644 --- a/windows/client-management/advanced-troubleshooting-802-authentication.md +++ b/windows/client-management/advanced-troubleshooting-802-authentication.md @@ -59,7 +59,7 @@ First, validate the type of EAP method being used: ![eap authentication type comparison](images/comparisontable.png) -If a certificate is used for its authentication method, check if the certificate is valid. For server (NPS) side, you can confirm what certificate is being used from the EAP property menu: +If a certificate is used for its authentication method, check if the certificate is valid. For server (NPS) side, you can confirm what certificate is being used from the EAP property menu (In **NPS snapp-in** go to **Policies** -> **Network Policies** -> Right click on the policy and select **Properties** -> In the appeared window go to **Constraints** tab and select **Authentication methods** section): ![Constraints tab of the secure wireless connections properties](images/eappropertymenu.png) From 16ea53ec106378ef094b470f63ca820c8593e528 Mon Sep 17 00:00:00 2001 From: ImranHabib <47118050+joinimran@users.noreply.github.com> Date: Thu, 13 Feb 2020 11:23:48 +0500 Subject: [PATCH 024/108] Few fixes for Markdown Made a few changes to adjust the rich text difference. --- .../client-management/mdm/bitlocker-csp.md | 24 ++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/windows/client-management/mdm/bitlocker-csp.md b/windows/client-management/mdm/bitlocker-csp.md index 9244d5d9db..6ba943ffca 100644 --- a/windows/client-management/mdm/bitlocker-csp.md +++ b/windows/client-management/mdm/bitlocker-csp.md @@ -911,7 +911,6 @@ The following list shows the supported values: int - 0 @@ -961,11 +960,16 @@ If you want to disable this policy use the following SyncML: ``` + + **ConfigureRecoveryPasswordRotation** + This setting initiates a client-driven recovery password refresh after an OS drive recovery (either by using bootmgr or WinRE) and recovery password unlock on a Fixed data drive. This setting will refresh the specific recovery password that was used, and other unused passwords on the volume will remain unchanged. If the initialization of the refresh fails, the device will retry the refresh during the next reboot. When password refresh is initiated, the client will generate a new recovery password. The client will use the existing API in Azure AD to upload the new recovery key and retry on failure. After the recovery password has been successfully backed up to Azure AD, the recovery key that was used locally will be removed. This setting refreshes only the used key and retains other unused keys. + + @@ -988,14 +992,19 @@ This setting initiates a client-driven recovery password refresh after an OS dri
    + Value type is int. Supported operations are Add, Delete, Get, and Replace. + + Supported values are: - 0 – Refresh off (default) - 1 – Refresh on for Azure AD-joined devices - 2 – Refresh on for both Azure AD-joined and hybrid-joined devices + + **RotateRecoveryPasswords** @@ -1038,11 +1047,14 @@ Each server-side recovery key rotation is represented by a request ID. The serve + Value type is string. Supported operation is Execute. Request ID is expected as a parameter. **Status** Interior node. Supported operation is Get. + + **Status/DeviceEncryptionStatus** @@ -1070,13 +1082,17 @@ This node reports compliance state of device encryption on the system. + Supported values: - 0 - Indicates that the device is compliant. - Any other value represents a non-compliant device. + Value type is int. Supported operation is Get. + + **Status/RotateRecoveryPasswordsStatus** @@ -1113,11 +1129,15 @@ Status code can be one of the following: + Value type is int. Supported operation is Get. + + **Status/RotateRecoveryPasswordsRequestID** + This node reports the RequestID corresponding to RotateRecoveryPasswordsStatus. This node needs to be queried in synchronization with RotateRecoveryPasswordsStatus to ensure the status is correctly matched to the request ID. @@ -1143,7 +1163,9 @@ This node needs to be queried in synchronization with RotateRecoveryPasswordsSta cross mark + + Value type is string. Supported operation is Get. ### SyncML example From a364ff70b75008017b16040dc4715f4c7cfa506e Mon Sep 17 00:00:00 2001 From: VLG17 <41186174+VLG17@users.noreply.github.com> Date: Thu, 13 Feb 2020 16:07:40 +0200 Subject: [PATCH 025/108] missing "r" in $OSArch https://github.com/MicrosoftDocs/windows-itpro-docs/issues/5972 --- .../credential-guard/credential-guard-manage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/identity-protection/credential-guard/credential-guard-manage.md b/windows/security/identity-protection/credential-guard/credential-guard-manage.md index 69155363d3..a7532b9ecf 100644 --- a/windows/security/identity-protection/credential-guard/credential-guard-manage.md +++ b/windows/security/identity-protection/credential-guard/credential-guard-manage.md @@ -141,7 +141,7 @@ You can also check that Windows Defender Credential Guard is running by using th DG_Readiness_Tool_v3.6.ps1 -Ready ``` > [!IMPORTANT] -> When running the Windows Defender Device Guard and Windows Defender Credential Guard hardware readiness tool on a non-English operating system, within the script, change `*$OSArch = $(gwmi win32_operatingsystem).OSArchitecture` to be `$OSAch = $((gwmi win32_operatingsystem).OSArchitecture).tolower()` instead, in order for the tool to work. +> When running the Windows Defender Device Guard and Windows Defender Credential Guard hardware readiness tool on a non-English operating system, within the script, change `*$OSArch = $(gwmi win32_operatingsystem).OSArchitecture` to be `$OSArch = $((gwmi win32_operatingsystem).OSArchitecture).tolower()` instead, in order for the tool to work. > This is a known issue. > [!NOTE] From e9e4f7511aae902f1afd606013b2f45b5d4dc372 Mon Sep 17 00:00:00 2001 From: Beth Levin Date: Thu, 13 Feb 2020 11:48:47 -0800 Subject: [PATCH 026/108] updated topic for the secure score removal --- .../configuration-score.md | 31 +++++++++++-------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/configuration-score.md b/windows/security/threat-protection/microsoft-defender-atp/configuration-score.md index a040722887..5b876f90b8 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/configuration-score.md +++ b/windows/security/threat-protection/microsoft-defender-atp/configuration-score.md @@ -1,6 +1,6 @@ --- title: Overview of Configuration score in Microsoft Defender Security Center -description: Expand your visibility into the overall security configuration posture of your organization +description: Your configuration score shows the collective security configuration state of your machines across application, operating system, network, accounts, and security controls keywords: configuration score, mdatp configuration score, secure score, security controls, improvement opportunities, security configuration score over time, security posture, baseline search.product: eADQiWindows 10XVcnh search.appverid: met150 @@ -8,45 +8,50 @@ ms.prod: w10 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security -ms.author: dolmont -author: DulceMontemayor +ms.author: ellevin +author: levinec ms.localizationpriority: medium manager: dansimp audience: ITPro ms.collection: M365-security-compliance ms.topic: conceptual -ms.date: 04/11/2019 --- # Configuration score + **Applies to:** - [Microsoft Defender Advanced Threat Protection (Microsoft Defender ATP)](https://go.microsoft.com/fwlink/p/?linkid=2069559) >[!NOTE] -> Secure score is now part of Threat & Vulnerability Management as Configuration score. The secure score page will be available for a few weeks. +> Secure score is now part of Threat & Vulnerability Management as Configuration score. -The Microsoft Defender Advanced Threat Protection Configuration score gives you visibility and control over the security posture of your organization based on security best practices. High configuration score means your endpoints are more resilient from cybersecurity threat attacks. +Your Configuration score is visible in the Threat & Vulnerability Management dashboard of the Microsoft Defender Security Center. It reflects the collective security configuration state of your machines across the following categories: -Your configuration score widget shows the collective security configuration state of your machines across the following categories: - Application - Operating system - Network - Accounts - Security controls -## How it works ->[!NOTE] -> Configuration score currently supports configurations set via Group Policy. Due to the current partial Intune support, configurations which might have been set through Intune might show up as misconfigured. Contact your IT Administrator to verify the actual configuration status in case your organization is using Intune for secure configuration management. +A higher configuration score means your endpoints are more resilient from cybersecurity threat attacks. + +## How it works + +>[!NOTE] +> Configuration score currently supports configurations set via Group Policy. Due to the current partial Intune support, configurations which might have been set through Intune might show up as misconfigured. Contact your IT Administrator to verify the actual configuration status in case your organization is using Intune for secure configuration management. + +The data in the configuration score card is the product of meticulous and ongoing vulnerability discovery process aggregated with configuration discovery assessments that continuously: -The data in the configuration score widget is the product of meticulous and ongoing vulnerability discovery process aggregated with configuration discovery assessments that continuously: - Compare collected configurations to the collected benchmarks to discover misconfigured assets - Map configurations to vulnerabilities that can be remediated or partially remediated (risk reduction) by remediating the misconfiguration - Collect and maintain best practice configuration benchmarks (vendors, security feeds, internal research teams) - Collect and monitor changes of security control configuration state from all assets -From the widget, you'd be able to see which security aspect requires attention. You can click the configuration score categories and it will take you to the **Security recommendations** page to see more details and understand the context of the issue. From there, you can act on them based on security benchmarks. +From the widget, you'd be able to see which security aspect requires attention. You can click the configuration score categories and it will take you to the **Security recommendations** page to see more details and understand the context of the issue. From there, you can act on them based on security benchmarks. ## Improve your configuration score + The goal is to remediate the issues in the security recommendations list to improve your configuration score. You can filter the view based on: + - **Related component** — **Accounts**, **Application**, **Network**, **OS**, or **Security controls** - **Remediation type** — **Configuration change** or **Software update** @@ -64,6 +69,7 @@ See how you can [improve your security configuration](https://docs.microsoft.com >2. Key-in the security update KB number that you need to download, then click **Search**. ## Related topics + - [Supported operating systems and platforms](tvm-supported-os.md) - [Risk-based Threat & Vulnerability Management](next-gen-threat-and-vuln-mgt.md) - [Threat & Vulnerability Management dashboard overview](tvm-dashboard-insights.md) @@ -78,4 +84,3 @@ See how you can [improve your security configuration](https://docs.microsoft.com - [Software APIs](https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/software) - [Vulnerability APIs](https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/vulnerability) - [Recommendation APIs](https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/vulnerability) - From 8fd1dd36df45c27284fd6fdf5635757b7aefe66c Mon Sep 17 00:00:00 2001 From: Beth Levin Date: Thu, 13 Feb 2020 11:52:48 -0800 Subject: [PATCH 027/108] config score redirect --- .openpublishing.redirection.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.openpublishing.redirection.json b/.openpublishing.redirection.json index 5ad808dbe7..8012e7c7c5 100644 --- a/.openpublishing.redirection.json +++ b/.openpublishing.redirection.json @@ -1727,6 +1727,11 @@ "redirect_document_id": true }, { +"source_path": "windows/security/threat-protection/windows-defender-atp/microsoft-defender-atp/overview-secure-score.md", +"redirect_url": "https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/configuration-score", +"redirect_document_id": true +}, +{ "source_path": "windows/security/threat-protection/windows-defender-atp/partner-applications.md", "redirect_url": "https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/partner-applications", "redirect_document_id": true @@ -15705,6 +15710,6 @@ "source_path": "windows/deployment/upgrade/manage-windows-upgrades-with-upgrade-readiness.md", "redirect_url": "https://docs.microsoft.com/configmgr/desktop-analytics/overview", "redirect_document_id": false -}, +} ] } From ee69bf26040a6a1aaea270fd7b7af71310968f88 Mon Sep 17 00:00:00 2001 From: Beth Levin Date: Thu, 13 Feb 2020 11:54:10 -0800 Subject: [PATCH 028/108] delete file --- .../overview-secure-score.md | 93 ------------------- 1 file changed, 93 deletions(-) delete mode 100644 windows/security/threat-protection/microsoft-defender-atp/overview-secure-score.md diff --git a/windows/security/threat-protection/microsoft-defender-atp/overview-secure-score.md b/windows/security/threat-protection/microsoft-defender-atp/overview-secure-score.md deleted file mode 100644 index f08e397a67..0000000000 --- a/windows/security/threat-protection/microsoft-defender-atp/overview-secure-score.md +++ /dev/null @@ -1,93 +0,0 @@ ---- -title: Overview of Secure score in Microsoft Defender Security Center -description: Expand your visibility into the overall security posture of your organization -keywords: secure score, security controls, improvement opportunities, security score over time, score, posture, baseline -search.product: eADQiWindows 10XVcnh -search.appverid: met150 -ms.prod: w10 -ms.mktglfcycl: deploy -ms.sitesec: library -ms.pagetype: security -ms.author: macapara -author: mjcaparas -ms.localizationpriority: medium -manager: dansimp -audience: ITPro -ms.collection: M365-security-compliance -ms.topic: conceptual ---- - -# Overview of Secure score in Microsoft Defender Security Center -**Applies to:** -- [Microsoft Defender Advanced Threat Protection (Microsoft Defender ATP)](https://go.microsoft.com/fwlink/p/?linkid=2069559) - ->[!NOTE] -> Secure score is now part of [Threat & Vulnerability Management](next-gen-threat-and-vuln-mgt.md) as [Configuration score](configuration-score.md). The secure score page will be available for a few weeks. - -The Secure score dashboard expands your visibility into the overall security posture of your organization. From this dashboard, you'll be able to quickly assess the security posture of your organization, see machines that require attention, as well as recommendations for actions to further reduce the attack surface in your organization - all in one place. From there you can take action based on the recommended configuration baselines. - ->[!IMPORTANT] -> This feature is available for machines on Windows 10, version 1703 or later. - - -The **Secure score dashboard** displays a snapshot of: -- Microsoft secure score -- Secure score over time -- Top recommendations -- Improvement opportunities - - -![Secure score dashboard](images/new-secure-score-dashboard.png) - -## Microsoft secure score -The Microsoft secure score tile is reflective of the sum of all the security controls that are configured according to the recommended Windows baseline and Office 365 controls. It allows you to drill down into each portal for further analysis. You can also improve this score by taking the steps in configuring each of the security controls in the optimal settings. - -![Image of Microsoft secure score tile](images/mss.png) - -Each Microsoft security control contributes 100 points to the score. The total number is reflective of the score potential and calculated by multiplying the number of supported Microsoft security controls (security controls pillars) by the maximum points that each pillar contributes (maximum of 100 points for each pillar). - -The Office 365 Secure Score looks at your settings and activities and compares them to a baseline established by Microsoft. For more information, see [Introducing the Office 365 Secure Score](https://support.office.com/article/introducing-the-office-365-secure-score-c9e7160f-2c34-4bd0-a548-5ddcc862eaef#howtoaccess). - -In the example image, the total points for the security controls and Office 365 add up to 602 points. - -You can set the baselines for calculating the security control scores on the Secure score dashboard through the **Settings**. For more information, see [Enable Secure score security controls](enable-secure-score.md). - -## Secure score over time -You can track the progression of your organizational security posture over time using this tile. It displays the overall score in a historical trend line enabling you to see how taking the recommended actions increase your overall security posture. - -![Image of the security score over time tile](images/new-ssot.png) - -You can mouse over specific date points to see the total score for that security control is on a specific date. - - -## Top recommendations -Reflects specific actions you can take to significantly increase the security stance of your organization and how many points will be added to the secure score if you take the recommended action. - -![Top recommendations tile](images/top-recommendations.png) - -## Improvement opportunities -Improve your score by taking the recommended improvement actions listed on this tile. The goal is to reduce the gap between the perfect score and the current score for each control. - -Clicking on the affected machines link at the top of the table takes you to the Machines list. The list is filtered to reflect the list of machines where improvements can be made. - - - -![Improvement opportunities](images/io.png) - - -Within the tile, you can click on each control to see the recommended optimizations. - -Clicking the link under the **Misconfigured machines** column opens up the **Machines list** with filters applied to show only the list of machines where the recommendation is applicable. You can export the list in Excel to create a target collection and apply relevant policies using a management solution of your choice. - -## Related topic -- [Threat & Vulnerability Management](next-gen-threat-and-vuln-mgt.md) -- [Threat & Vulnerability Management dashboard overview](tvm-dashboard-insights.md) -- [Exposure score](tvm-exposure-score.md) -- [Configuration score](configuration-score.md) -- [Security recommendations](tvm-security-recommendation.md) -- [Remediation](tvm-remediation.md) -- [Software inventory](tvm-software-inventory.md) -- [Weaknesses](tvm-weaknesses.md) -- [Scenarios](threat-and-vuln-mgt-scenarios.md) -- [Threat analytics](threat-analytics.md) - From aa587e2c1120e346c8160acd41d42b3bdae0c55e Mon Sep 17 00:00:00 2001 From: MaratMussabekov <48041687+MaratMussabekov@users.noreply.github.com> Date: Fri, 14 Feb 2020 09:36:06 +0500 Subject: [PATCH 029/108] Update windows/client-management/advanced-troubleshooting-802-authentication.md Co-Authored-By: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com> --- .../advanced-troubleshooting-802-authentication.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/windows/client-management/advanced-troubleshooting-802-authentication.md b/windows/client-management/advanced-troubleshooting-802-authentication.md index 08d9809d2a..84a600c394 100644 --- a/windows/client-management/advanced-troubleshooting-802-authentication.md +++ b/windows/client-management/advanced-troubleshooting-802-authentication.md @@ -59,7 +59,7 @@ First, validate the type of EAP method being used: ![eap authentication type comparison](images/comparisontable.png) -If a certificate is used for its authentication method, check if the certificate is valid. For server (NPS) side, you can confirm what certificate is being used from the EAP property menu (In **NPS snapp-in** go to **Policies** -> **Network Policies** -> Right click on the policy and select **Properties** -> In the appeared window go to **Constraints** tab and select **Authentication methods** section): +If a certificate is used for its authentication method, check if the certificate is valid. For server (NPS) side, you can confirm what certificate is being used from the EAP property menu. In **NPS snapp-in**, go to **Policies** > **Network Policies**. Right click on the policy and select **Properties**. In the pop-up window, go to the **Constraints** tab and select select the **Authentication methods** section. ![Constraints tab of the secure wireless connections properties](images/eappropertymenu.png) @@ -118,4 +118,3 @@ Even if audit policy appears to be fully enabled, it sometimes helps to disable [Troubleshooting Windows Vista 802.11 Wireless Connections](https://technet.microsoft.com/library/cc766215%28v=ws.10%29.aspx)
    [Troubleshooting Windows Vista Secure 802.3 Wired Connections](https://technet.microsoft.com/library/cc749352%28v=ws.10%29.aspx) - From eb415b9e6147214e979beb9a0c4db4e41a0d87f4 Mon Sep 17 00:00:00 2001 From: andreiztm Date: Fri, 14 Feb 2020 23:08:31 +0200 Subject: [PATCH 030/108] Update windows/deployment/windows-autopilot/existing-devices.md Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com> --- windows/deployment/windows-autopilot/existing-devices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/deployment/windows-autopilot/existing-devices.md b/windows/deployment/windows-autopilot/existing-devices.md index 391a89b1ce..74d1bc7a56 100644 --- a/windows/deployment/windows-autopilot/existing-devices.md +++ b/windows/deployment/windows-autopilot/existing-devices.md @@ -204,7 +204,7 @@ See the following examples. - Enable the account and specify the local administrator password: Optional. - Click **Next**, and then on the Configure Network page choose **Join a workgroup** and specify a name (ex: workgroup) next to **Workgroup**. - >[!IMPORTANT] + > [!IMPORTANT] >The Autopilot for existing devices task sequence will run the **Prepare Windows for capture** action which calls the System Preparation Tool (sysprep). This action will fail if the target machine is joined to a domain. >[!IMPORTANT] From 54104985be40fd70af2602259ff1574bee2dc2bd Mon Sep 17 00:00:00 2001 From: andreiztm Date: Fri, 14 Feb 2020 23:08:38 +0200 Subject: [PATCH 031/108] Update windows/deployment/windows-autopilot/existing-devices.md Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com> --- windows/deployment/windows-autopilot/existing-devices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/deployment/windows-autopilot/existing-devices.md b/windows/deployment/windows-autopilot/existing-devices.md index 74d1bc7a56..6a4f86a8fa 100644 --- a/windows/deployment/windows-autopilot/existing-devices.md +++ b/windows/deployment/windows-autopilot/existing-devices.md @@ -205,7 +205,7 @@ See the following examples. - Click **Next**, and then on the Configure Network page choose **Join a workgroup** and specify a name (ex: workgroup) next to **Workgroup**. > [!IMPORTANT] - >The Autopilot for existing devices task sequence will run the **Prepare Windows for capture** action which calls the System Preparation Tool (sysprep). This action will fail if the target machine is joined to a domain. + > The Autopilot for existing devices task sequence will run the **Prepare Windows for capture** action which uses the System Preparation Tool (sysprep). This action will fail if the target machine is joined to a domain. >[!IMPORTANT] >The System Preparation Tool (sysprep) will run with the /Generalize parameter which on Windows 10 1903 & Windows 10 1909 versions will delete the AutoPilot profile file and the machine will boot into OOBE phase instead of AutoPilot. Please see Michael Niehaus's blog with instructions [A challenge with Windows Autopilot for existing devices and Windows 10 1903](https://oofhours.com/2019/09/19/a-challenge-with-windows-autopilot-for-existing-devices-and-windows-10-1903/) on the solution to prevent this. From 08b05372b4fcd5997d31655054a39b3028d5a546 Mon Sep 17 00:00:00 2001 From: andreiztm Date: Fri, 14 Feb 2020 23:08:47 +0200 Subject: [PATCH 032/108] Update windows/deployment/windows-autopilot/existing-devices.md Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com> --- windows/deployment/windows-autopilot/existing-devices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/deployment/windows-autopilot/existing-devices.md b/windows/deployment/windows-autopilot/existing-devices.md index 6a4f86a8fa..8a7020e6c9 100644 --- a/windows/deployment/windows-autopilot/existing-devices.md +++ b/windows/deployment/windows-autopilot/existing-devices.md @@ -208,7 +208,7 @@ See the following examples. > The Autopilot for existing devices task sequence will run the **Prepare Windows for capture** action which uses the System Preparation Tool (sysprep). This action will fail if the target machine is joined to a domain. >[!IMPORTANT] - >The System Preparation Tool (sysprep) will run with the /Generalize parameter which on Windows 10 1903 & Windows 10 1909 versions will delete the AutoPilot profile file and the machine will boot into OOBE phase instead of AutoPilot. Please see Michael Niehaus's blog with instructions [A challenge with Windows Autopilot for existing devices and Windows 10 1903](https://oofhours.com/2019/09/19/a-challenge-with-windows-autopilot-for-existing-devices-and-windows-10-1903/) on the solution to prevent this. + > The System Preparation Tool (sysprep) will run with the /Generalize parameter which, on Windows 10 versions 1903 and 1909, will delete the Autopilot profile file and the machine will boot into OOBE phase instead of Autopilot phase. To fix this issue, please see [Windows Autopilot - known issues](https://docs.microsoft.com/windows/deployment/windows-autopilot/known-issues). 5. Click **Next** and then click **Next** again to accept the default settings on the Install Configuration Manager page. 6. On the State Migration page, enter the following details: From dd3b5c24fa9b821cb7bf4393d22363e218a38e39 Mon Sep 17 00:00:00 2001 From: ManikaDhiman Date: Fri, 14 Feb 2020 16:27:34 -0800 Subject: [PATCH 033/108] Added missing Security policies to Policy index --- .../policy-configuration-service-provider.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/windows/client-management/mdm/policy-configuration-service-provider.md b/windows/client-management/mdm/policy-configuration-service-provider.md index 6e8652ff9c..7c7c9321d0 100644 --- a/windows/client-management/mdm/policy-configuration-service-provider.md +++ b/windows/client-management/mdm/policy-configuration-service-provider.md @@ -3328,6 +3328,23 @@ The following diagram shows the Policy configuration service provider in tree fo
    Storage/AllowDiskHealthModelUpdates
    +
    + Storage/AllowStorageSenseGlobal +
    +
    + Storage/AllowStorageSenseTemporaryFilesCleanup +
    +
    + Storage/ConfigStorageSenseCloudContentDehydrationThreshold +
    +
    + Storage/ConfigStorageSenseDownloadsCleanupThreshold +
    +
    + Storage/ConfigStorageSenseGlobalCadence +
    +
    + Storage/ConfigStorageSenseRecycleBinCleanupThreshold
    Storage/EnhancedStorageDevices
    From ba8f42467c062970020f82267ae03e028db7b184 Mon Sep 17 00:00:00 2001 From: John Liu <49762389+ShenLanJohn@users.noreply.github.com> Date: Sat, 15 Feb 2020 01:12:39 -0800 Subject: [PATCH 034/108] CAT Auto Pulish for Windows Release Messages - 20200215010221 (#2071) * Update windows-autopilot-and-surface-devices.md Updates link * Update windows-autopilot-and-surface-devices.md Updates link * links changed + linting I altered the links to point directly to the page they were being redirected to I also did a light copyedit, including linting text editor warnings away * updated instructions * CAT Auto Pulish for Windows Release Messages - CAT_AutoPublish_20200215000333 (#2070) Co-authored-by: Direesh Kumar Kandakatla Co-authored-by: John Kaiser <35939694+CoveMiner@users.noreply.github.com> Co-authored-by: Marty Hernandez Avedon Co-authored-by: Denise Vangel-MSFT Co-authored-by: Gary Moore Co-authored-by: Direesh Kumar Kandakatla --- .../windows-autopilot-and-surface-devices.md | 4 ++-- ...-windows-7-and-windows-server-2008-r2-sp1.yml | 10 ---------- ...es-windows-8.1-and-windows-server-2012-r2.yml | 10 ---------- .../status-windows-10-1507.yml | 10 ++++++++++ ...s-windows-10-1607-and-windows-server-2016.yml | 12 ++++++++++++ .../status-windows-10-1709.yml | 12 ++++++++++++ .../status-windows-10-1803.yml | 12 ++++++++++++ ...s-windows-10-1809-and-windows-server-2019.yml | 12 ++++++++++++ .../status-windows-10-1903.yml | 12 ++++++++++++ .../status-windows-10-1909.yml | 12 ++++++++++++ ...us-windows-8.1-and-windows-server-2012-r2.yml | 10 ++++++++++ .../status-windows-server-2012.yml | 10 ++++++++++ ...ershell-cmdlets-windows-defender-antivirus.md | 16 ++++++++-------- 13 files changed, 112 insertions(+), 30 deletions(-) diff --git a/devices/surface/windows-autopilot-and-surface-devices.md b/devices/surface/windows-autopilot-and-surface-devices.md index add490a9a7..1fbdba19cf 100644 --- a/devices/surface/windows-autopilot-and-surface-devices.md +++ b/devices/surface/windows-autopilot-and-surface-devices.md @@ -13,7 +13,7 @@ ms.author: dansimp ms.topic: article ms.localizationpriority: medium ms.audience: itpro -ms.date: 02/13/2020 +ms.date: 02/14/2020 --- # Windows Autopilot and Surface devices @@ -51,7 +51,7 @@ Surface partners that are enabled for Windows Autopilot include: - [ALSO](https://www.also.com/ec/cms5/de_1010/1010_anbieter/microsoft/windows-autopilot/index.jsp) - [Atea](https://www.atea.com/) -- [Bechtle](https://www.bechtle.com/backend/cms/marken/microsoft/microsoft-windows-autopilot) +- [Bechtle](https://www.bechtle.com/marken/microsoft/microsoft-windows-autopilot) - [Cancom](https://www.cancom.de/) - [CDW](https://www.cdw.com/) - [Computacenter](https://www.computacenter.com/uk) diff --git a/windows/release-information/resolved-issues-windows-7-and-windows-server-2008-r2-sp1.yml b/windows/release-information/resolved-issues-windows-7-and-windows-server-2008-r2-sp1.yml index 8ae49f0e18..1a52dc5fb6 100644 --- a/windows/release-information/resolved-issues-windows-7-and-windows-server-2008-r2-sp1.yml +++ b/windows/release-information/resolved-issues-windows-7-and-windows-server-2008-r2-sp1.yml @@ -40,7 +40,6 @@ sections:
    Windows updates that are SHA-2 signed may not be offered for Symantec and Norton AV
    Windows updates that are SHA-2 signed are not available with Symantec or Norton antivirus program installed

    See details >August 13, 2019
    KB4512506Resolved External
    August 27, 2019
    02:29 PM PT
    Devices starting using PXE from a WDS or SCCM servers may fail to start
    Devices that start up using PXE images from Windows Deployment Services (WDS) may fail to start with error \"0xc0000001.\"

    See details >June 11, 2019
    KB4503292Resolved
    KB4512514August 17, 2019
    02:00 PM PT
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    Applications made using VB6, macros using VBA, and VBScript may stop responding and you may receive an error.

    See details >August 13, 2019
    KB4512506Resolved
    KB4517297August 16, 2019
    02:00 PM PT -
    System may be unresponsive after restart with certain McAfee antivirus products
    Devices running certain McAfee Endpoint security applications may be slow or unresponsive at startup.

    See details >April 09, 2019
    KB4493472Resolved External
    August 13, 2019
    06:59 PM PT " @@ -106,12 +105,3 @@ sections:
    Devices starting using PXE from a WDS or SCCM servers may fail to start
    Devices that start up using Preboot Execution Environment (PXE) images from Windows Deployment Services (WDS) or System Center Configuration Manager (SCCM) may fail to start with the error \"Status: 0xc0000001, Info: A required device isn't connected or can't be accessed\" after installing KB4503292 on a WDS server.

    Affected platforms:
    • Server: Windows Server 2008 SP2; Windows Server 2008 R2 SP1; Windows Server 2012; Windows Server 2012 R2; Windows Server 2016; Windows Server, version 1803; Windows Server 2019; Windows Server, version 1809; Windows Server, version 1903
    Resolution: This issue was resolved in KB4512514.

    Back to topJune 11, 2019
    KB4503292Resolved
    KB4512514Resolved:
    August 17, 2019
    02:00 PM PT

    Opened:
    July 10, 2019
    02:51 PM PT " - -- title: April 2019 -- items: - - type: markdown - text: " - - -
    DetailsOriginating updateStatusHistory
    System may be unresponsive after restart with certain McAfee antivirus products
    Microsoft and McAfee have identified an issue on devices with McAfee Endpoint Security (ENS) Threat Prevention 10.x or McAfee Host Intrusion Prevention (Host IPS) 8.0 or McAfee VirusScan Enterprise (VSE) 8.8 installed. It may cause the system to have slow startup or become unresponsive at restart after installing this update. 

    Affected platforms:
    • Client: Windows 8.1; Windows 7 SP1
    • Server: Windows Server 2012 R2; Windows Server 2008 R2 SP1
    Resolution: This issue has been resolved. McAfee has released an automatic update to address this issue. Guidance for McAfee customers can be found in the following McAfee support articles: 

    Back to top
    April 09, 2019
    KB4493472
    Resolved External
    Last updated:
    August 13, 2019
    06:59 PM PT

    Opened:
    April 09, 2019
    10:00 AM PT
    - " diff --git a/windows/release-information/resolved-issues-windows-8.1-and-windows-server-2012-r2.yml b/windows/release-information/resolved-issues-windows-8.1-and-windows-server-2012-r2.yml index 3ad99d98ca..44809071a4 100644 --- a/windows/release-information/resolved-issues-windows-8.1-and-windows-server-2012-r2.yml +++ b/windows/release-information/resolved-issues-windows-8.1-and-windows-server-2012-r2.yml @@ -37,7 +37,6 @@ sections:
    Windows RT 8.1 devices may have issues opening Internet Explorer 11
    On Windows RT 8.1 devices, Internet Explorer 11 may not open and you may receive an error.

    See details >September 10, 2019
    KB4516067Resolved
    KB4516041September 24, 2019
    10:00 AM PT
    Devices starting using PXE from a WDS or SCCM servers may fail to start
    Devices that start up using PXE images from Windows Deployment Services (WDS) may fail to start with error \"0xc0000001.\"

    See details >June 11, 2019
    KB4503276Resolved
    KB4512478August 17, 2019
    02:00 PM PT
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    Applications made using VB6, macros using VBA, and VBScript may stop responding and you may receive an error.

    See details >August 13, 2019
    KB4512488Resolved
    KB4517298August 16, 2019
    02:00 PM PT -
    System may be unresponsive after restart with certain McAfee antivirus products
    Devices running certain McAfee Endpoint security applications may be slow or unresponsive at startup.

    See details >April 09, 2019
    KB4493446Resolved External
    August 13, 2019
    06:59 PM PT " @@ -84,12 +83,3 @@ sections:
    Devices starting using PXE from a WDS or SCCM servers may fail to start
    Devices that start up using Preboot Execution Environment (PXE) images from Windows Deployment Services (WDS) or System Center Configuration Manager (SCCM) may fail to start with the error \"Status: 0xc0000001, Info: A required device isn't connected or can't be accessed\" after installing KB4503276 on a WDS server.

    Affected platforms:
    • Server: Windows Server 2008 SP2; Windows Server 2008 R2 SP1; Windows Server 2012; Windows Server 2012 R2; Windows Server 2016; Windows Server, version 1803; Windows Server 2019; Windows Server, version 1809; Windows Server, version 1903
    Resolution: This issue was resolved in KB4512478.

    Back to topJune 11, 2019
    KB4503276Resolved
    KB4512478Resolved:
    August 17, 2019
    02:00 PM PT

    Opened:
    July 10, 2019
    02:51 PM PT " - -- title: April 2019 -- items: - - type: markdown - text: " - - -
    DetailsOriginating updateStatusHistory
    System may be unresponsive after restart with certain McAfee antivirus products
    Microsoft and McAfee have identified an issue on devices with McAfee Endpoint Security (ENS) Threat Prevention 10.x or McAfee Host Intrusion Prevention (Host IPS) 8.0 or McAfee VirusScan Enterprise (VSE) 8.8 installed. It may cause the system to have slow startup or become unresponsive at restart after installing this update. 

    Affected platforms:
    • Client: Windows 8.1; Windows 7 SP1
    • Server: Windows Server 2012 R2; Windows Server 2008 R2 SP1
    Resolution: This issue has been resolved. McAfee has released an automatic update to address this issue. Guidance for McAfee customers can be found in the following McAfee support articles:  

    Back to top
    April 09, 2019
    KB4493446
    Resolved External
    Last updated:
    August 13, 2019
    06:59 PM PT

    Opened:
    April 09, 2019
    10:00 AM PT
    - " diff --git a/windows/release-information/status-windows-10-1507.yml b/windows/release-information/status-windows-10-1507.yml index df76e08bd1..3846d88d01 100644 --- a/windows/release-information/status-windows-10-1507.yml +++ b/windows/release-information/status-windows-10-1507.yml @@ -60,6 +60,7 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    +
    SummaryOriginating updateStatusLast updated
    You might encounter issues with KB4502496
    You might encounter issues trying to install or after installing KB4502496

    See details >
    N/A
    February 11, 2019
    KB4502496
    Mitigated
    February 15, 2020
    12:02 AM PT
    TLS connections might fail or timeout
    Transport Layer Security (TLS) connections might fail or timeout when connecting or attempting a resumption.

    See details >
    OS Build 10240.18368

    October 08, 2019
    KB4520011
    Mitigated External
    November 05, 2019
    03:36 PM PT
    Certain operations performed on a Cluster Shared Volume may fail
    Operations performed on files or folders on a CSV may fail with the error: STATUS_BAD_IMPERSONATION_LEVEL (0xC00000A5).

    See details >
    OS Build 10240.18094

    January 08, 2019
    KB4480962
    Mitigated
    April 25, 2019
    02:00 PM PT
    @@ -72,6 +73,15 @@ sections:
    " +- title: February 2020 +- items: + - type: markdown + text: " + + +
    DetailsOriginating updateStatusHistory
    You might encounter issues with KB4502496
    You might encounter issues trying to install or after installing KB4502496.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4502496) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4502496 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4502496
    Mitigated
    Last updated:
    February 15, 2020
    12:02 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    + " + - title: November 2019 - items: - type: markdown diff --git a/windows/release-information/status-windows-10-1607-and-windows-server-2016.yml b/windows/release-information/status-windows-10-1607-and-windows-server-2016.yml index 349276ccd7..0fcc5e9d8c 100644 --- a/windows/release-information/status-windows-10-1607-and-windows-server-2016.yml +++ b/windows/release-information/status-windows-10-1607-and-windows-server-2016.yml @@ -60,6 +60,8 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    + + @@ -74,6 +76,16 @@ sections:
    " +- title: February 2020 +- items: + - type: markdown + text: " +
    SummaryOriginating updateStatusLast updated
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    12:02 AM PT
    Windows may not start on certain Lenovo and Fujitsu laptops with less than 8GB of RAM
    Windows may fail to start on certain Lenovo and Fujitsu laptops that have less than 8 GB of RAM.

    See details >
    OS Build 14393.2608

    November 13, 2018
    KB4467691
    Resolved External
    January 23, 2020
    02:08 PM PT
    TLS connections might fail or timeout
    Transport Layer Security (TLS) connections might fail or timeout when connecting or attempting a resumption.

    See details >
    OS Build 14393.3274

    October 08, 2019
    KB4519998
    Mitigated External
    November 05, 2019
    03:36 PM PT
    Certain operations performed on a Cluster Shared Volume may fail
    Operations performed on files or folders on a CSV may fail with the error: STATUS_BAD_IMPERSONATION_LEVEL (0xC00000A5).

    See details >
    OS Build 14393.2724

    January 08, 2019
    KB4480961
    Mitigated
    April 25, 2019
    02:00 PM PT
    + + +
    DetailsOriginating updateStatusHistory
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    12:02 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    12:02 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    + " + - title: November 2019 - items: - type: markdown diff --git a/windows/release-information/status-windows-10-1709.yml b/windows/release-information/status-windows-10-1709.yml index 68f5967f84..bb6904a30e 100644 --- a/windows/release-information/status-windows-10-1709.yml +++ b/windows/release-information/status-windows-10-1709.yml @@ -60,6 +60,8 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    + + @@ -73,6 +75,16 @@ sections:
    " +- title: February 2020 +- items: + - type: markdown + text: " +
    SummaryOriginating updateStatusLast updated
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    12:02 AM PT
    Unable to create local users in Chinese, Japanese and Korean during device setup
    You might be unable to create users in Chinese, Japanese and Korean using Input Method Editor (IME) during OOBE.

    See details >
    OS Build 16299.1387

    September 10, 2019
    KB4516066
    Resolved
    KB4534318
    January 23, 2020
    02:00 PM PT
    TLS connections might fail or timeout
    Transport Layer Security (TLS) connections might fail or timeout when connecting or attempting a resumption.

    See details >
    OS Build 16299.1451

    October 08, 2019
    KB4520004
    Mitigated External
    November 05, 2019
    03:36 PM PT
    Certain operations performed on a Cluster Shared Volume may fail
    Operations performed on files or folders on a CSV may fail with the error: STATUS_BAD_IMPERSONATION_LEVEL (0xC00000A5).

    See details >
    OS Build 16299.904

    January 08, 2019
    KB4480978
    Mitigated
    April 25, 2019
    02:00 PM PT
    + + +
    DetailsOriginating updateStatusHistory
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    12:02 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    12:02 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    + " + - title: November 2019 - items: - type: markdown diff --git a/windows/release-information/status-windows-10-1803.yml b/windows/release-information/status-windows-10-1803.yml index d5408f495b..42a74822e9 100644 --- a/windows/release-information/status-windows-10-1803.yml +++ b/windows/release-information/status-windows-10-1803.yml @@ -64,6 +64,8 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    + + @@ -77,6 +79,16 @@ sections:
    " +- title: February 2020 +- items: + - type: markdown + text: " +
    SummaryOriginating updateStatusLast updated
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    12:02 AM PT
    Unable to create local users in Chinese, Japanese and Korean during device setup
    You might be unable to create users in Chinese, Japanese and Korean using Input Method Editor (IME) during OOBE.

    See details >
    OS Build 17134.1006

    September 10, 2019
    KB4516058
    Resolved
    KB4534308
    January 23, 2020
    02:00 PM PT
    TLS connections might fail or timeout
    Transport Layer Security (TLS) connections might fail or timeout when connecting or attempting a resumption.

    See details >
    OS Build 17134.1069

    October 08, 2019
    KB4520008
    Mitigated External
    November 05, 2019
    03:36 PM PT
    Certain operations performed on a Cluster Shared Volume may fail
    Operations performed on files or folders on a CSV may fail with the error: STATUS_BAD_IMPERSONATION_LEVEL (0xC00000A5).

    See details >
    OS Build 17134.523

    January 08, 2019
    KB4480966
    Mitigated
    April 25, 2019
    02:00 PM PT
    + + +
    DetailsOriginating updateStatusHistory
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    12:02 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    12:02 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    + " + - title: November 2019 - items: - type: markdown diff --git a/windows/release-information/status-windows-10-1809-and-windows-server-2019.yml b/windows/release-information/status-windows-10-1809-and-windows-server-2019.yml index 7beb2e9c30..a6c69b9a7e 100644 --- a/windows/release-information/status-windows-10-1809-and-windows-server-2019.yml +++ b/windows/release-information/status-windows-10-1809-and-windows-server-2019.yml @@ -64,6 +64,8 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    + + @@ -78,6 +80,16 @@ sections:
    " +- title: February 2020 +- items: + - type: markdown + text: " +
    SummaryOriginating updateStatusLast updated
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    12:02 AM PT
    Unable to create local users in Chinese, Japanese and Korean during device setup
    You might be unable to create users in Chinese, Japanese and Korean using Input Method Editor (IME) during OOBE.

    See details >
    OS Build 17763.737

    September 10, 2019
    KB4512578
    Resolved
    KB4534321
    January 23, 2020
    02:00 PM PT
    TLS connections might fail or timeout
    Transport Layer Security (TLS) connections might fail or timeout when connecting or attempting a resumption.

    See details >
    OS Build 17763.805

    October 08, 2019
    KB4519338
    Mitigated External
    November 05, 2019
    03:36 PM PT
    Devices with some Asian language packs installed may receive an error
    Devices with Asian language packs installed may receive the error, \"0x800f0982 - PSFX_E_MATCHING_COMPONENT_NOT_FOUND.\"

    See details >
    OS Build 17763.437

    April 09, 2019
    KB4493509
    Mitigated
    May 03, 2019
    10:59 AM PT
    + + +
    DetailsOriginating updateStatusHistory
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    12:02 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    12:02 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    + " + - title: November 2019 - items: - type: markdown diff --git a/windows/release-information/status-windows-10-1903.yml b/windows/release-information/status-windows-10-1903.yml index c37a9ca547..cb7133af96 100644 --- a/windows/release-information/status-windows-10-1903.yml +++ b/windows/release-information/status-windows-10-1903.yml @@ -64,6 +64,8 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    + +
    SummaryOriginating updateStatusLast updated
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    12:02 AM PT
    Issues with some older versions of Avast and AVG anti-virus products
    Microsoft and Avast has identified compatibility issues with some versions of Avast and AVG Antivirus.

    See details >
    N/A

    Mitigated External
    November 25, 2019
    05:25 PM PT
    TLS connections might fail or timeout
    Transport Layer Security (TLS) connections might fail or timeout when connecting or attempting a resumption.

    See details >
    OS Build 18362.418

    October 08, 2019
    KB4517389
    Mitigated External
    November 05, 2019
    03:36 PM PT
    @@ -76,6 +78,16 @@ sections:
    " +- title: February 2020 +- items: + - type: markdown + text: " + + + +
    DetailsOriginating updateStatusHistory
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    12:02 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    12:02 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    + " + - title: November 2019 - items: - type: markdown diff --git a/windows/release-information/status-windows-10-1909.yml b/windows/release-information/status-windows-10-1909.yml index 5d5aa24d52..631a1ea8d9 100644 --- a/windows/release-information/status-windows-10-1909.yml +++ b/windows/release-information/status-windows-10-1909.yml @@ -64,6 +64,8 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    + +
    SummaryOriginating updateStatusLast updated
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    12:02 AM PT
    Issues with some older versions of Avast and AVG anti-virus products
    Microsoft and Avast has identified compatibility issues with some versions of Avast and AVG Antivirus.

    See details >
    N/A

    Mitigated External
    November 25, 2019
    05:25 PM PT
    " @@ -75,6 +77,16 @@ sections:
    " +- title: February 2020 +- items: + - type: markdown + text: " + + + +
    DetailsOriginating updateStatusHistory
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    12:02 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    12:02 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    + " + - title: November 2019 - items: - type: markdown diff --git a/windows/release-information/status-windows-8.1-and-windows-server-2012-r2.yml b/windows/release-information/status-windows-8.1-and-windows-server-2012-r2.yml index 596f76e9d2..8a62e5b48c 100644 --- a/windows/release-information/status-windows-8.1-and-windows-server-2012-r2.yml +++ b/windows/release-information/status-windows-8.1-and-windows-server-2012-r2.yml @@ -60,6 +60,7 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    + @@ -73,6 +74,15 @@ sections:
    " +- title: February 2020 +- items: + - type: markdown + text: " +
    SummaryOriginating updateStatusLast updated
    You might encounter issues with KB4502496
    You might encounter issues trying to install or after installing KB4502496

    See details >
    February 11, 2020
    KB4502496
    Mitigated
    February 15, 2020
    12:02 AM PT
    TLS connections might fail or timeout
    Transport Layer Security (TLS) connections might fail or timeout when connecting or attempting a resumption.

    See details >
    October 08, 2019
    KB4520005
    Mitigated External
    November 05, 2019
    03:36 PM PT
    Japanese IME doesn't show the new Japanese Era name as a text input option
    With previous dictionary updates installed, the Japanese IME doesn't show the new Japanese Era name as an input option.

    See details >
    April 25, 2019
    KB4493443
    Mitigated
    May 15, 2019
    05:53 PM PT
    Certain operations performed on a Cluster Shared Volume may fail
    Operations performed on files or folders on a CSV may fail with the error: STATUS_BAD_IMPERSONATION_LEVEL (0xC00000A5).

    See details >
    January 08, 2019
    KB4480963
    Mitigated
    April 25, 2019
    02:00 PM PT
    + +
    DetailsOriginating updateStatusHistory
    You might encounter issues with KB4502496
    You might encounter issues trying to install or after installing KB4502496.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4502496) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4502496 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    February 11, 2020
    KB4502496
    Mitigated
    Last updated:
    February 15, 2020
    12:02 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    + " + - title: November 2019 - items: - type: markdown diff --git a/windows/release-information/status-windows-server-2012.yml b/windows/release-information/status-windows-server-2012.yml index c83ea0923f..95f21c394f 100644 --- a/windows/release-information/status-windows-server-2012.yml +++ b/windows/release-information/status-windows-server-2012.yml @@ -60,6 +60,7 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    + @@ -73,6 +74,15 @@ sections:
    " +- title: February 2020 +- items: + - type: markdown + text: " +
    SummaryOriginating updateStatusLast updated
    You might encounter issues with KB4502496
    You might encounter issues trying to install or after installing KB4502496

    See details >
    February 11, 2020
    KB4502496
    Mitigated
    February 15, 2020
    12:02 AM PT
    TLS connections might fail or timeout
    Transport Layer Security (TLS) connections might fail or timeout when connecting or attempting a resumption.

    See details >
    October 08, 2019
    KB4520007
    Mitigated External
    November 05, 2019
    03:36 PM PT
    Japanese IME doesn't show the new Japanese Era name as a text input option
    With previous dictionary updates installed, the Japanese IME doesn't show the new Japanese Era name as an input option.

    See details >
    April 25, 2019
    KB4493462
    Mitigated
    May 15, 2019
    05:53 PM PT
    Certain operations performed on a Cluster Shared Volume may fail
    Operations performed on files or folders on a CSV may fail with the error: STATUS_BAD_IMPERSONATION_LEVEL (0xC00000A5).

    See details >
    January 08, 2019
    KB4480975
    Mitigated
    April 25, 2019
    02:00 PM PT
    + +
    DetailsOriginating updateStatusHistory
    You might encounter issues with KB4502496
    You might encounter issues trying to install or after installing KB4502496.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4502496) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4502496 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    February 11, 2020
    KB4502496
    Mitigated
    Last updated:
    February 15, 2020
    12:02 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    + " + - title: November 2019 - items: - type: markdown diff --git a/windows/security/threat-protection/windows-defender-antivirus/use-powershell-cmdlets-windows-defender-antivirus.md b/windows/security/threat-protection/windows-defender-antivirus/use-powershell-cmdlets-windows-defender-antivirus.md index 80c59d0658..8631d5a627 100644 --- a/windows/security/threat-protection/windows-defender-antivirus/use-powershell-cmdlets-windows-defender-antivirus.md +++ b/windows/security/threat-protection/windows-defender-antivirus/use-powershell-cmdlets-windows-defender-antivirus.md @@ -23,27 +23,26 @@ manager: dansimp - [Microsoft Defender Advanced Threat Protection (Microsoft Defender ATP)](https://go.microsoft.com/fwlink/p/?linkid=2069559) -You can use PowerShell to perform various functions in Windows Defender. Similar to the command prompt or command line, PowerShell is a task-based command-line shell and scripting language designed especially for system administration, and you can read more about it at the [PowerShell hub on MSDN](https://msdn.microsoft.com/powershell/mt173057.aspx). +You can use PowerShell to perform various functions in Windows Defender. Similar to the command prompt or command line, PowerShell is a task-based command-line shell and scripting language designed especially for system administration. You can read more about it at the [PowerShell hub on MSDN](https://docs.microsoft.com/previous-versions/msdn10/mt173057(v=msdn.10)). -For a list of the cmdlets and their functions and available parameters, see the [Defender cmdlets](https://technet.microsoft.com/library/dn433280.aspx) topic. +For a list of the cmdlets and their functions and available parameters, see the [Defender cmdlets](https://docs.microsoft.com/powershell/module/defender) topic. -PowerShell cmdlets are most useful in Windows Server environments that don't rely on a graphical user interface (GUI) to configure software. +PowerShell cmdlets are most useful in Windows Server environments that don't rely on a graphical user interface (GUI) to configure software. > [!NOTE] > PowerShell cmdlets should not be used as a replacement for a full network policy management infrastructure, such as [Microsoft Endpoint Configuration Manager](https://docs.microsoft.com/configmgr), [Group Policy Management Console](https://technet.microsoft.com/library/cc731212.aspx), or [Windows Defender Antivirus Group Policy ADMX templates](https://support.microsoft.com/kb/927367). -Changes made with PowerShell will affect local settings on the endpoint where the changes are deployed or made. This means that deployments of policy with Group Policy, Microsoft Endpoint Configuration Manager, or Microsoft Intune can overwrite changes made with PowerShell. +Changes made with PowerShell will affect local settings on the endpoint where the changes are deployed or made. This means that deployments of policy with Group Policy, Microsoft Endpoint Configuration Manager, or Microsoft Intune can overwrite changes made with PowerShell. You can [configure which settings can be overridden locally with local policy overrides](configure-local-policy-overrides-windows-defender-antivirus.md). PowerShell is typically installed under the folder _%SystemRoot%\system32\WindowsPowerShell_. - ## Use Windows Defender Antivirus PowerShell cmdlets -1. Click **Start**, type **powershell**, and press **Enter**. -2. Click **Windows PowerShell** to open the interface. -3. Enter the command and parameters. +1. In the Windows search bar, type **powershell**. +2. Select **Windows PowerShell** from the results to open the interface. +3. Enter the PowerShell command and any parameters. > [!NOTE] > You may need to open an administrator-level version of PowerShell. Right-click the item in the Start menu, click **Run as administrator** and click **Yes** at the permissions prompt. @@ -53,6 +52,7 @@ To open online help for any of the cmdlets type the following: ```PowerShell Get-Help -Online ``` + Omit the `-online` parameter to get locally cached help. ## Related topics From 2d1defac6dfff34147a78d4811868994edfcba5b Mon Sep 17 00:00:00 2001 From: MaratMussabekov <48041687+MaratMussabekov@users.noreply.github.com> Date: Mon, 17 Feb 2020 09:41:07 +0500 Subject: [PATCH 035/108] Update windows/client-management/advanced-troubleshooting-802-authentication.md Co-Authored-By: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com> --- .../advanced-troubleshooting-802-authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/client-management/advanced-troubleshooting-802-authentication.md b/windows/client-management/advanced-troubleshooting-802-authentication.md index 84a600c394..c80e2a92b7 100644 --- a/windows/client-management/advanced-troubleshooting-802-authentication.md +++ b/windows/client-management/advanced-troubleshooting-802-authentication.md @@ -59,7 +59,7 @@ First, validate the type of EAP method being used: ![eap authentication type comparison](images/comparisontable.png) -If a certificate is used for its authentication method, check if the certificate is valid. For server (NPS) side, you can confirm what certificate is being used from the EAP property menu. In **NPS snapp-in**, go to **Policies** > **Network Policies**. Right click on the policy and select **Properties**. In the pop-up window, go to the **Constraints** tab and select select the **Authentication methods** section. +If a certificate is used for its authentication method, check if the certificate is valid. For server (NPS) side, you can confirm what certificate is being used from the EAP property menu. In **NPS snapp-in**, go to **Policies** > **Network Policies**. Right click on the policy and select **Properties**. In the pop-up window, go to the **Constraints** tab and select the **Authentication methods** section. ![Constraints tab of the secure wireless connections properties](images/eappropertymenu.png) From ebb61c760520b00a343e1fe8e93f742bc25de554 Mon Sep 17 00:00:00 2001 From: erroltuparker Date: Mon, 17 Feb 2020 15:52:14 +1000 Subject: [PATCH 036/108] Fixed scripting issue Merge-CIPolicy command had a mistype causing the line to fail --- .../create-wdac-policy-for-lightly-managed-devices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/threat-protection/windows-defender-application-control/create-wdac-policy-for-lightly-managed-devices.md b/windows/security/threat-protection/windows-defender-application-control/create-wdac-policy-for-lightly-managed-devices.md index 6fc44116aa..309ad25451 100644 --- a/windows/security/threat-protection/windows-defender-application-control/create-wdac-policy-for-lightly-managed-devices.md +++ b/windows/security/threat-protection/windows-defender-application-control/create-wdac-policy-for-lightly-managed-devices.md @@ -117,7 +117,7 @@ Alice follows these steps to complete this task: $PathRules += New-CIPolicyRule -FilePathRule "%windir%\*" $PathRules += New-CIPolicyRule -FilePathRule "%OSDrive%\Program Files\*" $PathRules += New-CIPolicyRule -FilePathRule "%OSDrive%\Program Files (x86)\*" - Merge-CIPolicy -OutputFilePath = $LamnaPolicy -PolicyPaths $LamnaPolicy -Rules $PathRules + Merge-CIPolicy -OutputFilePath $LamnaPolicy -PolicyPaths $LamnaPolicy -Rules $PathRules ``` 7. If appropriate, add additional signer or file rules to further customize the policy for your organization. From c78f53e5549f44a4fd508fd8d37b5f4eed24492d Mon Sep 17 00:00:00 2001 From: MaratMussabekov <48041687+MaratMussabekov@users.noreply.github.com> Date: Tue, 18 Feb 2020 09:31:14 +0500 Subject: [PATCH 037/108] Update windows/client-management/advanced-troubleshooting-802-authentication.md Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com> --- .../advanced-troubleshooting-802-authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/client-management/advanced-troubleshooting-802-authentication.md b/windows/client-management/advanced-troubleshooting-802-authentication.md index c80e2a92b7..6b16e86cd0 100644 --- a/windows/client-management/advanced-troubleshooting-802-authentication.md +++ b/windows/client-management/advanced-troubleshooting-802-authentication.md @@ -59,7 +59,7 @@ First, validate the type of EAP method being used: ![eap authentication type comparison](images/comparisontable.png) -If a certificate is used for its authentication method, check if the certificate is valid. For server (NPS) side, you can confirm what certificate is being used from the EAP property menu. In **NPS snapp-in**, go to **Policies** > **Network Policies**. Right click on the policy and select **Properties**. In the pop-up window, go to the **Constraints** tab and select the **Authentication methods** section. +If a certificate is used for its authentication method, check if the certificate is valid. For server (NPS) side, you can confirm what certificate is being used from the EAP property menu. In **NPS snap-in**, go to **Policies** > **Network Policies**. Right click on the policy and select **Properties**. In the pop-up window, go to the **Constraints** tab and select the **Authentication methods** section. ![Constraints tab of the secure wireless connections properties](images/eappropertymenu.png) From 6659a973fcd597a0b60779ab127daf03994c8239 Mon Sep 17 00:00:00 2001 From: krupatms Date: Tue, 18 Feb 2020 14:06:21 -0800 Subject: [PATCH 038/108] Test, updated Caps --- .../microsoft-defender-atp/web-content-filtering.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/web-content-filtering.md b/windows/security/threat-protection/microsoft-defender-atp/web-content-filtering.md index 14439573d7..18f9157dbd 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/web-content-filtering.md +++ b/windows/security/threat-protection/microsoft-defender-atp/web-content-filtering.md @@ -73,7 +73,7 @@ Cyren's web content classification technology is integrated by design into Micro Learn more at https://www.cyren.com/products/url-filtering. -### Cyren permissions +### Cyren Permissions "Sign in and read user profile" allows Cyren to read your tenant info from your Microsoft Defender ATP account, such as your tenant ID, which will be tied to your Cyren license. @@ -168,4 +168,4 @@ You need to be logged in to an AAD account with either App administrator or Glob - [Web protection overview](web-protection-overview.md) - [Web threat protection](web-threat-protection.md) - [Monitor web security](web-protection-monitoring.md) -- [Respond to web threats](web-protection-response.md) \ No newline at end of file +- [Respond to web threats](web-protection-response.md) From be53411407c09d761fbc5ae2e65983b97f844702 Mon Sep 17 00:00:00 2001 From: Gary Moore Date: Tue, 18 Feb 2020 17:28:38 -0800 Subject: [PATCH 039/108] Indented note, added a period --- .../create-wdac-policy-for-lightly-managed-devices.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/security/threat-protection/windows-defender-application-control/create-wdac-policy-for-lightly-managed-devices.md b/windows/security/threat-protection/windows-defender-application-control/create-wdac-policy-for-lightly-managed-devices.md index 309ad25451..d25131d06d 100644 --- a/windows/security/threat-protection/windows-defender-application-control/create-wdac-policy-for-lightly-managed-devices.md +++ b/windows/security/threat-protection/windows-defender-application-control/create-wdac-policy-for-lightly-managed-devices.md @@ -43,8 +43,8 @@ Alice identifies the following key factors to arrive at the "circle-of-trust" fo - All clients are running Windows 10 version 1903 or above; - All clients are managed by Microsoft Endpoint Manager (MEM) either with Configuration Manager (MEMCM) standalone or hybrid mode with Intune; -> [!NOTE] -> Microsoft Endpoint Configuration Manager was previously known as System Center Configuration Manager (SCCM) + > [!NOTE] + > Microsoft Endpoint Configuration Manager was previously known as System Center Configuration Manager (SCCM). - Some, but not all, apps are deployed using MEMCM; - Most users are local administrators on their devices; From 365c262952440ed2f97619e90ad2f52ba8098b3e Mon Sep 17 00:00:00 2001 From: MaratMussabekov <48041687+MaratMussabekov@users.noreply.github.com> Date: Wed, 19 Feb 2020 16:34:34 +0500 Subject: [PATCH 040/108] Update windows/client-management/advanced-troubleshooting-802-authentication.md Co-Authored-By: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com> --- .../advanced-troubleshooting-802-authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/client-management/advanced-troubleshooting-802-authentication.md b/windows/client-management/advanced-troubleshooting-802-authentication.md index 6b16e86cd0..124846eb32 100644 --- a/windows/client-management/advanced-troubleshooting-802-authentication.md +++ b/windows/client-management/advanced-troubleshooting-802-authentication.md @@ -59,7 +59,7 @@ First, validate the type of EAP method being used: ![eap authentication type comparison](images/comparisontable.png) -If a certificate is used for its authentication method, check if the certificate is valid. For server (NPS) side, you can confirm what certificate is being used from the EAP property menu. In **NPS snap-in**, go to **Policies** > **Network Policies**. Right click on the policy and select **Properties**. In the pop-up window, go to the **Constraints** tab and select the **Authentication methods** section. +If a certificate is used for its authentication method, check if the certificate is valid. For server (NPS) side, you can confirm what certificate is being used from the EAP property menu. In **NPS snap-in**, go to **Policies** > **Network Policies**. Right click on the policy and select **Properties**. In the pop-up window, go to the **Constraints** tab and select the **Authentication Methods** section. ![Constraints tab of the secure wireless connections properties](images/eappropertymenu.png) From 944a11cad7654d549b9ccf7c717d98d19fc842d5 Mon Sep 17 00:00:00 2001 From: rogersoMS <44718379+rogersoMS@users.noreply.github.com> Date: Wed, 19 Feb 2020 23:15:04 +0930 Subject: [PATCH 041/108] Multiple corrections required (see notes) @Dansimp 1) This note is contradictory - need to clarify this: "> [!NOTE] > Device credential group policy setting is not supported for enrolling into Microsoft Intune. " 2) We should remove all references to "Primary Domain Controller" (PDC) - it's not the 90's with Windows NT 4.0 anymore ! 3) "Restart the Domain Controller for the policy to be available." A reboot is not required 4) "Enforce a GPO link" This is in contradiction with our recommended practices. We should not be suggesting this. --- ...-windows-10-device-automatically-using-group-policy.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md b/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md index 4ced3aefe8..36ba902151 100644 --- a/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md +++ b/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md @@ -120,9 +120,6 @@ Requirements: > In Windows 10, version 1903, the MDM.admx file was updated to include an option to select which credential is used to enroll the device. **Device Credential** is a new option that will only have an effect on clients that have the Windows 10, version 1903 feature update installed. The default behavior for older releases is to revert to **User Credential**. -> [!NOTE] -> Device credential group policy setting is not supported for enrolling into Microsoft Intune. - When a group policy refresh occurs on the client, a task is created and scheduled to run every 5 minutes for the duration of one day. The task is called " Schedule created by enrollment client for automatically enrolling in MDM from AAD." To see the scheduled task, launch the [Task Scheduler app](#task-scheduler-app). @@ -174,7 +171,7 @@ Requirements: > 1803 -->[Administrative Templates (.admx) for Windows 10 April 2018 Update (1803)](https://www.microsoft.com/download/details.aspx?id=56880) or > 1809 --> [Administrative Templates for Windows 10 October 2018 Update (1809)](https://www.microsoft.com/download/details.aspx?id=57576) or > 1903 --> [Administrative Templates (.admx) for Windows 10 May 2019 Update (1903)](https://www.microsoft.com/download/details.aspx?id=58495&WT.mc_id=rss_alldownloads_all) -> 2. Install the package on the Primary Domain Controller (PDC). +> 2. Install the package on the Domain Controller. > 3. Navigate, depending on the version to the folder: > 1803 --> **C:\Program Files (x86)\Microsoft Group Policy\Windows 10 April 2018 Update (1803) v2**, or > 1809 --> **C:\Program Files (x86)\Microsoft Group Policy\Windows 10 October 2018 Update (1809) v2**, or @@ -182,14 +179,13 @@ Requirements: > 4. Rename the extracted Policy Definitions folder to **PolicyDefinitions**. > 5. Copy PolicyDefinitions folder to **C:\Windows\SYSVOL\domain\Policies**. > (If this folder does not exist, then be aware that you will be switching to a [central policy store](https://support.microsoft.com/help/3087759/how-to-create-and-manage-the-central-store-for-group-policy-administra) for your entire domain). -> 6. Restart the Primary Domain Controller for the policy to be available. +> 6. Restart the Domain Controller for the policy to be available. > This procedure will work for any future version as well. 1. Create a Group Policy Object (GPO) and enable the Group Policy **Computer Configuration** > **Policies** > **Administrative Templates** > **Windows Components** > **MDM** > **Enable automatic MDM enrollment using default Azure AD credentials**. 2. Create a Security Group for the PCs. 3. Link the GPO. 4. Filter using Security Groups. -5. Enforce a GPO link. ## Troubleshoot auto-enrollment of devices From 6c352ba5598a0362510da4aa4e9ccaf0ad005734 Mon Sep 17 00:00:00 2001 From: Payge Winfield Date: Wed, 19 Feb 2020 07:55:54 -0800 Subject: [PATCH 042/108] Created SCEP Whitepaper and added it to TOC --- devices/hololens/TOC.md | 1 + devices/hololens/scep-whitepaper.md | 77 +++++++++++++++++++++++++++++ 2 files changed, 78 insertions(+) create mode 100644 devices/hololens/scep-whitepaper.md diff --git a/devices/hololens/TOC.md b/devices/hololens/TOC.md index d1c0ab596f..eb7e69cdbd 100644 --- a/devices/hololens/TOC.md +++ b/devices/hololens/TOC.md @@ -62,6 +62,7 @@ ## [Known issues](hololens-known-issues.md) ## [Frequently asked questions](hololens-faq.md) ## [Hololens services status](hololens-status.md) +## [SCEP Whitepaper](scep-whitepaper.md) # [Release Notes](hololens-release-notes.md) # [Give us feedback](hololens-feedback.md) diff --git a/devices/hololens/scep-whitepaper.md b/devices/hololens/scep-whitepaper.md new file mode 100644 index 0000000000..cc43bdc285 --- /dev/null +++ b/devices/hololens/scep-whitepaper.md @@ -0,0 +1,77 @@ +--- +title: SCEP Whitepaper +description: A whitepaper that describes how Microsoft mitigates the vulnerabilities of SCEP. +ms.assetid: bd55ecd1-697a-4b09-8274-48d1499fcb0b +author: pawinfie +ms.author: pawinfie +ms.date: 02/12/2020 +keywords: hololens, Windows Mixed Reality, security +ms.prod: hololens +ms.sitesec: library +ms.topic: article +ms.localizationpriority: high +appliesto: +- HoloLens 1 (1st gen) +- HoloLens 2 +--- + +# SCEP Whitepaper + +## High Level + +### How the SCEP Challenge PW is secured + +We work around the weakness of the SCEP protocol by generating custom challenges in Intune itself. The challenge string we create is signed/encrypted, and contains the information we’ve configured in Intune for certificate issuance into the challenge blob. This means the blob used as the challenge string contains the expected CSR information like the Subject Name, Subject Alternative Name, and other attributes. + +We then pass that to the device and then the device generates it’s CSR and passes it, and the blob to the SCEP URL it received in the MDM profile. On NDES servers running the Intune SCEP module we perform a custom challenge validation that validates the signature on the blob, decrypts the challenge blob itself, compare it to the CSR received, and then determine if we should issue the cert. If any portion of this check fails then the certificate request is rejected. + +## Behind the scenes + +### Intune Connector has a number of responsibilities + +1. The connector is SCEP policy module which contains a "Certification Registration Point" component which interacts with the Intune service, and is responsible for validating, and securing the SCEP request coming into the NDES server. + +1. The connector will install an App Pool on the NDES IIS server > Microsoft Intune CRP service Pool, and a CertificateRegistrationSvc under the "Default Web Site" on IIS. + +1. **When the Intune NDES connector is first configured/setup on the NDES server, a certificate is issued from the Intune cloud service to the NDES server. This cert is used to securely communicate with the Intune cloud service - customer tenant. The cert is unique to the customers NDES server. Can be viewed in Certlm.msc issued by SC_Online_Issuing. This certs Public key is used by Intune in the cloud to encrypt the challenge blob. In addition, when the connector is configured, Intune's public key is sent to the NDES server.** + >[!NOTE] + >The connector communication with Intune is strictly outbound traffic. + +1. The Intune cloud service combined with the Intune connector/policy module addresses the SCEP protocol challenge password weakness (in the SCEP protocol) by generating a custom challenge. The challenge is generated in Intune itself. + + 1. In the challenge blob, Intune puts information that we expect in the cert request (CSR - Certificate Signing Request) coming from a mobile device like the following: what we expect the Subject and SAN (validated against AAD attributes/properties of the user/device) to be, and specifics contained in the Intune SCEP profile that is created by an Intune admin, i.e., Request Handling, EKU, Renewal, validity period, key size, renewal period. + >[!NOTE] + >The Challenge blob is Encrypted with the Connectors Public Key, and Signed with Intune's (cloud service) Private Key. The device cannot decrypt the challenge + + 1. When an Intune admin creates a SCEP profile in their tenant, Intune will send the SCEP profile payload along with the Encrypted and Signed Challenge to the targeted device. The device generates a CSR, and reaches out to NDES URL (contained in the SCEP profile). The device cert request payload contains the CSR, and the encrypted, signed challenge blob. + + 1. When the device reaches out to the NDES server (via the NDES/SCEP URL provided in the SCEP Profile payload), the SCEP cert request validation is performed by the policy module running on the NDES server. The challenge signature is verified using Intune's public key (which is on the NDES server, when the connector was installed and configured) and decrypted using the connectors private key. The policy module compares the CSR details against the decrypted challenge and determines if a cert should be issued. If the CSR passes validation, the NDES server requests a certificate from the CA on behalf of the user/device. + >[!NOTE] + >The above process takes place on the NDES server running the Policy Module. No interaction with the Intune cloud service takes place. + + 1. The NDES connector notification/reporting of cert delivery takes place after NDES sends the issued cert to the device. This is performed as a separate operation outside the cert request flow. Meaning that once NDES sends the cert to the device via the AAD app proxy (or other publishing firewall/proxy, a log is written with the cert delivery details on the NDES server by the connector (file location \Program Files\Microsoft Intune\CertificateRequestStatus\Succeed\ folder. The connector will look here, and send updates to Intune. + + 1. The mobile device must be enrolled in Intune. If not, we reject the request as well + + 1. The Intune connector disables the standard NDES challenge password request URL on the NDES server. + + 1. The NDES server SCEP URI in most customer deployments is made available to the internet via Azure App Proxy, or an on-prem reverse proxy, i.e. F5. + >[!NOTE] + >The Azure App Proxy is an outbound-only connection over Port 443, from the customers onprem network where the App Proxy connector is running on a server. The AAD app proxy can also be hosted on the NDES server. No inbound ports required when using Azure App Proxy. + + 1. The mobile device talks only to the NDES URI + + 1. Side note: AAD app proxy's role is to make onprem resources (like NDES and other customer onprem web services) securely available to the internet. + + 1. The Intune connector must communicate with the Intune cloud service. The connector communication will not go through the Azure App Proxy. The connector will talk with the Intune cloud service via whatever mechanism a customer has onprem to allow outbound traffic to the internet, i.e. Internal proxy service. + >[!NOTE] + > if a proxy is used by the customer, no SSL packet inspection can take place for the NDES/Connector server going out. + +1. Connector traffic with Intune cloud service consists of the following operations: + + 1. 1st time configuration of the connector: Authentication to AAD during the initial connector setup. + + 1. Connector checks in with Intune, and will process and any cert revocation transactions (i.e, if the Intune tenant admin issues a remote wipe – full or partial, also If a user unenrolls their device from Intune), reporting on issued certs, renewing the connectors’ SC_Online_Issuing certificate from Intune. Also note: the NDES Intune connector has shared PKCS cert functionality (if you decide to issue PKCS/PFX based certs) so the connector checks to Intune for PKCS cert requests even though there won’t be any requests to process. We are splitting that functionality out, so this connector just handles SCEP, but no ETA yet. + +1. [Here](https://docs.microsoft.com/intune/intune-endpoints#microsoft-intune-certificate-connector) is a reference for Intune NDES connector network communications. + From 2d68b6dad706c24b1e5d43a82ad0bb383165b014 Mon Sep 17 00:00:00 2001 From: Payge Winfield Date: Wed, 19 Feb 2020 08:01:05 -0800 Subject: [PATCH 043/108] created faq security doc and added it to TOC --- devices/hololens/TOC.md | 1 + devices/hololens/hololens-faq-security.md | 124 ++++++++++++++++++++++ 2 files changed, 125 insertions(+) create mode 100644 devices/hololens/hololens-faq-security.md diff --git a/devices/hololens/TOC.md b/devices/hololens/TOC.md index eb7e69cdbd..3e6b5f8706 100644 --- a/devices/hololens/TOC.md +++ b/devices/hololens/TOC.md @@ -61,6 +61,7 @@ ## [Troubleshoot HoloLens](hololens-troubleshooting.md) ## [Known issues](hololens-known-issues.md) ## [Frequently asked questions](hololens-faq.md) +## [Frequently Asked Security Questions](hololens-faq-security.md) ## [Hololens services status](hololens-status.md) ## [SCEP Whitepaper](scep-whitepaper.md) diff --git a/devices/hololens/hololens-faq-security.md b/devices/hololens/hololens-faq-security.md new file mode 100644 index 0000000000..ae9f0de47c --- /dev/null +++ b/devices/hololens/hololens-faq-security.md @@ -0,0 +1,124 @@ +--- +title: Frequently Asked Security Questions +description: security questions frequently asked about the hololens +ms.assetid: bd55ecd1-697a-4b09-8274-48d1499fcb0b +author: pawinfie +ms.author: pawinfie +ms.date: 02/19/2020 +keywords: hololens, Windows Mixed Reality, security +ms.prod: hololens +ms.sitesec: library +ms.topic: article +ms.localizationpriority: high +appliesto: +- HoloLens 1 (1st gen) +- HoloLens 2 +--- + +# Frequently Asked Security Questions + +## HoloLens 1st Gen Security Questions + +1. **What type of wireless is used?** + 1. 802.11ac and Bluetooth 4.1 LE +1. **What type of architecture is incorporated? For example: point to point, mesh or something else?** + 1. Wi-Fi can be used in infrastructure mode to communicate with other wireless access points. + 1. Bluetooth can be used to talk peer to peer between multiple HoloLens if the customers application supports it or to other Bluetooth devices. +1. **What is FCC ID?** + 1. C3K1688 +1. **What frequency range and channels does the device operate on and is it configurable?** + 1. Wi-Fi: The frequency range is not user configurable and depends on the country of use. In the US Wi-Fi uses both 2.4 GHz (1-11) channels and 5 GHz (36-64, 100-165) channels. + 1. Bluetooth: Bluetooth uses the standard 2.4-2.48 GHz range. +1. **Can the device blacklist or white list specific frequencies?** + 1. This is not controllable by the user/device +1. **What is the power level for both transmit and receive? Is it adjustable? What is the range of operation?** + 1. Our emissions testing standards can be found [here](https://fccid.io/C3K1688). Range of operation is highly dependent on the access point and environment - but is roughly equivalent to other high-quality phones, tablets, or PCs. +1. **What is the duty cycle/lifetime for normal operation?** + 1. 2-3hrs of active use and up to 2 weeks of standby time + 1. Battery lifetime is unavailable. +1. **What is transmit and receive behavior when a tool is not in range?** + 1. HoloLens transmit/receive follows the standard Wi-Fi/Bluetooth pattern. At the edge of its range, you'll probably notice input getting choppy until it fully disconnects, but after you get back in range it should quickly reconnect. +1. **What is deployment density per square foot?** + 1. This is dependent on your network infrastructure. +1. **Can device use the infrastructure as a client?** + 1. Yes +1. **What protocol is used?** + 1. HoloLens does not use any proprietary protocols +1. **OS update frequency – What is the frequency of OS updates for the HL? Is there a set schedule? Does Microsoft release security patches as needed, etc.** + 1. Microsoft does provide OS updates to HoloLens exactly the same way it is done for Windows 10. There are normally two major updates per year, one in spring, one in fall. As HoloLens is a Windows device, the update concept is the same as with any other Windows device. Microsoft releases Security patches as needed and follows the same concept as done on any other Windows device. +1. **OS hardening – What options are there to harden the OS? Can we remove or shutdown unnecessary apps or services?** + 1. HoloLens behaves like a smartphone. It is comparable to other modern Windows devices. HoloLens can be managed by either Microsoft Intune or other Modern Device Management Solutions, like MobileIron, Airwatch, or Soti. There are Policies you can set in these Management Systems to put Security policies on the device and in order to harden the device. There is also the option in deleting any unnecessary applications if wanted. +1. **How will software applications be managed and updated? What control do we have to define what apps are loaded and app update process for apps that are living in the Microsoft store?** + 1. HoloLens gets software applications only through the Windows store. Only Appx Application Packages can be installed, which are developed for the Use of HoloLens. You can see this in the Microsoft Store with a little logo next to the application which shows the HoloLens device. Any control that you have over the management of Store applications also applies to HoloLens. You can use the concept of the official store or the store for business. Apps can either be side-loaded (manual process to load an app on a Windows device) or can be managed through an MDM so that apps are automatically pulled from the store when needed. +1. **What is the frequency of updates to apps in the store for HoloLens?** + 1. As we follow the same concept of the Microsoft Store and pull apps from there, the update cycle is determined by the developer of the Application. All management options that you have to control the update mechanism in the store apply to HoloLens as well. +1. **Is there a secure boot capability for the HoloLens?** + 1. Yes +1. **Is there an ability to disable or disconnect peripheral support from the device?** + 1. Yes +1. **Is there an ability to control or disable the use of ports on the device?** + 1. The HoloLens only contains 2 ports (one for headphones and one for charging or connecting to PCs). There is not ability to disable the port due to functionality and recovery reasons. +1. **Antivirus, end point detection, IPS, app control whitelist – Any ability to run antivirus, end point detection, IPS, app control whitelist, etc.** + 1. Windows Holographic for Business (commercial suite) does support Windows Defender Smart Screen. If an antivirus company were to create and publish their app to the Universal Windows Platform, it could be downloaded on HoloLens. At present, no companies have done this for HoloLens. + 1. Whitelisting apps is possible by using the Microsoft Enterprise Store, where you can choose only what specific apps can be downloaded. Also, through MDM you can lock what specific apps can be run or even seen on the device. +1. **Can we quarantine the device from prod network until we update the device if it has been offline for an extended period of time? Ex. Device has been sitting in a drawer not powered up for a period (6 months) and has not received any updates, patches, etc. When it tries to come on the network can we flag it and say you must update on another network prior to being complaint to join the network.** + 1. This is something that can be managed on the infrastructure level by either an MDM or an on-prem server. The device can be flagged as not compliant if it does not meet a specified Update version. +1. **Does Microsoft include any back doors or access to services that allows Microsoft to connect to the device for screen sharing or remote support at will?** + 1. No +1. **When a PKI cert is being generated for trusted communication, we want the cert to be generated on the device so that we know it’s only on that device, unique to that device, and can’t be exported or used to impersonate the device. Is this true on HoloLens? If not is there a potential mitigation?** + 1. CSR for SCEP is generated on the device itself. Intune and the on premise SCEP connector help secure the requests themselves by adding and verifying a challenge string that’s sent to the client. + 1. Since HoloLens (1st Gen and 2nd Gen) have a TPM module, these certs would be stored in the TPM module, and are unable to be extracted. Additionally, even if it could be extracted, the challenge strings couldn’t be verified on a different device, rendering the certs/key unusable on different devices. +1. **SCEP is vulnerable. How does Microsoft mitigate the known vulnerabilities of SCEP?** + 1. This [SCEP Whitepaper](scep-whitepaper.md) addresses how Microsoft mitigates SCEP vulnerabilities. + +## HoloLens 2nd Gen Security Questions + +1. **What type of wireless is used?** + 1. 802.11ac and Bluetooth 5.0 +1. **What type of architecture is incorporated? For example: point to point, mesh or something else?** + 1. Wi-Fi can be used in infrastructure mode to communicate with other wireless access points. + 1. Bluetooth can be used to talk peer to peer between multiple HoloLens if the customers application supports it or to other Bluetooth devices. +1. **What is FCC ID?** + 1. C3K1855 +1. **What frequency range and channels does the device operate on and is it configurable?** + 1. Wi-Fi: The frequency range is not user configurable and depends on the country of use. In the US Wi-Fi uses both 2.4 GHz (1-11) channels and 5 GHz (36-64, 100-165) channels. +1. **Can the device blacklist or white list specific frequencies?** + 1. This is not controllable by the user/device +1. **What is the power level for both transmit and receive? Is it adjustable? What is the range of operation?** + 1. Wireless power levels depend on the channel of operation. Devices are calibrated to perform at the highest power levels allowed based on the region’s regulatory rules. +1. **What is the duty cycle/lifetime for normal operation?** + 1. *Currently unavailable.* +1. **What is transmit and receive behavior when a tool is not in range?** + 1. HoloLens transmit/receive follows the standard Wi-Fi/Bluetooth pattern. At the edge of its range, you'll probably notice input getting choppy until it fully disconnects, but after you get back in range it should quickly reconnect. +1. **What is deployment density per square foot?** + 1. This is dependent on your network infrastructure. +1. **Can device use the infrastructure as a client?** + 1. Yes +1. **What protocol is used?** + 1. HoloLens does not use any proprietary protocols +1. **OS update frequency – What is the frequency of OS updates for the HL? Is there a set schedule? Does Microsoft release security patches as needed, etc.** + 1. Microsoft does provide OS updates to HoloLens exactly the same way it is done for Windows 10. There are normally two major updates per year, one in spring, one in fall. As HoloLens is a Windows device, the update concept is the same as with any other Windows device. Microsoft releases Security patches as needed and follows the same concept as done on any other Windows device. +1. **OS hardening – What options are there to harden the OS? Can we remove or shutdown unnecessary apps or services?** + 1. HoloLens behaves like a smartphone. It is comparable to other modern Windows devices. HoloLens can be managed by either Microsoft Intune or other Modern Device Management Solutions, like MobileIron, Airwatch, or Soti. There are Policies you can set in these Management Systems to put Security policies on the device and in order to harden the device. There is also the option in deleting any unnecessary applications if wanted. +1. **How will software applications be managed and updated? What control do we have to define what apps are loaded and app update process for apps that are living in the Microsoft store?** + 1. HoloLens gets software applications only through the Windows store. Only Appx Application Packages can be installed, which are developed for the Use of HoloLens. You can see this in the Microsoft Store with a little logo next to the application which shows the HoloLens device. Any control that you have over the management of Store applications also applies to HoloLens. You can use the concept of the official store or the store for business. Apps can either be side-loaded (manual process to load an app on a Windows device) or can be managed through an MDM so that apps are automatically pulled from the store when needed. +1. **What is the frequency of updates to apps in the store for HoloLens?** + 1. As we follow the same concept of the Microsoft Store and pull apps from there, the update cycle is determined by the developer of the Application. All management options that you have to control the update mechanism in the store apply to HoloLens as well. +1. **Is there a secure boot capability for the HoloLens?** + 1. Yes +1. **Is there an ability to disable or disconnect peripheral support from the device?** + 1. Yes +1. **Is there an ability to control or disable the use of ports on the device?** + 1. The HoloLens only contains 2 ports (one for headphones and one for charging or connecting to PCs). There is not ability to disable the port due to functionality and recovery reasons. +1. **Antivirus, end point detection, IPS, app control whitelist – Any ability to run antivirus, end point detection, IPS, app control whitelist, etc.** + 1. HoloLens 2nd Gen supports Windows Defender Smart Screen. If an antivirus company were to create and publish their app to the Universal Windows Platform, it could be downloaded on HoloLens. At present, no companies have done this for HoloLens. + 1. Whitelisting apps is possible by using the Microsoft Enterprise Store, where you can choose only what specific apps can be downloaded. Also, through MDM you can lock what specific apps can be run or even seen on the device. +1. **Can we quarantine the device from prod network until we update the device if it has been offline for an extended period of time? Ex. Device has been sitting in a drawer not powered up for a period (6 months) and has not received any updates, patches, etc. When it tries to come on the network can we flag it and say you must update on another network prior to being complaint to join the network.** + 1. This is something that can be managed on the infrastructure level by either an MDM or an on-prem server. The device can be flagged as not compliant if it does not meet a specified Update version. +1. **Does Microsoft include any back doors or access to services that allows Microsoft to connect to the device for screen sharing or remote support at will?** + 1. No +1. **When a PKI cert is being generated for trusted communication, we want the cert to be generated on the device so that we know it’s only on that device, unique to that device, and can’t be exported or used to impersonate the device. Is this true on HoloLens? If not is there a potential mitigation?** + 1. CSR for SCEP is generated on the device itself. Intune and the on premise SCEP connector help secure the requests themselves by adding and verifying a challenge string that’s sent to the client. + 1. Since HoloLens (1st Gen and 2nd Gen) have a TPM module, these certs would be stored in the TPM module, and are unable to be extracted. Additionally, even if it could be extracted, the challenge strings couldn’t be verified on a different device, rendering the certs/key unusable on different devices. +1. **SCEP is vulnerable. How does Microsoft mitigate the known vulnerabilities of SCEP?** + 1. This [SCEP Whitepaper](scep-whitepaper.md) addresses how Microsoft mitigates SCEP vulnerabilities. From a24b15f4e699d9dad2c4af096ba2e28768d53b8c Mon Sep 17 00:00:00 2001 From: Payge Winfield Date: Wed, 19 Feb 2020 08:03:00 -0800 Subject: [PATCH 044/108] added audiance to FAQ seucirty and --- devices/hololens/hololens-faq-security.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devices/hololens/hololens-faq-security.md b/devices/hololens/hololens-faq-security.md index ae9f0de47c..b56e555f7d 100644 --- a/devices/hololens/hololens-faq-security.md +++ b/devices/hololens/hololens-faq-security.md @@ -9,7 +9,9 @@ keywords: hololens, Windows Mixed Reality, security ms.prod: hololens ms.sitesec: library ms.topic: article +audience: ITPro ms.localizationpriority: high +manager: bradke appliesto: - HoloLens 1 (1st gen) - HoloLens 2 From 26281a7f4c315bf4e2a2ed3047df152fcceb0510 Mon Sep 17 00:00:00 2001 From: Payge Winfield Date: Wed, 19 Feb 2020 08:05:37 -0800 Subject: [PATCH 045/108] added audiance. Format changes --- .../hololens-commercial-infrastructure.md | 23 ++++++++++--------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/devices/hololens/hololens-commercial-infrastructure.md b/devices/hololens/hololens-commercial-infrastructure.md index 568bbe92e5..f241deb9fc 100644 --- a/devices/hololens/hololens-commercial-infrastructure.md +++ b/devices/hololens/hololens-commercial-infrastructure.md @@ -10,6 +10,7 @@ ms.topic: article ms.localizationpriority: high ms.date: 1/23/2020 ms.reviewer: +audience: ITPro manager: bradke appliesto: - HoloLens (1st gen) @@ -50,12 +51,12 @@ HoloLens does support a limited set of cloud disconnected experiences. ### HoloLens Specific Network Requirements -Make sure that these ports and URLs are allowed on your network firewall. This will enable HoloLens to function properly. The latest list can be found [here](hololens-offline.md). +Make sure that [this list](hololens-offline.md) of endpoints are allowed on your network firewall. This will enable HoloLens to function properly. ### Remote Assist Specific Network Requirements 1. The recommended bandwidth for optimal performance of Remote Assist is 1.5Mbps. Detailed network requirements and additional information can be found [here](https://docs.microsoft.com/MicrosoftTeams/prepare-network). -**Please note, if you don’t network have network speeds of at least 1.5Mbps, Remote Assist will still work. However, quality may suffer.** +**(Please note, if you don’t network have network speeds of at least 1.5Mbps, Remote Assist will still work. However, quality may suffer).** 1. Make sure that these ports and URLs are allowed on your network firewall. This will enable Microsoft Teams to function. The latest list can be found [here](https://docs.microsoft.com/office365/enterprise/urls-and-ip-address-ranges#skype-for-business-online-and-microsoft-teams). ### Guides Specific Network Requirements @@ -65,17 +66,17 @@ Guides only require network access to download and use the app. ## Azure Active Directory Guidance >[!NOTE] ->This step is only necessary if your company plans on managing the HoloLens and mixed reality apps. +>This step is only necessary if your company plans on managing the HoloLens. 1. Ensure that you have an Azure AD License. -Please [HoloLens Licenses Requirements](hololens-licenses-requirements.md)for additional information. +Please [HoloLens Licenses Requirements](hololens-licenses-requirements.md) for additional information. 1. If you plan on using Auto Enrollment, you will have to [Configure Azure AD enrollment.](https://docs.microsoft.com/intune/deploy-use/.set-up-windows-device-management-with-microsoft-intune#azure-active-directory-enrollment) 1. Ensure that your company’s users are in Azure Active Directory (Azure AD). Instructions for adding users can be found [here](https://docs.microsoft.com/azure/active-directory/fundamentals/add-users-azure-active-directory). -1. We suggest that users who will be need similar licenses are added to a group. +1. We suggest that users who need similar licenses are added to the same group. 1. [Create a Group](https://docs.microsoft.com/azure/active-directory/fundamentals/active-directory-groups-create-azure-portal) 1. [Add users to groups](https://docs.microsoft.com/azure/active-directory/fundamentals/active-directory-groups-members-azure-portal) @@ -100,10 +101,10 @@ These steps ensure that your company’s users (or a group of users) can add dev ### Ongoing device management >[!NOTE] ->This step is only necessary if your company plans on managing the HoloLens and mixed reality apps. +>This step is only necessary if your company plans to manage the HoloLens. Ongoing device management will depend on your mobile device management infrastructure. Most have the same general functionality but the user interface may vary widely. -1. [CSPs (Configuration Service Providers)](https://docs.microsoft.com/windows/client-management/mdm/configuration-service-provider-reference#csps-supported-in-hololens-devices) allows you to create and deploy management settings for the devices on your network. Some CSPs are supported by HoloLens devices. (See the list of CSPs for HoloLens [here](https://docs.microsoft.com/windows/client-management/mdm/configuration-service-provider-reference#csps-supported-in-hololens-devices)). +1. [CSPs (Configuration Service Providers)](https://docs.microsoft.com/windows/client-management/mdm/configuration-service-provider-reference#csps-supported-in-hololens-devices) allows you to create and deploy management settings for the devices on your network. A list of CSPs for HoloLens can be found [here](https://docs.microsoft.com/windows/client-management/mdm/configuration-service-provider-reference#csps-supported-in-hololens-devices). 1. [Compliance policies](https://docs.microsoft.com/intune/device-compliance-get-started) are rules and settings that devices must meet to be compliant in your corporate infrastructure. Use these policies with Conditional Access to block access to company resources for devices that are non-compliant. For example, you can create a policy that requires Bitlocker be enabled. @@ -144,7 +145,7 @@ Read more about [installing apps on HoloLens](https://docs.microsoft.com/hololen ### Certificates -You can distribute certifcates through your MDM provider. If your company requires certificates, Intune supports PKCS, PFX, and SCEP. It is important to understand which certificate is right for your company. Please visit [here](https://docs.microsoft.com/intune/protect/certificates-configure) to determine which cert is best for you. If you plan to use certs for HoloLens Authentication, PFX or SCEP may be right for you. +You can distribute certifcates through your MDM provider. If your company requires certificates, Intune supports PKCS, PFX, and SCEP. It is important to understand which certificate is right for your company. Please visit [here](https://docs.microsoft.com/intune/protect/certificates-configure) to determine which cert is best for you. If you plan to use certificates for HoloLens Authentication, PFX or SCEP may be right for you. Steps for SCEP can be found [here](https://docs.microsoft.com/intune/protect/certificates-profile-scep). @@ -161,8 +162,8 @@ Directions for upgrading to the commercial suite can be found [here](https://doc 1. Check your app settings 1. Log into your Microsoft Store Business account - 1. **Manage** > **Products and Services** > **Apps and Software** > **Select the app you want to sync** > **Private Store Availability** > **Select “Everyone” or “Specific Groups”* - 1. If you do not see your apps in **Intune** > **Client Apps** > **Apps** , you may have to [sync your apps](https://docs.microsoft.com/intune/apps/windows-store-for-business#synchronize-apps) again. + 1. **Manage > Products and Services > Apps and Software > Select the app you want to sync > Private Store Availability > Select “Everyone” or “Specific Groups”** + 1. If you do not see your apps in **Intune > Client Apps > Apps** , you may have to [sync your apps](https://docs.microsoft.com/intune/apps/windows-store-for-business#synchronize-apps) again. 1. [Create a device profile for Kiosk mode](https://docs.microsoft.com/intune/configuration/kiosk-settings#create-the-profile) @@ -183,4 +184,4 @@ Certificates can be deployed via you MDM (see "certificates" in the [MDM Section ## Next (Optional) Step: [Configure HoloLens using a provisioning package](hololens-provisioning.md) -## Next Step: [Enroll your device](hololens-enroll-mdm.md) +## Next Step: [Enroll your device](hololens-enroll-mdm.md) \ No newline at end of file From d7cd34b946c29c47c0e085d4762da2da8090d534 Mon Sep 17 00:00:00 2001 From: Payge Winfield Date: Wed, 19 Feb 2020 08:09:19 -0800 Subject: [PATCH 046/108] Minor changes and added audience --- devices/hololens/hololens-licenses-requirements.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/devices/hololens/hololens-licenses-requirements.md b/devices/hololens/hololens-licenses-requirements.md index 7636395a6b..3f398e81e7 100644 --- a/devices/hololens/hololens-licenses-requirements.md +++ b/devices/hololens/hololens-licenses-requirements.md @@ -10,6 +10,7 @@ ms.topic: article ms.localizationpriority: high ms.date: 1/23/2020 ms.reviewer: +audience: ITPro manager: bradke appliesto: - HoloLens (1st gen) @@ -35,16 +36,6 @@ You may need to upgrade your HoloLens 1st Gen Device to Windows Holographic for - Acquire a HoloLens Enterprise license XML file - Apply the XML file to the HoloLens. You can do this through a [Provisioning package](hololens-provisioning.md) or through your [Mobile Device Manager](https://docs.microsoft.com/intune/configuration/holographic-upgrade) -Some of the HoloLens configurations you can apply in a provisioning package: - -- Apply certificates to the device -- Set up a Wi-Fi connection -- Pre-configure out of box questions like language and locale -- (HoloLens 2) bulk enroll in mobile device management -- (HoloLens v1) Apply key to enable Windows Holographic for Business - -Follow [this guide](hololens-provisioning.md) to create and apply a provisioning package to HoloLens. - ### Remote Assist License Requirements Make sure you have the required licensing and device. Updated licensing and product requirements can be found [here](https://docs.microsoft.com/dynamics365/mixed-reality/remote-assist/requirements). @@ -68,4 +59,5 @@ Updated licensing and device requirements can be found [here](https://docs.micro Additional information regarding kiosk mode will be covered in [Configuring your Network for HoloLens](hololens-commercial-infrastructure.md#how-to-configure-kiosk-mode-using-microsoft-intune). -## Next Step: [Configure your network for HoloLens](hololens-commercial-infrastructure.md) \ No newline at end of file +## Next Step: [Configure your network for HoloLens](hololens-commercial-infrastructure.md) + From f2447b6da59b96007c7f614400d258f31515fb5b Mon Sep 17 00:00:00 2001 From: Payge Winfield Date: Wed, 19 Feb 2020 08:37:07 -0800 Subject: [PATCH 047/108] minor change to provisioning doc --- devices/hololens/hololens-provisioning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/hololens/hololens-provisioning.md b/devices/hololens/hololens-provisioning.md index 7eefba6e17..392032737a 100644 --- a/devices/hololens/hololens-provisioning.md +++ b/devices/hololens/hololens-provisioning.md @@ -54,7 +54,7 @@ Provisioning packages can include management instructions and policies, customiz ### 1. Install Windows Configuration Designer on your PC. (There are two ways to do this). 1. **Option 1:** [From Microsoft Store](https://www.microsoft.com/store/apps/9nblggh4tx22) -2. **Option 2:** [From the Windows Assessment and Deployment Kit (ADK) for Windows 10](https://developer.microsoft.com/windows/hardware/windows-assessment-deployment-kit). If you install Windows Configurations Designer from the Windows ADK, select **Configuration Designer** from the **Select the features you want to install** dialog box. +2. **Option 2:** [From the Windows Assessment and Deployment Kit (ADK) for Windows 10](https://developer.microsoft.com/windows/hardware/windows-assessment-deployment-kit). If you install Windows Configurations Designer from the Windows ADK, select **Configuration Designer** from the **Select the features you want to install** dialog box. ### 2. Create the Provisioning Package From 5673bc21779b3e6a6b79362b199f6dd7252eeda9 Mon Sep 17 00:00:00 2001 From: Payge Winfield Date: Wed, 19 Feb 2020 08:43:29 -0800 Subject: [PATCH 048/108] removed a space --- devices/hololens/hololens-licenses-requirements.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/devices/hololens/hololens-licenses-requirements.md b/devices/hololens/hololens-licenses-requirements.md index 3f398e81e7..c89587c100 100644 --- a/devices/hololens/hololens-licenses-requirements.md +++ b/devices/hololens/hololens-licenses-requirements.md @@ -59,5 +59,4 @@ Updated licensing and device requirements can be found [here](https://docs.micro Additional information regarding kiosk mode will be covered in [Configuring your Network for HoloLens](hololens-commercial-infrastructure.md#how-to-configure-kiosk-mode-using-microsoft-intune). -## Next Step: [Configure your network for HoloLens](hololens-commercial-infrastructure.md) - +## Next Step: [Configure your network for HoloLens](hololens-commercial-infrastructure.md) \ No newline at end of file From e328cb2b81710414f3669a5b5455aea117604e22 Mon Sep 17 00:00:00 2001 From: Payge Winfield Date: Wed, 19 Feb 2020 08:46:00 -0800 Subject: [PATCH 049/108] addded content to FAQ --- devices/hololens/hololens-FAQ.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/devices/hololens/hololens-FAQ.md b/devices/hololens/hololens-FAQ.md index a183165e4a..a75a6e8676 100644 --- a/devices/hololens/hololens-FAQ.md +++ b/devices/hololens/hololens-FAQ.md @@ -43,6 +43,7 @@ This FAQ addresses the following questions and issues: - [I'm having problems with the HoloLens clicker](#im-having-problems-with-the-hololens-clicker) - [I can't connect to Wi-Fi](#i-cant-connect-to-wi-fi) - [My HoloLens isn't running well, is unresponsive, or won't start](#my-hololens-isnt-running-well-is-unresponsive-or-wont-start) +- [HoloLens Management Questions](#hololens-management-questions) - [How do I delete all spaces?](#how-do-i-delete-all-spaces) - [I cannot find or use the keyboard to type in the HoloLens 2 Emulator](#i-cannot-find-or-use-the-keyboard-to-type-in-the-hololens-2-emulator) @@ -204,6 +205,21 @@ If your device isn't performing properly, see [Restart, reset, or recover HoloLe [Back to list](#list) +## HoloLens Management Questions + +1. **Can I use SCCM to manage the HoloLens?** + 1. No. An MDM must be used to manage the HoloLens +1. **Can I use Active Directory to manage HoloLens user accounts?** + 1. No, Azure AD must be used to manage user accounts. +1. **Is the HoloLens capable of ADCS auto enrollment?** + 1. No +1. **Can the HoloLens participate in WNA/IWA?** + 1. No +1. **Does the HoloLens support branding?** + 1. No. However, one work around is to create a custom app and enable Kiosk mode. The custom app can have branding which can then launch other apps (such as Remote Assist). Another option is to change all of the users profile pictures in AAD to your company logo. (However, this may not be desirable for all scenarios) +1. **What logging capabilities are available on HL1 and HL2?** + 1. Are the logging capabilities on HL1/HL2 similar to Windows computers? + ## How do I delete all spaces? *Coming soon* @@ -215,3 +231,4 @@ If your device isn't performing properly, see [Restart, reset, or recover HoloLe *Coming soon* [Back to list](#list) + From 83e7b41be7335b95530609609c83ca2743cfd874 Mon Sep 17 00:00:00 2001 From: Payge Winfield Date: Wed, 19 Feb 2020 08:48:55 -0800 Subject: [PATCH 050/108] whitespace edits --- devices/hololens/TOC.md | 2 +- devices/hololens/hololens-FAQ.md | 1 - devices/hololens/scep-whitepaper.md | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/devices/hololens/TOC.md b/devices/hololens/TOC.md index 3e6b5f8706..c93f45cfd9 100644 --- a/devices/hololens/TOC.md +++ b/devices/hololens/TOC.md @@ -61,7 +61,7 @@ ## [Troubleshoot HoloLens](hololens-troubleshooting.md) ## [Known issues](hololens-known-issues.md) ## [Frequently asked questions](hololens-faq.md) -## [Frequently Asked Security Questions](hololens-faq-security.md) +## [Frequently asked security questions](hololens-faq-security.md) ## [Hololens services status](hololens-status.md) ## [SCEP Whitepaper](scep-whitepaper.md) diff --git a/devices/hololens/hololens-FAQ.md b/devices/hololens/hololens-FAQ.md index a75a6e8676..ace8a93088 100644 --- a/devices/hololens/hololens-FAQ.md +++ b/devices/hololens/hololens-FAQ.md @@ -231,4 +231,3 @@ If your device isn't performing properly, see [Restart, reset, or recover HoloLe *Coming soon* [Back to list](#list) - diff --git a/devices/hololens/scep-whitepaper.md b/devices/hololens/scep-whitepaper.md index cc43bdc285..438ea3c34a 100644 --- a/devices/hololens/scep-whitepaper.md +++ b/devices/hololens/scep-whitepaper.md @@ -74,4 +74,3 @@ We then pass that to the device and then the device generates it’s CSR and pas 1. Connector checks in with Intune, and will process and any cert revocation transactions (i.e, if the Intune tenant admin issues a remote wipe – full or partial, also If a user unenrolls their device from Intune), reporting on issued certs, renewing the connectors’ SC_Online_Issuing certificate from Intune. Also note: the NDES Intune connector has shared PKCS cert functionality (if you decide to issue PKCS/PFX based certs) so the connector checks to Intune for PKCS cert requests even though there won’t be any requests to process. We are splitting that functionality out, so this connector just handles SCEP, but no ETA yet. 1. [Here](https://docs.microsoft.com/intune/intune-endpoints#microsoft-intune-certificate-connector) is a reference for Intune NDES connector network communications. - From 440bc999d01aafb0939c45fe863ffd4b45332c14 Mon Sep 17 00:00:00 2001 From: Payge Winfield Date: Wed, 19 Feb 2020 08:50:40 -0800 Subject: [PATCH 051/108] edit security link and added expectation --- devices/hololens/hololens-requirements.md | 44 ++++++++++++++--------- 1 file changed, 27 insertions(+), 17 deletions(-) diff --git a/devices/hololens/hololens-requirements.md b/devices/hololens/hololens-requirements.md index 9487a2f331..8216a270ff 100644 --- a/devices/hololens/hololens-requirements.md +++ b/devices/hololens/hololens-requirements.md @@ -13,14 +13,16 @@ ms.date: 07/15/2019 # Deploy HoloLens in a commercial environment -You can deploy and configure HoloLens at scale in a commercial setting. This article provides instructions for deploying HoloLens devices in a commercial environment. This guide assumes basic familiarity with HoloLens. Follow the [get started guide](hololens1-setup.md) to set up HoloLens for the first time. +You can deploy and configure HoloLens at scale in a commercial setting. This article provides instructions for deploying HoloLens devices in a commercial environment. This guide assumes basic familiarity with HoloLens. Follow the [get started guide](hololens1-setup.md) to set up HoloLens for the first time. + +This document also assumes that the HoloLens has been evaluated by security teams as safe to use on the corporate network. Frequently asked security questions can be found [here](hololens-faq-security.md) ## Overview of Deployment Steps 1. [Determine what features you need](hololens-requirements.md#step-1-determine-what-you-need) 1. [Determine what licenses you need](hololens-licenses-requirements.md) 1. [Configure your network for HoloLens](hololens-commercial-infrastructure.md). - 1. This section includes bandwidth requirements, URL and Ports that need to be whitelisted on your firewall, Azure AD guidance, Mobile Device Management Guidance, app deployment/management guidance, and certificate guidance. + 1. This section includes bandwidth requirements, URL, and ports that need to be whitelisted on your firewall; Azure AD guidance; Mobile Device Management (MDM) Guidance; app deployment/management guidance; and certificate guidance. 1. (Optional) [Configure HoloLens using a provisioning package](hololens-provisioning.md) 1. [Enroll Device](hololens-enroll-mdm.md) 1. [Set up ring based updates for HoloLens](hololens-updates.md) @@ -40,37 +42,35 @@ Kiosk mode is a way to restrict the apps that a user has access to. This means t **What Kiosk Mode do I require?** -There are two types of Kiosk Modes: Single app and multi-app. Single app kiosk mode allows user to only access one app while multi-app kiosk mode allows users to access multiple specified apps. To determine which kiosk mode is right for your corporation, the following two questions need to be answered: +There are two types of Kiosk Modes: Single app and multi-app. Single app kiosk mode allows user to only access one app while multi-app kiosk mode allows users to access multiple, specified apps. To determine which kiosk mode is right for your corporation, the following two questions need to be answered: -1. **Do different users who are require different experiences/restrictions?** Example, User A is a field service engineer who only needs access to Remote Assist. User B is a trainee who only needs access to guides… etc. +1. **Do different users require different experiences/restrictions?** Consider the following example: User A is a field service engineer who only needs access to Remote Assist. User B is a trainee who only needs access to Guides. 1. If yes, you will require the following: - 1. Azure AD Accounts as the method of signing into the devices. - 1. Multi-app kiosk mode. + 1. Azure AD Accounts as the method of signing into the device. + 1. **Multi-app** kiosk mode. 1. If no, continue to question two 1. **Do you require a multi-app experience?** - 1. If yes, Multi-app kiosk is mode is needed - 1. If your answer to question 1 and 2 are both no, Single-app kiosk mode can be used + 1. If yes, **Multi-app** kiosk is mode is needed + 1. If your answer to question 1 and 2 are both no, **single-app** kiosk mode can be used -**How to set up Kiosk Mode** +**How to Configure Kiosk Mode:** There are two main ways ([provisioning packages](hololens-kiosk.md#set-up-kiosk-mode-using-a-provisioning-package-windows-10-version-1803) and [MDM](hololens-kiosk.md#set-up-kiosk-mode-using-microsoft-intune-or-mdm-windows-10-version-1803)) to deploy kiosk mode for HoloLens. These options will be discussed later in the document; however, you can use the links above to jump to the respective sections in this doc. ### Apps -This deployment guide will cover the following types of apps: +The majority of the steps found in this document will also apply to the following apps: 1. Remote Assist 2. Guides 3. Customer Apps -Each step in this document will include instructions for each specific app. - ### Type of identity Determine the type of identity that will be used to sign into the device. 1. **Local Accounts:** This account is local to the device (like a local admin account on a windows PC). This will allow only 1 user to log into the device. -2. **MSA:** This will be a personal account (like outlook, hotmail, gmail, yahoo, etc.) This will allow only 1 user to log into the device. +2. **MSA:** This is a personal account (like outlook, hotmail, gmail, yahoo, etc.) This will allow only 1 user to log into the device. 3. **Azure Active Directory (Azure AD) accounts:** This is an account created in Azure AD. This grants your corporation the ability to manage the HoloLens device. This will allow multiple users to log into the HoloLens 1st Gen Commercial Suite/the HoloLens 2 device. ### Determine your enrollment method @@ -87,17 +87,27 @@ Determine the type of identity that will be used to sign into the device. More information can be found [here](hololens-enroll-mdm.md) -### Determine if you need a provisioning package +### Determine if you need to create a provisioning package -There are two methods to configure a HoloLens device (Provisioning packages and MDMs). We suggest using your MDM to configure you HoloLens device, however, there are some scenarios where using a provisioning package is the better choice: +There are two methods to configure a HoloLens device (Provisioning packages and MDMs). We suggest using your MDM to configure you HoloLens device. However, there are some scenarios where using a provisioning package is the better choice: -1. You want to skip the Out of Box Experience (OOBE) +1. You want to configure the HoloLens to skip the Out of Box Experience (OOBE) 1. You are having trouble deploying certificate in a complex network. The majority of the time you can deploy certificates using MDM (even in complex environments). However, some scenarios require certificates to be deployed through the provisioning package. +Some of the HoloLens configurations you can apply in a provisioning package: + +- Apply certificates to the device +- Set up a Wi-Fi connection +- Pre-configure out of box questions like language and locale +- (HoloLens 2) bulk enroll in mobile device management +- (HoloLens v1) Apply key to enable Windows Holographic for Business + +If you decide to use provisioning packages, follow [this guide](hololens-provisioning.md). + ## Next Step: [Determine what licenses you need](hololens-licenses-requirements.md) ## Get support Get support through the Microsoft support site. -[File a support request](https://support.microsoft.com/supportforbusiness/productselection?sapid=e9391227-fa6d-927b-0fff-f96288631b8f). \ No newline at end of file +[File a support request](https://support.microsoft.com/supportforbusiness/productselection?sapid=e9391227-fa6d-927b-0fff-f96288631b8f) From e252ae3f830c9b3e050ff56229b30af87fd4ea9e Mon Sep 17 00:00:00 2001 From: Payge Winfield Date: Wed, 19 Feb 2020 08:53:09 -0800 Subject: [PATCH 052/108] added audience --- devices/hololens/hololens-requirements.md | 1 + devices/hololens/scep-whitepaper.md | 1 + 2 files changed, 2 insertions(+) diff --git a/devices/hololens/hololens-requirements.md b/devices/hololens/hololens-requirements.md index 8216a270ff..f856f571e8 100644 --- a/devices/hololens/hololens-requirements.md +++ b/devices/hololens/hololens-requirements.md @@ -6,6 +6,7 @@ ms.sitesec: library ms.assetid: 88bf50aa-0bac-4142-afa4-20b37c013001 author: scooley ms.author: scooley +audience: ITPro ms.topic: article ms.localizationpriority: medium ms.date: 07/15/2019 diff --git a/devices/hololens/scep-whitepaper.md b/devices/hololens/scep-whitepaper.md index 438ea3c34a..06b7527960 100644 --- a/devices/hololens/scep-whitepaper.md +++ b/devices/hololens/scep-whitepaper.md @@ -9,6 +9,7 @@ keywords: hololens, Windows Mixed Reality, security ms.prod: hololens ms.sitesec: library ms.topic: article +audience: ITPro ms.localizationpriority: high appliesto: - HoloLens 1 (1st gen) From 4d04dafeec038f6de6c0e3602627a8e6defafc6b Mon Sep 17 00:00:00 2001 From: Payge Winfield Date: Wed, 19 Feb 2020 08:55:49 -0800 Subject: [PATCH 053/108] added image --- .../hololens/images/mdm-enrollment-error.png | Bin 0 -> 76632 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 devices/hololens/images/mdm-enrollment-error.png diff --git a/devices/hololens/images/mdm-enrollment-error.png b/devices/hololens/images/mdm-enrollment-error.png new file mode 100644 index 0000000000000000000000000000000000000000..77b695d1cfa73afb96f83a8e8b0b7ef58d30f65c GIT binary patch literal 76632 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 Date: Wed, 19 Feb 2020 11:02:03 -0800 Subject: [PATCH 054/108] Update web-content-filtering.md fixed extra space --- .../microsoft-defender-atp/web-content-filtering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/web-content-filtering.md b/windows/security/threat-protection/microsoft-defender-atp/web-content-filtering.md index 18f9157dbd..aa2f21d63e 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/web-content-filtering.md +++ b/windows/security/threat-protection/microsoft-defender-atp/web-content-filtering.md @@ -73,7 +73,7 @@ Cyren's web content classification technology is integrated by design into Micro Learn more at https://www.cyren.com/products/url-filtering. -### Cyren Permissions +### Cyren Permissions "Sign in and read user profile" allows Cyren to read your tenant info from your Microsoft Defender ATP account, such as your tenant ID, which will be tied to your Cyren license. From b591773bfe01615bd3a66b4ea6c120a0d09b7a28 Mon Sep 17 00:00:00 2001 From: John Liu <49762389+ShenLanJohn@users.noreply.github.com> Date: Wed, 19 Feb 2020 13:31:27 -0800 Subject: [PATCH 055/108] CAT Auto Pulish for Windows Release Messages - CAT_AutoPublish_20200219114538 (#2080) Co-authored-by: Direesh Kumar Kandakatla --- .../resolved-issues-windows-10-1507.yml | 10 ---------- .../resolved-issues-windows-10-1607.yml | 12 ----------- .../resolved-issues-windows-10-1709.yml | 20 ------------------- ...indows-10-1809-and-windows-server-2019.yml | 12 ----------- ...ndows-7-and-windows-server-2008-r2-sp1.yml | 12 ----------- ...windows-8.1-and-windows-server-2012-r2.yml | 20 ------------------- ...esolved-issues-windows-server-2008-sp2.yml | 20 ------------------- .../resolved-issues-windows-server-2012.yml | 20 ------------------- .../status-windows-10-1507.yml | 4 ++-- ...indows-10-1607-and-windows-server-2016.yml | 8 ++++---- .../status-windows-10-1709.yml | 8 ++++---- .../status-windows-10-1803.yml | 8 ++++---- ...indows-10-1809-and-windows-server-2019.yml | 8 ++++---- .../status-windows-10-1903.yml | 8 ++++---- .../status-windows-10-1909.yml | 8 ++++---- ...windows-8.1-and-windows-server-2012-r2.yml | 4 ++-- .../status-windows-server-2012.yml | 4 ++-- .../windows-message-center.yml | 4 +--- 18 files changed, 31 insertions(+), 159 deletions(-) diff --git a/windows/release-information/resolved-issues-windows-10-1507.yml b/windows/release-information/resolved-issues-windows-10-1507.yml index 1edda2c7ba..7df978985d 100644 --- a/windows/release-information/resolved-issues-windows-10-1507.yml +++ b/windows/release-information/resolved-issues-windows-10-1507.yml @@ -33,7 +33,6 @@ sections: text: " -
    SummaryOriginating updateStatusDate resolved
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and results print job failure.

    See details >
    OS Build 10240.18334

    September 23, 2019
    KB4522009
    Resolved
    KB4520011
    October 08, 2019
    10:00 AM PT
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    Applications made using VB6, macros using VBA, and VBScript may stop responding and you may receive an error.

    See details >
    OS Build 10240.18305

    August 13, 2019
    KB4512497
    Resolved
    KB4517276
    August 17, 2019
    02:00 PM PT
    " @@ -52,12 +51,3 @@ sections:
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4520011.

    Back to topOS Build 10240.18334

    September 23, 2019
    KB4522009Resolved
    KB4520011Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT " - -- title: August 2019 -- items: - - type: markdown - text: " - - -
    DetailsOriginating updateStatusHistory
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    After installing KB4512497, applications that were made using Visual Basic 6 (VB6), macros using Visual Basic for Applications (VBA), and scripts or apps using Visual Basic Scripting Edition (VBScript) may stop responding and you may receive an \"invalid procedure call error.\"

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4517276. This ‘optional’ update is available on Microsoft Update Catalog, Windows Update, Microsoft Update and Windows Server Update Services (WSUS). As with any 'optional' update, you will need to Check for updates to receive KB4517276 and install. For instructions, see Update Windows 10.

    Note Windows Update for Business customers should apply the update via Microsoft Update Catalog or Windows Server Update Services (WSUS).

    Back to top
    OS Build 10240.18305

    August 13, 2019
    KB4512497
    Resolved
    KB4517276
    Resolved:
    August 17, 2019
    02:00 PM PT

    Opened:
    August 14, 2019
    03:34 PM PT
    - " diff --git a/windows/release-information/resolved-issues-windows-10-1607.yml b/windows/release-information/resolved-issues-windows-10-1607.yml index cabf372d2e..5585df19da 100644 --- a/windows/release-information/resolved-issues-windows-10-1607.yml +++ b/windows/release-information/resolved-issues-windows-10-1607.yml @@ -36,8 +36,6 @@ sections:
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and results print job failure.

    See details >OS Build 14393.3206

    September 23, 2019
    KB4522010Resolved
    KB4519998October 08, 2019
    10:00 AM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) including ChsIME.EXE and ChtIME.EXE, may become unresponsive or may have high CPU usage.

    See details >OS Build 14393.3204

    September 10, 2019
    KB4516044Resolved
    September 17, 2019
    04:47 PM PT
    Apps and scripts using the NetQueryDisplayInformation API may fail with error
    Applications and scripts that call NetQueryDisplayInformation may fail to return results after the first page of data.

    See details >OS Build 14393.3053

    June 18, 2019
    KB4503294Resolved
    KB4516044September 10, 2019
    10:00 AM PT -
    Devices starting using PXE from a WDS or SCCM servers may fail to start
    Devices that start up using PXE images from Windows Deployment Services (WDS) may fail to start with error \"0xc0000001.\"

    See details >OS Build 14393.3025

    June 11, 2019
    KB4503267Resolved
    KB4512495August 17, 2019
    02:00 PM PT -
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    Applications made using VB6, macros using VBA, and VBScript may stop responding and you may receive an error.

    See details >OS Build 14393.3144

    August 13, 2019
    KB4512517Resolved
    KB4512495August 17, 2019
    02:00 PM PT " @@ -64,16 +62,6 @@ sections: text: " - -
    DetailsOriginating updateStatusHistory
    Apps and scripts using the NetQueryDisplayInformation API may fail with error
     Applications and scripts that call the NetQueryDisplayInformation API or the WinNT provider equivalent may fail to return results after the first page of data, often 50 or 100 entries. When requesting additional pages you may receive the error, “1359: an internal error occurred.”

    Affected platforms:
    • Server: Windows Server 2019; Windows Server 2016
    Resolution: This issue was resolved in KB4516044.

    Back to top
    OS Build 14393.3053

    June 18, 2019
    KB4503294
    Resolved
    KB4516044
    Resolved:
    September 10, 2019
    10:00 AM PT

    Opened:
    August 01, 2019
    05:00 PM PT
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    After installing KB4512517, applications that were made using Visual Basic 6 (VB6), macros using Visual Basic for Applications (VBA), and scripts or apps using Visual Basic Scripting Edition (VBScript) may stop responding and you may receive an \"invalid procedure call error.\"

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4512495. This ‘optional’ update is available on Microsoft Update Catalog, Windows Update, Microsoft Update and Windows Server Update Services (WSUS). As with any 'optional' update, you will need to Check for updates to receive KB4512495 and install. For instructions, see Update Windows 10.

    Note Windows Update for Business customers should apply the update via Microsoft Update Catalog or Windows Server Update Services (WSUS).

    Back to top
    OS Build 14393.3144

    August 13, 2019
    KB4512517
    Resolved
    KB4512495
    Resolved:
    August 17, 2019
    02:00 PM PT

    Opened:
    August 14, 2019
    03:34 PM PT
    - " - -- title: July 2019 -- items: - - type: markdown - text: " - -
    DetailsOriginating updateStatusHistory
    Devices starting using PXE from a WDS or SCCM servers may fail to start
    Devices that start up using Preboot Execution Environment (PXE) images from Windows Deployment Services (WDS) or System Center Configuration Manager (SCCM) may fail to start with the error \"Status: 0xc0000001, Info: A required device isn't connected or can't be accessed\" after installing KB4503267 on a WDS server.

    Affected platforms:
    • Server: Windows Server 2008 SP2; Windows Server 2008 R2 SP1; Windows Server 2012; Windows Server 2012 R2; Windows Server 2016; Windows Server, version 1803; Windows Server 2019; Windows Server, version 1809; Windows Server, version 1903
    Resolution: This issue was resolved in KB4512495.

    Back to top
    OS Build 14393.3025

    June 11, 2019
    KB4503267
    Resolved
    KB4512495
    Resolved:
    August 17, 2019
    02:00 PM PT

    Opened:
    July 10, 2019
    02:51 PM PT
    " diff --git a/windows/release-information/resolved-issues-windows-10-1709.yml b/windows/release-information/resolved-issues-windows-10-1709.yml index 669db319e1..c85bdd82e9 100644 --- a/windows/release-information/resolved-issues-windows-10-1709.yml +++ b/windows/release-information/resolved-issues-windows-10-1709.yml @@ -35,8 +35,6 @@ sections:
    Unable to create local users in Chinese, Japanese and Korean during device setup
    You might be unable to create users in Chinese, Japanese and Korean using Input Method Editor (IME) during OOBE.

    See details >OS Build 16299.1387

    September 10, 2019
    KB4516066Resolved
    KB4534318January 23, 2020
    02:00 PM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and results print job failure.

    See details >OS Build 16299.1392

    September 23, 2019
    KB4522012Resolved
    KB4520004October 08, 2019
    10:00 AM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) including ChsIME.EXE and ChtIME.EXE, may become unresponsive or may have high CPU usage.

    See details >OS Build 16299.1387

    September 10, 2019
    KB4516066Resolved
    September 19, 2019
    04:08 PM PT -
    Devices starting using PXE from a WDS or SCCM servers may fail to start
    Devices that start up using PXE images from Windows Deployment Services (WDS) may fail to start with error \"0xc0000001.\"

    See details >OS Build 16299.1217

    June 11, 2019
    KB4503284Resolved
    KB4512494August 16, 2019
    02:00 PM PT -
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    Applications made using VB6, macros using VBA, and VBScript may stop responding and you may receive an error.

    See details >OS Build 16299.1331

    August 13, 2019
    KB4512516Resolved
    KB4512494August 16, 2019
    02:00 PM PT " @@ -65,21 +63,3 @@ sections:
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) may become unresponsive or may have high CPU usage. Affected IMEs include Chinese Simplified (ChsIME.EXE) and Chinese Traditional (ChtIME.EXE) with Changjie/Quick keyboard.


    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016

    Resolution: Due to security related changes in KB4516066, this issue may occur when Touch Keyboard and Handwriting Panel Service is not configured to its default startup type of Manual. To resolve the issue, perform the following steps:
    1. Select the Start button and type Services.
    2. Locate Touch Keyboard and Handwriting Panel Service and double click on it or long press and select Properties.
    3. Locate Startup type: and change it to Manual
    4. Select Ok
    5. The TabletInputService service is now in the default configuration and IME should work as expected.

    Back to topOS Build 16299.1387

    September 10, 2019
    KB4516066Resolved
    Resolved:
    September 19, 2019
    04:08 PM PT

    Opened:
    September 13, 2019
    05:25 PM PT " - -- title: August 2019 -- items: - - type: markdown - text: " - - -
    DetailsOriginating updateStatusHistory
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    After installing KB4512516, applications that were made using Visual Basic 6 (VB6), macros using Visual Basic for Applications (VBA), and scripts or apps using Visual Basic Scripting Edition (VBScript) may stop responding and you may receive an \"invalid procedure call error.\"

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4512494. The ‘optional’ update will be available on Microsoft Update Catalog, Windows Update, Microsoft Update and Windows Server Update Services (WSUS). As with any 'optional' update, you will need to Check for updates to receive KB4512494 and install. For instructions, see Update Windows 10.

    Note Windows Update for Business customers should apply the update via Microsoft Update Catalog or Windows Server Update Services (WSUS).

    Back to top
    OS Build 16299.1331

    August 13, 2019
    KB4512516
    Resolved
    KB4512494
    Resolved:
    August 16, 2019
    02:00 PM PT

    Opened:
    August 14, 2019
    03:34 PM PT
    - " - -- title: July 2019 -- items: - - type: markdown - text: " - - -
    DetailsOriginating updateStatusHistory
    Devices starting using PXE from a WDS or SCCM servers may fail to start
    Devices that start up using Preboot Execution Environment (PXE) images from Windows Deployment Services (WDS) or System Center Configuration Manager (SCCM) may fail to start with the error \"Status: 0xc0000001, Info: A required device isn't connected or can't be accessed\" after installing KB4503284 on a WDS server.

    Affected platforms:
    • Server: Windows Server 2008 SP2; Windows Server 2008 R2 SP1; Windows Server 2012; Windows Server 2012 R2; Windows Server 2016; Windows Server, version 1803; Windows Server 2019; Windows Server, version 1809; Windows Server, version 1903
    Resolution: This issue was resolved in KB4512494.

    Back to top
    OS Build 16299.1217

    June 11, 2019
    KB4503284
    Resolved
    KB4512494
    Resolved:
    August 16, 2019
    02:00 PM PT

    Opened:
    July 10, 2019
    02:51 PM PT
    - " diff --git a/windows/release-information/resolved-issues-windows-10-1809-and-windows-server-2019.yml b/windows/release-information/resolved-issues-windows-10-1809-and-windows-server-2019.yml index 727b436221..2eb42f02b4 100644 --- a/windows/release-information/resolved-issues-windows-10-1809-and-windows-server-2019.yml +++ b/windows/release-information/resolved-issues-windows-10-1809-and-windows-server-2019.yml @@ -39,8 +39,6 @@ sections:
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and results print job failure.

    See details >OS Build 17763.740

    September 23, 2019
    KB4522015Resolved
    KB4519338October 08, 2019
    10:00 AM PT
    Apps and scripts using the NetQueryDisplayInformation API may fail with error
    Applications and scripts that call NetQueryDisplayInformation may fail to return results after the first page of data.

    See details >OS Build 17763.55

    October 09, 2018
    KB4464330Resolved
    KB4516077September 24, 2019
    10:00 AM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) including ChsIME.EXE and ChtIME.EXE, may become unresponsive or may have high CPU usage.

    See details >OS Build 17763.737

    September 10, 2019
    KB4512578Resolved
    September 19, 2019
    04:08 PM PT -
    Devices starting using PXE from a WDS or SCCM servers may fail to start
    Devices that start up using PXE images from Windows Deployment Services (WDS) may fail to start with error \"0xc0000001.\"

    See details >OS Build 17763.557

    June 11, 2019
    KB4503327Resolved
    KB4512534August 17, 2019
    02:00 PM PT -
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    Applications made using VB6, macros using VBA, and VBScript may stop responding and you may receive an error.

    See details >OS Build 17763.678

    August 13, 2019
    KB4511553Resolved
    KB4512534August 17, 2019
    02:00 PM PT " @@ -78,16 +76,6 @@ sections: text: " - -
    DetailsOriginating updateStatusHistory
    Apps and scripts using the NetQueryDisplayInformation API may fail with error
     Applications and scripts that call the NetQueryDisplayInformation API or the WinNT provider equivalent may fail to return results after the first page of data, often 50 or 100 entries. When requesting additional pages you may receive the error, “1359: an internal error occurred.”

    Affected platforms:
    • Server: Windows Server 2019; Windows Server 2016
    Resolution: This issue was resolved in KB4516077.

    Back to top
    OS Build 17763.55

    October 09, 2018
    KB4464330
    Resolved
    KB4516077
    Resolved:
    September 24, 2019
    10:00 AM PT

    Opened:
    August 01, 2019
    05:00 PM PT
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    After installing KB4511553, applications that were made using Visual Basic 6 (VB6), macros using Visual Basic for Applications (VBA), and scripts or apps using Visual Basic Scripting Edition (VBScript) may stop responding and you may receive an \"invalid procedure call error.\"

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4512534. This ‘optional’ update is available on Microsoft Update Catalog, Windows Update, Microsoft Update and Windows Server Update Services (WSUS). As with any 'optional' update, you will need to Check for updates to receive KB4512534 and install. For instructions, see Update Windows 10.

    Note Windows Update for Business customers should apply the update via Microsoft Update Catalog or Windows Server Update Services (WSUS).

    Back to top
    OS Build 17763.678

    August 13, 2019
    KB4511553
    Resolved
    KB4512534
    Resolved:
    August 17, 2019
    02:00 PM PT

    Opened:
    August 14, 2019
    03:34 PM PT
    - " - -- title: July 2019 -- items: - - type: markdown - text: " - -
    DetailsOriginating updateStatusHistory
    Devices starting using PXE from a WDS or SCCM servers may fail to start
    Devices that start up using Preboot Execution Environment (PXE) images from Windows Deployment Services (WDS) or System Center Configuration Manager (SCCM) may fail to start with the error \"Status: 0xc0000001, Info: A required device isn't connected or can't be accessed\" after installing KB4503327 on a WDS server.

    Affected platforms:
    • Server: Windows Server 2008 SP2; Windows Server 2008 R2 SP1; Windows Server 2012; Windows Server 2012 R2; Windows Server 2016; Windows Server, version 1803; Windows Server 2019; Windows Server, version 1809; Windows Server, version 1903
    Resolution: This issue was resolved in KB4512534.

    Back to top
    OS Build 17763.557

    June 11, 2019
    KB4503327
    Resolved
    KB4512534
    Resolved:
    August 17, 2019
    02:00 PM PT

    Opened:
    July 10, 2019
    02:51 PM PT
    " diff --git a/windows/release-information/resolved-issues-windows-7-and-windows-server-2008-r2-sp1.yml b/windows/release-information/resolved-issues-windows-7-and-windows-server-2008-r2-sp1.yml index 1a52dc5fb6..3e723fd5a0 100644 --- a/windows/release-information/resolved-issues-windows-7-and-windows-server-2008-r2-sp1.yml +++ b/windows/release-information/resolved-issues-windows-7-and-windows-server-2008-r2-sp1.yml @@ -38,8 +38,6 @@ sections:
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and results print job failure.

    See details >September 24, 2019
    KB4516048Resolved
    KB4519976October 08, 2019
    10:00 AM PT
    You may receive an error when opening or using the Toshiba Qosmio AV Center
    Toshiba Qosmio AV Center may error when opening and you may also receive an error in Event Log related to cryptnet.dll.

    See details >August 13, 2019
    KB4512506Resolved
    KB4516048September 24, 2019
    10:00 AM PT
    Windows updates that are SHA-2 signed may not be offered for Symantec and Norton AV
    Windows updates that are SHA-2 signed are not available with Symantec or Norton antivirus program installed

    See details >August 13, 2019
    KB4512506Resolved External
    August 27, 2019
    02:29 PM PT -
    Devices starting using PXE from a WDS or SCCM servers may fail to start
    Devices that start up using PXE images from Windows Deployment Services (WDS) may fail to start with error \"0xc0000001.\"

    See details >June 11, 2019
    KB4503292Resolved
    KB4512514August 17, 2019
    02:00 PM PT -
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    Applications made using VB6, macros using VBA, and VBScript may stop responding and you may receive an error.

    See details >August 13, 2019
    KB4512506Resolved
    KB4517297August 16, 2019
    02:00 PM PT " @@ -93,15 +91,5 @@ sections: text: " - -
    DetailsOriginating updateStatusHistory
    Windows updates that are SHA-2 signed may not be offered for Symantec and Norton AV
    Symantec identified the potential for a negative interaction that may occur after Windows Updates code signed with SHA-2 only certificates are installed on devices with Symantec or Norton antivirus programs installed. The software may not correctly identify files included in the update as code signed by Microsoft, putting the device at risk for a delayed or incomplete update.

    Affected platforms:
    • Client: Windows 7 SP1
    • Server: Windows Server 2008 R2 SP1
    Resolution: The safeguard hold has been removed. Symantec has completed its evaluation of the impact of this update and future updates to Windows 7/Windows 2008 R2 and has determined that there is no increased risk of a false positive detection for all in-field versions of Symantec Endpoint Protection and Norton antivirus programs. See the Symantec support article for additional detail and please reach out to Symantec or Norton support if you encounter any issues.

    Back to top
    August 13, 2019
    KB4512506
    Resolved External
    Last updated:
    August 27, 2019
    02:29 PM PT

    Opened:
    August 13, 2019
    10:05 AM PT
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    After installing KB4512506, applications that were made using Visual Basic 6 (VB6), macros using Visual Basic for Applications (VBA), and scripts or apps using Visual Basic Scripting Edition (VBScript) may stop responding and you may receive an \"invalid procedure call error.\"

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4517297. The ‘optional’ update is now available on Microsoft Update Catalog and Windows Server Update Services (WSUS).

    Back to top
    August 13, 2019
    KB4512506
    Resolved
    KB4517297
    Resolved:
    August 16, 2019
    02:00 PM PT

    Opened:
    August 14, 2019
    03:34 PM PT
    - " - -- title: July 2019 -- items: - - type: markdown - text: " - -
    DetailsOriginating updateStatusHistory
    Devices starting using PXE from a WDS or SCCM servers may fail to start
    Devices that start up using Preboot Execution Environment (PXE) images from Windows Deployment Services (WDS) or System Center Configuration Manager (SCCM) may fail to start with the error \"Status: 0xc0000001, Info: A required device isn't connected or can't be accessed\" after installing KB4503292 on a WDS server.

    Affected platforms:
    • Server: Windows Server 2008 SP2; Windows Server 2008 R2 SP1; Windows Server 2012; Windows Server 2012 R2; Windows Server 2016; Windows Server, version 1803; Windows Server 2019; Windows Server, version 1809; Windows Server, version 1903
    Resolution: This issue was resolved in KB4512514.

    Back to top
    June 11, 2019
    KB4503292
    Resolved
    KB4512514
    Resolved:
    August 17, 2019
    02:00 PM PT

    Opened:
    July 10, 2019
    02:51 PM PT
    " diff --git a/windows/release-information/resolved-issues-windows-8.1-and-windows-server-2012-r2.yml b/windows/release-information/resolved-issues-windows-8.1-and-windows-server-2012-r2.yml index 44809071a4..bcebc8ddb6 100644 --- a/windows/release-information/resolved-issues-windows-8.1-and-windows-server-2012-r2.yml +++ b/windows/release-information/resolved-issues-windows-8.1-and-windows-server-2012-r2.yml @@ -35,8 +35,6 @@ sections:
    Printing from 32-bit apps might fail on a 64-bit OS
    When attempting to print, you may receive an error or the application may stop responding or close.

    See details >August 13, 2019
    KB4512489Resolved
    KB4525250November 12, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and results print job failure.

    See details >September 24, 2019
    KB4516041Resolved
    KB4520005October 08, 2019
    10:00 AM PT
    Windows RT 8.1 devices may have issues opening Internet Explorer 11
    On Windows RT 8.1 devices, Internet Explorer 11 may not open and you may receive an error.

    See details >September 10, 2019
    KB4516067Resolved
    KB4516041September 24, 2019
    10:00 AM PT -
    Devices starting using PXE from a WDS or SCCM servers may fail to start
    Devices that start up using PXE images from Windows Deployment Services (WDS) may fail to start with error \"0xc0000001.\"

    See details >June 11, 2019
    KB4503276Resolved
    KB4512478August 17, 2019
    02:00 PM PT -
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    Applications made using VB6, macros using VBA, and VBScript may stop responding and you may receive an error.

    See details >August 13, 2019
    KB4512488Resolved
    KB4517298August 16, 2019
    02:00 PM PT " @@ -65,21 +63,3 @@ sections:
    Windows RT 8.1 devices may have issues opening Internet Explorer 11
    On Windows 8.1 RT devices, Internet Explorer 11 may not open and you may receive the error, \"C:\\Program Files\\Internet Explorer\\iexplore.exe: A certificate was explicitly revoked by its issuer.\"


    Affected platforms:
    • Client: Windows RT 8.1
    Resolution: This issue was resolved in KB4516041.

    Back to topSeptember 10, 2019
    KB4516067Resolved
    KB4516041Resolved:
    September 24, 2019
    10:00 AM PT

    Opened:
    September 13, 2019
    05:25 PM PT " - -- title: August 2019 -- items: - - type: markdown - text: " - - -
    DetailsOriginating updateStatusHistory
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    After installing KB4512488, applications that were made using Visual Basic 6 (VB6), macros using Visual Basic for Applications (VBA), and scripts or apps using Visual Basic Scripting Edition (VBScript) may stop responding and you may receive an \"invalid procedure call error.\"

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4517298. The ‘optional’ update is now available on Microsoft Update Catalog and Windows Server Update Services (WSUS).

    Back to top
    August 13, 2019
    KB4512488
    Resolved
    KB4517298
    Resolved:
    August 16, 2019
    02:00 PM PT

    Opened:
    August 14, 2019
    03:34 PM PT
    - " - -- title: July 2019 -- items: - - type: markdown - text: " - - -
    DetailsOriginating updateStatusHistory
    Devices starting using PXE from a WDS or SCCM servers may fail to start
    Devices that start up using Preboot Execution Environment (PXE) images from Windows Deployment Services (WDS) or System Center Configuration Manager (SCCM) may fail to start with the error \"Status: 0xc0000001, Info: A required device isn't connected or can't be accessed\" after installing KB4503276 on a WDS server.

    Affected platforms:
    • Server: Windows Server 2008 SP2; Windows Server 2008 R2 SP1; Windows Server 2012; Windows Server 2012 R2; Windows Server 2016; Windows Server, version 1803; Windows Server 2019; Windows Server, version 1809; Windows Server, version 1903
    Resolution: This issue was resolved in KB4512478.

    Back to top
    June 11, 2019
    KB4503276
    Resolved
    KB4512478
    Resolved:
    August 17, 2019
    02:00 PM PT

    Opened:
    July 10, 2019
    02:51 PM PT
    - " diff --git a/windows/release-information/resolved-issues-windows-server-2008-sp2.yml b/windows/release-information/resolved-issues-windows-server-2008-sp2.yml index a86f0270a1..8c0739bd8e 100644 --- a/windows/release-information/resolved-issues-windows-server-2008-sp2.yml +++ b/windows/release-information/resolved-issues-windows-server-2008-sp2.yml @@ -36,8 +36,6 @@ sections:
    MSRT might fail to install and be re-offered from Windows Update or WSUS
    The November 2019 update for Windows Malicious Software Removal Tool (MSRT) might fail to install from WU/WSUS.

    See details >
    Resolved
    January 23, 2020
    02:08 PM PT
    Issues manually installing updates by double-clicking the .msu file
    You may encounter issues manually installing updates by double-clicking the .msu file and may receive an error.

    See details >September 10, 2019
    KB4474419Resolved
    KB4474419September 23, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and results print job failure.

    See details >September 24, 2019
    KB4516030Resolved
    KB4520002October 08, 2019
    10:00 AM PT -
    Devices starting using PXE from a WDS or SCCM servers may fail to start
    Devices that start up using PXE images from Windows Deployment Services (WDS) may fail to start with error \"0xc0000001.\"

    See details >June 11, 2019
    KB4503273Resolved
    KB4512499August 17, 2019
    02:00 PM PT -
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    Applications made using VB6, macros using VBA, and VBScript may stop responding and you may receive an error.

    See details >August 13, 2019
    KB4512476Resolved
    KB4517301August 16, 2019
    02:00 PM PT " @@ -75,21 +73,3 @@ sections:
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Note This issue also affects the Internet Explorer Cumulative Update KB4522007, release September 23, 2019.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4520002. If you are using Security Only updates, see KB4519974 for resolving KB for your platform.

    Back to topSeptember 24, 2019
    KB4516030Resolved
    KB4520002Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT " - -- title: August 2019 -- items: - - type: markdown - text: " - - -
    DetailsOriginating updateStatusHistory
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    After installing KB4512476, applications that were made using Visual Basic 6 (VB6), macros using Visual Basic for Applications (VBA), and scripts or apps using Visual Basic Scripting Edition (VBScript) may stop responding and you may receive an \"invalid procedure call error.\"

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4517301. The ‘optional’ update is now available on Microsoft Update Catalog and Windows Server Update Services (WSUS).

    Back to top
    August 13, 2019
    KB4512476
    Resolved
    KB4517301
    Resolved:
    August 16, 2019
    02:00 PM PT

    Opened:
    August 14, 2019
    03:34 PM PT
    - " - -- title: July 2019 -- items: - - type: markdown - text: " - - -
    DetailsOriginating updateStatusHistory
    Devices starting using PXE from a WDS or SCCM servers may fail to start
    Devices that start up using Preboot Execution Environment (PXE) images from Windows Deployment Services (WDS) or System Center Configuration Manager (SCCM) may fail to start with the error \"Status: 0xc0000001, Info: A required device isn't connected or can't be accessed\" after installing KB4503273 on a WDS server.

    Affected platforms:
    • Server: Windows Server 2008 SP2; Windows Server 2008 R2 SP1; Windows Server 2012; Windows Server 2012 R2; Windows Server 2016; Windows Server, version 1803; Windows Server 2019; Windows Server, version 1809; Windows Server, version 1903
    Resolution: This issue was resolved in KB4512499.

    Back to top
    June 11, 2019
    KB4503273
    Resolved
    KB4512499
    Resolved:
    August 17, 2019
    02:00 PM PT

    Opened:
    July 10, 2019
    02:51 PM PT
    - " diff --git a/windows/release-information/resolved-issues-windows-server-2012.yml b/windows/release-information/resolved-issues-windows-server-2012.yml index a3edb4121f..87c57cef75 100644 --- a/windows/release-information/resolved-issues-windows-server-2012.yml +++ b/windows/release-information/resolved-issues-windows-server-2012.yml @@ -34,8 +34,6 @@ sections: - -
    SummaryOriginating updateStatusDate resolved
    Printing from 32-bit apps might fail on a 64-bit OS
    When attempting to print, you may receive an error or the application may stop responding or close.

    See details >
    August 13, 2019
    KB4512482
    Resolved
    KB4525253
    November 12, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and results print job failure.

    See details >
    September 24, 2019
    KB4516069
    Resolved
    KB4520007
    October 08, 2019
    10:00 AM PT
    Devices starting using PXE from a WDS or SCCM servers may fail to start
    Devices that start up using PXE images from Windows Deployment Services (WDS) may fail to start with error \"0xc0000001.\"

    See details >
    June 11, 2019
    KB4503285
    Resolved
    KB4512512
    August 17, 2019
    02:00 PM PT
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    Applications made using VB6, macros using VBA, and VBScript may stop responding and you may receive an error.

    See details >
    August 13, 2019
    KB4512518
    Resolved
    KB4517302
    August 16, 2019
    02:00 PM PT
    " @@ -63,21 +61,3 @@ sections:
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Note This issue also affects the Internet Explorer Cumulative Update KB4522007, release September 23, 2019.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4520007. If you are using Security Only updates, see KB4519974 for resolving KB for your platform.

    Back to topSeptember 24, 2019
    KB4516069Resolved
    KB4520007Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT " - -- title: August 2019 -- items: - - type: markdown - text: " - - -
    DetailsOriginating updateStatusHistory
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    After installing KB4512518, applications that were made using Visual Basic 6 (VB6), macros using Visual Basic for Applications (VBA), and scripts or apps using Visual Basic Scripting Edition (VBScript) may stop responding and you may receive an \"invalid procedure call error.\"

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4517302. The ‘optional’ update is now available on Microsoft Update Catalog and Windows Server Update Services (WSUS).

    Back to top
    August 13, 2019
    KB4512518
    Resolved
    KB4517302
    Resolved:
    August 16, 2019
    02:00 PM PT

    Opened:
    August 14, 2019
    03:34 PM PT
    - " - -- title: July 2019 -- items: - - type: markdown - text: " - - -
    DetailsOriginating updateStatusHistory
    Devices starting using PXE from a WDS or SCCM servers may fail to start
    Devices that start up using Preboot Execution Environment (PXE) images from Windows Deployment Services (WDS) or System Center Configuration Manager (SCCM) may fail to start with the error \"Status: 0xc0000001, Info: A required device isn't connected or can't be accessed\" after installing KB4503285 on a WDS server.

    Affected platforms:
    • Server: Windows Server 2008 SP2; Windows Server 2008 R2 SP1; Windows Server 2012; Windows Server 2012 R2; Windows Server 2016; Windows Server, version 1803; Windows Server 2019; Windows Server, version 1809; Windows Server, version 1903
    Resolution: This issue was resolved in KB4512512.

    Back to top
    June 11, 2019
    KB4503285
    Resolved
    KB4512512
    Resolved:
    August 17, 2019
    02:00 PM PT

    Opened:
    July 10, 2019
    02:51 PM PT
    - " diff --git a/windows/release-information/status-windows-10-1507.yml b/windows/release-information/status-windows-10-1507.yml index 3846d88d01..50e384face 100644 --- a/windows/release-information/status-windows-10-1507.yml +++ b/windows/release-information/status-windows-10-1507.yml @@ -60,7 +60,7 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - +
    SummaryOriginating updateStatusLast updated
    You might encounter issues with KB4502496
    You might encounter issues trying to install or after installing KB4502496

    See details >
    N/A
    February 11, 2019
    KB4502496
    Mitigated
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4502496
    You might encounter issues trying to install or after installing KB4502496

    See details >
    N/A
    February 11, 2019
    KB4502496
    Mitigated
    February 15, 2020
    01:22 AM PT
    TLS connections might fail or timeout
    Transport Layer Security (TLS) connections might fail or timeout when connecting or attempting a resumption.

    See details >
    OS Build 10240.18368

    October 08, 2019
    KB4520011
    Mitigated External
    November 05, 2019
    03:36 PM PT
    Certain operations performed on a Cluster Shared Volume may fail
    Operations performed on files or folders on a CSV may fail with the error: STATUS_BAD_IMPERSONATION_LEVEL (0xC00000A5).

    See details >
    OS Build 10240.18094

    January 08, 2019
    KB4480962
    Mitigated
    April 25, 2019
    02:00 PM PT
    @@ -78,7 +78,7 @@ sections: - type: markdown text: " - +
    DetailsOriginating updateStatusHistory
    You might encounter issues with KB4502496
    You might encounter issues trying to install or after installing KB4502496.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4502496) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4502496 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4502496
    Mitigated
    Last updated:
    February 15, 2020
    12:02 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4502496
    You might encounter issues trying to install or after installing KB4502496.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4502496) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4502496 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4502496
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    " diff --git a/windows/release-information/status-windows-10-1607-and-windows-server-2016.yml b/windows/release-information/status-windows-10-1607-and-windows-server-2016.yml index 0fcc5e9d8c..ad5f5d081d 100644 --- a/windows/release-information/status-windows-10-1607-and-windows-server-2016.yml +++ b/windows/release-information/status-windows-10-1607-and-windows-server-2016.yml @@ -60,8 +60,8 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - - + + @@ -81,8 +81,8 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusLast updated
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    12:02 AM PT
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    Windows may not start on certain Lenovo and Fujitsu laptops with less than 8GB of RAM
    Windows may fail to start on certain Lenovo and Fujitsu laptops that have less than 8 GB of RAM.

    See details >
    OS Build 14393.2608

    November 13, 2018
    KB4467691
    Resolved External
    January 23, 2020
    02:08 PM PT
    TLS connections might fail or timeout
    Transport Layer Security (TLS) connections might fail or timeout when connecting or attempting a resumption.

    See details >
    OS Build 14393.3274

    October 08, 2019
    KB4519998
    Mitigated External
    November 05, 2019
    03:36 PM PT
    Certain operations performed on a Cluster Shared Volume may fail
    Operations performed on files or folders on a CSV may fail with the error: STATUS_BAD_IMPERSONATION_LEVEL (0xC00000A5).

    See details >
    OS Build 14393.2724

    January 08, 2019
    KB4480961
    Mitigated
    April 25, 2019
    02:00 PM PT
    - - + +
    DetailsOriginating updateStatusHistory
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    12:02 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    12:02 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    " diff --git a/windows/release-information/status-windows-10-1709.yml b/windows/release-information/status-windows-10-1709.yml index bb6904a30e..b0ee5c7ec5 100644 --- a/windows/release-information/status-windows-10-1709.yml +++ b/windows/release-information/status-windows-10-1709.yml @@ -60,8 +60,8 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - - + + @@ -80,8 +80,8 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusLast updated
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    12:02 AM PT
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    Unable to create local users in Chinese, Japanese and Korean during device setup
    You might be unable to create users in Chinese, Japanese and Korean using Input Method Editor (IME) during OOBE.

    See details >
    OS Build 16299.1387

    September 10, 2019
    KB4516066
    Resolved
    KB4534318
    January 23, 2020
    02:00 PM PT
    TLS connections might fail or timeout
    Transport Layer Security (TLS) connections might fail or timeout when connecting or attempting a resumption.

    See details >
    OS Build 16299.1451

    October 08, 2019
    KB4520004
    Mitigated External
    November 05, 2019
    03:36 PM PT
    Certain operations performed on a Cluster Shared Volume may fail
    Operations performed on files or folders on a CSV may fail with the error: STATUS_BAD_IMPERSONATION_LEVEL (0xC00000A5).

    See details >
    OS Build 16299.904

    January 08, 2019
    KB4480978
    Mitigated
    April 25, 2019
    02:00 PM PT
    - - + +
    DetailsOriginating updateStatusHistory
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    12:02 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    12:02 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    " diff --git a/windows/release-information/status-windows-10-1803.yml b/windows/release-information/status-windows-10-1803.yml index 42a74822e9..f390bca9da 100644 --- a/windows/release-information/status-windows-10-1803.yml +++ b/windows/release-information/status-windows-10-1803.yml @@ -64,8 +64,8 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - - + + @@ -84,8 +84,8 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusLast updated
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    12:02 AM PT
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    Unable to create local users in Chinese, Japanese and Korean during device setup
    You might be unable to create users in Chinese, Japanese and Korean using Input Method Editor (IME) during OOBE.

    See details >
    OS Build 17134.1006

    September 10, 2019
    KB4516058
    Resolved
    KB4534308
    January 23, 2020
    02:00 PM PT
    TLS connections might fail or timeout
    Transport Layer Security (TLS) connections might fail or timeout when connecting or attempting a resumption.

    See details >
    OS Build 17134.1069

    October 08, 2019
    KB4520008
    Mitigated External
    November 05, 2019
    03:36 PM PT
    Certain operations performed on a Cluster Shared Volume may fail
    Operations performed on files or folders on a CSV may fail with the error: STATUS_BAD_IMPERSONATION_LEVEL (0xC00000A5).

    See details >
    OS Build 17134.523

    January 08, 2019
    KB4480966
    Mitigated
    April 25, 2019
    02:00 PM PT
    - - + +
    DetailsOriginating updateStatusHistory
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    12:02 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    12:02 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    " diff --git a/windows/release-information/status-windows-10-1809-and-windows-server-2019.yml b/windows/release-information/status-windows-10-1809-and-windows-server-2019.yml index a6c69b9a7e..da6e037493 100644 --- a/windows/release-information/status-windows-10-1809-and-windows-server-2019.yml +++ b/windows/release-information/status-windows-10-1809-and-windows-server-2019.yml @@ -64,8 +64,8 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - - + + @@ -85,8 +85,8 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusLast updated
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    12:02 AM PT
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    Unable to create local users in Chinese, Japanese and Korean during device setup
    You might be unable to create users in Chinese, Japanese and Korean using Input Method Editor (IME) during OOBE.

    See details >
    OS Build 17763.737

    September 10, 2019
    KB4512578
    Resolved
    KB4534321
    January 23, 2020
    02:00 PM PT
    TLS connections might fail or timeout
    Transport Layer Security (TLS) connections might fail or timeout when connecting or attempting a resumption.

    See details >
    OS Build 17763.805

    October 08, 2019
    KB4519338
    Mitigated External
    November 05, 2019
    03:36 PM PT
    Devices with some Asian language packs installed may receive an error
    Devices with Asian language packs installed may receive the error, \"0x800f0982 - PSFX_E_MATCHING_COMPONENT_NOT_FOUND.\"

    See details >
    OS Build 17763.437

    April 09, 2019
    KB4493509
    Mitigated
    May 03, 2019
    10:59 AM PT
    - - + +
    DetailsOriginating updateStatusHistory
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    12:02 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    12:02 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    " diff --git a/windows/release-information/status-windows-10-1903.yml b/windows/release-information/status-windows-10-1903.yml index cb7133af96..4b98890fff 100644 --- a/windows/release-information/status-windows-10-1903.yml +++ b/windows/release-information/status-windows-10-1903.yml @@ -64,8 +64,8 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - - + +
    SummaryOriginating updateStatusLast updated
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    12:02 AM PT
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    Issues with some older versions of Avast and AVG anti-virus products
    Microsoft and Avast has identified compatibility issues with some versions of Avast and AVG Antivirus.

    See details >
    N/A

    Mitigated External
    November 25, 2019
    05:25 PM PT
    TLS connections might fail or timeout
    Transport Layer Security (TLS) connections might fail or timeout when connecting or attempting a resumption.

    See details >
    OS Build 18362.418

    October 08, 2019
    KB4517389
    Mitigated External
    November 05, 2019
    03:36 PM PT
    @@ -83,8 +83,8 @@ sections: - type: markdown text: " - - + +
    DetailsOriginating updateStatusHistory
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    12:02 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    12:02 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    " diff --git a/windows/release-information/status-windows-10-1909.yml b/windows/release-information/status-windows-10-1909.yml index 631a1ea8d9..355ff2a8c2 100644 --- a/windows/release-information/status-windows-10-1909.yml +++ b/windows/release-information/status-windows-10-1909.yml @@ -64,8 +64,8 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - - + +
    SummaryOriginating updateStatusLast updated
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    12:02 AM PT
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    Issues with some older versions of Avast and AVG anti-virus products
    Microsoft and Avast has identified compatibility issues with some versions of Avast and AVG Antivirus.

    See details >
    N/A

    Mitigated External
    November 25, 2019
    05:25 PM PT
    " @@ -82,8 +82,8 @@ sections: - type: markdown text: " - - + +
    DetailsOriginating updateStatusHistory
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    12:02 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    12:02 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    " diff --git a/windows/release-information/status-windows-8.1-and-windows-server-2012-r2.yml b/windows/release-information/status-windows-8.1-and-windows-server-2012-r2.yml index 8a62e5b48c..1d522d681a 100644 --- a/windows/release-information/status-windows-8.1-and-windows-server-2012-r2.yml +++ b/windows/release-information/status-windows-8.1-and-windows-server-2012-r2.yml @@ -60,7 +60,7 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - + @@ -79,7 +79,7 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusLast updated
    You might encounter issues with KB4502496
    You might encounter issues trying to install or after installing KB4502496

    See details >
    February 11, 2020
    KB4502496
    Mitigated
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4502496
    You might encounter issues trying to install or after installing KB4502496

    See details >
    February 11, 2020
    KB4502496
    Mitigated
    February 15, 2020
    01:22 AM PT
    TLS connections might fail or timeout
    Transport Layer Security (TLS) connections might fail or timeout when connecting or attempting a resumption.

    See details >
    October 08, 2019
    KB4520005
    Mitigated External
    November 05, 2019
    03:36 PM PT
    Japanese IME doesn't show the new Japanese Era name as a text input option
    With previous dictionary updates installed, the Japanese IME doesn't show the new Japanese Era name as an input option.

    See details >
    April 25, 2019
    KB4493443
    Mitigated
    May 15, 2019
    05:53 PM PT
    Certain operations performed on a Cluster Shared Volume may fail
    Operations performed on files or folders on a CSV may fail with the error: STATUS_BAD_IMPERSONATION_LEVEL (0xC00000A5).

    See details >
    January 08, 2019
    KB4480963
    Mitigated
    April 25, 2019
    02:00 PM PT
    - +
    DetailsOriginating updateStatusHistory
    You might encounter issues with KB4502496
    You might encounter issues trying to install or after installing KB4502496.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4502496) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4502496 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    February 11, 2020
    KB4502496
    Mitigated
    Last updated:
    February 15, 2020
    12:02 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4502496
    You might encounter issues trying to install or after installing KB4502496.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4502496) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4502496 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    February 11, 2020
    KB4502496
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    " diff --git a/windows/release-information/status-windows-server-2012.yml b/windows/release-information/status-windows-server-2012.yml index 95f21c394f..cba7737955 100644 --- a/windows/release-information/status-windows-server-2012.yml +++ b/windows/release-information/status-windows-server-2012.yml @@ -60,7 +60,7 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - + @@ -79,7 +79,7 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusLast updated
    You might encounter issues with KB4502496
    You might encounter issues trying to install or after installing KB4502496

    See details >
    February 11, 2020
    KB4502496
    Mitigated
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4502496
    You might encounter issues trying to install or after installing KB4502496

    See details >
    February 11, 2020
    KB4502496
    Mitigated
    February 15, 2020
    01:22 AM PT
    TLS connections might fail or timeout
    Transport Layer Security (TLS) connections might fail or timeout when connecting or attempting a resumption.

    See details >
    October 08, 2019
    KB4520007
    Mitigated External
    November 05, 2019
    03:36 PM PT
    Japanese IME doesn't show the new Japanese Era name as a text input option
    With previous dictionary updates installed, the Japanese IME doesn't show the new Japanese Era name as an input option.

    See details >
    April 25, 2019
    KB4493462
    Mitigated
    May 15, 2019
    05:53 PM PT
    Certain operations performed on a Cluster Shared Volume may fail
    Operations performed on files or folders on a CSV may fail with the error: STATUS_BAD_IMPERSONATION_LEVEL (0xC00000A5).

    See details >
    January 08, 2019
    KB4480975
    Mitigated
    April 25, 2019
    02:00 PM PT
    - +
    DetailsOriginating updateStatusHistory
    You might encounter issues with KB4502496
    You might encounter issues trying to install or after installing KB4502496.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4502496) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4502496 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    February 11, 2020
    KB4502496
    Mitigated
    Last updated:
    February 15, 2020
    12:02 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4502496
    You might encounter issues trying to install or after installing KB4502496.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4502496) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4502496 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    February 11, 2020
    KB4502496
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    " diff --git a/windows/release-information/windows-message-center.yml b/windows/release-information/windows-message-center.yml index 2bc18cf098..ba231e5da7 100644 --- a/windows/release-information/windows-message-center.yml +++ b/windows/release-information/windows-message-center.yml @@ -53,7 +53,7 @@ sections: Compatibility issue with some Windows Server container images
    If you are encountering issues with Windows Server container images, please see KB4542617.
    February 13, 2020
    03:21 PM PT Take action: February 2020 security update available for all supported versions of Windows
    The February 2020 security update release, referred to as our “B” release, is now available for Windows 10, version 1909 and all supported versions of Windows. We recommend that you install these updates promptly. For more information on the different types of monthly quality updates, see our Windows 10 update servicing cadence primer. To be informed about the latest updates and releases, follow us on Twitter @WindowsUpdate.
    February 11, 2020
    08:00 AM PT Take action: ESU security updates available for Windows 7 SP1, Windows Server 2008 R2 SP1 and Windows Server 2008 SP2
    Windows 7 SP1, Windows Server 2008 R2 SP1, and Windows Server 2008 SP2 reached end of support on January 14, 2020. For customers who have purchased Extended Security Updates (ESU), the first monthly ESU security updates are now available. If your organization has not yet been able to complete your transition to Windows 10, Windows Server 2016, or Windows Server 2019 and want to continue to receive security updates for your current version of Windows, you will need to purchase Extended Security Updates. For information on how to do so, please see How to get Extended Security Updates for eligible Windows devices, Windows 7 ESU frequently ask questions, and Windows Server 2008 R2 SP1 and Windows Server 2008 SP2 ESU frequently asked questions.

    We recommend ESU customers review the applicable KB article below for prerequisites and other important information you will need to deploy these updates.

    The following updates were released today for Windows Server 2008 SP2:
    The following updates were released today for Windows 7 SP1 and Windows Server 2008 R2 SP1:
    February 11, 2020
    08:00 AM PT - Resolved: Windows Search shows blank box
    We are aware of a temporary server-side issue causing Windows search to show a blank box. This issue has been resolved for most users and in some cases, you might need to restart your device. We are working diligently to fully resolve the issue and will provide an update once resolved. 

    This issue was resolved at 12:00 PM PST. If you are still experiencing issues, please restart your device. In rare cases, you may need to manually end the SearchUI.exe or SearchApp.exe process via Task Manager. (To locate these processes, select CTRL + Shift + Esc then select the Details tab.)
    February 05, 2020
    12:00 PM PT + Resolved: Windows Search shows blank box
    We are aware of a temporary server-side issue causing Windows search to show a blank box. This issue has been resolved for most users and in some cases, you might need to restart your device. We are working diligently to fully resolve the issue and will provide an update once resolved. 

    This issue was resolved at 12:00 PM PST. If you are still experiencing issues, please restart your device. In rare cases, to mitigate this issue you may need to manually end the SearchUI.exe or SearchApp.exe process via Task Manager. (To locate these processes, select CTRL + Shift + Esc then select the Details tab.) If you have restarted and tried the previous mitigations and are still encountering issues with Windows Search, you are not experiencing the issue described here. Please see Fix problems in Windows Search for other mitigations.
    February 05, 2020
    12:00 PM PT January 2020 Windows 10, version 1909 \"D\" optional release is available.
    The January 2020 optional monthly “D” release for Windows 10, version 1909 and Windows 10, version 1903 is now available. For more information on the different types of monthly quality updates, see our Windows 10 update servicing cadence primer. Follow @WindowsUpdate for the latest on the availability of this release.
    January 28, 2020
    08:00 AM PT January 2020 Windows \"C\" optional release is available.
    The January 2020 optional monthly “C” release for all supported versions of Windows is now available. For more information on the different types of monthly quality updates, see our Windows 10 update servicing cadence primer. Follow @WindowsUpdate for the latest on the availability of this release.
    January 23, 2020
    12:00 PM PT Windows 7 has reached end of support
    Windows 7 reached end of support on January 14, 2020. If your organization has not yet been able to complete your transition from Windows 7 to Windows 10, and want to continue to receive security updates while you complete your upgrade projects, please read How to get Extended Security Updates for eligible Windows devices. For more information on end of service dates for currently supported versions of Windows 10, see the Windows lifecycle fact sheet.
    January 15, 2020
    10:00 AM PT @@ -83,8 +83,6 @@ sections: Take Action: Internet Explorer 11 now available on Windows Update/WSUS for Windows Server 2012 and Windows Embedded 8 Standard
    Internet Explorer 11 (KB 4492872) is now available via Windows Update (WU) and Windows Server Update Services (WSUS) for commercial customers running Windows Server 2012 and Windows Embedded 8 Standard. For details about these changes and end of support for IE10, please refer to the IT Pro blog
    August 29, 2019
    08:00 AM PT Take action: SHA-2 code signing support guidance for Windows 7 SP1 and Windows Server 2008 RS2 SP1
    Windows 7 SP1 and Windows Server 2008 R2 SP1 update signatures are now SHA-2 based signatures and requires that SHA-2 support to be installed. For important customer guidance on installation and troubleshooting tips, please read the knowledge base article 2019 SHA-2 Code Signing Support requirement for Windows and WSUS.
    August 23, 2019
    03:35 PM PT Take action: Windows 10, version 1703 (the Windows 10 Creators Update) reaches end of life on October 9, 2019
    The Enterprise and Education editions of Windows 10, version 1703 (the Windows 10 Creators Update) will reach end of life on October 9, 2019. The Home, Pro, Pro for Workstations, and IoT Core editions reached end of service on October 8, 2018.

    There is no extended support available for any edition of Windows 10, version 1703. Therefore, it will no longer be supported after October 9, 2019 and will not receive monthly security and quality updates containing protections from the latest security threats.

    To continue receiving security and quality updates, Microsoft recommends that you update your devices to the latest version of Windows 10. For more information on end of service dates and currently supported versions of Windows 10, see the Windows lifecycle fact sheet.
    August 23, 2019
    02:17 PM PT - Resolved: Delays starting Internet Explorer 11
    On August 16, 2019 at 7:16 AM a server required for downloading the Internet Explorer 11 (IE11) startup page, went down. As a result of the server outage, IE 11 became unresponsive for some customers who had not yet installed the August 2019 security updates. Customers who had the August 2019 security update installed were not affected. In order to ensure your devices remain in a serviced and secure state, we recommend you install the latest monthly update.

    This issue was resolved on the server side at 1:00 pm PST. 
    August 16, 2019
    04:00 PM PT - Advisory: Windows Advanced Local Procedure Call Elevation of Privilege vulnerability disclosed (CVE-2019-1162)
    On August 13, 2019, Google Project Zero (GPZ) disclosed an Elevation of Privilege (EoP) vulnerability in how Windows handles calls to Advanced Local Procedure Call (ALPC) that affects Windows operating systems, versions 8.1 and higher. An attacker must already have code execution on the target system to leverage these vulnerabilities. Microsoft released security updates on August 13, 2019 that partially address this issue. Other items disclosed by GPZ require more time to address and we are working to release a resolution in mid-September. For more information, see CVE-2019-1162 | Windows ALPC Elevation of Privilege Vulnerability
    August 13, 2019
    10:00 AM PT Windows 10, version 1903 rollout begins
    The Windows 10 May 2019 Update (Windows 10, version 1903) is available today to commercial customers via Windows Server Update Services (WSUS), Windows Update for Business, and the Volume Licensing Service Center (VLSC)—and to end users who manually select “Check for updates.” We are slowly throttling up availability while we carefully monitor data and feedback.May 21, 2019
    10:00 AM PT " From 0d2ee0d912841fd8ae88b48661f13b0f5f329c0b Mon Sep 17 00:00:00 2001 From: John Liu <49762389+ShenLanJohn@users.noreply.github.com> Date: Wed, 19 Feb 2020 13:58:02 -0800 Subject: [PATCH 056/108] CAT Auto Pulish for Windows Release Messages - 20200219134607 (#2081) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update vpnv2-profile-xsd.md Eap should’t be in the example, because 1. MachineMethod can only be Certificate ------ see https://docs.microsoft.com/en-gb/windows/client-management/mdm/vpnv2-csp ........................VPNv2/ProfileName/NativeProfile/Authentication/MachineMethod This is only supported in IKEv2. This value can be one of the following: • Certificate 2. A profile conatins either UserMethod or MachineMethod but not both * Update advanced-troubleshooting-802-authentication.md * missing "r" in $OSArch https://github.com/MicrosoftDocs/windows-itpro-docs/issues/5972 * Update windows/client-management/advanced-troubleshooting-802-authentication.md Co-Authored-By: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com> * Update windows/client-management/advanced-troubleshooting-802-authentication.md Co-Authored-By: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com> * Update windows/client-management/advanced-troubleshooting-802-authentication.md Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com> * Test, updated Caps * Update windows/client-management/advanced-troubleshooting-802-authentication.md Co-Authored-By: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com> * Multiple corrections required (see notes) @Dansimp 1) This note is contradictory - need to clarify this: "> [!NOTE] > Device credential group policy setting is not supported for enrolling into Microsoft Intune. " 2) We should remove all references to "Primary Domain Controller" (PDC) - it's not the 90's with Windows NT 4.0 anymore ! 3) "Restart the Domain Controller for the policy to be available." A reboot is not required 4) "Enforce a GPO link" This is in contradiction with our recommended practices. We should not be suggesting this. * Update web-content-filtering.md fixed extra space * CAT Auto Pulish for Windows Release Messages - CAT_AutoPublish_20200219114538 (#2080) Co-authored-by: Direesh Kumar Kandakatla Co-authored-by: rogersoMS <44718379+rogersoMS@users.noreply.github.com> Co-authored-by: Daniel Simpson Co-authored-by: Office Content Publishing <34616516+officedocspr@users.noreply.github.com> Co-authored-by: Tina Burden Co-authored-by: Direesh Kumar Kandakatla --- ...nced-troubleshooting-802-authentication.md | 3 +-- ...device-automatically-using-group-policy.md | 8 ++------ .../mdm/vpnv2-profile-xsd.md | 1 - .../resolved-issues-windows-10-1507.yml | 10 ---------- .../resolved-issues-windows-10-1607.yml | 12 ----------- .../resolved-issues-windows-10-1709.yml | 20 ------------------- ...indows-10-1809-and-windows-server-2019.yml | 12 ----------- ...ndows-7-and-windows-server-2008-r2-sp1.yml | 12 ----------- ...windows-8.1-and-windows-server-2012-r2.yml | 20 ------------------- ...esolved-issues-windows-server-2008-sp2.yml | 20 ------------------- .../resolved-issues-windows-server-2012.yml | 20 ------------------- .../status-windows-10-1507.yml | 4 ++-- ...indows-10-1607-and-windows-server-2016.yml | 8 ++++---- .../status-windows-10-1709.yml | 8 ++++---- .../status-windows-10-1803.yml | 8 ++++---- ...indows-10-1809-and-windows-server-2019.yml | 8 ++++---- .../status-windows-10-1903.yml | 8 ++++---- .../status-windows-10-1909.yml | 8 ++++---- ...windows-8.1-and-windows-server-2012-r2.yml | 4 ++-- .../status-windows-server-2012.yml | 4 ++-- .../windows-message-center.yml | 4 +--- .../credential-guard-manage.md | 2 +- .../web-content-filtering.md | 4 ++-- 23 files changed, 37 insertions(+), 171 deletions(-) diff --git a/windows/client-management/advanced-troubleshooting-802-authentication.md b/windows/client-management/advanced-troubleshooting-802-authentication.md index 267386adc6..124846eb32 100644 --- a/windows/client-management/advanced-troubleshooting-802-authentication.md +++ b/windows/client-management/advanced-troubleshooting-802-authentication.md @@ -59,7 +59,7 @@ First, validate the type of EAP method being used: ![eap authentication type comparison](images/comparisontable.png) -If a certificate is used for its authentication method, check if the certificate is valid. For server (NPS) side, you can confirm what certificate is being used from the EAP property menu: +If a certificate is used for its authentication method, check if the certificate is valid. For server (NPS) side, you can confirm what certificate is being used from the EAP property menu. In **NPS snap-in**, go to **Policies** > **Network Policies**. Right click on the policy and select **Properties**. In the pop-up window, go to the **Constraints** tab and select the **Authentication Methods** section. ![Constraints tab of the secure wireless connections properties](images/eappropertymenu.png) @@ -118,4 +118,3 @@ Even if audit policy appears to be fully enabled, it sometimes helps to disable [Troubleshooting Windows Vista 802.11 Wireless Connections](https://technet.microsoft.com/library/cc766215%28v=ws.10%29.aspx)
    [Troubleshooting Windows Vista Secure 802.3 Wired Connections](https://technet.microsoft.com/library/cc749352%28v=ws.10%29.aspx) - diff --git a/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md b/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md index 4ced3aefe8..36ba902151 100644 --- a/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md +++ b/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md @@ -120,9 +120,6 @@ Requirements: > In Windows 10, version 1903, the MDM.admx file was updated to include an option to select which credential is used to enroll the device. **Device Credential** is a new option that will only have an effect on clients that have the Windows 10, version 1903 feature update installed. The default behavior for older releases is to revert to **User Credential**. -> [!NOTE] -> Device credential group policy setting is not supported for enrolling into Microsoft Intune. - When a group policy refresh occurs on the client, a task is created and scheduled to run every 5 minutes for the duration of one day. The task is called " Schedule created by enrollment client for automatically enrolling in MDM from AAD." To see the scheduled task, launch the [Task Scheduler app](#task-scheduler-app). @@ -174,7 +171,7 @@ Requirements: > 1803 -->[Administrative Templates (.admx) for Windows 10 April 2018 Update (1803)](https://www.microsoft.com/download/details.aspx?id=56880) or > 1809 --> [Administrative Templates for Windows 10 October 2018 Update (1809)](https://www.microsoft.com/download/details.aspx?id=57576) or > 1903 --> [Administrative Templates (.admx) for Windows 10 May 2019 Update (1903)](https://www.microsoft.com/download/details.aspx?id=58495&WT.mc_id=rss_alldownloads_all) -> 2. Install the package on the Primary Domain Controller (PDC). +> 2. Install the package on the Domain Controller. > 3. Navigate, depending on the version to the folder: > 1803 --> **C:\Program Files (x86)\Microsoft Group Policy\Windows 10 April 2018 Update (1803) v2**, or > 1809 --> **C:\Program Files (x86)\Microsoft Group Policy\Windows 10 October 2018 Update (1809) v2**, or @@ -182,14 +179,13 @@ Requirements: > 4. Rename the extracted Policy Definitions folder to **PolicyDefinitions**. > 5. Copy PolicyDefinitions folder to **C:\Windows\SYSVOL\domain\Policies**. > (If this folder does not exist, then be aware that you will be switching to a [central policy store](https://support.microsoft.com/help/3087759/how-to-create-and-manage-the-central-store-for-group-policy-administra) for your entire domain). -> 6. Restart the Primary Domain Controller for the policy to be available. +> 6. Restart the Domain Controller for the policy to be available. > This procedure will work for any future version as well. 1. Create a Group Policy Object (GPO) and enable the Group Policy **Computer Configuration** > **Policies** > **Administrative Templates** > **Windows Components** > **MDM** > **Enable automatic MDM enrollment using default Azure AD credentials**. 2. Create a Security Group for the PCs. 3. Link the GPO. 4. Filter using Security Groups. -5. Enforce a GPO link. ## Troubleshoot auto-enrollment of devices diff --git a/windows/client-management/mdm/vpnv2-profile-xsd.md b/windows/client-management/mdm/vpnv2-profile-xsd.md index dd82298d1b..1c13aa99ad 100644 --- a/windows/client-management/mdm/vpnv2-profile-xsd.md +++ b/windows/client-management/mdm/vpnv2-profile-xsd.md @@ -194,7 +194,6 @@ Here's the XSD for the ProfileXML node in VPNv2 CSP for Windows 10 and some pro IKEv2 Eap - Eap diff --git a/windows/release-information/resolved-issues-windows-10-1507.yml b/windows/release-information/resolved-issues-windows-10-1507.yml index 1edda2c7ba..7df978985d 100644 --- a/windows/release-information/resolved-issues-windows-10-1507.yml +++ b/windows/release-information/resolved-issues-windows-10-1507.yml @@ -33,7 +33,6 @@ sections: text: " -
    SummaryOriginating updateStatusDate resolved
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and results print job failure.

    See details >
    OS Build 10240.18334

    September 23, 2019
    KB4522009
    Resolved
    KB4520011
    October 08, 2019
    10:00 AM PT
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    Applications made using VB6, macros using VBA, and VBScript may stop responding and you may receive an error.

    See details >
    OS Build 10240.18305

    August 13, 2019
    KB4512497
    Resolved
    KB4517276
    August 17, 2019
    02:00 PM PT
    " @@ -52,12 +51,3 @@ sections:
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4520011.

    Back to topOS Build 10240.18334

    September 23, 2019
    KB4522009Resolved
    KB4520011Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT " - -- title: August 2019 -- items: - - type: markdown - text: " - - -
    DetailsOriginating updateStatusHistory
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    After installing KB4512497, applications that were made using Visual Basic 6 (VB6), macros using Visual Basic for Applications (VBA), and scripts or apps using Visual Basic Scripting Edition (VBScript) may stop responding and you may receive an \"invalid procedure call error.\"

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4517276. This ‘optional’ update is available on Microsoft Update Catalog, Windows Update, Microsoft Update and Windows Server Update Services (WSUS). As with any 'optional' update, you will need to Check for updates to receive KB4517276 and install. For instructions, see Update Windows 10.

    Note Windows Update for Business customers should apply the update via Microsoft Update Catalog or Windows Server Update Services (WSUS).

    Back to top
    OS Build 10240.18305

    August 13, 2019
    KB4512497
    Resolved
    KB4517276
    Resolved:
    August 17, 2019
    02:00 PM PT

    Opened:
    August 14, 2019
    03:34 PM PT
    - " diff --git a/windows/release-information/resolved-issues-windows-10-1607.yml b/windows/release-information/resolved-issues-windows-10-1607.yml index cabf372d2e..5585df19da 100644 --- a/windows/release-information/resolved-issues-windows-10-1607.yml +++ b/windows/release-information/resolved-issues-windows-10-1607.yml @@ -36,8 +36,6 @@ sections:
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and results print job failure.

    See details >OS Build 14393.3206

    September 23, 2019
    KB4522010Resolved
    KB4519998October 08, 2019
    10:00 AM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) including ChsIME.EXE and ChtIME.EXE, may become unresponsive or may have high CPU usage.

    See details >OS Build 14393.3204

    September 10, 2019
    KB4516044Resolved
    September 17, 2019
    04:47 PM PT
    Apps and scripts using the NetQueryDisplayInformation API may fail with error
    Applications and scripts that call NetQueryDisplayInformation may fail to return results after the first page of data.

    See details >OS Build 14393.3053

    June 18, 2019
    KB4503294Resolved
    KB4516044September 10, 2019
    10:00 AM PT -
    Devices starting using PXE from a WDS or SCCM servers may fail to start
    Devices that start up using PXE images from Windows Deployment Services (WDS) may fail to start with error \"0xc0000001.\"

    See details >OS Build 14393.3025

    June 11, 2019
    KB4503267Resolved
    KB4512495August 17, 2019
    02:00 PM PT -
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    Applications made using VB6, macros using VBA, and VBScript may stop responding and you may receive an error.

    See details >OS Build 14393.3144

    August 13, 2019
    KB4512517Resolved
    KB4512495August 17, 2019
    02:00 PM PT " @@ -64,16 +62,6 @@ sections: text: " - -
    DetailsOriginating updateStatusHistory
    Apps and scripts using the NetQueryDisplayInformation API may fail with error
     Applications and scripts that call the NetQueryDisplayInformation API or the WinNT provider equivalent may fail to return results after the first page of data, often 50 or 100 entries. When requesting additional pages you may receive the error, “1359: an internal error occurred.”

    Affected platforms:
    • Server: Windows Server 2019; Windows Server 2016
    Resolution: This issue was resolved in KB4516044.

    Back to top
    OS Build 14393.3053

    June 18, 2019
    KB4503294
    Resolved
    KB4516044
    Resolved:
    September 10, 2019
    10:00 AM PT

    Opened:
    August 01, 2019
    05:00 PM PT
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    After installing KB4512517, applications that were made using Visual Basic 6 (VB6), macros using Visual Basic for Applications (VBA), and scripts or apps using Visual Basic Scripting Edition (VBScript) may stop responding and you may receive an \"invalid procedure call error.\"

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4512495. This ‘optional’ update is available on Microsoft Update Catalog, Windows Update, Microsoft Update and Windows Server Update Services (WSUS). As with any 'optional' update, you will need to Check for updates to receive KB4512495 and install. For instructions, see Update Windows 10.

    Note Windows Update for Business customers should apply the update via Microsoft Update Catalog or Windows Server Update Services (WSUS).

    Back to top
    OS Build 14393.3144

    August 13, 2019
    KB4512517
    Resolved
    KB4512495
    Resolved:
    August 17, 2019
    02:00 PM PT

    Opened:
    August 14, 2019
    03:34 PM PT
    - " - -- title: July 2019 -- items: - - type: markdown - text: " - -
    DetailsOriginating updateStatusHistory
    Devices starting using PXE from a WDS or SCCM servers may fail to start
    Devices that start up using Preboot Execution Environment (PXE) images from Windows Deployment Services (WDS) or System Center Configuration Manager (SCCM) may fail to start with the error \"Status: 0xc0000001, Info: A required device isn't connected or can't be accessed\" after installing KB4503267 on a WDS server.

    Affected platforms:
    • Server: Windows Server 2008 SP2; Windows Server 2008 R2 SP1; Windows Server 2012; Windows Server 2012 R2; Windows Server 2016; Windows Server, version 1803; Windows Server 2019; Windows Server, version 1809; Windows Server, version 1903
    Resolution: This issue was resolved in KB4512495.

    Back to top
    OS Build 14393.3025

    June 11, 2019
    KB4503267
    Resolved
    KB4512495
    Resolved:
    August 17, 2019
    02:00 PM PT

    Opened:
    July 10, 2019
    02:51 PM PT
    " diff --git a/windows/release-information/resolved-issues-windows-10-1709.yml b/windows/release-information/resolved-issues-windows-10-1709.yml index 669db319e1..c85bdd82e9 100644 --- a/windows/release-information/resolved-issues-windows-10-1709.yml +++ b/windows/release-information/resolved-issues-windows-10-1709.yml @@ -35,8 +35,6 @@ sections:
    Unable to create local users in Chinese, Japanese and Korean during device setup
    You might be unable to create users in Chinese, Japanese and Korean using Input Method Editor (IME) during OOBE.

    See details >OS Build 16299.1387

    September 10, 2019
    KB4516066Resolved
    KB4534318January 23, 2020
    02:00 PM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and results print job failure.

    See details >OS Build 16299.1392

    September 23, 2019
    KB4522012Resolved
    KB4520004October 08, 2019
    10:00 AM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) including ChsIME.EXE and ChtIME.EXE, may become unresponsive or may have high CPU usage.

    See details >OS Build 16299.1387

    September 10, 2019
    KB4516066Resolved
    September 19, 2019
    04:08 PM PT -
    Devices starting using PXE from a WDS or SCCM servers may fail to start
    Devices that start up using PXE images from Windows Deployment Services (WDS) may fail to start with error \"0xc0000001.\"

    See details >OS Build 16299.1217

    June 11, 2019
    KB4503284Resolved
    KB4512494August 16, 2019
    02:00 PM PT -
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    Applications made using VB6, macros using VBA, and VBScript may stop responding and you may receive an error.

    See details >OS Build 16299.1331

    August 13, 2019
    KB4512516Resolved
    KB4512494August 16, 2019
    02:00 PM PT " @@ -65,21 +63,3 @@ sections:
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) may become unresponsive or may have high CPU usage. Affected IMEs include Chinese Simplified (ChsIME.EXE) and Chinese Traditional (ChtIME.EXE) with Changjie/Quick keyboard.


    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016

    Resolution: Due to security related changes in KB4516066, this issue may occur when Touch Keyboard and Handwriting Panel Service is not configured to its default startup type of Manual. To resolve the issue, perform the following steps:
    1. Select the Start button and type Services.
    2. Locate Touch Keyboard and Handwriting Panel Service and double click on it or long press and select Properties.
    3. Locate Startup type: and change it to Manual
    4. Select Ok
    5. The TabletInputService service is now in the default configuration and IME should work as expected.

    Back to topOS Build 16299.1387

    September 10, 2019
    KB4516066Resolved
    Resolved:
    September 19, 2019
    04:08 PM PT

    Opened:
    September 13, 2019
    05:25 PM PT " - -- title: August 2019 -- items: - - type: markdown - text: " - - -
    DetailsOriginating updateStatusHistory
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    After installing KB4512516, applications that were made using Visual Basic 6 (VB6), macros using Visual Basic for Applications (VBA), and scripts or apps using Visual Basic Scripting Edition (VBScript) may stop responding and you may receive an \"invalid procedure call error.\"

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4512494. The ‘optional’ update will be available on Microsoft Update Catalog, Windows Update, Microsoft Update and Windows Server Update Services (WSUS). As with any 'optional' update, you will need to Check for updates to receive KB4512494 and install. For instructions, see Update Windows 10.

    Note Windows Update for Business customers should apply the update via Microsoft Update Catalog or Windows Server Update Services (WSUS).

    Back to top
    OS Build 16299.1331

    August 13, 2019
    KB4512516
    Resolved
    KB4512494
    Resolved:
    August 16, 2019
    02:00 PM PT

    Opened:
    August 14, 2019
    03:34 PM PT
    - " - -- title: July 2019 -- items: - - type: markdown - text: " - - -
    DetailsOriginating updateStatusHistory
    Devices starting using PXE from a WDS or SCCM servers may fail to start
    Devices that start up using Preboot Execution Environment (PXE) images from Windows Deployment Services (WDS) or System Center Configuration Manager (SCCM) may fail to start with the error \"Status: 0xc0000001, Info: A required device isn't connected or can't be accessed\" after installing KB4503284 on a WDS server.

    Affected platforms:
    • Server: Windows Server 2008 SP2; Windows Server 2008 R2 SP1; Windows Server 2012; Windows Server 2012 R2; Windows Server 2016; Windows Server, version 1803; Windows Server 2019; Windows Server, version 1809; Windows Server, version 1903
    Resolution: This issue was resolved in KB4512494.

    Back to top
    OS Build 16299.1217

    June 11, 2019
    KB4503284
    Resolved
    KB4512494
    Resolved:
    August 16, 2019
    02:00 PM PT

    Opened:
    July 10, 2019
    02:51 PM PT
    - " diff --git a/windows/release-information/resolved-issues-windows-10-1809-and-windows-server-2019.yml b/windows/release-information/resolved-issues-windows-10-1809-and-windows-server-2019.yml index 727b436221..2eb42f02b4 100644 --- a/windows/release-information/resolved-issues-windows-10-1809-and-windows-server-2019.yml +++ b/windows/release-information/resolved-issues-windows-10-1809-and-windows-server-2019.yml @@ -39,8 +39,6 @@ sections:
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and results print job failure.

    See details >OS Build 17763.740

    September 23, 2019
    KB4522015Resolved
    KB4519338October 08, 2019
    10:00 AM PT
    Apps and scripts using the NetQueryDisplayInformation API may fail with error
    Applications and scripts that call NetQueryDisplayInformation may fail to return results after the first page of data.

    See details >OS Build 17763.55

    October 09, 2018
    KB4464330Resolved
    KB4516077September 24, 2019
    10:00 AM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) including ChsIME.EXE and ChtIME.EXE, may become unresponsive or may have high CPU usage.

    See details >OS Build 17763.737

    September 10, 2019
    KB4512578Resolved
    September 19, 2019
    04:08 PM PT -
    Devices starting using PXE from a WDS or SCCM servers may fail to start
    Devices that start up using PXE images from Windows Deployment Services (WDS) may fail to start with error \"0xc0000001.\"

    See details >OS Build 17763.557

    June 11, 2019
    KB4503327Resolved
    KB4512534August 17, 2019
    02:00 PM PT -
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    Applications made using VB6, macros using VBA, and VBScript may stop responding and you may receive an error.

    See details >OS Build 17763.678

    August 13, 2019
    KB4511553Resolved
    KB4512534August 17, 2019
    02:00 PM PT " @@ -78,16 +76,6 @@ sections: text: " - -
    DetailsOriginating updateStatusHistory
    Apps and scripts using the NetQueryDisplayInformation API may fail with error
     Applications and scripts that call the NetQueryDisplayInformation API or the WinNT provider equivalent may fail to return results after the first page of data, often 50 or 100 entries. When requesting additional pages you may receive the error, “1359: an internal error occurred.”

    Affected platforms:
    • Server: Windows Server 2019; Windows Server 2016
    Resolution: This issue was resolved in KB4516077.

    Back to top
    OS Build 17763.55

    October 09, 2018
    KB4464330
    Resolved
    KB4516077
    Resolved:
    September 24, 2019
    10:00 AM PT

    Opened:
    August 01, 2019
    05:00 PM PT
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    After installing KB4511553, applications that were made using Visual Basic 6 (VB6), macros using Visual Basic for Applications (VBA), and scripts or apps using Visual Basic Scripting Edition (VBScript) may stop responding and you may receive an \"invalid procedure call error.\"

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4512534. This ‘optional’ update is available on Microsoft Update Catalog, Windows Update, Microsoft Update and Windows Server Update Services (WSUS). As with any 'optional' update, you will need to Check for updates to receive KB4512534 and install. For instructions, see Update Windows 10.

    Note Windows Update for Business customers should apply the update via Microsoft Update Catalog or Windows Server Update Services (WSUS).

    Back to top
    OS Build 17763.678

    August 13, 2019
    KB4511553
    Resolved
    KB4512534
    Resolved:
    August 17, 2019
    02:00 PM PT

    Opened:
    August 14, 2019
    03:34 PM PT
    - " - -- title: July 2019 -- items: - - type: markdown - text: " - -
    DetailsOriginating updateStatusHistory
    Devices starting using PXE from a WDS or SCCM servers may fail to start
    Devices that start up using Preboot Execution Environment (PXE) images from Windows Deployment Services (WDS) or System Center Configuration Manager (SCCM) may fail to start with the error \"Status: 0xc0000001, Info: A required device isn't connected or can't be accessed\" after installing KB4503327 on a WDS server.

    Affected platforms:
    • Server: Windows Server 2008 SP2; Windows Server 2008 R2 SP1; Windows Server 2012; Windows Server 2012 R2; Windows Server 2016; Windows Server, version 1803; Windows Server 2019; Windows Server, version 1809; Windows Server, version 1903
    Resolution: This issue was resolved in KB4512534.

    Back to top
    OS Build 17763.557

    June 11, 2019
    KB4503327
    Resolved
    KB4512534
    Resolved:
    August 17, 2019
    02:00 PM PT

    Opened:
    July 10, 2019
    02:51 PM PT
    " diff --git a/windows/release-information/resolved-issues-windows-7-and-windows-server-2008-r2-sp1.yml b/windows/release-information/resolved-issues-windows-7-and-windows-server-2008-r2-sp1.yml index 1a52dc5fb6..3e723fd5a0 100644 --- a/windows/release-information/resolved-issues-windows-7-and-windows-server-2008-r2-sp1.yml +++ b/windows/release-information/resolved-issues-windows-7-and-windows-server-2008-r2-sp1.yml @@ -38,8 +38,6 @@ sections:
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and results print job failure.

    See details >September 24, 2019
    KB4516048Resolved
    KB4519976October 08, 2019
    10:00 AM PT
    You may receive an error when opening or using the Toshiba Qosmio AV Center
    Toshiba Qosmio AV Center may error when opening and you may also receive an error in Event Log related to cryptnet.dll.

    See details >August 13, 2019
    KB4512506Resolved
    KB4516048September 24, 2019
    10:00 AM PT
    Windows updates that are SHA-2 signed may not be offered for Symantec and Norton AV
    Windows updates that are SHA-2 signed are not available with Symantec or Norton antivirus program installed

    See details >August 13, 2019
    KB4512506Resolved External
    August 27, 2019
    02:29 PM PT -
    Devices starting using PXE from a WDS or SCCM servers may fail to start
    Devices that start up using PXE images from Windows Deployment Services (WDS) may fail to start with error \"0xc0000001.\"

    See details >June 11, 2019
    KB4503292Resolved
    KB4512514August 17, 2019
    02:00 PM PT -
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    Applications made using VB6, macros using VBA, and VBScript may stop responding and you may receive an error.

    See details >August 13, 2019
    KB4512506Resolved
    KB4517297August 16, 2019
    02:00 PM PT " @@ -93,15 +91,5 @@ sections: text: " - -
    DetailsOriginating updateStatusHistory
    Windows updates that are SHA-2 signed may not be offered for Symantec and Norton AV
    Symantec identified the potential for a negative interaction that may occur after Windows Updates code signed with SHA-2 only certificates are installed on devices with Symantec or Norton antivirus programs installed. The software may not correctly identify files included in the update as code signed by Microsoft, putting the device at risk for a delayed or incomplete update.

    Affected platforms:
    • Client: Windows 7 SP1
    • Server: Windows Server 2008 R2 SP1
    Resolution: The safeguard hold has been removed. Symantec has completed its evaluation of the impact of this update and future updates to Windows 7/Windows 2008 R2 and has determined that there is no increased risk of a false positive detection for all in-field versions of Symantec Endpoint Protection and Norton antivirus programs. See the Symantec support article for additional detail and please reach out to Symantec or Norton support if you encounter any issues.

    Back to top
    August 13, 2019
    KB4512506
    Resolved External
    Last updated:
    August 27, 2019
    02:29 PM PT

    Opened:
    August 13, 2019
    10:05 AM PT
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    After installing KB4512506, applications that were made using Visual Basic 6 (VB6), macros using Visual Basic for Applications (VBA), and scripts or apps using Visual Basic Scripting Edition (VBScript) may stop responding and you may receive an \"invalid procedure call error.\"

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4517297. The ‘optional’ update is now available on Microsoft Update Catalog and Windows Server Update Services (WSUS).

    Back to top
    August 13, 2019
    KB4512506
    Resolved
    KB4517297
    Resolved:
    August 16, 2019
    02:00 PM PT

    Opened:
    August 14, 2019
    03:34 PM PT
    - " - -- title: July 2019 -- items: - - type: markdown - text: " - -
    DetailsOriginating updateStatusHistory
    Devices starting using PXE from a WDS or SCCM servers may fail to start
    Devices that start up using Preboot Execution Environment (PXE) images from Windows Deployment Services (WDS) or System Center Configuration Manager (SCCM) may fail to start with the error \"Status: 0xc0000001, Info: A required device isn't connected or can't be accessed\" after installing KB4503292 on a WDS server.

    Affected platforms:
    • Server: Windows Server 2008 SP2; Windows Server 2008 R2 SP1; Windows Server 2012; Windows Server 2012 R2; Windows Server 2016; Windows Server, version 1803; Windows Server 2019; Windows Server, version 1809; Windows Server, version 1903
    Resolution: This issue was resolved in KB4512514.

    Back to top
    June 11, 2019
    KB4503292
    Resolved
    KB4512514
    Resolved:
    August 17, 2019
    02:00 PM PT

    Opened:
    July 10, 2019
    02:51 PM PT
    " diff --git a/windows/release-information/resolved-issues-windows-8.1-and-windows-server-2012-r2.yml b/windows/release-information/resolved-issues-windows-8.1-and-windows-server-2012-r2.yml index 44809071a4..bcebc8ddb6 100644 --- a/windows/release-information/resolved-issues-windows-8.1-and-windows-server-2012-r2.yml +++ b/windows/release-information/resolved-issues-windows-8.1-and-windows-server-2012-r2.yml @@ -35,8 +35,6 @@ sections:
    Printing from 32-bit apps might fail on a 64-bit OS
    When attempting to print, you may receive an error or the application may stop responding or close.

    See details >August 13, 2019
    KB4512489Resolved
    KB4525250November 12, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and results print job failure.

    See details >September 24, 2019
    KB4516041Resolved
    KB4520005October 08, 2019
    10:00 AM PT
    Windows RT 8.1 devices may have issues opening Internet Explorer 11
    On Windows RT 8.1 devices, Internet Explorer 11 may not open and you may receive an error.

    See details >September 10, 2019
    KB4516067Resolved
    KB4516041September 24, 2019
    10:00 AM PT -
    Devices starting using PXE from a WDS or SCCM servers may fail to start
    Devices that start up using PXE images from Windows Deployment Services (WDS) may fail to start with error \"0xc0000001.\"

    See details >June 11, 2019
    KB4503276Resolved
    KB4512478August 17, 2019
    02:00 PM PT -
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    Applications made using VB6, macros using VBA, and VBScript may stop responding and you may receive an error.

    See details >August 13, 2019
    KB4512488Resolved
    KB4517298August 16, 2019
    02:00 PM PT " @@ -65,21 +63,3 @@ sections:
    Windows RT 8.1 devices may have issues opening Internet Explorer 11
    On Windows 8.1 RT devices, Internet Explorer 11 may not open and you may receive the error, \"C:\\Program Files\\Internet Explorer\\iexplore.exe: A certificate was explicitly revoked by its issuer.\"


    Affected platforms:
    • Client: Windows RT 8.1
    Resolution: This issue was resolved in KB4516041.

    Back to topSeptember 10, 2019
    KB4516067Resolved
    KB4516041Resolved:
    September 24, 2019
    10:00 AM PT

    Opened:
    September 13, 2019
    05:25 PM PT " - -- title: August 2019 -- items: - - type: markdown - text: " - - -
    DetailsOriginating updateStatusHistory
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    After installing KB4512488, applications that were made using Visual Basic 6 (VB6), macros using Visual Basic for Applications (VBA), and scripts or apps using Visual Basic Scripting Edition (VBScript) may stop responding and you may receive an \"invalid procedure call error.\"

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4517298. The ‘optional’ update is now available on Microsoft Update Catalog and Windows Server Update Services (WSUS).

    Back to top
    August 13, 2019
    KB4512488
    Resolved
    KB4517298
    Resolved:
    August 16, 2019
    02:00 PM PT

    Opened:
    August 14, 2019
    03:34 PM PT
    - " - -- title: July 2019 -- items: - - type: markdown - text: " - - -
    DetailsOriginating updateStatusHistory
    Devices starting using PXE from a WDS or SCCM servers may fail to start
    Devices that start up using Preboot Execution Environment (PXE) images from Windows Deployment Services (WDS) or System Center Configuration Manager (SCCM) may fail to start with the error \"Status: 0xc0000001, Info: A required device isn't connected or can't be accessed\" after installing KB4503276 on a WDS server.

    Affected platforms:
    • Server: Windows Server 2008 SP2; Windows Server 2008 R2 SP1; Windows Server 2012; Windows Server 2012 R2; Windows Server 2016; Windows Server, version 1803; Windows Server 2019; Windows Server, version 1809; Windows Server, version 1903
    Resolution: This issue was resolved in KB4512478.

    Back to top
    June 11, 2019
    KB4503276
    Resolved
    KB4512478
    Resolved:
    August 17, 2019
    02:00 PM PT

    Opened:
    July 10, 2019
    02:51 PM PT
    - " diff --git a/windows/release-information/resolved-issues-windows-server-2008-sp2.yml b/windows/release-information/resolved-issues-windows-server-2008-sp2.yml index a86f0270a1..8c0739bd8e 100644 --- a/windows/release-information/resolved-issues-windows-server-2008-sp2.yml +++ b/windows/release-information/resolved-issues-windows-server-2008-sp2.yml @@ -36,8 +36,6 @@ sections:
    MSRT might fail to install and be re-offered from Windows Update or WSUS
    The November 2019 update for Windows Malicious Software Removal Tool (MSRT) might fail to install from WU/WSUS.

    See details >
    Resolved
    January 23, 2020
    02:08 PM PT
    Issues manually installing updates by double-clicking the .msu file
    You may encounter issues manually installing updates by double-clicking the .msu file and may receive an error.

    See details >September 10, 2019
    KB4474419Resolved
    KB4474419September 23, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and results print job failure.

    See details >September 24, 2019
    KB4516030Resolved
    KB4520002October 08, 2019
    10:00 AM PT -
    Devices starting using PXE from a WDS or SCCM servers may fail to start
    Devices that start up using PXE images from Windows Deployment Services (WDS) may fail to start with error \"0xc0000001.\"

    See details >June 11, 2019
    KB4503273Resolved
    KB4512499August 17, 2019
    02:00 PM PT -
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    Applications made using VB6, macros using VBA, and VBScript may stop responding and you may receive an error.

    See details >August 13, 2019
    KB4512476Resolved
    KB4517301August 16, 2019
    02:00 PM PT " @@ -75,21 +73,3 @@ sections:
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Note This issue also affects the Internet Explorer Cumulative Update KB4522007, release September 23, 2019.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4520002. If you are using Security Only updates, see KB4519974 for resolving KB for your platform.

    Back to topSeptember 24, 2019
    KB4516030Resolved
    KB4520002Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT " - -- title: August 2019 -- items: - - type: markdown - text: " - - -
    DetailsOriginating updateStatusHistory
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    After installing KB4512476, applications that were made using Visual Basic 6 (VB6), macros using Visual Basic for Applications (VBA), and scripts or apps using Visual Basic Scripting Edition (VBScript) may stop responding and you may receive an \"invalid procedure call error.\"

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4517301. The ‘optional’ update is now available on Microsoft Update Catalog and Windows Server Update Services (WSUS).

    Back to top
    August 13, 2019
    KB4512476
    Resolved
    KB4517301
    Resolved:
    August 16, 2019
    02:00 PM PT

    Opened:
    August 14, 2019
    03:34 PM PT
    - " - -- title: July 2019 -- items: - - type: markdown - text: " - - -
    DetailsOriginating updateStatusHistory
    Devices starting using PXE from a WDS or SCCM servers may fail to start
    Devices that start up using Preboot Execution Environment (PXE) images from Windows Deployment Services (WDS) or System Center Configuration Manager (SCCM) may fail to start with the error \"Status: 0xc0000001, Info: A required device isn't connected or can't be accessed\" after installing KB4503273 on a WDS server.

    Affected platforms:
    • Server: Windows Server 2008 SP2; Windows Server 2008 R2 SP1; Windows Server 2012; Windows Server 2012 R2; Windows Server 2016; Windows Server, version 1803; Windows Server 2019; Windows Server, version 1809; Windows Server, version 1903
    Resolution: This issue was resolved in KB4512499.

    Back to top
    June 11, 2019
    KB4503273
    Resolved
    KB4512499
    Resolved:
    August 17, 2019
    02:00 PM PT

    Opened:
    July 10, 2019
    02:51 PM PT
    - " diff --git a/windows/release-information/resolved-issues-windows-server-2012.yml b/windows/release-information/resolved-issues-windows-server-2012.yml index a3edb4121f..87c57cef75 100644 --- a/windows/release-information/resolved-issues-windows-server-2012.yml +++ b/windows/release-information/resolved-issues-windows-server-2012.yml @@ -34,8 +34,6 @@ sections: - -
    SummaryOriginating updateStatusDate resolved
    Printing from 32-bit apps might fail on a 64-bit OS
    When attempting to print, you may receive an error or the application may stop responding or close.

    See details >
    August 13, 2019
    KB4512482
    Resolved
    KB4525253
    November 12, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and results print job failure.

    See details >
    September 24, 2019
    KB4516069
    Resolved
    KB4520007
    October 08, 2019
    10:00 AM PT
    Devices starting using PXE from a WDS or SCCM servers may fail to start
    Devices that start up using PXE images from Windows Deployment Services (WDS) may fail to start with error \"0xc0000001.\"

    See details >
    June 11, 2019
    KB4503285
    Resolved
    KB4512512
    August 17, 2019
    02:00 PM PT
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    Applications made using VB6, macros using VBA, and VBScript may stop responding and you may receive an error.

    See details >
    August 13, 2019
    KB4512518
    Resolved
    KB4517302
    August 16, 2019
    02:00 PM PT
    " @@ -63,21 +61,3 @@ sections:
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Note This issue also affects the Internet Explorer Cumulative Update KB4522007, release September 23, 2019.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4520007. If you are using Security Only updates, see KB4519974 for resolving KB for your platform.

    Back to topSeptember 24, 2019
    KB4516069Resolved
    KB4520007Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT " - -- title: August 2019 -- items: - - type: markdown - text: " - - -
    DetailsOriginating updateStatusHistory
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    After installing KB4512518, applications that were made using Visual Basic 6 (VB6), macros using Visual Basic for Applications (VBA), and scripts or apps using Visual Basic Scripting Edition (VBScript) may stop responding and you may receive an \"invalid procedure call error.\"

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4517302. The ‘optional’ update is now available on Microsoft Update Catalog and Windows Server Update Services (WSUS).

    Back to top
    August 13, 2019
    KB4512518
    Resolved
    KB4517302
    Resolved:
    August 16, 2019
    02:00 PM PT

    Opened:
    August 14, 2019
    03:34 PM PT
    - " - -- title: July 2019 -- items: - - type: markdown - text: " - - -
    DetailsOriginating updateStatusHistory
    Devices starting using PXE from a WDS or SCCM servers may fail to start
    Devices that start up using Preboot Execution Environment (PXE) images from Windows Deployment Services (WDS) or System Center Configuration Manager (SCCM) may fail to start with the error \"Status: 0xc0000001, Info: A required device isn't connected or can't be accessed\" after installing KB4503285 on a WDS server.

    Affected platforms:
    • Server: Windows Server 2008 SP2; Windows Server 2008 R2 SP1; Windows Server 2012; Windows Server 2012 R2; Windows Server 2016; Windows Server, version 1803; Windows Server 2019; Windows Server, version 1809; Windows Server, version 1903
    Resolution: This issue was resolved in KB4512512.

    Back to top
    June 11, 2019
    KB4503285
    Resolved
    KB4512512
    Resolved:
    August 17, 2019
    02:00 PM PT

    Opened:
    July 10, 2019
    02:51 PM PT
    - " diff --git a/windows/release-information/status-windows-10-1507.yml b/windows/release-information/status-windows-10-1507.yml index 3846d88d01..50e384face 100644 --- a/windows/release-information/status-windows-10-1507.yml +++ b/windows/release-information/status-windows-10-1507.yml @@ -60,7 +60,7 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - +
    SummaryOriginating updateStatusLast updated
    You might encounter issues with KB4502496
    You might encounter issues trying to install or after installing KB4502496

    See details >
    N/A
    February 11, 2019
    KB4502496
    Mitigated
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4502496
    You might encounter issues trying to install or after installing KB4502496

    See details >
    N/A
    February 11, 2019
    KB4502496
    Mitigated
    February 15, 2020
    01:22 AM PT
    TLS connections might fail or timeout
    Transport Layer Security (TLS) connections might fail or timeout when connecting or attempting a resumption.

    See details >
    OS Build 10240.18368

    October 08, 2019
    KB4520011
    Mitigated External
    November 05, 2019
    03:36 PM PT
    Certain operations performed on a Cluster Shared Volume may fail
    Operations performed on files or folders on a CSV may fail with the error: STATUS_BAD_IMPERSONATION_LEVEL (0xC00000A5).

    See details >
    OS Build 10240.18094

    January 08, 2019
    KB4480962
    Mitigated
    April 25, 2019
    02:00 PM PT
    @@ -78,7 +78,7 @@ sections: - type: markdown text: " - +
    DetailsOriginating updateStatusHistory
    You might encounter issues with KB4502496
    You might encounter issues trying to install or after installing KB4502496.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4502496) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4502496 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4502496
    Mitigated
    Last updated:
    February 15, 2020
    12:02 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4502496
    You might encounter issues trying to install or after installing KB4502496.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4502496) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4502496 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4502496
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    " diff --git a/windows/release-information/status-windows-10-1607-and-windows-server-2016.yml b/windows/release-information/status-windows-10-1607-and-windows-server-2016.yml index 0fcc5e9d8c..ad5f5d081d 100644 --- a/windows/release-information/status-windows-10-1607-and-windows-server-2016.yml +++ b/windows/release-information/status-windows-10-1607-and-windows-server-2016.yml @@ -60,8 +60,8 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - - + + @@ -81,8 +81,8 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusLast updated
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    12:02 AM PT
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    Windows may not start on certain Lenovo and Fujitsu laptops with less than 8GB of RAM
    Windows may fail to start on certain Lenovo and Fujitsu laptops that have less than 8 GB of RAM.

    See details >
    OS Build 14393.2608

    November 13, 2018
    KB4467691
    Resolved External
    January 23, 2020
    02:08 PM PT
    TLS connections might fail or timeout
    Transport Layer Security (TLS) connections might fail or timeout when connecting or attempting a resumption.

    See details >
    OS Build 14393.3274

    October 08, 2019
    KB4519998
    Mitigated External
    November 05, 2019
    03:36 PM PT
    Certain operations performed on a Cluster Shared Volume may fail
    Operations performed on files or folders on a CSV may fail with the error: STATUS_BAD_IMPERSONATION_LEVEL (0xC00000A5).

    See details >
    OS Build 14393.2724

    January 08, 2019
    KB4480961
    Mitigated
    April 25, 2019
    02:00 PM PT
    - - + +
    DetailsOriginating updateStatusHistory
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    12:02 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    12:02 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    " diff --git a/windows/release-information/status-windows-10-1709.yml b/windows/release-information/status-windows-10-1709.yml index bb6904a30e..b0ee5c7ec5 100644 --- a/windows/release-information/status-windows-10-1709.yml +++ b/windows/release-information/status-windows-10-1709.yml @@ -60,8 +60,8 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - - + + @@ -80,8 +80,8 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusLast updated
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    12:02 AM PT
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    Unable to create local users in Chinese, Japanese and Korean during device setup
    You might be unable to create users in Chinese, Japanese and Korean using Input Method Editor (IME) during OOBE.

    See details >
    OS Build 16299.1387

    September 10, 2019
    KB4516066
    Resolved
    KB4534318
    January 23, 2020
    02:00 PM PT
    TLS connections might fail or timeout
    Transport Layer Security (TLS) connections might fail or timeout when connecting or attempting a resumption.

    See details >
    OS Build 16299.1451

    October 08, 2019
    KB4520004
    Mitigated External
    November 05, 2019
    03:36 PM PT
    Certain operations performed on a Cluster Shared Volume may fail
    Operations performed on files or folders on a CSV may fail with the error: STATUS_BAD_IMPERSONATION_LEVEL (0xC00000A5).

    See details >
    OS Build 16299.904

    January 08, 2019
    KB4480978
    Mitigated
    April 25, 2019
    02:00 PM PT
    - - + +
    DetailsOriginating updateStatusHistory
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    12:02 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    12:02 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    " diff --git a/windows/release-information/status-windows-10-1803.yml b/windows/release-information/status-windows-10-1803.yml index 42a74822e9..f390bca9da 100644 --- a/windows/release-information/status-windows-10-1803.yml +++ b/windows/release-information/status-windows-10-1803.yml @@ -64,8 +64,8 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - - + + @@ -84,8 +84,8 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusLast updated
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    12:02 AM PT
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    Unable to create local users in Chinese, Japanese and Korean during device setup
    You might be unable to create users in Chinese, Japanese and Korean using Input Method Editor (IME) during OOBE.

    See details >
    OS Build 17134.1006

    September 10, 2019
    KB4516058
    Resolved
    KB4534308
    January 23, 2020
    02:00 PM PT
    TLS connections might fail or timeout
    Transport Layer Security (TLS) connections might fail or timeout when connecting or attempting a resumption.

    See details >
    OS Build 17134.1069

    October 08, 2019
    KB4520008
    Mitigated External
    November 05, 2019
    03:36 PM PT
    Certain operations performed on a Cluster Shared Volume may fail
    Operations performed on files or folders on a CSV may fail with the error: STATUS_BAD_IMPERSONATION_LEVEL (0xC00000A5).

    See details >
    OS Build 17134.523

    January 08, 2019
    KB4480966
    Mitigated
    April 25, 2019
    02:00 PM PT
    - - + +
    DetailsOriginating updateStatusHistory
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    12:02 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    12:02 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    " diff --git a/windows/release-information/status-windows-10-1809-and-windows-server-2019.yml b/windows/release-information/status-windows-10-1809-and-windows-server-2019.yml index a6c69b9a7e..da6e037493 100644 --- a/windows/release-information/status-windows-10-1809-and-windows-server-2019.yml +++ b/windows/release-information/status-windows-10-1809-and-windows-server-2019.yml @@ -64,8 +64,8 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - - + + @@ -85,8 +85,8 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusLast updated
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    12:02 AM PT
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    Unable to create local users in Chinese, Japanese and Korean during device setup
    You might be unable to create users in Chinese, Japanese and Korean using Input Method Editor (IME) during OOBE.

    See details >
    OS Build 17763.737

    September 10, 2019
    KB4512578
    Resolved
    KB4534321
    January 23, 2020
    02:00 PM PT
    TLS connections might fail or timeout
    Transport Layer Security (TLS) connections might fail or timeout when connecting or attempting a resumption.

    See details >
    OS Build 17763.805

    October 08, 2019
    KB4519338
    Mitigated External
    November 05, 2019
    03:36 PM PT
    Devices with some Asian language packs installed may receive an error
    Devices with Asian language packs installed may receive the error, \"0x800f0982 - PSFX_E_MATCHING_COMPONENT_NOT_FOUND.\"

    See details >
    OS Build 17763.437

    April 09, 2019
    KB4493509
    Mitigated
    May 03, 2019
    10:59 AM PT
    - - + +
    DetailsOriginating updateStatusHistory
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    12:02 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    12:02 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    " diff --git a/windows/release-information/status-windows-10-1903.yml b/windows/release-information/status-windows-10-1903.yml index cb7133af96..4b98890fff 100644 --- a/windows/release-information/status-windows-10-1903.yml +++ b/windows/release-information/status-windows-10-1903.yml @@ -64,8 +64,8 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - - + +
    SummaryOriginating updateStatusLast updated
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    12:02 AM PT
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    Issues with some older versions of Avast and AVG anti-virus products
    Microsoft and Avast has identified compatibility issues with some versions of Avast and AVG Antivirus.

    See details >
    N/A

    Mitigated External
    November 25, 2019
    05:25 PM PT
    TLS connections might fail or timeout
    Transport Layer Security (TLS) connections might fail or timeout when connecting or attempting a resumption.

    See details >
    OS Build 18362.418

    October 08, 2019
    KB4517389
    Mitigated External
    November 05, 2019
    03:36 PM PT
    @@ -83,8 +83,8 @@ sections: - type: markdown text: " - - + +
    DetailsOriginating updateStatusHistory
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    12:02 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    12:02 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    " diff --git a/windows/release-information/status-windows-10-1909.yml b/windows/release-information/status-windows-10-1909.yml index 631a1ea8d9..355ff2a8c2 100644 --- a/windows/release-information/status-windows-10-1909.yml +++ b/windows/release-information/status-windows-10-1909.yml @@ -64,8 +64,8 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - - + +
    SummaryOriginating updateStatusLast updated
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    12:02 AM PT
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    Issues with some older versions of Avast and AVG anti-virus products
    Microsoft and Avast has identified compatibility issues with some versions of Avast and AVG Antivirus.

    See details >
    N/A

    Mitigated External
    November 25, 2019
    05:25 PM PT
    " @@ -82,8 +82,8 @@ sections: - type: markdown text: " - - + +
    DetailsOriginating updateStatusHistory
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    12:02 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    12:02 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    " diff --git a/windows/release-information/status-windows-8.1-and-windows-server-2012-r2.yml b/windows/release-information/status-windows-8.1-and-windows-server-2012-r2.yml index 8a62e5b48c..1d522d681a 100644 --- a/windows/release-information/status-windows-8.1-and-windows-server-2012-r2.yml +++ b/windows/release-information/status-windows-8.1-and-windows-server-2012-r2.yml @@ -60,7 +60,7 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - + @@ -79,7 +79,7 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusLast updated
    You might encounter issues with KB4502496
    You might encounter issues trying to install or after installing KB4502496

    See details >
    February 11, 2020
    KB4502496
    Mitigated
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4502496
    You might encounter issues trying to install or after installing KB4502496

    See details >
    February 11, 2020
    KB4502496
    Mitigated
    February 15, 2020
    01:22 AM PT
    TLS connections might fail or timeout
    Transport Layer Security (TLS) connections might fail or timeout when connecting or attempting a resumption.

    See details >
    October 08, 2019
    KB4520005
    Mitigated External
    November 05, 2019
    03:36 PM PT
    Japanese IME doesn't show the new Japanese Era name as a text input option
    With previous dictionary updates installed, the Japanese IME doesn't show the new Japanese Era name as an input option.

    See details >
    April 25, 2019
    KB4493443
    Mitigated
    May 15, 2019
    05:53 PM PT
    Certain operations performed on a Cluster Shared Volume may fail
    Operations performed on files or folders on a CSV may fail with the error: STATUS_BAD_IMPERSONATION_LEVEL (0xC00000A5).

    See details >
    January 08, 2019
    KB4480963
    Mitigated
    April 25, 2019
    02:00 PM PT
    - +
    DetailsOriginating updateStatusHistory
    You might encounter issues with KB4502496
    You might encounter issues trying to install or after installing KB4502496.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4502496) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4502496 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    February 11, 2020
    KB4502496
    Mitigated
    Last updated:
    February 15, 2020
    12:02 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4502496
    You might encounter issues trying to install or after installing KB4502496.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4502496) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4502496 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    February 11, 2020
    KB4502496
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    " diff --git a/windows/release-information/status-windows-server-2012.yml b/windows/release-information/status-windows-server-2012.yml index 95f21c394f..cba7737955 100644 --- a/windows/release-information/status-windows-server-2012.yml +++ b/windows/release-information/status-windows-server-2012.yml @@ -60,7 +60,7 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - + @@ -79,7 +79,7 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusLast updated
    You might encounter issues with KB4502496
    You might encounter issues trying to install or after installing KB4502496

    See details >
    February 11, 2020
    KB4502496
    Mitigated
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4502496
    You might encounter issues trying to install or after installing KB4502496

    See details >
    February 11, 2020
    KB4502496
    Mitigated
    February 15, 2020
    01:22 AM PT
    TLS connections might fail or timeout
    Transport Layer Security (TLS) connections might fail or timeout when connecting or attempting a resumption.

    See details >
    October 08, 2019
    KB4520007
    Mitigated External
    November 05, 2019
    03:36 PM PT
    Japanese IME doesn't show the new Japanese Era name as a text input option
    With previous dictionary updates installed, the Japanese IME doesn't show the new Japanese Era name as an input option.

    See details >
    April 25, 2019
    KB4493462
    Mitigated
    May 15, 2019
    05:53 PM PT
    Certain operations performed on a Cluster Shared Volume may fail
    Operations performed on files or folders on a CSV may fail with the error: STATUS_BAD_IMPERSONATION_LEVEL (0xC00000A5).

    See details >
    January 08, 2019
    KB4480975
    Mitigated
    April 25, 2019
    02:00 PM PT
    - +
    DetailsOriginating updateStatusHistory
    You might encounter issues with KB4502496
    You might encounter issues trying to install or after installing KB4502496.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4502496) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4502496 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    February 11, 2020
    KB4502496
    Mitigated
    Last updated:
    February 15, 2020
    12:02 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4502496
    You might encounter issues trying to install or after installing KB4502496.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4502496) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4502496 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    February 11, 2020
    KB4502496
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    " diff --git a/windows/release-information/windows-message-center.yml b/windows/release-information/windows-message-center.yml index 2bc18cf098..ba231e5da7 100644 --- a/windows/release-information/windows-message-center.yml +++ b/windows/release-information/windows-message-center.yml @@ -53,7 +53,7 @@ sections: Compatibility issue with some Windows Server container images
    If you are encountering issues with Windows Server container images, please see KB4542617.
    February 13, 2020
    03:21 PM PT Take action: February 2020 security update available for all supported versions of Windows
    The February 2020 security update release, referred to as our “B” release, is now available for Windows 10, version 1909 and all supported versions of Windows. We recommend that you install these updates promptly. For more information on the different types of monthly quality updates, see our Windows 10 update servicing cadence primer. To be informed about the latest updates and releases, follow us on Twitter @WindowsUpdate.
    February 11, 2020
    08:00 AM PT Take action: ESU security updates available for Windows 7 SP1, Windows Server 2008 R2 SP1 and Windows Server 2008 SP2
    Windows 7 SP1, Windows Server 2008 R2 SP1, and Windows Server 2008 SP2 reached end of support on January 14, 2020. For customers who have purchased Extended Security Updates (ESU), the first monthly ESU security updates are now available. If your organization has not yet been able to complete your transition to Windows 10, Windows Server 2016, or Windows Server 2019 and want to continue to receive security updates for your current version of Windows, you will need to purchase Extended Security Updates. For information on how to do so, please see How to get Extended Security Updates for eligible Windows devices, Windows 7 ESU frequently ask questions, and Windows Server 2008 R2 SP1 and Windows Server 2008 SP2 ESU frequently asked questions.

    We recommend ESU customers review the applicable KB article below for prerequisites and other important information you will need to deploy these updates.

    The following updates were released today for Windows Server 2008 SP2:
    The following updates were released today for Windows 7 SP1 and Windows Server 2008 R2 SP1:
    February 11, 2020
    08:00 AM PT - Resolved: Windows Search shows blank box
    We are aware of a temporary server-side issue causing Windows search to show a blank box. This issue has been resolved for most users and in some cases, you might need to restart your device. We are working diligently to fully resolve the issue and will provide an update once resolved. 

    This issue was resolved at 12:00 PM PST. If you are still experiencing issues, please restart your device. In rare cases, you may need to manually end the SearchUI.exe or SearchApp.exe process via Task Manager. (To locate these processes, select CTRL + Shift + Esc then select the Details tab.)
    February 05, 2020
    12:00 PM PT + Resolved: Windows Search shows blank box
    We are aware of a temporary server-side issue causing Windows search to show a blank box. This issue has been resolved for most users and in some cases, you might need to restart your device. We are working diligently to fully resolve the issue and will provide an update once resolved. 

    This issue was resolved at 12:00 PM PST. If you are still experiencing issues, please restart your device. In rare cases, to mitigate this issue you may need to manually end the SearchUI.exe or SearchApp.exe process via Task Manager. (To locate these processes, select CTRL + Shift + Esc then select the Details tab.) If you have restarted and tried the previous mitigations and are still encountering issues with Windows Search, you are not experiencing the issue described here. Please see Fix problems in Windows Search for other mitigations.
    February 05, 2020
    12:00 PM PT January 2020 Windows 10, version 1909 \"D\" optional release is available.
    The January 2020 optional monthly “D” release for Windows 10, version 1909 and Windows 10, version 1903 is now available. For more information on the different types of monthly quality updates, see our Windows 10 update servicing cadence primer. Follow @WindowsUpdate for the latest on the availability of this release.
    January 28, 2020
    08:00 AM PT January 2020 Windows \"C\" optional release is available.
    The January 2020 optional monthly “C” release for all supported versions of Windows is now available. For more information on the different types of monthly quality updates, see our Windows 10 update servicing cadence primer. Follow @WindowsUpdate for the latest on the availability of this release.
    January 23, 2020
    12:00 PM PT Windows 7 has reached end of support
    Windows 7 reached end of support on January 14, 2020. If your organization has not yet been able to complete your transition from Windows 7 to Windows 10, and want to continue to receive security updates while you complete your upgrade projects, please read How to get Extended Security Updates for eligible Windows devices. For more information on end of service dates for currently supported versions of Windows 10, see the Windows lifecycle fact sheet.
    January 15, 2020
    10:00 AM PT @@ -83,8 +83,6 @@ sections: Take Action: Internet Explorer 11 now available on Windows Update/WSUS for Windows Server 2012 and Windows Embedded 8 Standard
    Internet Explorer 11 (KB 4492872) is now available via Windows Update (WU) and Windows Server Update Services (WSUS) for commercial customers running Windows Server 2012 and Windows Embedded 8 Standard. For details about these changes and end of support for IE10, please refer to the IT Pro blog
    August 29, 2019
    08:00 AM PT Take action: SHA-2 code signing support guidance for Windows 7 SP1 and Windows Server 2008 RS2 SP1
    Windows 7 SP1 and Windows Server 2008 R2 SP1 update signatures are now SHA-2 based signatures and requires that SHA-2 support to be installed. For important customer guidance on installation and troubleshooting tips, please read the knowledge base article 2019 SHA-2 Code Signing Support requirement for Windows and WSUS.
    August 23, 2019
    03:35 PM PT Take action: Windows 10, version 1703 (the Windows 10 Creators Update) reaches end of life on October 9, 2019
    The Enterprise and Education editions of Windows 10, version 1703 (the Windows 10 Creators Update) will reach end of life on October 9, 2019. The Home, Pro, Pro for Workstations, and IoT Core editions reached end of service on October 8, 2018.

    There is no extended support available for any edition of Windows 10, version 1703. Therefore, it will no longer be supported after October 9, 2019 and will not receive monthly security and quality updates containing protections from the latest security threats.

    To continue receiving security and quality updates, Microsoft recommends that you update your devices to the latest version of Windows 10. For more information on end of service dates and currently supported versions of Windows 10, see the Windows lifecycle fact sheet.
    August 23, 2019
    02:17 PM PT - Resolved: Delays starting Internet Explorer 11
    On August 16, 2019 at 7:16 AM a server required for downloading the Internet Explorer 11 (IE11) startup page, went down. As a result of the server outage, IE 11 became unresponsive for some customers who had not yet installed the August 2019 security updates. Customers who had the August 2019 security update installed were not affected. In order to ensure your devices remain in a serviced and secure state, we recommend you install the latest monthly update.

    This issue was resolved on the server side at 1:00 pm PST. 
    August 16, 2019
    04:00 PM PT - Advisory: Windows Advanced Local Procedure Call Elevation of Privilege vulnerability disclosed (CVE-2019-1162)
    On August 13, 2019, Google Project Zero (GPZ) disclosed an Elevation of Privilege (EoP) vulnerability in how Windows handles calls to Advanced Local Procedure Call (ALPC) that affects Windows operating systems, versions 8.1 and higher. An attacker must already have code execution on the target system to leverage these vulnerabilities. Microsoft released security updates on August 13, 2019 that partially address this issue. Other items disclosed by GPZ require more time to address and we are working to release a resolution in mid-September. For more information, see CVE-2019-1162 | Windows ALPC Elevation of Privilege Vulnerability
    August 13, 2019
    10:00 AM PT Windows 10, version 1903 rollout begins
    The Windows 10 May 2019 Update (Windows 10, version 1903) is available today to commercial customers via Windows Server Update Services (WSUS), Windows Update for Business, and the Volume Licensing Service Center (VLSC)—and to end users who manually select “Check for updates.” We are slowly throttling up availability while we carefully monitor data and feedback.May 21, 2019
    10:00 AM PT " diff --git a/windows/security/identity-protection/credential-guard/credential-guard-manage.md b/windows/security/identity-protection/credential-guard/credential-guard-manage.md index 69155363d3..a7532b9ecf 100644 --- a/windows/security/identity-protection/credential-guard/credential-guard-manage.md +++ b/windows/security/identity-protection/credential-guard/credential-guard-manage.md @@ -141,7 +141,7 @@ You can also check that Windows Defender Credential Guard is running by using th DG_Readiness_Tool_v3.6.ps1 -Ready ``` > [!IMPORTANT] -> When running the Windows Defender Device Guard and Windows Defender Credential Guard hardware readiness tool on a non-English operating system, within the script, change `*$OSArch = $(gwmi win32_operatingsystem).OSArchitecture` to be `$OSAch = $((gwmi win32_operatingsystem).OSArchitecture).tolower()` instead, in order for the tool to work. +> When running the Windows Defender Device Guard and Windows Defender Credential Guard hardware readiness tool on a non-English operating system, within the script, change `*$OSArch = $(gwmi win32_operatingsystem).OSArchitecture` to be `$OSArch = $((gwmi win32_operatingsystem).OSArchitecture).tolower()` instead, in order for the tool to work. > This is a known issue. > [!NOTE] diff --git a/windows/security/threat-protection/microsoft-defender-atp/web-content-filtering.md b/windows/security/threat-protection/microsoft-defender-atp/web-content-filtering.md index 14439573d7..aa2f21d63e 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/web-content-filtering.md +++ b/windows/security/threat-protection/microsoft-defender-atp/web-content-filtering.md @@ -73,7 +73,7 @@ Cyren's web content classification technology is integrated by design into Micro Learn more at https://www.cyren.com/products/url-filtering. -### Cyren permissions +### Cyren Permissions "Sign in and read user profile" allows Cyren to read your tenant info from your Microsoft Defender ATP account, such as your tenant ID, which will be tied to your Cyren license. @@ -168,4 +168,4 @@ You need to be logged in to an AAD account with either App administrator or Glob - [Web protection overview](web-protection-overview.md) - [Web threat protection](web-threat-protection.md) - [Monitor web security](web-protection-monitoring.md) -- [Respond to web threats](web-protection-response.md) \ No newline at end of file +- [Respond to web threats](web-protection-response.md) From f1dc73c9c24a25e0efd442c8bff20809529ee183 Mon Sep 17 00:00:00 2001 From: Payge Winfield Date: Wed, 19 Feb 2020 14:30:45 -0800 Subject: [PATCH 057/108] removed question for FAQ --- devices/hololens/hololens-FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/hololens/hololens-FAQ.md b/devices/hololens/hololens-FAQ.md index ace8a93088..a50af81936 100644 --- a/devices/hololens/hololens-FAQ.md +++ b/devices/hololens/hololens-FAQ.md @@ -218,7 +218,7 @@ If your device isn't performing properly, see [Restart, reset, or recover HoloLe 1. **Does the HoloLens support branding?** 1. No. However, one work around is to create a custom app and enable Kiosk mode. The custom app can have branding which can then launch other apps (such as Remote Assist). Another option is to change all of the users profile pictures in AAD to your company logo. (However, this may not be desirable for all scenarios) 1. **What logging capabilities are available on HL1 and HL2?** - 1. Are the logging capabilities on HL1/HL2 similar to Windows computers? + 1. Logging is limited to traces captured in developer/troubleshooting scenarios or telemetry sent to Microsoft servers. ## How do I delete all spaces? From ec6490a9bd75437b653435f38fbabadee545c7af Mon Sep 17 00:00:00 2001 From: Payge Winfield Date: Wed, 19 Feb 2020 14:44:49 -0800 Subject: [PATCH 058/108] Added a clarifying sentence. Corrected typo --- devices/hololens/hololens-commercial-infrastructure.md | 4 ++-- devices/hololens/hololens-requirements.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devices/hololens/hololens-commercial-infrastructure.md b/devices/hololens/hololens-commercial-infrastructure.md index f241deb9fc..757084bb86 100644 --- a/devices/hololens/hololens-commercial-infrastructure.md +++ b/devices/hololens/hololens-commercial-infrastructure.md @@ -145,7 +145,7 @@ Read more about [installing apps on HoloLens](https://docs.microsoft.com/hololen ### Certificates -You can distribute certifcates through your MDM provider. If your company requires certificates, Intune supports PKCS, PFX, and SCEP. It is important to understand which certificate is right for your company. Please visit [here](https://docs.microsoft.com/intune/protect/certificates-configure) to determine which cert is best for you. If you plan to use certificates for HoloLens Authentication, PFX or SCEP may be right for you. +You can distribute certificates through your MDM provider. If your company requires certificates, Intune supports PKCS, PFX, and SCEP. It is important to understand which certificate is right for your company. Please visit [here](https://docs.microsoft.com/intune/protect/certificates-configure) to determine which cert is best for you. If you plan to use certificates for HoloLens Authentication, PFX or SCEP may be right for you. Steps for SCEP can be found [here](https://docs.microsoft.com/intune/protect/certificates-profile-scep). @@ -184,4 +184,4 @@ Certificates can be deployed via you MDM (see "certificates" in the [MDM Section ## Next (Optional) Step: [Configure HoloLens using a provisioning package](hololens-provisioning.md) -## Next Step: [Enroll your device](hololens-enroll-mdm.md) \ No newline at end of file +## Next Step: [Enroll your device](hololens-enroll-mdm.md) diff --git a/devices/hololens/hololens-requirements.md b/devices/hololens/hololens-requirements.md index f856f571e8..139648349b 100644 --- a/devices/hololens/hololens-requirements.md +++ b/devices/hololens/hololens-requirements.md @@ -31,7 +31,7 @@ This document also assumes that the HoloLens has been evaluated by security team ## Step 1. Determine what you need -Before deploying the HoloLens in your environment, it is important to first determine what features, apps, and type of identities are needed. +Before deploying the HoloLens in your environment, it is important to first determine what features, apps, and type of identities are needed. It is also important to ensure that your security team has approved of the use of the HoloLens on the company's network. Please see [Frequently ask security questions](hololens-faq-security.md) for additional security information. ### Type of Features From e1fca675876f0c5dbdc34313a49be28f2976380a Mon Sep 17 00:00:00 2001 From: Beth Levin Date: Wed, 19 Feb 2020 15:32:32 -0800 Subject: [PATCH 059/108] Microsoft Secure Score --- .../microsoft-defender-atp/advanced-features.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/windows/security/threat-protection/microsoft-defender-atp/advanced-features.md b/windows/security/threat-protection/microsoft-defender-atp/advanced-features.md index bf486af90d..4b41111aaa 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/advanced-features.md +++ b/windows/security/threat-protection/microsoft-defender-atp/advanced-features.md @@ -108,6 +108,10 @@ The integration with Azure Advanced Threat Protection allows you to pivot direct >[!NOTE] >You'll need to have the appropriate license to enable this feature. +## Microsoft Secure Score + +Forwards Microsoft Defender ATP signals to Microsoft Secure Score in the Microsoft 365 security center. Turning this feature on gives Microsoft Secure Score visibility into the devices security posture. Forwarded data is stored and processed in the same location as the your Microsoft Secure Score data. + ### Enable the Microsoft Defender ATP integration from the Azure ATP portal To receive contextual machine integration in Azure ATP, you'll also need to enable the feature in the Azure ATP portal. From 945b02e61d8bcc86465baee35b790322244aeb58 Mon Sep 17 00:00:00 2001 From: Evan Miller Date: Wed, 19 Feb 2020 15:48:08 -0800 Subject: [PATCH 060/108] Add Windows Insider release notes to Insider page Adding several new features to the Windows Insider page. Key points on FIDO, Voice commands, Flashing, and provision via USB. @scooley --- devices/hololens/hololens-insider.md | 55 ++++++++++++++++++++++++++-- 1 file changed, 52 insertions(+), 3 deletions(-) diff --git a/devices/hololens/hololens-insider.md b/devices/hololens/hololens-insider.md index 633f296a3e..580dc86a34 100644 --- a/devices/hololens/hololens-insider.md +++ b/devices/hololens/hololens-insider.md @@ -12,7 +12,6 @@ ms.date: 1/6/2020 ms.reviewer: manager: dansimp appliesto: -- HoloLens (1st gen) - HoloLens 2 --- @@ -22,7 +21,7 @@ Welcome to the latest Insider Preview builds for HoloLens! It’s simple to get ## Start receiving Insider builds -On a device running the Windows 10 April 2018 Update, go to **Settings** -> **Update & Security** -> **Windows Insider Program** and select **Get started**. Link the account you used to register as a Windows Insider. +On a HoloLens 2 device go to **Settings** -> **Update & Security** -> **Windows Insider Program** and select **Get started**. Link the account you used to register as a Windows Insider. Then, select **Active development of Windows**, choose whether you’d like to receive **Fast** or **Slow** builds, and review the program terms. @@ -30,7 +29,7 @@ Select **Confirm -> Restart Now** to finish up. After your device has rebooted, ## Stop receiving Insider builds -If you no longer want to receive Insider builds of Windows Holographic, you can opt out when your HoloLens is running a production build, or you can [recover your device](hololens-recovery.md) using the Windows Device Recovery Tool to recover your device to a non-Insider version of Windows Holographic. +If you no longer want to receive Insider builds of Windows Holographic, you can opt out when your HoloLens is running a production build, or you can [recover your device](hololens-recovery.md) using the Advanced Recovery Companion to recover your device to a non-Insider version of Windows Holographic. To verify that your HoloLens is running a production build: @@ -52,3 +51,53 @@ Please use [the Feedback Hub app](hololens-feedback.md) on your HoloLens to prov ## Note for developers You are welcome and encouraged to try developing your applications using Insider builds of HoloLens. Check out the [HoloLens Developer Documentation](https://developer.microsoft.com/windows/mixed-reality/development) to get started. Those same instructions work with Insider builds of HoloLens. You can use the same builds of Unity and Visual Studio that you're already using for HoloLens development. + + +# Windows Insider Release Notes + +HoloLens 2 Windows Insider builds are full of new features and improvements. Sign up for Windows Insider Fast or Slow flights to test them out! +Here's a quick summary of what's new: + +- Support for FIDO2 Security Keys to enable secure and easy authentication for shared devices +- Seamlessly apply a provisioning package from a USB drive to your HoloLens +- Use a provisioning packages to enroll your HoloLens to your Mobile Device Management system +- Use Windows AutoPilot to set up and pre-configure new devices, quickly getting them ready for productive use. Send a note to hlappreview@service.microsoft.com to join the preview. +- Dark Mode - many Windows apps support both dark and light modes, and now HoloLens customers can choose the default mode for apps that support both color schemes! Based on customer feedback, with this update we are setting the default app mode to "dark," but you can easily change this setting at any time. Navigate to Settings > System > Colors to find "Choose your default app mode." +- Support for additional system voice commands +- Hand Tracking improvements to reduce the tendency to close the index finger when pointing. This should make button pressing and 2D slate usage feel more accurate +- Performance and stability improvements across the product +- More information in settings on HoloLens about the policy pushed to the device + +Once you’ve had a chance to explore these new capabilities, use the Feedback Hub app to let us know what you think. Feedback you provide in the Feedback Hub goes directly to our engineers. + +## FIDO 2 support +Many of you share a HoloLens with lots of people in a work or school environment. Whether devices are shared between students in a classroom or they're checked out from a device locker, it's important to be able to change users quickly and easily without typing long user names and passwords. FIDO lets anyone in your organization (AAD tenant) seamlessly sign in to HoloLens without entering a username or password. + +Read the [passwordless security docs](https://docs.microsoft.com/azure/active-directory/authentication/howto-authentication-passwordless-security-key) to get started. + +## Provisioning package updates +Provisioning packages let you set HoloLens configuration through a config file rather than going through the HoloLens out of box experience. Previously, provisioning packages had to be copied onto HoloLens' internal memory, now they can be on a USB drive so they're easier to re-use on multiple HoloLens and so more people can provision HoloLens in parallel. + +1. To try it out, download the latest version of the Windows Configuration Designer from the Windows store onto your PC. +1. Select **Provision HoloLens Devices** > Select **Provision HoloLens 2 devices** +1. Build your configuration profile and, when you're done, copy all files created to a USB-C storage device. +1. Plug it into any freshly flashed HoloLens and press **Volume down + Power** to apply your provisioning package. + +## System voice commands +You can now can access these commands with your voice: +- "Restart device" +- "Shutdown device" +- "Brightness up" +- "Brightness down" +- "Volume up" +- "Volume down" +- "What is my IP address?" +If you're running your system with a different language, please try the appropriate commands in that language. + +## FFU download and flash directions +To test with a flight signed ffu, you first have to flight unlock your device prior to flashing the flight signed ffu. +1. On PC + 1. Download ffu to your PC from: [https://aka.ms/hololenspreviewdownload](https://aka.ms/hololenspreviewdownload) + 1. Install ARC (Advanced Recovery Companion) from the Microsoft Store: [https://www.microsoft.com/store/productId/9P74Z35SFRS8](https://www.microsoft.com/store/productId/9P74Z35SFRS8) +1. On HoloLens - Flight Unlock: Open **Settings** > **Update & Security** > **Windows Insider Program** then sign up, reboot device +1. Flash FFU - Now you can flash the flight signed FFU using ARC From 7ea3887253a1eb48425fa8fc6635deb5048f1765 Mon Sep 17 00:00:00 2001 From: Evan Miller Date: Wed, 19 Feb 2020 16:14:08 -0800 Subject: [PATCH 061/108] Updating headers to Insider release notes --- devices/hololens/hololens-insider.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/devices/hololens/hololens-insider.md b/devices/hololens/hololens-insider.md index 580dc86a34..9e30e0d48f 100644 --- a/devices/hololens/hololens-insider.md +++ b/devices/hololens/hololens-insider.md @@ -53,7 +53,7 @@ Please use [the Feedback Hub app](hololens-feedback.md) on your HoloLens to prov You are welcome and encouraged to try developing your applications using Insider builds of HoloLens. Check out the [HoloLens Developer Documentation](https://developer.microsoft.com/windows/mixed-reality/development) to get started. Those same instructions work with Insider builds of HoloLens. You can use the same builds of Unity and Visual Studio that you're already using for HoloLens development. -# Windows Insider Release Notes +## Windows Insider Release Notes HoloLens 2 Windows Insider builds are full of new features and improvements. Sign up for Windows Insider Fast or Slow flights to test them out! Here's a quick summary of what's new: @@ -70,12 +70,12 @@ Here's a quick summary of what's new: Once you’ve had a chance to explore these new capabilities, use the Feedback Hub app to let us know what you think. Feedback you provide in the Feedback Hub goes directly to our engineers. -## FIDO 2 support +### FIDO 2 support Many of you share a HoloLens with lots of people in a work or school environment. Whether devices are shared between students in a classroom or they're checked out from a device locker, it's important to be able to change users quickly and easily without typing long user names and passwords. FIDO lets anyone in your organization (AAD tenant) seamlessly sign in to HoloLens without entering a username or password. Read the [passwordless security docs](https://docs.microsoft.com/azure/active-directory/authentication/howto-authentication-passwordless-security-key) to get started. -## Provisioning package updates +### Provisioning package updates Provisioning packages let you set HoloLens configuration through a config file rather than going through the HoloLens out of box experience. Previously, provisioning packages had to be copied onto HoloLens' internal memory, now they can be on a USB drive so they're easier to re-use on multiple HoloLens and so more people can provision HoloLens in parallel. 1. To try it out, download the latest version of the Windows Configuration Designer from the Windows store onto your PC. @@ -83,7 +83,7 @@ Provisioning packages let you set HoloLens configuration through a config file r 1. Build your configuration profile and, when you're done, copy all files created to a USB-C storage device. 1. Plug it into any freshly flashed HoloLens and press **Volume down + Power** to apply your provisioning package. -## System voice commands +### System voice commands You can now can access these commands with your voice: - "Restart device" - "Shutdown device" @@ -94,7 +94,7 @@ You can now can access these commands with your voice: - "What is my IP address?" If you're running your system with a different language, please try the appropriate commands in that language. -## FFU download and flash directions +### FFU download and flash directions To test with a flight signed ffu, you first have to flight unlock your device prior to flashing the flight signed ffu. 1. On PC 1. Download ffu to your PC from: [https://aka.ms/hololenspreviewdownload](https://aka.ms/hololenspreviewdownload) From 24a36e869f0ff88e2a63e5e325c7309024a4e888 Mon Sep 17 00:00:00 2001 From: Greg Lindsay Date: Wed, 19 Feb 2020 16:17:56 -0800 Subject: [PATCH 062/108] table update --- windows/deployment/windows-autopilot/add-devices.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/windows/deployment/windows-autopilot/add-devices.md b/windows/deployment/windows-autopilot/add-devices.md index e674b3196e..cb55dd325b 100644 --- a/windows/deployment/windows-autopilot/add-devices.md +++ b/windows/deployment/windows-autopilot/add-devices.md @@ -135,7 +135,7 @@ A summary of each platform's capabilities is provided below.
    -Microsoft Store for Business4 +Microsoft Store for Business YES - 1000 at a time max YES4 4K HH @@ -153,7 +153,8 @@ A summary of each platform's capabilities is provided below.
    >1Microsoft recommended platform to use
    >2Intune license required
    >3Feature capabilities are limited
    ->4To be retired
    +>4Device profile assignment will be retired from MSfB and Partner Center in the coming months
    + Also see the following topics for more information about device IDs: - [Device identification](#device-identification) From 2254bc64f1eb620ebcb211797fae6b3cdd915a05 Mon Sep 17 00:00:00 2001 From: MaratMussabekov <48041687+MaratMussabekov@users.noreply.github.com> Date: Thu, 20 Feb 2020 08:35:45 +0500 Subject: [PATCH 063/108] Update manage-surface-uefi-settings.md --- devices/surface/manage-surface-uefi-settings.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devices/surface/manage-surface-uefi-settings.md b/devices/surface/manage-surface-uefi-settings.md index d205908048..9932a573bc 100644 --- a/devices/surface/manage-surface-uefi-settings.md +++ b/devices/surface/manage-surface-uefi-settings.md @@ -39,7 +39,7 @@ The PC information page includes detailed information about your Surface device: - **UUID** – This Universally Unique Identification number is specific to your device and is used to identify the device during deployment or management. - **Serial Number** – This number is used to identify this specific Surface device for asset tagging and support scenarios. -- **Asset Tag** – The asset tag is assigned to the Surface device with the [Asset Tag Tool](https://www.microsoft.com/download/details.aspx?id=44076). +- **Asset Tag** – The asset tag is assigned to the Surface device with the [Asset Tag Tool](https://docs.microsoft.com/surface/assettag). You will also find detailed information about the firmware of your Surface device. Surface devices have several internal components that each run different versions of firmware. The firmware version of each of the following devices is displayed on the **PC information** page (as shown in Figure 1): @@ -214,4 +214,4 @@ When you update Surface device firmware, by using either Windows Update or manua - [Intune management of Surface UEFI settings](surface-manage-dfci-guide.md) -- [Surface Enterprise Management Mode](surface-enterprise-management-mode.md) \ No newline at end of file +- [Surface Enterprise Management Mode](surface-enterprise-management-mode.md) From d274b135623db15731244581762e9232847b181a Mon Sep 17 00:00:00 2001 From: andreiztm Date: Thu, 20 Feb 2020 07:04:54 +0200 Subject: [PATCH 064/108] Correcting outdated requirements --- windows/deployment/volume-activation/install-vamt.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/deployment/volume-activation/install-vamt.md b/windows/deployment/volume-activation/install-vamt.md index 86f5ade189..fa6196d4f9 100644 --- a/windows/deployment/volume-activation/install-vamt.md +++ b/windows/deployment/volume-activation/install-vamt.md @@ -32,8 +32,8 @@ You install VAMT as part of the Windows Assessment and Deployment Kit (ADK) for ### Requirements -- [Windows Server with Desktop Experience](https://docs.microsoft.com/windows-server/get-started/getting-started-with-server-with-desktop-experience), with internet access and all updates applied -- [Windows 10, version 1809 ADK](https://go.microsoft.com/fwlink/?linkid=2026036) +- [Windows Server with Desktop Experience](https://docs.microsoft.com/windows-server/get-started/getting-started-with-server-with-desktop-experience), with internet access (for the main VAMT console) and all updates applied +- [Windows 10, version 1903 ADK](https://go.microsoft.com/fwlink/?linkid=2086042) - [SQL Server 2017 Express](https://www.microsoft.com/sql-server/sql-server-editions-express) - alternatively any full SQL instance e.g. SQL Server 2014 or newer incl. CU / SP From 8abc55d6be73ff4c14a4381be50eb57ad7598e7e Mon Sep 17 00:00:00 2001 From: Ben Alfasi Date: Thu, 20 Feb 2020 16:12:05 +0200 Subject: [PATCH 065/108] Streaming API - Machine group information --- .../microsoft-defender-atp/raw-data-export-event-hub.md | 1 + .../microsoft-defender-atp/raw-data-export-storage.md | 1 + 2 files changed, 2 insertions(+) diff --git a/windows/security/threat-protection/microsoft-defender-atp/raw-data-export-event-hub.md b/windows/security/threat-protection/microsoft-defender-atp/raw-data-export-event-hub.md index a617060626..0b3f53d6f2 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/raw-data-export-event-hub.md +++ b/windows/security/threat-protection/microsoft-defender-atp/raw-data-export-event-hub.md @@ -63,6 +63,7 @@ Want to experience Microsoft Defender ATP? [Sign up for a free trial.](https://w - Each event hub message in Azure Event Hubs contains list of records. - Each record contains the event name, the time Microsoft Defender ATP received the event, the tenant it belongs (you will only get events from your tenant), and the event in JSON format in a property called "**properties**". - For more information about the schema of Microsoft Defender ATP events, see [Advanced Hunting overview](advanced-hunting-overview.md). +- In Advanced Hunting, the **DeviceInfo** table has a column named **MachineGroup** which contains the group of the machine. Here every event will be decorated with this column as well. See [Machine Groups](machine-groups.md) for more information. ## Data types mapping: diff --git a/windows/security/threat-protection/microsoft-defender-atp/raw-data-export-storage.md b/windows/security/threat-protection/microsoft-defender-atp/raw-data-export-storage.md index f0c242ed3a..682cc7e7d9 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/raw-data-export-storage.md +++ b/windows/security/threat-protection/microsoft-defender-atp/raw-data-export-storage.md @@ -64,6 +64,7 @@ Want to experience Microsoft Defender ATP? [Sign up for a free trial.](https://w - Each blob contains multiple rows. - Each row contains the event name, the time Microsoft Defender ATP received the event, the tenant it belongs (you will only get events from your tenant), and the event in JSON format in a property called "properties". - For more information about the schema of Microsoft Defender ATP events, see [Advanced Hunting overview](advanced-hunting-overview.md). +- In Advanced Hunting, the **DeviceInfo** table has a column named **MachineGroup** which contains the group of the machine. Here every event will be decorated with this column as well. See [Machine Groups](machine-groups.md) for more information. ## Data types mapping: From 430b9aa01ee2bf85615d5576f86fb43929a4a81e Mon Sep 17 00:00:00 2001 From: Evan Miller Date: Thu, 20 Feb 2020 08:19:33 -0800 Subject: [PATCH 066/108] Adding in requested changes from scooley. Made requested changes. --- devices/hololens/hololens-FAQ.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devices/hololens/hololens-FAQ.md b/devices/hololens/hololens-FAQ.md index c91612ffa0..3ddc7325a9 100644 --- a/devices/hololens/hololens-FAQ.md +++ b/devices/hololens/hololens-FAQ.md @@ -45,7 +45,7 @@ This FAQ addresses the following questions and issues: - [My HoloLens isn't running well, is unresponsive, or won't start](#my-hololens-isnt-running-well-is-unresponsive-or-wont-start) - [How do I delete all spaces?](#how-do-i-delete-all-spaces) - [I cannot find or use the keyboard to type in the HoloLens 2 Emulator](#i-cannot-find-or-use-the-keyboard-to-type-in-the-hololens-2-emulator) -- [I can't log in to a HoloLens because it was previously set up for someone else](#I-cant-log-in-to-a-HoloLens-because-it-was-previously-set-up-for-someone-else) +- [I can't log in to a HoloLens because it was previously set up for someone else](#i-cant-log-in-to-a-hololens-because-it-was-previously-set-up-for-someone-else) ## My holograms don't look right or are moving around @@ -208,8 +208,8 @@ If your device isn't performing properly, see [Restart, reset, or recover HoloLe ## I can't log in to a HoloLens because it was previously set up for someone else If your device was previously set up for someone else, either a client or former employee and you don't have their password to unlock the device there are two solutions. -- If your device is MDM managed by Intune then you can remotely [Wipe](/IntuneDocs/intune/remote-actions/devices-wipe/) the device and it'll reflash itself. Make sure to leave **Retain enrollment state and user account** unchecked. -- If you have the device with you then you can put the device into **Flashing Mode** and use Advanced Recovery Companion to [recover](https://docs.microsoft.com/hololens/hololens-recovery?branch=master#hololens-2) the device. +- If your device is MDM managed by Intune then you can remotely [Wipe](https://docs.microsoft.com/intune/remote-actions/devices-wipe) the device and it'll reflash itself. Make sure to leave **Retain enrollment state and user account** unchecked. +- If you have the device with you then you can put the device into **Flashing Mode** and use Advanced Recovery Companion to [recover](https://docs.microsoft.com/hololens/hololens-recovery) the device. [Back to list](#list) From 995f9398500718f84845702eaf45fc19e8753c39 Mon Sep 17 00:00:00 2001 From: Todd Lyon <19413953+tmlyon@users.noreply.github.com> Date: Thu, 20 Feb 2020 11:44:34 -0800 Subject: [PATCH 067/108] Update hololens-insider.md fixing bulleted list formatting --- devices/hololens/hololens-insider.md | 1 + 1 file changed, 1 insertion(+) diff --git a/devices/hololens/hololens-insider.md b/devices/hololens/hololens-insider.md index 9e30e0d48f..3d8c8eb80a 100644 --- a/devices/hololens/hololens-insider.md +++ b/devices/hololens/hololens-insider.md @@ -92,6 +92,7 @@ You can now can access these commands with your voice: - "Volume up" - "Volume down" - "What is my IP address?" + If you're running your system with a different language, please try the appropriate commands in that language. ### FFU download and flash directions From fa23dcd0a23241cfb716d5d9143490e0425a480d Mon Sep 17 00:00:00 2001 From: martyav Date: Thu, 20 Feb 2020 15:53:25 -0500 Subject: [PATCH 068/108] updated description of 1 asr rule --- .../microsoft-defender-atp/attack-surface-reduction.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/attack-surface-reduction.md b/windows/security/threat-protection/microsoft-defender-atp/attack-surface-reduction.md index 0da23ce0b5..30c2d9dac6 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/attack-surface-reduction.md +++ b/windows/security/threat-protection/microsoft-defender-atp/attack-surface-reduction.md @@ -134,15 +134,15 @@ GUID: D4F940AB-401B-4EFC-AADC-AD5F3C50688A ### Block Office applications from creating executable content -This rule prevents Office apps, including Word, Excel, and PowerPoint, from creating executable content. +This rule prevents Office apps, including Word, Excel, and PowerPoint, from creating potentially malicious executable content. -This rule targets a typical behavior where malware uses Office as a vector to break out of Office and save malicious components to disk, where they persist and survive a computer reboot. This rule prevents malicious code from being written to disk. +Malware that abuse Office as a vector may attempt to break out of Office and save malicious components to disk. The malicious components saved to disk will survive a computer reboot and persist on the system. This rule prevents malicious code from being written to disk. -This rule was introduced in: Windows 10 1709, Windows Server 1809, Windows Server 2019, Configuration Manager CB 1710 +This rule was introduced in: Windows 10 1709, Windows Server 1809, Windows Server 2019, SCCM CB 1710 Intune name: Office apps/macros creating executable content -Configuration Manager name: Block Office applications from creating executable content +SCCM name: Block Office applications from creating executable content GUID: 3B576869-A4EC-4529-8536-B80A7769E899 From 3313d4ed20640ac07737db0ed09dcf6a2d66a71c Mon Sep 17 00:00:00 2001 From: martyav Date: Thu, 20 Feb 2020 16:08:21 -0500 Subject: [PATCH 069/108] some rewording --- .../microsoft-defender-atp/attack-surface-reduction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/attack-surface-reduction.md b/windows/security/threat-protection/microsoft-defender-atp/attack-surface-reduction.md index 30c2d9dac6..49e8e3074a 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/attack-surface-reduction.md +++ b/windows/security/threat-protection/microsoft-defender-atp/attack-surface-reduction.md @@ -134,9 +134,9 @@ GUID: D4F940AB-401B-4EFC-AADC-AD5F3C50688A ### Block Office applications from creating executable content -This rule prevents Office apps, including Word, Excel, and PowerPoint, from creating potentially malicious executable content. +This rule prevents Office apps, including Word, Excel, and PowerPoint, from creating potentially malicious executable content, by blocking malicious code from being written to disk. -Malware that abuse Office as a vector may attempt to break out of Office and save malicious components to disk. The malicious components saved to disk will survive a computer reboot and persist on the system. This rule prevents malicious code from being written to disk. + Malware that abuse Office as a vector may attempt to break out of Office and save malicious components to disk. These malicious components would survive a computer reboot and persist on the system. Therefore, this rule defends against a common persistence technique. This rule was introduced in: Windows 10 1709, Windows Server 1809, Windows Server 2019, SCCM CB 1710 From ac6c580fe88dfabd20ffe988454ef233ee2e9e67 Mon Sep 17 00:00:00 2001 From: Denise Vangel-MSFT Date: Thu, 20 Feb 2020 14:23:01 -0800 Subject: [PATCH 070/108] Update TOC.md --- windows/security/threat-protection/TOC.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/windows/security/threat-protection/TOC.md b/windows/security/threat-protection/TOC.md index c969d4994f..418d1ceaa9 100644 --- a/windows/security/threat-protection/TOC.md +++ b/windows/security/threat-protection/TOC.md @@ -103,10 +103,10 @@ ###### [Investigate entities on machines](microsoft-defender-atp/live-response.md) ###### [Live response command examples](microsoft-defender-atp/live-response-command-examples.md) -### [Automated investigation and remediation]() -#### [Automated investigation and remediation overview](microsoft-defender-atp/automated-investigations.md) -#### [Use the automated investigation and remediation dashboard](microsoft-defender-atp/manage-auto-investigation.md) -#### [Manage actions related to automated investigation and remediation](microsoft-defender-atp/auto-investigation-action-center.md) +### [Automated investigation and remediation (AIR)]() +#### [Overview of AIR](microsoft-defender-atp/automated-investigations.md) +#### [View details and results of automated investigations](microsoft-defender-atp/auto-investigation-action-center.md) +#### [View and approve remediation actions](microsoft-defender-atp/manage-auto-investigation.md) ### [Secure score](microsoft-defender-atp/overview-secure-score.md) ### [Threat analytics](microsoft-defender-atp/threat-analytics.md) From b723d354b16691c4dc5b864cb938970334d8fbad Mon Sep 17 00:00:00 2001 From: John Kaiser <35939694+CoveMiner@users.noreply.github.com> Date: Thu, 20 Feb 2020 14:50:43 -0800 Subject: [PATCH 071/108] Updated with support for Pro x --- devices/surface/images/dataeraser-arch.png | Bin 0 -> 173037 bytes .../surface/microsoft-surface-data-eraser.md | 24 ++++++++++-------- 2 files changed, 13 insertions(+), 11 deletions(-) create mode 100644 devices/surface/images/dataeraser-arch.png diff --git a/devices/surface/images/dataeraser-arch.png b/devices/surface/images/dataeraser-arch.png new file mode 100644 index 0000000000000000000000000000000000000000..07eb456002f6ea7c6cb663014dfeae5671670701 GIT binary patch literal 173037 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

    {> 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 LNkvXXu0mjfqK}|G literal 0 HcmV?d00001 diff --git a/devices/surface/microsoft-surface-data-eraser.md b/devices/surface/microsoft-surface-data-eraser.md index 0fe84fc0b1..a835026b8b 100644 --- a/devices/surface/microsoft-surface-data-eraser.md +++ b/devices/surface/microsoft-surface-data-eraser.md @@ -14,7 +14,7 @@ author: dansimp ms.author: dansimp ms.topic: article ms.audience: itpro -ms.date: 02/06/2020 +ms.date: 02/20/2020 --- # Microsoft Surface Data Eraser @@ -85,31 +85,33 @@ After the creation tool is installed, follow these steps to create a Microsoft S 2. Click **Build** to begin the Microsoft Surface Data Eraser USB creation process. - >[!NOTE] - >For Surface Pro X devices, select **ARM64**. for other Surface devices, select **x64**. - 3. Click **Start** to acknowledge that you have a USB stick of at least 4 GB connected, as shown in Figure 1. ![Start the Microsoft Surface Data Eraser tool](images/dataeraser-start-tool.png "Start the Microsoft Surface Data Eraser tool") *Figure 1. Start the Microsoft Surface Data Eraser tool* +4. Choose **x64** for most Surface devices or **ARM64** for Surface Pro X from the **Architecture Selection** page, as shown in Figure 2. Select **Continue**. -4. Select the USB drive of your choice from the **USB Thumb Drive Selection** page as shown in Figure 2, and then click **Start** to begin the USB creation process. The drive you select will be formatted and any existing data on this drive will be lost. + ![Architecture selection](images/dataeraser-arch.png "Architecture Selection")
    + *Figure 2. Select device architecture* + + +4. Select the USB drive of your choice from the **USB Thumb Drive Selection** page as shown in Figure 3, and then click **Start** to begin the USB creation process. The drive you select will be formatted and any existing data on this drive will be lost. >[!NOTE] >If the Start button is disabled, check that your removable drive has a total capacity of at least 4 GB. ![USB thumb drive selection](images/dataeraser-usb-selection.png "USB thumb drive selection") - *Figure 2. USB thumb drive selection* + *Figure 3. USB thumb drive selection* 5. After the creation process is finished, the USB drive has been formatted and all binaries are copied to the USB drive. Click **Success**. -6. When the **Congratulations** screen is displayed, you can eject and remove the thumb drive. This thumb drive is now ready to be inserted into a Surface device, booted from, and wipe any data on the device. Click **Complete** to finish the USB creation process, as shown in Figure 3. +6. When the **Congratulations** screen is displayed, you can eject and remove the thumb drive. This thumb drive is now ready to be inserted into a Surface device, booted from, and wipe any data on the device. Click **Complete** to finish the USB creation process, as shown in Figure 4. ![Surface Data Eraser USB creation process](images/dataeraser-complete-process.png "Surface Data Eraser USB creation process") - *Figure 3. Complete the Microsoft Surface Data Eraser USB creation process* + *Figure 4. Complete the Microsoft Surface Data Eraser USB creation process* 7. Click **X** to close Microsoft Surface Data Eraser. @@ -133,11 +135,11 @@ After you create a Microsoft Surface Data Eraser USB stick, you can boot a suppo >[!NOTE] >If your device does not boot to USB using these steps, you may need to turn on the **Enable Alternate Boot Sequence** option in Surface UEFI. You can read more about Surface UEFI boot configuration in [Manage Surface UEFI Settings](https://technet.microsoft.com/itpro/surface/manage-surface-uefi-settings). -3. When the Surface device boots, a **SoftwareLicenseTerms** text file is displayed, as shown in Figure 4. +3. When the Surface device boots, a **SoftwareLicenseTerms** text file is displayed, as shown in Figure 5. ![Booting the Microsoft Surface Data Eraser USB stick](images/data-eraser-3.png "Booting the Microsoft Surface Data Eraser USB stick") - *Figure 4. Booting the Microsoft Surface Data Eraser USB stick* + *Figure 5. Booting the Microsoft Surface Data Eraser USB stick* 4. Read the software license terms, and then close the Notepad file. @@ -150,7 +152,7 @@ After you create a Microsoft Surface Data Eraser USB stick, you can boot a suppo ![Partition to be erased is displayed](images/sda-fig5-erase.png "Partition to be erased is displayed") - *Figure 5. Partition to be erased is displayed in Microsoft Surface Data Eraser* + *Figure 6. Partition to be erased is displayed in Microsoft Surface Data Eraser* 7. If you pressed **Y** in step 6, due to the destructive nature of the data erasure process, an additional dialog box is displayed to confirm your choice. From 349ef5b90eebe4630bf20a026f03da3f8337c554 Mon Sep 17 00:00:00 2001 From: Denise Vangel-MSFT Date: Thu, 20 Feb 2020 14:52:42 -0800 Subject: [PATCH 072/108] AutoIR revisions --- .../auto-investigation-action-center.md | 42 ++++++++++++------ .../images/mdatp-investigations.jpg | Bin 0 -> 47514 bytes 2 files changed, 28 insertions(+), 14 deletions(-) create mode 100644 windows/security/threat-protection/microsoft-defender-atp/images/mdatp-investigations.jpg diff --git a/windows/security/threat-protection/microsoft-defender-atp/auto-investigation-action-center.md b/windows/security/threat-protection/microsoft-defender-atp/auto-investigation-action-center.md index 67192e12e8..c2c022f1ad 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/auto-investigation-action-center.md +++ b/windows/security/threat-protection/microsoft-defender-atp/auto-investigation-action-center.md @@ -1,14 +1,14 @@ --- -title: Manage actions related to automated investigation and remediation -description: Use the action center to manage actions related to automated investigation and response +title: View details and results of automated investigations +description: Use the action center to view details and results following an automated investigation keywords: action, center, autoir, automated, investigation, response, remediation search.product: eADQiWindows 10XVcnh ms.prod: w10 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security -ms.author: macapara -author: mjcaparas +ms.author: deniseb +author: denisebmsft ms.localizationpriority: medium manager: dansimp audience: ITPro @@ -16,27 +16,41 @@ ms.collection: M365-security-compliance ms.topic: article --- -# Manage actions related to automated investigation and remediation +# View details and results of automated investigations -The Action center aggregates all investigations that require an action for an investigation to proceed or be completed. +When an automated investigation runs, a verdict is generated for each piece of evidence investigated. Verdicts can be *Malicious*, *Suspicious*, or *Clean*. Depending on the type of threat and resulting verdict, remediation actions occur automatically or upon approval by your organization’s security operations team. -![Image of Action center page](images/action-center.png) +Pending and completed actions are listed in the Action center ([https://securitycenter.windows.com/action-center](https://securitycenter.windows.com/action-center)) and the Investigations list ([https://securitycenter.windows.com/investigations](https://securitycenter.windows.com/investigations)). -The action center consists of two main tabs: -- Pending actions - Displays a list of ongoing investigations that require attention. A recommended action is presented to the analyst, which they can approve or reject. -- History - Acts as an audit log for: - - All actions taken by AutoIR or approved by an analyst with ability to undo actions that support this capability (for example, quarantine file). - - All commands ran and remediation actions applied in Live Response with ability to undo actions that support this capability. - - Remediation actions applied by Windows Defender AV with ability to undo actions that support this capability. +## The Action center + +![Action center page](images/action-center.png) + +The action center consists of two main tabs, as described in the following table. + + +|Tab |Description | +|---------|---------| +|Pending actions |Displays a list of ongoing investigations that require attention. Recommended actions are presented that your security operations team can approve or reject. | +|History |Acts as an audit log for all of the following:
    - All actions taken by automated investigation and remediation in Microsoft Defender ATP
    Actions that were approved by your security operations team (some actions, such as sending a file to quarantine, can be undone)
    - All commands ran and remediation actions that were applied in Live Response (some actions can be undone)
    - Remediation actions applied by Windows Defender Antivirus (some actions can be undone) | Use the Customize columns drop-down menu to select columns that you'd like to show or hide. From this view, you can also download the entire list in CSV format using the **Export** feature, specify the number of items to show per page, and navigate between pages. - >[!NOTE] >The tab will only appear if there are pending actions for that category. +## Investigations page + +![Investigations page](images/mdatp-investigations.jpg) + +On the **Investigations** page, you'll find a list of all automated investigations. Select an item in the list to view additional information about that automated investigation. + +Use the Customize columns drop-down menu to select columns that you'd like to show or hide. + +From this view, you can also download the entire list in CSV format using the **Export** feature, specify the number of items to show per page, and navigate between pages. + ### Approve or reject an action You'll need to manually approve or reject pending actions on each of these categories for the automated actions to proceed. diff --git a/windows/security/threat-protection/microsoft-defender-atp/images/mdatp-investigations.jpg b/windows/security/threat-protection/microsoft-defender-atp/images/mdatp-investigations.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6fe755e85762552d398e0605eb6f387d40fdd4cf GIT binary patch literal 47514 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 X5&E`50Ribo21huyBH|Zeo8A8dtRvYf literal 0 HcmV?d00001 From 3871e806bb94da85443017025760e30f0d5603b2 Mon Sep 17 00:00:00 2001 From: Denise Vangel-MSFT Date: Thu, 20 Feb 2020 14:55:40 -0800 Subject: [PATCH 073/108] Update auto-investigation-action-center.md --- .../auto-investigation-action-center.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/auto-investigation-action-center.md b/windows/security/threat-protection/microsoft-defender-atp/auto-investigation-action-center.md index c2c022f1ad..dba3b17e10 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/auto-investigation-action-center.md +++ b/windows/security/threat-protection/microsoft-defender-atp/auto-investigation-action-center.md @@ -34,7 +34,7 @@ The action center consists of two main tabs, as described in the following table |Pending actions |Displays a list of ongoing investigations that require attention. Recommended actions are presented that your security operations team can approve or reject. | |History |Acts as an audit log for all of the following:
    - All actions taken by automated investigation and remediation in Microsoft Defender ATP
    Actions that were approved by your security operations team (some actions, such as sending a file to quarantine, can be undone)
    - All commands ran and remediation actions that were applied in Live Response (some actions can be undone)
    - Remediation actions applied by Windows Defender Antivirus (some actions can be undone) | -Use the Customize columns drop-down menu to select columns that you'd like to show or hide. +Use the **Customize columns** menu to select columns that you'd like to show or hide. From this view, you can also download the entire list in CSV format using the **Export** feature, specify the number of items to show per page, and navigate between pages. @@ -47,7 +47,7 @@ From this view, you can also download the entire list in CSV format using the ** On the **Investigations** page, you'll find a list of all automated investigations. Select an item in the list to view additional information about that automated investigation. -Use the Customize columns drop-down menu to select columns that you'd like to show or hide. +Use the **Customize columns** menu to select columns that you'd like to show or hide. From this view, you can also download the entire list in CSV format using the **Export** feature, specify the number of items to show per page, and navigate between pages. @@ -60,6 +60,6 @@ From the panel, you can click on the Open investigation page link to see the inv You also have the option of selecting multiple investigations to approve or reject actions on multiple investigations. -## Related topics -- [Automated investigation and investigation](automated-investigations.md) -- [Learn about the automated investigations dashboard](manage-auto-investigation.md) +Next steps + +[View and approve remediation actions](manage-auto-investigation.md) From 56d49316389123275b6dab099d25df484af96a20 Mon Sep 17 00:00:00 2001 From: Denise Vangel-MSFT Date: Thu, 20 Feb 2020 15:27:24 -0800 Subject: [PATCH 074/108] Update auto-investigation-action-center.md --- .../auto-investigation-action-center.md | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/auto-investigation-action-center.md b/windows/security/threat-protection/microsoft-defender-atp/auto-investigation-action-center.md index dba3b17e10..65b8232367 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/auto-investigation-action-center.md +++ b/windows/security/threat-protection/microsoft-defender-atp/auto-investigation-action-center.md @@ -31,15 +31,13 @@ The action center consists of two main tabs, as described in the following table |Tab |Description | |---------|---------| -|Pending actions |Displays a list of ongoing investigations that require attention. Recommended actions are presented that your security operations team can approve or reject. | -|History |Acts as an audit log for all of the following:
    - All actions taken by automated investigation and remediation in Microsoft Defender ATP
    Actions that were approved by your security operations team (some actions, such as sending a file to quarantine, can be undone)
    - All commands ran and remediation actions that were applied in Live Response (some actions can be undone)
    - Remediation actions applied by Windows Defender Antivirus (some actions can be undone) | +|Pending actions |Displays a list of ongoing investigations that require attention. Recommended actions are presented that your security operations team can approve or reject.

    **NOTE**: The Pending tab appears only if there are pending actions to be approved (or rejected). | +|History |Acts as an audit log for all of the following:
    - All actions taken by automated investigation and remediation in Microsoft Defender ATP
    Actions that were approved by your security operations team (some actions, such as sending a file to quarantine, can be undone)
    - All commands ran and remediation actions that were applied in Live Response sessions (some actions can be undone)
    - Remediation actions that were applied by Windows Defender Antivirus (some actions can be undone) | Use the **Customize columns** menu to select columns that you'd like to show or hide. -From this view, you can also download the entire list in CSV format using the **Export** feature, specify the number of items to show per page, and navigate between pages. +You can also download the entire list in CSV format using the **Export** feature, specify the number of items to show per page, and navigate between pages. ->[!NOTE] ->The tab will only appear if there are pending actions for that category. ## Investigations page @@ -51,15 +49,6 @@ Use the **Customize columns** menu to select columns that you'd like to show or From this view, you can also download the entire list in CSV format using the **Export** feature, specify the number of items to show per page, and navigate between pages. -### Approve or reject an action -You'll need to manually approve or reject pending actions on each of these categories for the automated actions to proceed. - -Selecting an investigation from any of the categories opens a panel where you can approve or reject the remediation. Other details such as file or service details, investigation details, and alert details are displayed. - -From the panel, you can click on the Open investigation page link to see the investigation details. - -You also have the option of selecting multiple investigations to approve or reject actions on multiple investigations. - -Next steps +## Next steps [View and approve remediation actions](manage-auto-investigation.md) From 9746ba9a94cff09b6a835acc27d05e406d409b92 Mon Sep 17 00:00:00 2001 From: ManikaDhiman Date: Thu, 20 Feb 2020 15:45:23 -0800 Subject: [PATCH 075/108] Added final comments --- windows/client-management/mdm/policy-csp-bluetooth.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/windows/client-management/mdm/policy-csp-bluetooth.md b/windows/client-management/mdm/policy-csp-bluetooth.md index 2160f0b07a..40e770a691 100644 --- a/windows/client-management/mdm/policy-csp-bluetooth.md +++ b/windows/client-management/mdm/policy-csp-bluetooth.md @@ -448,7 +448,9 @@ There are multiple levels of encryption strength when pairing Bluetooth devices. The following list shows the supported values: - 0 (default) - All Bluetooth traffic is allowed. -- N - A number from 1 through 16 representing the bytes that must be used in the encryption process. At this time, 16 is the largest allowed value for N and 16 bytes is the largest key size that Bluetooth supports so far. If you wish to enforce Windows to use Bluetooth encryption at all times, but do not care about the precise encryption key strength, use a value of 1. +- N - A number from 1 through 16 representing the bytes that must be used in the encryption process. Currently, 16 is the largest allowed value for N and 16 bytes is the largest key size that Bluetooth supports. If you want to enforce Windows to always use Bluetooth encryption, ignoring the precise encryption key strength, use 1 as the value for N. + +For more information on allowed key sizes, refer to Bluetooth Core Specification v5.1. From b92b2c95869a2190a9417fff9d7f155ba1a4e37f Mon Sep 17 00:00:00 2001 From: Denise Vangel-MSFT Date: Thu, 20 Feb 2020 15:46:11 -0800 Subject: [PATCH 076/108] Update auto-investigation-action-center.md --- .../auto-investigation-action-center.md | 39 +++++++++++++++++-- 1 file changed, 36 insertions(+), 3 deletions(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/auto-investigation-action-center.md b/windows/security/threat-protection/microsoft-defender-atp/auto-investigation-action-center.md index 65b8232367..3c337a125f 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/auto-investigation-action-center.md +++ b/windows/security/threat-protection/microsoft-defender-atp/auto-investigation-action-center.md @@ -22,13 +22,15 @@ When an automated investigation runs, a verdict is generated for each piece of e Pending and completed actions are listed in the Action center ([https://securitycenter.windows.com/action-center](https://securitycenter.windows.com/action-center)) and the Investigations list ([https://securitycenter.windows.com/investigations](https://securitycenter.windows.com/investigations)). +>[!NOTE] +>If your organization has implemented role-based access to manage portal access, only authorized users or user groups who have permission to view the machine or machine group will be able to view the entire investigation. + ## The Action center ![Action center page](images/action-center.png) The action center consists of two main tabs, as described in the following table. - |Tab |Description | |---------|---------| |Pending actions |Displays a list of ongoing investigations that require attention. Recommended actions are presented that your security operations team can approve or reject.

    **NOTE**: The Pending tab appears only if there are pending actions to be approved (or rejected). | @@ -38,17 +40,48 @@ Use the **Customize columns** menu to select columns that you'd like to show or You can also download the entire list in CSV format using the **Export** feature, specify the number of items to show per page, and navigate between pages. - ## Investigations page -![Investigations page](images/mdatp-investigations.jpg) +![Image of Auto investigations page](images/atp-auto-investigations-list.png) On the **Investigations** page, you'll find a list of all automated investigations. Select an item in the list to view additional information about that automated investigation. +By default, the automated investigations list displays investigations initiated in the last week. You can also choose to select other time ranges from the drop-down menu or specify a custom range. + Use the **Customize columns** menu to select columns that you'd like to show or hide. From this view, you can also download the entire list in CSV format using the **Export** feature, specify the number of items to show per page, and navigate between pages. +### Filters and details + +On the **Investigations** page, you can view details and use filters to focus on specific information. Filters include the following: +- **Status** (see the details below) +- **Triggering alert** (The alert that initiated the automated investigation) +- **Detection source** (The source of the alert that initiated the automated investigation.) +- **Entities** (these can include device or machines, and machine groups. You can filter the automated investigations list to zone in a specific machine to see other investigations related to the machine, or to see specific machine groups that you might have created.) +- **Threat** (The category of threat detected during the automated investigation.) +- **Tags** (Filter using manually added tags that capture the context of an automated investigation.) +- **Comments** (Select between filtering the list between automated investigations that have comments and those that don't.) + + +## Automated investigation status + +An automated investigation can be have one of the following status values: + +|Status |Description | +|---------|---------| +| No threats found | No malicious entities found during the investigation. | +| Failed | A problem has interrupted the investigation, preventing it from completing. | +| Partially remediated | A problem prevented the remediation of some malicious entities. | +| Pending action | Remediation actions require review and approval. | +| Waiting for machine | Investigation paused. The investigation will resume as soon as the machine is available. | +| Queued | Investigation has been queued and will resume as soon as other remediation activities are completed. | +| Running | Investigation ongoing. Malicious entities found will be remediated. | +| Remediated | Malicious entities found were successfully remediated. | +| Terminated by system | Investigation was stopped by the system. | +| Terminated by user | A user stopped the investigation before it could complete. | +| Partially investigated | Entities directly related to the alert have been investigated. However, a problem stopped the investigation of collateral entities. | + ## Next steps [View and approve remediation actions](manage-auto-investigation.md) From fa54328dd007ecbb3fee07f57ed32ed1811f6722 Mon Sep 17 00:00:00 2001 From: Denise Vangel-MSFT Date: Thu, 20 Feb 2020 16:06:35 -0800 Subject: [PATCH 077/108] AIR fixes --- .../auto-investigation-action-center.md | 93 ++++++++-- .../manage-auto-investigation.md | 166 ++---------------- 2 files changed, 101 insertions(+), 158 deletions(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/auto-investigation-action-center.md b/windows/security/threat-protection/microsoft-defender-atp/auto-investigation-action-center.md index 3c337a125f..50b88498b3 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/auto-investigation-action-center.md +++ b/windows/security/threat-protection/microsoft-defender-atp/auto-investigation-action-center.md @@ -40,7 +40,7 @@ Use the **Customize columns** menu to select columns that you'd like to show or You can also download the entire list in CSV format using the **Export** feature, specify the number of items to show per page, and navigate between pages. -## Investigations page +## The Investigations page ![Image of Auto investigations page](images/atp-auto-investigations-list.png) @@ -52,16 +52,19 @@ Use the **Customize columns** menu to select columns that you'd like to show or From this view, you can also download the entire list in CSV format using the **Export** feature, specify the number of items to show per page, and navigate between pages. -### Filters and details +### Filters for the list of investigations -On the **Investigations** page, you can view details and use filters to focus on specific information. Filters include the following: -- **Status** (see the details below) -- **Triggering alert** (The alert that initiated the automated investigation) -- **Detection source** (The source of the alert that initiated the automated investigation.) -- **Entities** (these can include device or machines, and machine groups. You can filter the automated investigations list to zone in a specific machine to see other investigations related to the machine, or to see specific machine groups that you might have created.) -- **Threat** (The category of threat detected during the automated investigation.) -- **Tags** (Filter using manually added tags that capture the context of an automated investigation.) -- **Comments** (Select between filtering the list between automated investigations that have comments and those that don't.) +On the **Investigations** page, you can view details and use filters to focus on specific information. The following table lists available filters: + +|Filter |Description | +|---------|---------| +|**Status** |(See [Automated investigation status](#automated-investigation-status)) | +|**Triggering alert** | The alert that initiated the automated investigation | +|**Detection source** |The source of the alert that initiated the automated investigation. | +|**Entities** | These can include device or machines, and machine groups. You can filter the automated investigations list to zone in a specific machine to see other investigations related to the machine, or to see specific machine groups that you might have created. | +|**Threat** |The category of threat detected during the automated investigation. | +|**Tags** |Filter using manually added tags that capture the context of an automated investigation.| +|**Comments** |Select between filtering the list between automated investigations that have comments and those that don't.| ## Automated investigation status @@ -82,6 +85,76 @@ An automated investigation can be have one of the following status values: | Terminated by user | A user stopped the investigation before it could complete. | | Partially investigated | Entities directly related to the alert have been investigated. However, a problem stopped the investigation of collateral entities. | +## View details about an automated investigation + +![Image of investigation details window](images/atp-analyze-auto-ir.png) + +You can view the details of an automated investigation to see information such as the investigation graph, alerts associated with the investigation, the machine that was investigated, and other information. + +In this view, you'll see the name of the investigation, when it started and ended. + +### Investigation graph + +The investigation graph provides a graphical representation of an automated investigation. All investigation related information is simplified and arranged in specific sections. Clicking on any of the icons brings you the relevant section where you can view more information. + +A progress ring shows two status indicators: +- Orange ring - shows the pending portion of the investigation +- Green ring - shows the running time portion of the investigation + +![Image of start, end, and pending time for an automated investigation](images/atp-auto-investigation-pending.png) + +In the example image, the automated investigation started on 10:26:59 AM and ended on 10:56:26 AM. Therefore, the entire investigation was running for 29 minutes and 27 seconds. + +The pending time of 16 minutes and 51 seconds reflects two possible pending states: pending for asset (for example, the device might have disconnected from the network) or pending for approval. + +From this view, you can also view and add comments and tags about the investigation. + +### Alerts + +The **Alerts** tab for an automated investigation shows details such as a short description of the alert that initiated the automated investigation, severity, category, the machine associated with the alert, user, time in queue, status, investigation state, and who the investigation is assigned to. + +Additional alerts seen on a machine can be added to an automated investigation as long as the investigation is ongoing. + +Selecting an alert using the check box brings up the alerts details pane where you have the option of opening the alert page, manage the alert by changing its status, see alert details, automated investigation details, related machine, logged-on users, and comments and history. + +Clicking on an alert title brings you the alert page. + +### Machines + +The **Machines** tab Shows details the machine name, IP address, group, users, operating system, remediation level, investigation count, and when it was last investigated. + +Machines that show the same threat can be added to an ongoing investigation and will be displayed in this tab. If 10 or more machines are found during this expansion process from the same entity, then that expansion action will require an approval and will be seen in the **Pending actions** view. + +Selecting a machine using the checkbox brings up the machine details pane where you can see more information such as machine details and logged-on users. + +Clicking on an machine name brings you the machine page. + +### Evidence + +The **Evidence** tab shows details related to threats associated with this investigation. + +### Entities + +The **Entities** tab shows details about entities such as files, process, services, drives, and IP addresses. The table details such as the number of entities that were analyzed. You'll gain insight into details such as how many are remediated, suspicious, or determined to be clean. + +### Log + +The **Log** tab gives a chronological detailed view of all the investigation actions taken on the alert. You'll see the action type, action, status, machine name, description of the action, comments entered by analysts who may have worked on the investigation, execution start time, duration, pending duration. + +As with other sections, you can customize columns, select the number of items to show per page, and filter the log. + +Available filters include action type, action, status, machine name, and description. + +You can also click on an action to bring up the details pane where you'll see information such as the summary of the action and input data. + +### Pending actions + +If there are pending actions on an automated investigation, you'll see a pop up similar to the following image. + +![Image of pending actions](images/pending-actions.png) + +When you click on the pending actions link, you'll be taken to the Action center. You can also navigate to the page from the navigation page by going to **automated investigation** > **Action center**. + ## Next steps [View and approve remediation actions](manage-auto-investigation.md) diff --git a/windows/security/threat-protection/microsoft-defender-atp/manage-auto-investigation.md b/windows/security/threat-protection/microsoft-defender-atp/manage-auto-investigation.md index 32343d94bd..3af42fe74d 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/manage-auto-investigation.md +++ b/windows/security/threat-protection/microsoft-defender-atp/manage-auto-investigation.md @@ -1,6 +1,6 @@ --- -title: Learn about the automated investigations dashboard in Microsoft Defender Security Center -description: View the automated investigations list. View the status, detection source and other details for automated investigations. +title: Review and approve actions following automated investigations in the Microsoft Defender Security Center +description: Review and approve (or reject) remediation actions following an automated investigation. keywords: autoir, automated, investigation, detection, dashboard, source, threat types, id, tags, machines, duration, filter export search.product: eADQiWindows 10XVcnh search.appverid: met150 @@ -8,8 +8,8 @@ ms.prod: w10 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security -ms.author: macapara -author: mjcaparas +ms.author: deniseb +author: denisebmsft ms.localizationpriority: medium manager: dansimp audience: ITPro @@ -17,154 +17,24 @@ ms.collection: M365-security-compliance ms.topic: conceptual --- -# Learn about the automated investigations dashboard -By default, the automated investigations list displays investigations initiated in the last week. You can also choose to select other time ranges from the drop-down menu or specify a custom range. +# Review and approve actions following an automated investigation ->[!NOTE] ->If your organization has implemented role-based access to manage portal access, only authorized users or user groups who have permission to view the machine or machine group will be able to view the entire investigation. +When an automated investigation runs, a verdict is generated for each piece of evidence investigated. Verdicts can be *Malicious*, *Suspicious*, or *Clean*. Depending on the type of threat and resulting verdict, remediation actions occur automatically or upon approval by your organization’s security operations team. For example, some actions, such as removing malware, are taken automatically. Other actions require review and approval to proceed. -Use the **Customize columns** drop-down menu to select columns that you'd like to show or hide. +As a best practice, make sure to approve (or reject) pending actions as soon as possible. This helps your automated investigations complete in a timely manner. -From this view, you can also download the entire list in CSV format using the **Export** button, specify the number of items to show per page, and navigate between pages. You also have the flexibility to filter the list based on your preferred criteria. +1. -![Image of Auto investigations page](images/atp-auto-investigations-list.png) + +You'll need to manually approve or reject pending actions on each of these categories for the automated actions to proceed. + +Selecting an investigation from any of the categories opens a panel where you can approve or reject the remediation. Other details such as file or service details, investigation details, and alert details are displayed. + +From the panel, you can click on the Open investigation page link to see the investigation details. + +You also have the option of selecting multiple investigations to approve or reject actions on multiple investigations. -**Filters**
    -You can use the following operations to customize the list of automated investigations displayed: +## Related articles - -**Triggering alert**
    -The alert that initiated the automated investigation. - -**Status**
    -An automated investigation can be in one of the following status: - -Status | Description -:---|:--- -| No threats found | No malicious entities found during the investigation. -| Failed | A problem has interrupted the investigation, preventing it from completing. | -| Partially remediated | A problem prevented the remediation of some malicious entities. | -| Pending action | Remediation actions require review and approval. | -| Waiting for machine | Investigation paused. The investigation will resume as soon as the machine is available. | -| Queued | Investigation has been queued and will resume as soon as other remediation activities are completed. | -| Running | Investigation ongoing. Malicious entities found will be remediated. | -| Remediated | Malicious entities found were successfully remediated. | -| Terminated by system | Investigation was stopped by the system. | -| Terminated by user | A user stopped the investigation before it could complete. -| Partially investigated | Entities directly related to the alert have been investigated. However, a problem stopped the investigation of collateral entities. | - - - -**Detection source**
    -Source of the alert that initiated the automated investigation. - -**Threat**
    -The category of threat detected during the automated investigation. - - -**Tags**
    -Filter using manually added tags that capture the context of an automated investigation. - -**Machines**
    -You can filter the automated investigations list to zone in a specific machine to see other investigations related to the machine. - -**Machine groups**
    -Apply this filter to see specific machine groups that you might have created. - -**Comments**
    -Select between filtering the list between automated investigations that have comments and those that don't. - -## Analyze automated investigations -You can view the details of an automated investigation to see information such as the investigation graph, alerts associated with the investigation, the machine that was investigated, and other information. - -In this view, you'll see the name of the investigation, when it started and ended. - -![Image of investigation details window](images/atp-analyze-auto-ir.png) - -The progress ring shows two status indicators: -- Orange ring - shows the pending portion of the investigation -- Green ring - shows the running time portion of the investigation - -![Image of start, end, and pending time for an automated investigation](images/atp-auto-investigation-pending.png) - -In the example image, the automated investigation started on 10:26:59 AM and ended on 10:56:26 AM. Therefore, the entire investigation was running for 29 minutes and 27 seconds. - -The pending time of 16 minutes and 51 seconds reflects two possible pending states: pending for asset (for example, the device might have disconnected from the network) or pending for approval. - -From this view, you can also view and add comments and tags about the investigation. - -### Investigation page -The investigation page gives you a quick summary on the status, alert severity, category, and detection source. - -You'll also have access to the following sections that help you see details of the investigation with finer granularity: - -- Investigation graph -- Alerts -- Machines -- Evidence -- Entities -- Log -- Pending actions - - >[!NOTE] - >The Pending actions tab is only displayed if there are actual pending actions. - -- Pending actions history - - >[!NOTE] - >The Pending actions history tab is only displayed when an investigation is complete. - -In any of the sections, you can customize columns to further expand to limit the details you see in a section. - -### Investigation graph -The investigation graph provides a graphical representation of an automated investigation. All investigation related information is simplified and arranged in specific sections. Clicking on any of the icons brings you the relevant section where you can view more information. - -### Alerts -Shows details such as a short description of the alert that initiated the automated investigation, severity, category, the machine associated with the alert, user, time in queue, status, investigation state, and who the investigation is assigned to. - -Additional alerts seen on a machine can be added to an automated investigation as long as the investigation is ongoing. - -Selecting an alert using the check box brings up the alerts details pane where you have the option of opening the alert page, manage the alert by changing its status, see alert details, automated investigation details, related machine, logged-on users, and comments and history. - -Clicking on an alert title brings you the alert page. - -### Machines -Shows details the machine name, IP address, group, users, operating system, remediation level, investigation count, and when it was last investigated. - -Machines that show the same threat can be added to an ongoing investigation and will be displayed in this tab. If 10 or more machines are found during this expansion process from the same entity, then that expansion action will require an approval and will be seen in the **Pending actions** view. - -Selecting a machine using the checkbox brings up the machine details pane where you can see more information such as machine details and logged-on users. - -Clicking on an machine name brings you the machine page. - -### Evidence -Shows details related to threats associated with this investigation. - -### Entities -Shows details about entities such as files, process, services, drives, and IP addresses. The table details such as the number of entities that were analyzed. You'll gain insight into details such as how many are remediated, suspicious, or determined to be clean. - -### Log -Gives a chronological detailed view of all the investigation actions taken on the alert. You'll see the action type, action, status, machine name, description of the action, comments entered by analysts who may have worked on the investigation, execution start time, duration, pending duration. - -As with other sections, you can customize columns, select the number of items to show per page, and filter the log. - -Available filters include action type, action, status, machine name, and description. - -You can also click on an action to bring up the details pane where you'll see information such as the summary of the action and input data. - -### Pending actions history -This tab is only displayed when an investigation is complete and shows all pending actions taken during the investigation. - - -## Pending actions -If there are pending actions on an automated investigation, you'll see a pop up similar to the following image. - -![Image of pending actions](images/pending-actions.png) - -When you click on the pending actions link, you'll be taken to the Action center. You can also navigate to the page from the navigation page by going to **automated investigation** > **Action center**. For more information, see [Action center](auto-investigation-action-center.md). - - -## Related topic -- [Investigate Microsoft Defender ATP alerts](investigate-alerts.md) -- [Manage actions related to automated investigation and remediation](auto-investigation-action-center.md) +[Advanced Hunting](https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-overview) \ No newline at end of file From fe0ac889f6cce95e176a2e8b7d71fa28353073c4 Mon Sep 17 00:00:00 2001 From: Denise Vangel-MSFT Date: Thu, 20 Feb 2020 16:13:58 -0800 Subject: [PATCH 078/108] AIR content updates --- .../auto-investigation-action-center.md | 1 - .../manage-auto-investigation.md | 22 ++++++++++++++----- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/auto-investigation-action-center.md b/windows/security/threat-protection/microsoft-defender-atp/auto-investigation-action-center.md index 50b88498b3..d297b71baf 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/auto-investigation-action-center.md +++ b/windows/security/threat-protection/microsoft-defender-atp/auto-investigation-action-center.md @@ -18,7 +18,6 @@ ms.topic: article # View details and results of automated investigations -When an automated investigation runs, a verdict is generated for each piece of evidence investigated. Verdicts can be *Malicious*, *Suspicious*, or *Clean*. Depending on the type of threat and resulting verdict, remediation actions occur automatically or upon approval by your organization’s security operations team. Pending and completed actions are listed in the Action center ([https://securitycenter.windows.com/action-center](https://securitycenter.windows.com/action-center)) and the Investigations list ([https://securitycenter.windows.com/investigations](https://securitycenter.windows.com/investigations)). diff --git a/windows/security/threat-protection/microsoft-defender-atp/manage-auto-investigation.md b/windows/security/threat-protection/microsoft-defender-atp/manage-auto-investigation.md index 3af42fe74d..04e76fc5f1 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/manage-auto-investigation.md +++ b/windows/security/threat-protection/microsoft-defender-atp/manage-auto-investigation.md @@ -23,18 +23,30 @@ When an automated investigation runs, a verdict is generated for each piece of e As a best practice, make sure to approve (or reject) pending actions as soon as possible. This helps your automated investigations complete in a timely manner. -1. +## Review pending actions +1. Go to the Microsoft Defender Security Center ([https://securitycenter.windows.com](https://securitycenter.windows.com)) and sign in. This takes you to your Security dashboard. -You'll need to manually approve or reject pending actions on each of these categories for the automated actions to proceed. +2. On the Security dashboard, in the navigation pane on the left, choose **Automated investigations** > **Action center**. -Selecting an investigation from any of the categories opens a panel where you can approve or reject the remediation. Other details such as file or service details, investigation details, and alert details are displayed. +3. Review any items on the **Pending** tab. -From the panel, you can click on the Open investigation page link to see the investigation details. + Selecting an investigation from any of the categories opens a panel where you can approve or reject the remediation. Other details such as file or service details, investigation details, and alert details are displayed. From the panel, you can click on the **Open investigation page** link to see the investigation details. -You also have the option of selecting multiple investigations to approve or reject actions on multiple investigations. + You can also select multiple investigations to approve or reject actions on multiple investigations. + +## Review completed actions + +1. Go to the Microsoft Defender Security Center ([https://securitycenter.windows.com](https://securitycenter.windows.com)) and sign in. This takes you to your Security dashboard. + +2. On the Security dashboard, in the navigation pane on the left, choose **Automated investigations** > **Action center**. + +3. Select the **History** tab. (If need be, expand the time period to display more data.) + +4. Select an item to view more details about that remediation action. + ## Related articles [Advanced Hunting](https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-overview) \ No newline at end of file From db84fe31d54897122fb822b17137dc6a5d569e95 Mon Sep 17 00:00:00 2001 From: Denise Vangel-MSFT Date: Thu, 20 Feb 2020 16:26:43 -0800 Subject: [PATCH 079/108] Update index.md --- windows/security/threat-protection/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/windows/security/threat-protection/index.md b/windows/security/threat-protection/index.md index 16ddcac988..fe2f573495 100644 --- a/windows/security/threat-protection/index.md +++ b/windows/security/threat-protection/index.md @@ -100,9 +100,9 @@ Endpoint detection and response capabilities are put in place to detect, investi In conjunction with being able to quickly respond to advanced attacks, Microsoft Defender ATP offers automatic investigation and remediation capabilities that help reduce the volume of alerts in minutes at scale. - [Automated investigation and remediation](microsoft-defender-atp/automated-investigations.md) -- [Threat remediation](microsoft-defender-atp/automated-investigations.md#how-threats-are-remediated) -- [Manage automated investigation](microsoft-defender-atp/manage-auto-investigation.md) -- [Analyze automated investigation](microsoft-defender-atp/manage-auto-investigation.md#analyze-automated-investigations) +- [Overview of automated investigation and remediation](microsoft-defender-atp/automated-investigations.md) +- [View details and results of automated investigations](microsoft-defender-atp/auto-investigation-action-center.md) +- [View and approve remediation actions](microsoft-defender-atp/manage-auto-investigation.md)
    From ded072442e1281303240e523ff7992249814076a Mon Sep 17 00:00:00 2001 From: John Liu <49762389+ShenLanJohn@users.noreply.github.com> Date: Thu, 20 Feb 2020 17:06:08 -0800 Subject: [PATCH 080/108] CAT Auto Pulish for Windows Release Messages - CAT_AutoPublish_20200220162439 (#2097) Co-authored-by: Direesh Kumar Kandakatla --- .../resolved-issues-windows-10-1803.yml | 20 ------------------- .../status-windows-10-1507.yml | 4 ++-- ...indows-10-1607-and-windows-server-2016.yml | 8 ++++---- .../status-windows-10-1709.yml | 8 ++++---- .../status-windows-10-1803.yml | 8 ++++---- ...indows-10-1809-and-windows-server-2019.yml | 8 ++++---- .../status-windows-10-1903.yml | 8 ++++---- .../status-windows-10-1909.yml | 8 ++++---- 8 files changed, 26 insertions(+), 46 deletions(-) diff --git a/windows/release-information/resolved-issues-windows-10-1803.yml b/windows/release-information/resolved-issues-windows-10-1803.yml index c5f045f610..63b5bd826c 100644 --- a/windows/release-information/resolved-issues-windows-10-1803.yml +++ b/windows/release-information/resolved-issues-windows-10-1803.yml @@ -38,8 +38,6 @@ sections:

    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and results print job failure.

    See details >OS Build 17134.1009

    September 23, 2019
    KB4522014Resolved
    KB4520008October 08, 2019
    10:00 AM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) including ChsIME.EXE and ChtIME.EXE, may become unresponsive or may have high CPU usage.

    See details >OS Build 17134.1006

    September 10, 2019
    KB4516058Resolved
    September 19, 2019
    04:08 PM PT
    Notification issue: \"Your device is missing important security and quality fixes.\"
    Some users may have incorrectly received the notification \"Your device is missing important security and quality fixes.\"

    See details >N/A

    Resolved
    September 03, 2019
    12:32 PM PT -
    Devices starting using PXE from a WDS or SCCM servers may fail to start
    Devices that start up using PXE images from Windows Deployment Services (WDS) may fail to start with error \"0xc0000001.\"

    See details >OS Build 17134.829

    June 11, 2019
    KB4503286Resolved
    KB4512509August 19, 2019
    02:00 PM PT -
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    Applications made using VB6, macros using VBA, and VBScript may stop responding and you may receive an error.

    See details >OS Build 17134.950

    August 13, 2019
    KB4512501Resolved
    KB4512509August 19, 2019
    02:00 PM PT " @@ -71,24 +69,6 @@ sections: " -- title: August 2019 -- items: - - type: markdown - text: " - - -
    DetailsOriginating updateStatusHistory
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    After installing KB4512501, applications that were made using Visual Basic 6 (VB6), macros using Visual Basic for Applications (VBA), and scripts or apps using Visual Basic Scripting Edition (VBScript) may stop responding and you may receive an \"invalid procedure call error.\"

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4512509. The ‘optional’ update will be available on Microsoft Update Catalog, Windows Update, Microsoft Update and Windows Server Update Services (WSUS). As with any 'optional' update, you will need to Check for updates to receive KB4512509 and install. For instructions, see Update Windows 10.

    Note Windows Update for Business customers should apply the update via Microsoft Update Catalog or Windows Server Update Services (WSUS).

    Back to top
    OS Build 17134.950

    August 13, 2019
    KB4512501
    Resolved
    KB4512509
    Resolved:
    August 19, 2019
    02:00 PM PT

    Opened:
    August 14, 2019
    03:34 PM PT
    - " - -- title: July 2019 -- items: - - type: markdown - text: " - - -
    DetailsOriginating updateStatusHistory
    Devices starting using PXE from a WDS or SCCM servers may fail to start
    Devices that start up using Preboot Execution Environment (PXE) images from Windows Deployment Services (WDS) or System Center Configuration Manager (SCCM) may fail to start with the error \"Status: 0xc0000001, Info: A required device isn't connected or can't be accessed\" after installing KB4503286 on a WDS server.

    Affected platforms:
    • Server: Windows Server 2008 SP2; Windows Server 2008 R2 SP1; Windows Server 2012; Windows Server 2012 R2; Windows Server 2016; Windows Server, version 1803; Windows Server 2019; Windows Server, version 1809; Windows Server, version 1903
    Resolution: This issue was resolved in KB4512509.

    Back to top
    OS Build 17134.829

    June 11, 2019
    KB4503286
    Resolved
    KB4512509
    Resolved:
    August 19, 2019
    02:00 PM PT

    Opened:
    July 10, 2019
    02:51 PM PT
    - " - - title: June 2019 - items: - type: markdown diff --git a/windows/release-information/status-windows-10-1507.yml b/windows/release-information/status-windows-10-1507.yml index 50e384face..9c9ab15b4e 100644 --- a/windows/release-information/status-windows-10-1507.yml +++ b/windows/release-information/status-windows-10-1507.yml @@ -60,7 +60,7 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - +
    SummaryOriginating updateStatusLast updated
    You might encounter issues with KB4502496
    You might encounter issues trying to install or after installing KB4502496

    See details >
    N/A
    February 11, 2019
    KB4502496
    Mitigated
    February 15, 2020
    01:22 AM PT
    You might encounter issues with KB4502496
    You might encounter issues trying to install or after installing KB4502496

    See details >
    N/A
    February 11, 2020
    KB4502496
    Mitigated
    February 15, 2020
    01:22 AM PT
    TLS connections might fail or timeout
    Transport Layer Security (TLS) connections might fail or timeout when connecting or attempting a resumption.

    See details >
    OS Build 10240.18368

    October 08, 2019
    KB4520011
    Mitigated External
    November 05, 2019
    03:36 PM PT
    Certain operations performed on a Cluster Shared Volume may fail
    Operations performed on files or folders on a CSV may fail with the error: STATUS_BAD_IMPERSONATION_LEVEL (0xC00000A5).

    See details >
    OS Build 10240.18094

    January 08, 2019
    KB4480962
    Mitigated
    April 25, 2019
    02:00 PM PT
    @@ -78,7 +78,7 @@ sections: - type: markdown text: " - +
    DetailsOriginating updateStatusHistory
    You might encounter issues with KB4502496
    You might encounter issues trying to install or after installing KB4502496.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4502496) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4502496 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4502496
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4502496
    You might encounter issues trying to install or after installing KB4502496.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4502496) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4502496 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2020
    KB4502496
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    " diff --git a/windows/release-information/status-windows-10-1607-and-windows-server-2016.yml b/windows/release-information/status-windows-10-1607-and-windows-server-2016.yml index ad5f5d081d..a70457e0ab 100644 --- a/windows/release-information/status-windows-10-1607-and-windows-server-2016.yml +++ b/windows/release-information/status-windows-10-1607-and-windows-server-2016.yml @@ -60,8 +60,8 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - - + + @@ -81,8 +81,8 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusLast updated
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    Windows may not start on certain Lenovo and Fujitsu laptops with less than 8GB of RAM
    Windows may fail to start on certain Lenovo and Fujitsu laptops that have less than 8 GB of RAM.

    See details >
    OS Build 14393.2608

    November 13, 2018
    KB4467691
    Resolved External
    January 23, 2020
    02:08 PM PT
    TLS connections might fail or timeout
    Transport Layer Security (TLS) connections might fail or timeout when connecting or attempting a resumption.

    See details >
    OS Build 14393.3274

    October 08, 2019
    KB4519998
    Mitigated External
    November 05, 2019
    03:36 PM PT
    Certain operations performed on a Cluster Shared Volume may fail
    Operations performed on files or folders on a CSV may fail with the error: STATUS_BAD_IMPERSONATION_LEVEL (0xC00000A5).

    See details >
    OS Build 14393.2724

    January 08, 2019
    KB4480961
    Mitigated
    April 25, 2019
    02:00 PM PT
    - - + +
    DetailsOriginating updateStatusHistory
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    " diff --git a/windows/release-information/status-windows-10-1709.yml b/windows/release-information/status-windows-10-1709.yml index b0ee5c7ec5..de65b88d9b 100644 --- a/windows/release-information/status-windows-10-1709.yml +++ b/windows/release-information/status-windows-10-1709.yml @@ -60,8 +60,8 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - - + + @@ -80,8 +80,8 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusLast updated
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    Unable to create local users in Chinese, Japanese and Korean during device setup
    You might be unable to create users in Chinese, Japanese and Korean using Input Method Editor (IME) during OOBE.

    See details >
    OS Build 16299.1387

    September 10, 2019
    KB4516066
    Resolved
    KB4534318
    January 23, 2020
    02:00 PM PT
    TLS connections might fail or timeout
    Transport Layer Security (TLS) connections might fail or timeout when connecting or attempting a resumption.

    See details >
    OS Build 16299.1451

    October 08, 2019
    KB4520004
    Mitigated External
    November 05, 2019
    03:36 PM PT
    Certain operations performed on a Cluster Shared Volume may fail
    Operations performed on files or folders on a CSV may fail with the error: STATUS_BAD_IMPERSONATION_LEVEL (0xC00000A5).

    See details >
    OS Build 16299.904

    January 08, 2019
    KB4480978
    Mitigated
    April 25, 2019
    02:00 PM PT
    - - + +
    DetailsOriginating updateStatusHistory
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    " diff --git a/windows/release-information/status-windows-10-1803.yml b/windows/release-information/status-windows-10-1803.yml index f390bca9da..db738bc8ee 100644 --- a/windows/release-information/status-windows-10-1803.yml +++ b/windows/release-information/status-windows-10-1803.yml @@ -64,8 +64,8 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - - + + @@ -84,8 +84,8 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusLast updated
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    Unable to create local users in Chinese, Japanese and Korean during device setup
    You might be unable to create users in Chinese, Japanese and Korean using Input Method Editor (IME) during OOBE.

    See details >
    OS Build 17134.1006

    September 10, 2019
    KB4516058
    Resolved
    KB4534308
    January 23, 2020
    02:00 PM PT
    TLS connections might fail or timeout
    Transport Layer Security (TLS) connections might fail or timeout when connecting or attempting a resumption.

    See details >
    OS Build 17134.1069

    October 08, 2019
    KB4520008
    Mitigated External
    November 05, 2019
    03:36 PM PT
    Certain operations performed on a Cluster Shared Volume may fail
    Operations performed on files or folders on a CSV may fail with the error: STATUS_BAD_IMPERSONATION_LEVEL (0xC00000A5).

    See details >
    OS Build 17134.523

    January 08, 2019
    KB4480966
    Mitigated
    April 25, 2019
    02:00 PM PT
    - - + +
    DetailsOriginating updateStatusHistory
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    " diff --git a/windows/release-information/status-windows-10-1809-and-windows-server-2019.yml b/windows/release-information/status-windows-10-1809-and-windows-server-2019.yml index da6e037493..b1fc3e7ceb 100644 --- a/windows/release-information/status-windows-10-1809-and-windows-server-2019.yml +++ b/windows/release-information/status-windows-10-1809-and-windows-server-2019.yml @@ -64,8 +64,8 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - - + + @@ -85,8 +85,8 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusLast updated
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    Unable to create local users in Chinese, Japanese and Korean during device setup
    You might be unable to create users in Chinese, Japanese and Korean using Input Method Editor (IME) during OOBE.

    See details >
    OS Build 17763.737

    September 10, 2019
    KB4512578
    Resolved
    KB4534321
    January 23, 2020
    02:00 PM PT
    TLS connections might fail or timeout
    Transport Layer Security (TLS) connections might fail or timeout when connecting or attempting a resumption.

    See details >
    OS Build 17763.805

    October 08, 2019
    KB4519338
    Mitigated External
    November 05, 2019
    03:36 PM PT
    Devices with some Asian language packs installed may receive an error
    Devices with Asian language packs installed may receive the error, \"0x800f0982 - PSFX_E_MATCHING_COMPONENT_NOT_FOUND.\"

    See details >
    OS Build 17763.437

    April 09, 2019
    KB4493509
    Mitigated
    May 03, 2019
    10:59 AM PT
    - - + +
    DetailsOriginating updateStatusHistory
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    " diff --git a/windows/release-information/status-windows-10-1903.yml b/windows/release-information/status-windows-10-1903.yml index 4b98890fff..4fe4e28478 100644 --- a/windows/release-information/status-windows-10-1903.yml +++ b/windows/release-information/status-windows-10-1903.yml @@ -64,8 +64,8 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - - + +
    SummaryOriginating updateStatusLast updated
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    Issues with some older versions of Avast and AVG anti-virus products
    Microsoft and Avast has identified compatibility issues with some versions of Avast and AVG Antivirus.

    See details >
    N/A

    Mitigated External
    November 25, 2019
    05:25 PM PT
    TLS connections might fail or timeout
    Transport Layer Security (TLS) connections might fail or timeout when connecting or attempting a resumption.

    See details >
    OS Build 18362.418

    October 08, 2019
    KB4517389
    Mitigated External
    November 05, 2019
    03:36 PM PT
    @@ -83,8 +83,8 @@ sections: - type: markdown text: " - - + +
    DetailsOriginating updateStatusHistory
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    " diff --git a/windows/release-information/status-windows-10-1909.yml b/windows/release-information/status-windows-10-1909.yml index 355ff2a8c2..6029fe13f7 100644 --- a/windows/release-information/status-windows-10-1909.yml +++ b/windows/release-information/status-windows-10-1909.yml @@ -64,8 +64,8 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - - + +
    SummaryOriginating updateStatusLast updated
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    Issues with some older versions of Avast and AVG anti-virus products
    Microsoft and Avast has identified compatibility issues with some versions of Avast and AVG Antivirus.

    See details >
    N/A

    Mitigated External
    November 25, 2019
    05:25 PM PT
    " @@ -82,8 +82,8 @@ sections: - type: markdown text: " - - + +
    DetailsOriginating updateStatusHistory
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    " From cf721652c02613fb3d279346f93a7d61da0490f1 Mon Sep 17 00:00:00 2001 From: John Liu <49762389+ShenLanJohn@users.noreply.github.com> Date: Thu, 20 Feb 2020 17:25:55 -0800 Subject: [PATCH 081/108] CAT Auto Pulish for Windows Release Messages - CAT_AutoPublish_20200220162439 (#2097) (#2098) Co-authored-by: Direesh Kumar Kandakatla Co-authored-by: Direesh Kumar Kandakatla --- .../resolved-issues-windows-10-1803.yml | 20 ------------------- .../status-windows-10-1507.yml | 4 ++-- ...indows-10-1607-and-windows-server-2016.yml | 8 ++++---- .../status-windows-10-1709.yml | 8 ++++---- .../status-windows-10-1803.yml | 8 ++++---- ...indows-10-1809-and-windows-server-2019.yml | 8 ++++---- .../status-windows-10-1903.yml | 8 ++++---- .../status-windows-10-1909.yml | 8 ++++---- 8 files changed, 26 insertions(+), 46 deletions(-) diff --git a/windows/release-information/resolved-issues-windows-10-1803.yml b/windows/release-information/resolved-issues-windows-10-1803.yml index c5f045f610..63b5bd826c 100644 --- a/windows/release-information/resolved-issues-windows-10-1803.yml +++ b/windows/release-information/resolved-issues-windows-10-1803.yml @@ -38,8 +38,6 @@ sections:
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and results print job failure.

    See details >OS Build 17134.1009

    September 23, 2019
    KB4522014Resolved
    KB4520008October 08, 2019
    10:00 AM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) including ChsIME.EXE and ChtIME.EXE, may become unresponsive or may have high CPU usage.

    See details >OS Build 17134.1006

    September 10, 2019
    KB4516058Resolved
    September 19, 2019
    04:08 PM PT
    Notification issue: \"Your device is missing important security and quality fixes.\"
    Some users may have incorrectly received the notification \"Your device is missing important security and quality fixes.\"

    See details >N/A

    Resolved
    September 03, 2019
    12:32 PM PT -
    Devices starting using PXE from a WDS or SCCM servers may fail to start
    Devices that start up using PXE images from Windows Deployment Services (WDS) may fail to start with error \"0xc0000001.\"

    See details >OS Build 17134.829

    June 11, 2019
    KB4503286Resolved
    KB4512509August 19, 2019
    02:00 PM PT -
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    Applications made using VB6, macros using VBA, and VBScript may stop responding and you may receive an error.

    See details >OS Build 17134.950

    August 13, 2019
    KB4512501Resolved
    KB4512509August 19, 2019
    02:00 PM PT " @@ -71,24 +69,6 @@ sections: " -- title: August 2019 -- items: - - type: markdown - text: " - - -
    DetailsOriginating updateStatusHistory
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    After installing KB4512501, applications that were made using Visual Basic 6 (VB6), macros using Visual Basic for Applications (VBA), and scripts or apps using Visual Basic Scripting Edition (VBScript) may stop responding and you may receive an \"invalid procedure call error.\"

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4512509. The ‘optional’ update will be available on Microsoft Update Catalog, Windows Update, Microsoft Update and Windows Server Update Services (WSUS). As with any 'optional' update, you will need to Check for updates to receive KB4512509 and install. For instructions, see Update Windows 10.

    Note Windows Update for Business customers should apply the update via Microsoft Update Catalog or Windows Server Update Services (WSUS).

    Back to top
    OS Build 17134.950

    August 13, 2019
    KB4512501
    Resolved
    KB4512509
    Resolved:
    August 19, 2019
    02:00 PM PT

    Opened:
    August 14, 2019
    03:34 PM PT
    - " - -- title: July 2019 -- items: - - type: markdown - text: " - - -
    DetailsOriginating updateStatusHistory
    Devices starting using PXE from a WDS or SCCM servers may fail to start
    Devices that start up using Preboot Execution Environment (PXE) images from Windows Deployment Services (WDS) or System Center Configuration Manager (SCCM) may fail to start with the error \"Status: 0xc0000001, Info: A required device isn't connected or can't be accessed\" after installing KB4503286 on a WDS server.

    Affected platforms:
    • Server: Windows Server 2008 SP2; Windows Server 2008 R2 SP1; Windows Server 2012; Windows Server 2012 R2; Windows Server 2016; Windows Server, version 1803; Windows Server 2019; Windows Server, version 1809; Windows Server, version 1903
    Resolution: This issue was resolved in KB4512509.

    Back to top
    OS Build 17134.829

    June 11, 2019
    KB4503286
    Resolved
    KB4512509
    Resolved:
    August 19, 2019
    02:00 PM PT

    Opened:
    July 10, 2019
    02:51 PM PT
    - " - - title: June 2019 - items: - type: markdown diff --git a/windows/release-information/status-windows-10-1507.yml b/windows/release-information/status-windows-10-1507.yml index 50e384face..9c9ab15b4e 100644 --- a/windows/release-information/status-windows-10-1507.yml +++ b/windows/release-information/status-windows-10-1507.yml @@ -60,7 +60,7 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - +
    SummaryOriginating updateStatusLast updated
    You might encounter issues with KB4502496
    You might encounter issues trying to install or after installing KB4502496

    See details >
    N/A
    February 11, 2019
    KB4502496
    Mitigated
    February 15, 2020
    01:22 AM PT
    You might encounter issues with KB4502496
    You might encounter issues trying to install or after installing KB4502496

    See details >
    N/A
    February 11, 2020
    KB4502496
    Mitigated
    February 15, 2020
    01:22 AM PT
    TLS connections might fail or timeout
    Transport Layer Security (TLS) connections might fail or timeout when connecting or attempting a resumption.

    See details >
    OS Build 10240.18368

    October 08, 2019
    KB4520011
    Mitigated External
    November 05, 2019
    03:36 PM PT
    Certain operations performed on a Cluster Shared Volume may fail
    Operations performed on files or folders on a CSV may fail with the error: STATUS_BAD_IMPERSONATION_LEVEL (0xC00000A5).

    See details >
    OS Build 10240.18094

    January 08, 2019
    KB4480962
    Mitigated
    April 25, 2019
    02:00 PM PT
    @@ -78,7 +78,7 @@ sections: - type: markdown text: " - +
    DetailsOriginating updateStatusHistory
    You might encounter issues with KB4502496
    You might encounter issues trying to install or after installing KB4502496.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4502496) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4502496 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4502496
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4502496
    You might encounter issues trying to install or after installing KB4502496.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4502496) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4502496 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2020
    KB4502496
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    " diff --git a/windows/release-information/status-windows-10-1607-and-windows-server-2016.yml b/windows/release-information/status-windows-10-1607-and-windows-server-2016.yml index ad5f5d081d..a70457e0ab 100644 --- a/windows/release-information/status-windows-10-1607-and-windows-server-2016.yml +++ b/windows/release-information/status-windows-10-1607-and-windows-server-2016.yml @@ -60,8 +60,8 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - - + + @@ -81,8 +81,8 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusLast updated
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    Windows may not start on certain Lenovo and Fujitsu laptops with less than 8GB of RAM
    Windows may fail to start on certain Lenovo and Fujitsu laptops that have less than 8 GB of RAM.

    See details >
    OS Build 14393.2608

    November 13, 2018
    KB4467691
    Resolved External
    January 23, 2020
    02:08 PM PT
    TLS connections might fail or timeout
    Transport Layer Security (TLS) connections might fail or timeout when connecting or attempting a resumption.

    See details >
    OS Build 14393.3274

    October 08, 2019
    KB4519998
    Mitigated External
    November 05, 2019
    03:36 PM PT
    Certain operations performed on a Cluster Shared Volume may fail
    Operations performed on files or folders on a CSV may fail with the error: STATUS_BAD_IMPERSONATION_LEVEL (0xC00000A5).

    See details >
    OS Build 14393.2724

    January 08, 2019
    KB4480961
    Mitigated
    April 25, 2019
    02:00 PM PT
    - - + +
    DetailsOriginating updateStatusHistory
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    " diff --git a/windows/release-information/status-windows-10-1709.yml b/windows/release-information/status-windows-10-1709.yml index b0ee5c7ec5..de65b88d9b 100644 --- a/windows/release-information/status-windows-10-1709.yml +++ b/windows/release-information/status-windows-10-1709.yml @@ -60,8 +60,8 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - - + + @@ -80,8 +80,8 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusLast updated
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    Unable to create local users in Chinese, Japanese and Korean during device setup
    You might be unable to create users in Chinese, Japanese and Korean using Input Method Editor (IME) during OOBE.

    See details >
    OS Build 16299.1387

    September 10, 2019
    KB4516066
    Resolved
    KB4534318
    January 23, 2020
    02:00 PM PT
    TLS connections might fail or timeout
    Transport Layer Security (TLS) connections might fail or timeout when connecting or attempting a resumption.

    See details >
    OS Build 16299.1451

    October 08, 2019
    KB4520004
    Mitigated External
    November 05, 2019
    03:36 PM PT
    Certain operations performed on a Cluster Shared Volume may fail
    Operations performed on files or folders on a CSV may fail with the error: STATUS_BAD_IMPERSONATION_LEVEL (0xC00000A5).

    See details >
    OS Build 16299.904

    January 08, 2019
    KB4480978
    Mitigated
    April 25, 2019
    02:00 PM PT
    - - + +
    DetailsOriginating updateStatusHistory
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    " diff --git a/windows/release-information/status-windows-10-1803.yml b/windows/release-information/status-windows-10-1803.yml index f390bca9da..db738bc8ee 100644 --- a/windows/release-information/status-windows-10-1803.yml +++ b/windows/release-information/status-windows-10-1803.yml @@ -64,8 +64,8 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - - + + @@ -84,8 +84,8 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusLast updated
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    Unable to create local users in Chinese, Japanese and Korean during device setup
    You might be unable to create users in Chinese, Japanese and Korean using Input Method Editor (IME) during OOBE.

    See details >
    OS Build 17134.1006

    September 10, 2019
    KB4516058
    Resolved
    KB4534308
    January 23, 2020
    02:00 PM PT
    TLS connections might fail or timeout
    Transport Layer Security (TLS) connections might fail or timeout when connecting or attempting a resumption.

    See details >
    OS Build 17134.1069

    October 08, 2019
    KB4520008
    Mitigated External
    November 05, 2019
    03:36 PM PT
    Certain operations performed on a Cluster Shared Volume may fail
    Operations performed on files or folders on a CSV may fail with the error: STATUS_BAD_IMPERSONATION_LEVEL (0xC00000A5).

    See details >
    OS Build 17134.523

    January 08, 2019
    KB4480966
    Mitigated
    April 25, 2019
    02:00 PM PT
    - - + +
    DetailsOriginating updateStatusHistory
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    " diff --git a/windows/release-information/status-windows-10-1809-and-windows-server-2019.yml b/windows/release-information/status-windows-10-1809-and-windows-server-2019.yml index da6e037493..b1fc3e7ceb 100644 --- a/windows/release-information/status-windows-10-1809-and-windows-server-2019.yml +++ b/windows/release-information/status-windows-10-1809-and-windows-server-2019.yml @@ -64,8 +64,8 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - - + + @@ -85,8 +85,8 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusLast updated
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    Unable to create local users in Chinese, Japanese and Korean during device setup
    You might be unable to create users in Chinese, Japanese and Korean using Input Method Editor (IME) during OOBE.

    See details >
    OS Build 17763.737

    September 10, 2019
    KB4512578
    Resolved
    KB4534321
    January 23, 2020
    02:00 PM PT
    TLS connections might fail or timeout
    Transport Layer Security (TLS) connections might fail or timeout when connecting or attempting a resumption.

    See details >
    OS Build 17763.805

    October 08, 2019
    KB4519338
    Mitigated External
    November 05, 2019
    03:36 PM PT
    Devices with some Asian language packs installed may receive an error
    Devices with Asian language packs installed may receive the error, \"0x800f0982 - PSFX_E_MATCHING_COMPONENT_NOT_FOUND.\"

    See details >
    OS Build 17763.437

    April 09, 2019
    KB4493509
    Mitigated
    May 03, 2019
    10:59 AM PT
    - - + +
    DetailsOriginating updateStatusHistory
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    " diff --git a/windows/release-information/status-windows-10-1903.yml b/windows/release-information/status-windows-10-1903.yml index 4b98890fff..4fe4e28478 100644 --- a/windows/release-information/status-windows-10-1903.yml +++ b/windows/release-information/status-windows-10-1903.yml @@ -64,8 +64,8 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - - + +
    SummaryOriginating updateStatusLast updated
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    Issues with some older versions of Avast and AVG anti-virus products
    Microsoft and Avast has identified compatibility issues with some versions of Avast and AVG Antivirus.

    See details >
    N/A

    Mitigated External
    November 25, 2019
    05:25 PM PT
    TLS connections might fail or timeout
    Transport Layer Security (TLS) connections might fail or timeout when connecting or attempting a resumption.

    See details >
    OS Build 18362.418

    October 08, 2019
    KB4517389
    Mitigated External
    November 05, 2019
    03:36 PM PT
    @@ -83,8 +83,8 @@ sections: - type: markdown text: " - - + +
    DetailsOriginating updateStatusHistory
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    " diff --git a/windows/release-information/status-windows-10-1909.yml b/windows/release-information/status-windows-10-1909.yml index 355ff2a8c2..6029fe13f7 100644 --- a/windows/release-information/status-windows-10-1909.yml +++ b/windows/release-information/status-windows-10-1909.yml @@ -64,8 +64,8 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - - + +
    SummaryOriginating updateStatusLast updated
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    “Reset this PC” feature might fail
    “Reset this PC” feature is also called “Push Button Reset” or PBR.

    See details >
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244

    See details >
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    February 15, 2020
    01:22 AM PT
    Issues with some older versions of Avast and AVG anti-virus products
    Microsoft and Avast has identified compatibility issues with some versions of Avast and AVG Antivirus.

    See details >
    N/A

    Mitigated External
    November 25, 2019
    05:25 PM PT
    " @@ -82,8 +82,8 @@ sections: - type: markdown text: " - - + +
    DetailsOriginating updateStatusHistory
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2019
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    “Reset this PC” feature might fail
    Using the “Reset this PC” feature, also called “Push Button Reset” or PBR, might fail. You might restart into recovery with “Choose an option” at the top of the screen with various options or you might restart to your desktop and receive the error “There was a problem resetting your PC”.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Workaround: The standalone security update, KB4524244 has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Update (LCU), Monthly Rollup or Security Only update.

    If you have installed this update and are experiencing this issue, the following steps should allow you to reset your device:
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
    5. Upon restart use the “Reset this PC” feature and you should not encounter this issue.

    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    You might encounter issues with KB4524244
    You might encounter issues trying to install or after installing KB4524244.

    Affected platforms:
    • Client: Windows 10, version 1909; Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1
    • Server: Windows Server, version 1909; Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012
    Workaround: To help a sub-set of affected devices, the standalone security update (KB4524244) has been removed and will not re-offered from Windows Update, Windows Server Update Services (WSUS) or Microsoft Update Catalog. Note This does not affect any other update, including Latest Cumulative Updates (LCUs), Monthly Rollups or Security Only updates.

    If this update is installed and you are experiencing issues, you can uninstall this update.
    1. Select the start button or Windows Desktop Search and type update history and select View your Update history.
    2. On the Settings/View update history dialog window, Select Uninstall Updates.
    3. On the Installed Updates dialog window, find and select KB4524244 and select the Uninstall button.
    4. Restart your device.
     
    Next steps: We are working on an improved version of this update in coordination with our partners and will release it in a future update.

    Back to top
    N/A
    February 11, 2020
    KB4524244
    Mitigated
    Last updated:
    February 15, 2020
    01:22 AM PT

    Opened:
    February 15, 2020
    12:02 AM PT
    " From dbb3f3d6257c36a4371bc364cee389c993a8f9e9 Mon Sep 17 00:00:00 2001 From: MaratMussabekov <48041687+MaratMussabekov@users.noreply.github.com> Date: Fri, 21 Feb 2020 12:03:21 +0500 Subject: [PATCH 082/108] Update surface-hub-update-history.md --- devices/surface-hub/surface-hub-update-history.md | 1 - 1 file changed, 1 deletion(-) diff --git a/devices/surface-hub/surface-hub-update-history.md b/devices/surface-hub/surface-hub-update-history.md index 5d6989d80b..50af49ec5c 100644 --- a/devices/surface-hub/surface-hub-update-history.md +++ b/devices/surface-hub/surface-hub-update-history.md @@ -530,7 +530,6 @@ This update to the Surface Hub includes quality improvements and security fixes. ## Related topics -* [Windows 10 feature roadmap](https://go.microsoft.com/fwlink/p/?LinkId=785967) * [Windows 10 release information](https://go.microsoft.com/fwlink/p/?LinkId=724328) * [Windows 10 November update: FAQ](https://windows.microsoft.com/windows-10/windows-update-faq) * [Microsoft Surface update history](https://go.microsoft.com/fwlink/p/?LinkId=724327) From b2cf8944da6adb8d07452383625eceefda24745d Mon Sep 17 00:00:00 2001 From: MaratMussabekov <48041687+MaratMussabekov@users.noreply.github.com> Date: Fri, 21 Feb 2020 16:34:31 +0500 Subject: [PATCH 083/108] Update audit-filtering-platform-policy-change.md --- .../auditing/audit-filtering-platform-policy-change.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/windows/security/threat-protection/auditing/audit-filtering-platform-policy-change.md b/windows/security/threat-protection/auditing/audit-filtering-platform-policy-change.md index 4103970aa4..204a9b6320 100644 --- a/windows/security/threat-protection/auditing/audit-filtering-platform-policy-change.md +++ b/windows/security/threat-protection/auditing/audit-filtering-platform-policy-change.md @@ -32,14 +32,6 @@ Audit Filtering Platform Policy Change allows you to audit events generated by c Windows Filtering Platform (WFP) enables independent software vendors (ISVs) to filter and modify TCP/IP packets, monitor or authorize connections, filter Internet Protocol security (IPsec)-protected traffic, and filter remote procedure calls (RPCs). -This subcategory is outside the scope of this document. - -| Computer Type | General Success | General Failure | Stronger Success | Stronger Failure | Comments | -|-------------------|-----------------|-----------------|------------------|------------------|---------------------------------------------------------| -| Domain Controller | - | - | - | - | This subcategory is outside the scope of this document. | -| Member Server | - | - | - | - | This subcategory is outside the scope of this document. | -| Workstation | - | - | - | - | This subcategory is outside the scope of this document. | - - 4709(S): IPsec Services was started. - 4710(S): IPsec Services was disabled. From d8e3e0e9bf6ebbdb4e3c67cf2bfc4714069f40d1 Mon Sep 17 00:00:00 2001 From: Evan Miller Date: Fri, 21 Feb 2020 08:45:17 -0800 Subject: [PATCH 084/108] Updating autopilot mail to be accurate HoloLens AutoPilot Preview ; != hlappreview@service.microsoft.com @scooley --- devices/hololens/hololens-insider.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/hololens/hololens-insider.md b/devices/hololens/hololens-insider.md index 3d8c8eb80a..c5b4546772 100644 --- a/devices/hololens/hololens-insider.md +++ b/devices/hololens/hololens-insider.md @@ -61,7 +61,7 @@ Here's a quick summary of what's new: - Support for FIDO2 Security Keys to enable secure and easy authentication for shared devices - Seamlessly apply a provisioning package from a USB drive to your HoloLens - Use a provisioning packages to enroll your HoloLens to your Mobile Device Management system -- Use Windows AutoPilot to set up and pre-configure new devices, quickly getting them ready for productive use. Send a note to hlappreview@service.microsoft.com to join the preview. +- Use Windows AutoPilot to set up and pre-configure new devices, quickly getting them ready for productive use. Send a note to hlappreview@microsoft.com to join the preview. - Dark Mode - many Windows apps support both dark and light modes, and now HoloLens customers can choose the default mode for apps that support both color schemes! Based on customer feedback, with this update we are setting the default app mode to "dark," but you can easily change this setting at any time. Navigate to Settings > System > Colors to find "Choose your default app mode." - Support for additional system voice commands - Hand Tracking improvements to reduce the tendency to close the index finger when pointing. This should make button pressing and 2D slate usage feel more accurate From e3ba16ab264549a99b7f2f5fe251cc55df48010b Mon Sep 17 00:00:00 2001 From: Denise Vangel-MSFT Date: Fri, 21 Feb 2020 09:07:07 -0800 Subject: [PATCH 085/108] Update index.md --- windows/security/threat-protection/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/windows/security/threat-protection/index.md b/windows/security/threat-protection/index.md index fe2f573495..968151ac71 100644 --- a/windows/security/threat-protection/index.md +++ b/windows/security/threat-protection/index.md @@ -100,7 +100,6 @@ Endpoint detection and response capabilities are put in place to detect, investi In conjunction with being able to quickly respond to advanced attacks, Microsoft Defender ATP offers automatic investigation and remediation capabilities that help reduce the volume of alerts in minutes at scale. - [Automated investigation and remediation](microsoft-defender-atp/automated-investigations.md) -- [Overview of automated investigation and remediation](microsoft-defender-atp/automated-investigations.md) - [View details and results of automated investigations](microsoft-defender-atp/auto-investigation-action-center.md) - [View and approve remediation actions](microsoft-defender-atp/manage-auto-investigation.md) @@ -147,4 +146,4 @@ Integrate Microsoft Defender Advanced Threat Protection into your existing workf **[Microsoft Threat Protection](https://docs.microsoft.com/microsoft-365/security/mtp/microsoft-threat-protection)**
    - With Microsoft Threat Protection, Microsoft Defender ATP and various Microsoft security solutions form a unified pre- and post-breach enterprise defense suite that natively integrates across endpoint, identity, email, and applications to detect, prevent, investigate and automatically respond to sophisticated attacks. \ No newline at end of file + With Microsoft Threat Protection, Microsoft Defender ATP and various Microsoft security solutions form a unified pre- and post-breach enterprise defense suite that natively integrates across endpoint, identity, email, and applications to detect, prevent, investigate and automatically respond to sophisticated attacks. From 6c2448aa4717a09b17b96e9c443d1ccf83462536 Mon Sep 17 00:00:00 2001 From: Beth Levin Date: Fri, 21 Feb 2020 09:53:09 -0800 Subject: [PATCH 086/108] no more secure score --- .openpublishing.redirection.json | 12 +- windows/security/threat-protection/TOC.md | 5 - windows/security/threat-protection/index.md | 12 +- .../advanced-features.md | 1 - .../configure-email-notifications.md | 1 - .../data-retention-settings.md | 1 - .../enable-secure-score.md | 2 +- .../machines-view-overview.md | 2 +- ...oft-defender-advanced-threat-protection.md | 6 +- .../microsoft-defender-atp/oldTOC.txt | 6 - .../microsoft-defender-atp/onboard.md | 1 - .../microsoft-defender-atp/overview.md | 2 +- .../microsoft-defender-atp/portal-overview.md | 2 +- .../microsoft-defender-atp/product-brief.md | 15 +- .../secure-score-dashboard.md | 315 ------------------ .../security-operations-dashboard.md | 2 +- .../threat-and-vuln-mgt-scenarios.md | 3 +- .../microsoft-defender-atp/tvm-remediation.md | 8 +- .../microsoft-defender-atp/use.md | 4 +- .../why-use-microsoft-antivirus.md | 2 +- 20 files changed, 41 insertions(+), 361 deletions(-) delete mode 100644 windows/security/threat-protection/microsoft-defender-atp/secure-score-dashboard.md diff --git a/.openpublishing.redirection.json b/.openpublishing.redirection.json index 8012e7c7c5..1e5f3dcc03 100644 --- a/.openpublishing.redirection.json +++ b/.openpublishing.redirection.json @@ -1729,7 +1729,17 @@ { "source_path": "windows/security/threat-protection/windows-defender-atp/microsoft-defender-atp/overview-secure-score.md", "redirect_url": "https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/configuration-score", -"redirect_document_id": true +"redirect_document_id": false +}, +{ +"source_path": "windows/security/threat-protection/windows-defender-atp/microsoft-defender-atp/secure-score-dashboard.md", +"redirect_url": "https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/configuration-score", +"redirect_document_id": false +}, +{ +"source_path": "windows/security/threat-protection/windows-defender-atp/microsoft-defender-atp/enable-secure-score.md", +"redirect_url": "https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/configuration-score", +"redirect_document_id": false }, { "source_path": "windows/security/threat-protection/windows-defender-atp/partner-applications.md", diff --git a/windows/security/threat-protection/TOC.md b/windows/security/threat-protection/TOC.md index c969d4994f..6ae84d007a 100644 --- a/windows/security/threat-protection/TOC.md +++ b/windows/security/threat-protection/TOC.md @@ -108,7 +108,6 @@ #### [Use the automated investigation and remediation dashboard](microsoft-defender-atp/manage-auto-investigation.md) #### [Manage actions related to automated investigation and remediation](microsoft-defender-atp/auto-investigation-action-center.md) -### [Secure score](microsoft-defender-atp/overview-secure-score.md) ### [Threat analytics](microsoft-defender-atp/threat-analytics.md) ### [Advanced hunting]() @@ -342,9 +341,6 @@ #### [Privacy](microsoft-defender-atp/mac-privacy.md) #### [Resources](microsoft-defender-atp/mac-resources.md) - -### [Configure Secure score dashboard security controls](microsoft-defender-atp/secure-score-dashboard.md) - ### [Configure and manage Microsoft Threat Experts capabilities](microsoft-defender-atp/configure-microsoft-threat-experts.md) ### [Management and API support]() @@ -561,7 +557,6 @@ #### [Update data retention settings](microsoft-defender-atp/data-retention-settings.md) #### [Configure alert notifications](microsoft-defender-atp/configure-email-notifications.md) #### [Enable and create Power BI reports using Windows Defender Security center data](microsoft-defender-atp/powerbi-reports.md) -#### [Enable Secure score security controls](microsoft-defender-atp/enable-secure-score.md) #### [Configure advanced features](microsoft-defender-atp/advanced-features.md) ### [Permissions]() diff --git a/windows/security/threat-protection/index.md b/windows/security/threat-protection/index.md index 16ddcac988..fe37c119b1 100644 --- a/windows/security/threat-protection/index.md +++ b/windows/security/threat-protection/index.md @@ -1,7 +1,7 @@ --- title: Threat Protection (Windows 10) description: Learn how Microsoft Defender ATP helps protect against threats. -keywords: threat protection, Microsoft Defender Advanced Threat Protection, attack surface reduction, next generation protection, endpoint detection and response, automated investigation and response, microsoft threat experts, secure score, advanced hunting, cyber threat hunting, web threat protection +keywords: threat protection, Microsoft Defender Advanced Threat Protection, attack surface reduction, next generation protection, endpoint detection and response, automated investigation and response, microsoft threat experts, configuration score, advanced hunting, cyber threat hunting, web threat protection search.product: eADQiWindows 10XVcnh ms.prod: w10 ms.mktglfcycl: deploy @@ -106,14 +106,12 @@ In conjunction with being able to quickly respond to advanced attacks, Microsoft -**[Secure score](microsoft-defender-atp/overview-secure-score.md)**
    +**[Configuration Score](microsoft-defender-atp/configuration-score.md)**
    >[!NOTE] -> Secure score is now part of [Threat & Vulnerability Management](microsoft-defender-atp/next-gen-threat-and-vuln-mgt.md) as [Configuration score](microsoft-defender-atp/configuration-score.md). The secure score page will be available for a few weeks. View the [Secure score](https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/overview-secure-score) page. +> Secure score is now part of [Threat & Vulnerability Management](microsoft-defender-atp/next-gen-threat-and-vuln-mgt.md) as [Configuration score](microsoft-defender-atp/configuration-score.md). -Microsoft Defender ATP includes a secure score to help you dynamically assess the security state of your enterprise network, identify unprotected systems, and take recommended actions to improve the overall security of your organization. -- [Asset inventory](microsoft-defender-atp/secure-score-dashboard.md) -- [Recommended improvement actions](microsoft-defender-atp/secure-score-dashboard.md) -- [Secure score](microsoft-defender-atp/overview-secure-score.md) +Microsoft Defender ATP includes a configuration score to help you dynamically assess the security state of your enterprise network, identify unprotected systems, and take recommended actions to improve the overall security of your organization. +- [Configuration score](microsoft-defender-atp/configuration-score.md) - [Threat analytics](microsoft-defender-atp/threat-analytics.md) diff --git a/windows/security/threat-protection/microsoft-defender-atp/advanced-features.md b/windows/security/threat-protection/microsoft-defender-atp/advanced-features.md index 4b41111aaa..2326198e30 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/advanced-features.md +++ b/windows/security/threat-protection/microsoft-defender-atp/advanced-features.md @@ -189,4 +189,3 @@ You'll have access to upcoming features which you can provide feedback on to hel - [Update data retention settings](data-retention-settings.md) - [Configure alert notifications](configure-email-notifications.md) - [Enable and create Power BI reports using Microsoft Defender ATP data](powerbi-reports.md) -- [Enable Secure Score security controls](enable-secure-score.md) diff --git a/windows/security/threat-protection/microsoft-defender-atp/configure-email-notifications.md b/windows/security/threat-protection/microsoft-defender-atp/configure-email-notifications.md index 8fafbb0b85..96650774c3 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/configure-email-notifications.md +++ b/windows/security/threat-protection/microsoft-defender-atp/configure-email-notifications.md @@ -100,5 +100,4 @@ This section lists various issues that you may encounter when using email notifi ## Related topics - [Update data retention settings](data-retention-settings.md) - [Enable and create Power BI reports using Microsoft Defender ATP data](powerbi-reports.md) -- [Enable Secure Score security controls](enable-secure-score.md) - [Configure advanced features](advanced-features.md) diff --git a/windows/security/threat-protection/microsoft-defender-atp/data-retention-settings.md b/windows/security/threat-protection/microsoft-defender-atp/data-retention-settings.md index 703b8a3412..d2df7a0c6e 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/data-retention-settings.md +++ b/windows/security/threat-protection/microsoft-defender-atp/data-retention-settings.md @@ -44,5 +44,4 @@ During the onboarding process, a wizard takes you through the general settings o - [Update data retention settings](data-retention-settings.md) - [Configure alert notifications in Microsoft Defender ATP](configure-email-notifications.md) - [Enable and create Power BI reports using Microsoft Defender ATP data](powerbi-reports.md) -- [Enable Secure Score security controls](enable-secure-score.md) - [Configure advanced features](advanced-features.md) diff --git a/windows/security/threat-protection/microsoft-defender-atp/enable-secure-score.md b/windows/security/threat-protection/microsoft-defender-atp/enable-secure-score.md index 8829cf492a..76c04110e7 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/enable-secure-score.md +++ b/windows/security/threat-protection/microsoft-defender-atp/enable-secure-score.md @@ -38,7 +38,7 @@ Set the baselines for calculating the score of security controls on the Secure S 3. Click **Save preferences**. ## Related topics -- [View the Secure Score dashboard](secure-score-dashboard.md) +- [View the Threat & Vulnerability Management dashboard](tvm-dashboard-insights.md) - [Update data retention settings for Microsoft Defender ATP](data-retention-settings.md) - [Configure alert notifications in Microsoft Defender ATP](configure-email-notifications.md) - [Enable and create Power BI reports using Microsoft Defender ATP data](powerbi-reports.md) diff --git a/windows/security/threat-protection/microsoft-defender-atp/machines-view-overview.md b/windows/security/threat-protection/microsoft-defender-atp/machines-view-overview.md index 3380258c96..6b96503525 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/machines-view-overview.md +++ b/windows/security/threat-protection/microsoft-defender-atp/machines-view-overview.md @@ -78,7 +78,7 @@ Filter by machines that are well configured or require attention based on the se - **Well configured** - Machines have the security controls well configured. - **Requires attention** - Machines where improvements can be made to increase the overall security posture of your organization. -For more information, see [View the Secure Score dashboard](secure-score-dashboard.md). +For more information, see [View the Threat & Vulnerability Management dashboard](tvm-dashboard-insights.md). ### Threat mitigation status diff --git a/windows/security/threat-protection/microsoft-defender-atp/microsoft-defender-advanced-threat-protection.md b/windows/security/threat-protection/microsoft-defender-atp/microsoft-defender-advanced-threat-protection.md index b08c20b0a4..9c596b4ec9 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/microsoft-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/microsoft-defender-atp/microsoft-defender-advanced-threat-protection.md @@ -98,11 +98,11 @@ In conjunction with being able to quickly respond to advanced attacks, Microsoft -**[Secure score](overview-secure-score.md)**
    +**[Configuration score](configuration-score.md)**
    > [!NOTE] -> Secure score is now part of [Threat & Vulnerability Management](next-gen-threat-and-vuln-mgt.md) as [Configuration score](configuration-score.md). The secure score page will be available for a few weeks. View the [Secure score](https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/overview-secure-score) page. +> Secure score is now part of [Threat & Vulnerability Management](next-gen-threat-and-vuln-mgt.md) as [Configuration score](configuration-score.md). -Microsoft Defender ATP includes a secure score to help you dynamically assess the security state of your enterprise network, identify unprotected systems, and take recommended actions to improve the overall security of your organization. +Microsoft Defender ATP includes a configuration score to help you dynamically assess the security state of your enterprise network, identify unprotected systems, and take recommended actions to improve the overall security of your organization. diff --git a/windows/security/threat-protection/microsoft-defender-atp/oldTOC.txt b/windows/security/threat-protection/microsoft-defender-atp/oldTOC.txt index a65e4c2dbb..51d5efdc49 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/oldTOC.txt +++ b/windows/security/threat-protection/microsoft-defender-atp/oldTOC.txt @@ -95,9 +95,6 @@ #### [Manage actions related to automated investigation and remediation](auto-investigation-action-center.md) -### [Secure score](overview-secure-score.md) - - ### [Threat analytics](threat-analytics.md) @@ -298,8 +295,6 @@ ##### [Use the mpcmdrun.exe command line tool to manage next generation protection](../windows-defender-antivirus/command-line-arguments-windows-defender-antivirus.md) -### [Configure Secure score dashboard security controls](secure-score-dashboard.md) - ### [Configure and manage Microsoft Threat Experts capabilities](configure-microsoft-threat-experts.md) @@ -481,7 +476,6 @@ ##### [Update data retention settings](data-retention-settings.md) ##### [Configure alert notifications](configure-email-notifications.md) ##### [Enable and create Power BI reports using Windows Security app data](powerbi-reports.md) -##### [Enable Secure score security controls](enable-secure-score.md) ##### [Configure advanced features](advanced-features.md) #### [Permissions]() diff --git a/windows/security/threat-protection/microsoft-defender-atp/onboard.md b/windows/security/threat-protection/microsoft-defender-atp/onboard.md index 0d041b05e3..c304bcfd54 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/onboard.md +++ b/windows/security/threat-protection/microsoft-defender-atp/onboard.md @@ -31,7 +31,6 @@ Topic | Description :---|:--- [Configure attack surface reduction capabilities](configure-attack-surface-reduction.md) | By ensuring configuration settings are properly set and exploit mitigation techniques are applied, these set of capabilities resist attacks and exploitations. [Configure next generation protection](../windows-defender-antivirus/configure-windows-defender-antivirus-features.md) | Configure next generation protection to catch all types of emerging threats. -[Configure Secure score dashboard security controls](secure-score-dashboard.md) | Configure the security controls in Secure score to increase the security posture of your organization. [Configure Microsoft Threat Experts capabilities](configure-microsoft-threat-experts.md) | Configure and manage how you would like to get cybersecurity threat intelligence from Microsoft Threat Experts. [Configure Microsoft Threat Protection integration](https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/threat-protection-integration)| Configure other solutions that integrate with Microsoft Defender ATP. [Management and API support](https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/management-apis)| Pull alerts to your SIEM or use APIs to create custom alerts. Create and build Power BI reports. diff --git a/windows/security/threat-protection/microsoft-defender-atp/overview.md b/windows/security/threat-protection/microsoft-defender-atp/overview.md index 0e926f6f8d..8600ed540e 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/overview.md +++ b/windows/security/threat-protection/microsoft-defender-atp/overview.md @@ -38,7 +38,7 @@ Topic | Description [Next generation protection](../windows-defender-antivirus/windows-defender-antivirus-in-windows-10.md) | Learn about the antivirus capabilities in Microsoft Defender ATP so you can protect desktops, portable computers, and servers. [Endpoint detection and response](overview-endpoint-detection-response.md) | Understand how Microsoft Defender ATP continuously monitors your organization for possible attacks against systems, networks, or users in your organization and the features you can use to mitigate and remediate threats. [Automated investigation and remediation](automated-investigations.md) | In conjunction with being able to quickly respond to advanced attacks, Microsoft Defender ATP offers automatic investigation and remediation capabilities that help reduce the volume of alerts in minutes at scale. -[Secure score](overview-secure-score.md) | Quickly assess the security posture of your organization, see machines that require attention, as well as recommendations for actions to better protect your organization - all in one place. +[Configuration score](configuration-score.md) | Your configuration score shows the collective security configuration state of your machines across application, operating system, network, accounts, and security controls. [Microsoft Threat Experts](microsoft-threat-experts.md) | Managed cybersecurity threat hunting service. Learn how you can get expert-driven insights and data through targeted attack notification and access to experts on demand.

    **NOTE:**

    Microsoft Defender ATP customers need to apply for the Microsoft Threat Experts managed threat hunting service to get proactive Targeted Attack Notifications and to collaborate with experts on demand. Experts on Demand is an add-on service. Targeted Attack Notifications are always included after you have been accepted into Microsoft Threat Experts managed threat hunting service.

    If you are not enrolled yet and would like to experience its benefits, go to **Settings** > **General** > **Advanced features** > **Microsoft Threat Experts** to apply. Once accepted, you will get the benefits of Targeted Attack Notifications, and start a 90-day trial of Experts on Demand. Contact your Microsoft representative to get a full Experts on Demand subscription. [Advanced hunting](advanced-hunting-overview.md) | Use a powerful query-based threat-hunting tool to proactively find breach activity and create custom detection rules. [Management and APIs](management-apis.md) | Microsoft Defender ATP supports a wide variety of tools to help you manage and interact with the platform so that you can integrate the service into your existing workflows. diff --git a/windows/security/threat-protection/microsoft-defender-atp/portal-overview.md b/windows/security/threat-protection/microsoft-defender-atp/portal-overview.md index 480df72feb..ceb8637a40 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/portal-overview.md +++ b/windows/security/threat-protection/microsoft-defender-atp/portal-overview.md @@ -122,5 +122,5 @@ Icon | Description ## Related topics - [Understand the Microsoft Defender Advanced Threat Protection portal](use.md) - [View the Security operations dashboard](security-operations-dashboard.md) -- [View the Secure Score dashboard and improve your secure score](secure-score-dashboard.md) +- [View the Threat & Vulnerability Management dashboard](tvm-dashboard-insights.md) - [View the Threat analytics dashboard and take recommended mitigation actions](threat-analytics.md) diff --git a/windows/security/threat-protection/microsoft-defender-atp/product-brief.md b/windows/security/threat-protection/microsoft-defender-atp/product-brief.md index 2a83d109de..e69a6bc890 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/product-brief.md +++ b/windows/security/threat-protection/microsoft-defender-atp/product-brief.md @@ -36,33 +36,33 @@ Capability | Description **Threat and Vulnerability Management** | This built-in capability uses a game-changing risk-based approach to the discovery, prioritization, and remediation of endpoint vulnerabilities and misconfigurations. **Attack Surface Reduction** | The attack surface reduction set of capabilities provide the first line of defense in the stack. By ensuring configuration settings are properly set and exploit mitigation techniques are applied, these set of capabilities resist attacks and exploitations. **Next Generation Protection** | To further reinforce the security perimeter of the organizations network, Microsoft Defender ATP uses next generation protection designed to catch all types of emerging threats. -**Endpoint Detection & Response** | Endpoint detection and response capabilities are put in place to detect, investigate, and respond to advanced threats that may have made it past the first two security pillars. -**Auto Investigation & Remediation** | In conjunction with being able to quickly respond to advanced attacks, Microsoft Defender ATP offers automatic investigation and remediation capabilities that help reduce the volume of alerts in minutes at scale. +**Endpoint Detection & Response** | Endpoint detection and response capabilities are put in place to detect, investigate, and respond to advanced threats that may have made it past the first two security pillars. +**Auto Investigation & Remediation** | In conjunction with being able to quickly respond to advanced attacks, Microsoft Defender ATP offers automatic investigation and remediation capabilities that help reduce the volume of alerts in minutes at scale. **Microsoft Threat Experts** | Microsoft Defender ATP's new managed threat hunting service provides proactive hunting, prioritization, and additional context and insights that further empower Security operation centers (SOCs) to identify and respond to threats quickly and accurately. -**Secure Score** | Microsoft Defender ATP includes a secure score to help dynamically assess the security state of the enterprise network, identify unprotected systems, and take recommended actions to improve the overall security of the organization. +**Configuration Score** | Microsoft Defender ATP includes configuration score to help dynamically assess the security state of the enterprise network, identify unprotected systems, and take recommended actions to improve the overall security of the organization. **Advance Hunting** | Create custom threat intelligence and use a powerful search and query tool to hunt for possible threats in the organization. **Management and API** | Integrate Microsoft Defender Advanced Threat Protection into existing workflows. **Microsoft Threat Protection** | Microsoft Defender ATP is part of the Microsoft Threat Protection solution that helps implement end-to-end security across possible attack surfaces in the modern workplace. Bring the power of Microsoft threat protection to the organization. | | Microsoft Defender ATP uses the following combination of technology built into Windows 10 and Microsoft's robust cloud service: -- **Endpoint behavioral sensors**: Embedded in Windows 10, these sensors +- **Endpoint behavioral sensors**: Embedded in Windows 10, these sensors collect and process behavioral signals from the operating system and sends this sensor data to your private, isolated, cloud instance of Microsoft Defender ATP. - -- **Cloud security analytics**: Leveraging big-data, machine-learning, and +- **Cloud security analytics**: Leveraging big-data, machine-learning, and unique Microsoft optics across the Windows ecosystem, enterprise cloud products (such as Office 365), and online assets, behavioral signals are translated into insights, detections, and recommended responses to advanced threats. -- **Threat intelligence**: Generated by Microsoft hunters, security teams, +- **Threat intelligence**: Generated by Microsoft hunters, security teams, and augmented by threat intelligence provided by partners, threat intelligence enables Microsoft Defender ATP to identify attacker tools, techniques, and procedures, and generate alerts when these are observed in collected sensor data. ## Licensing requirements + Microsoft Defender Advanced Threat Protection requires one of the following Microsoft Volume Licensing offers: - Windows 10 Enterprise E5 @@ -71,4 +71,5 @@ Microsoft Defender Advanced Threat Protection requires one of the following Micr - Microsoft 365 A5 (M365 A5) ## Related topic + - [Prepare deployment](prepare-deployment.md) \ No newline at end of file diff --git a/windows/security/threat-protection/microsoft-defender-atp/secure-score-dashboard.md b/windows/security/threat-protection/microsoft-defender-atp/secure-score-dashboard.md deleted file mode 100644 index 1ac2ee7415..0000000000 --- a/windows/security/threat-protection/microsoft-defender-atp/secure-score-dashboard.md +++ /dev/null @@ -1,315 +0,0 @@ ---- -title: Configure the security controls in Secure score -description: Configure the security controls in Secure score -keywords: secure score, dashboard, security recommendations, security control state, security score, score improvement, microsoft secure score, security controls, security control, improvement opportunities, edr, antivirus, av, os security updates -search.product: eADQiWindows 10XVcnh -search.appverid: met150 -ms.prod: w10 -ms.mktglfcycl: deploy -ms.sitesec: library -ms.pagetype: security -ms.author: dolmont -author: DulceMontemayor -ms.localizationpriority: medium -manager: dansimp -audience: ITPro -ms.collection: M365-security-compliance -ms.topic: conceptual ---- - -# Configure the security controls in Secure score - -**Applies to:** - -* [Microsoft Defender Advanced Threat Protection (Microsoft Defender ATP)](https://go.microsoft.com/fwlink/p/?linkid=2069559) - -> [!NOTE] -> Secure score is now part of [Threat & Vulnerability Management](next-gen-threat-and-vuln-mgt.md) as [Configuration score](configuration-score.md). The secure score page will be available for a few weeks. View the [Secure score](https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/overview-secure-score) page. - -Each security control lists recommendations that you can take to increase the security posture of your organization. - -### Endpoint detection and response (EDR) optimization - -A well-configured machine complies to the minimum baseline configuration setting. This tile shows you a list of actions to apply on endpoints to meet the minimum baseline configuration setting for your Endpoint detection and response tool. - -> [!IMPORTANT] -> This feature is available for machines on Windows 10, version 1607 or later. - -#### Minimum baseline configuration setting for EDR - -* Microsoft Defender ATP sensor is on -* Data collection is working correctly -* Communication to Microsoft Defender ATP service is not impaired - -##### Recommended actions - -You can take the following actions to increase the overall security score of your organization: - -* Turn on sensor -* Fix sensor data collection -* Fix impaired communications - -For more information, see [Fix unhealthy sensors](fix-unhealthy-sensors.md). - -### Windows Defender Antivirus (Windows Defender AV) optimization -A well-configured machine complies to the minimum baseline configuration setting. This tile shows you a list of actions to apply on endpoints to meet the minimum baseline configuration setting for Windows Defender AV. - -> [!IMPORTANT] -> This feature is available for machines on Windows 10, version 1607 or later. - -#### Minimum baseline configuration setting for Windows Defender AV: -A well-configured machine for Windows Defender AV meets the following requirements: - -- Windows Defender AV is reporting correctly -- Windows Defender AV is turned on -- Security intelligence is up-to-date -- Real-time protection is on -- Potentially Unwanted Application (PUA) protection is enabled - -You can take the following actions to increase the overall security score of your organization: - ->[!NOTE] -> For the Windows Defender Antivirus properties to show, you'll need to ensure that the Windows Defender Antivirus Cloud-based protection is properly configured on the machine. - -- Fix antivirus reporting - - This recommendation is displayed when the Windows Defender Antivirus is not properly configured to report its health state. For more information on fixing the reporting, see [Configure and validate network connections](../windows-defender-antivirus/configure-network-connections-windows-defender-antivirus.md). -- Turn on antivirus -- Update antivirus Security intelligence -- Turn on real-time protection -- Turn on PUA protection - -For more information, see [Configure Windows Defender Antivirus](../windows-defender-antivirus/configure-windows-defender-antivirus-features.md). - -### OS security updates optimization - -This tile shows you the number of machines that require the latest security updates. It also shows machines that are running on the latest Windows Insider preview build and serves as a reminder to ensure that users should run the latest builds. - -> [!IMPORTANT] -> This feature is available for machines on Windows 10, version 1607 or later. - -You can take the following actions to increase the overall security score of your organization: - -* Install the latest security updates -* Fix sensor data collection - * The Microsoft Defender ATP service relies on sensor data collection to determine the security state of a machine. The service will not be able to determine the security state of machines that are not reporting sensor data properly. It's important to ensure that sensor data collection is working properly. For more information, see [Fix unhealthy sensors](fix-unhealthy-sensors.md). - -For more information, see [Windows Update Troubleshooter](https://support.microsoft.com/help/4027322/windows-windows-update-troubleshooter). - -### Windows Defender Exploit Guard (Windows Defender EG) optimization - - -A well-configured machine complies to the minimum baseline configuration setting. This tile shows you a list of actions to apply on machines to meet the minimum baseline configuration setting for Microsoft Defender EG. When endpoints are configured according to the baseline the Microsoft Defender EG events shows on the Microsoft Defender ATP Machine timeline. - -> [!IMPORTANT] -> This security control is only applicable for machines with Windows 10, version 1709 or later. - -#### Minimum baseline configuration setting for Windows Defender EG - -Machines are considered "well configured" for Microsoft Defender EG if the following requirements are met: - -* System level protection settings are configured correctly -* Attack Surface Reduction rules are configured correctly -* Controlled Folder Access setting is configured correctly - -##### System level protection - -The following system level configuration settings must be set to **On or Force On**: - -1. Control Flow Guard -2. Data Execution Prevention (DEP) -3. Randomize memory allocations (Bottom-up ASLR) -4. Validate exception chains (SEHOP) -5. Validate heap integrity - -> [!NOTE] -> The setting **Force randomization for images (Mandatory ASLR)** is currently excluded from the baseline. -> Consider configuring **Force randomization for images (Mandatory ASLR)** to **On or Force On** for better protection. - -##### Attack Surface Reduction (ASR) rules - -The following ASR rules must be configured to **Block mode**: - -Rule description | GUIDs --|- -Block executable content from email client and webmail | BE9BA2D9-53EA-4CDC-84E5-9B1EEEE46550 -Block Office applications from creating child processes | D4F940AB-401B-4EFC-AADC-AD5F3C50688A -Block Office applications from creating executable content | 3B576869-A4EC-4529-8536-B80A7769E899 -Impede JavaScript and VBScript to launch executables | D3E037E1-3EB8-44C8-A917-57927947596D -Block execution of potentially obfuscated scripts | 5BEB7EFE-FD9A-4556-801D-275E5FFC04CC -Block Win32 imports from Macro code in Office | 92E97FA1-2EDF-4476-BDD6-9DD0B4DDDC7B - -> [!NOTE] -> The setting **Block Office applications from injecting into other processes** with GUID 75668C1F-73B5-4CF0-BB93-3ECF5CB7CC84 is excluded from the baseline. -> Consider enabling this rule in **Audit** or **Block mode** for better protection. - -##### Controlled Folder Access - -The Controlled Folder Access setting must be configured to **Audit mode** or **Enabled**. - -> [!NOTE] -> Audit mode, allows you to see audit events in the Microsoft Defender ATP Machine timeline however it does not block suspicious applications. -> Consider enabling Controlled Folder Access for better protection. - -##### Recommended actions - -You can take the following actions to increase the overall security score of your organization: - -- Turn on all system-level Exploit Protection settings -- Set all ASR rules to enabled or audit mode -- Turn on Controlled Folder Access -- Turn on Windows Defender Antivirus on compatible machines - -### Windows Defender Application Guard (Windows Defender AG) optimization -A well-configured machine complies to the minimum baseline configuration setting. This tile shows you a list of actions to apply on endpoints to meet the minimum baseline configuration setting for Windows Defender AG. When endpoints are configured according to the baseline, Windows Defender AG events shows on the Microsoft Defender ATP Machine timeline. - -A well-configured machine complies to a minimum baseline configuration setting. This tile shows you a list of actions to apply on endpoints to meet the minimum baseline configuration setting for Microsoft Defender AG. When endpoints are configured according to the baseline, Microsoft Defender AG events shows on the Microsoft Defender ATP Machine timeline. - -> [!IMPORTANT] -> This security control is only applicable for machines with Windows 10, version 1709 or later. - -#### Minimum baseline configuration setting for Windows Defender AG: -A well-configured machine for Windows Defender AG meets the following requirements: - -- Hardware and software prerequisites are met -- Windows Defender AG is turned on compatible machines -- Managed mode is turned on - -You can take the following actions to increase the overall security score of your organization: - -* Ensure hardware and software prerequisites are met - - > [!NOTE] - > This improvement item does not contribute to the security score in itself because it's not a prerequisite for Microsoft Defender AG. It gives an indication of a potential reason why Microsoft Defender AG is not turned on. - -* Turn on Microsoft Defender AG on compatible machines -* Turn on managed mode - -For more information, see [Microsoft Defender Application Guard overview](../windows-defender-application-guard/wd-app-guard-overview.md). - -### Windows Defender SmartScreen optimization - -A well-configured machine complies to a minimum baseline configuration setting. This tile shows you a list of actions to apply on endpoints to meet the minimum baseline configuration setting for Microsoft Defender SmartScreen. - -> [!WARNING] -> Data collected by Microsoft Defender SmartScreen might be stored and processed outside of the storage location you have selected for your Microsoft Defender ATP data. - -> [!IMPORTANT] -> This security control is only applicable for machines with Windows 10, version 1709 or later. - -#### Minimum baseline configuration setting for Windows Defender SmartScreen: - -The following settings must be configured with the following settings: - -* Check apps and files: **Warn** or **Block** -* Microsoft Defender SmartScreen for Microsoft Edge: **Warn** or **Block** -* Microsoft Defender SmartScreen for Microsoft store apps: **Warn** or **Off** - -You can take the following actions to increase the overall security score of your organization: - -- Set **Check app and files** to **Warn** or **Block** -- Set **Windows Defender SmartScreen for Microsoft Edge** to **Warn** or **Block** -- Set **Windows Defender SmartScreen for Microsoft store apps** to **Warn** or **Off** - -For more information, see [Windows Defender SmartScreen](../windows-defender-smartscreen/windows-defender-smartscreen-overview.md). - -* Set **Check app and files** to **Warn** or **Block** -* Set **Windows Defender SmartScreen for Microsoft Edge** to **Warn** or **Block** -* Set **Windows Defender SmartScreen for Microsoft store apps** to **Warn** or **Off** - -For more information, see [Windows Defender SmartScreen](../windows-defender-smartscreen/windows-defender-smartscreen-overview.md). - -### Windows Defender Firewall optimization - -A well-configured machine must have Microsoft Defender Firewall turned on and enabled for all profiles so that inbound connections are blocked by default. This tile shows you a list of actions to apply on endpoints to meet the minimum baseline configuration setting for Microsoft Defender Firewall. - -> [!IMPORTANT] -> This security control is only applicable for machines with Windows 10, version 1709 or later. - -#### Minimum baseline configuration setting for Windows Defender Firewall - -* Microsoft Defender Firewall is turned on for all network connections -* Secure domain profile by enabling Microsoft Defender Firewall and ensure that Inbound connections are set to Blocked -* Secure private profile by enabling Microsoft Defender Firewall and ensure that Inbound connections are set to Blocked -* Secure public profile is configured by enabling Microsoft Defender Firewall and ensure that Inbound connections are set to Blocked - -For more information on Windows Defender Firewall settings, see [Planning settings for a basic firewall policy](https://docs.microsoft.com/windows/security/identity-protection/windows-firewall/planning-settings-for-a-basic-firewall-policy). - -> [!NOTE] -> If Windows Defender Firewall is not your primary firewall, consider excluding it from the security score calculations and make sure that your third-party firewall is configured in a securely. - -##### Recommended actions - -You can take the following actions to increase the overall security score of your organization: - -* Turn on firewall -* Secure domain profile -* Secure private profile -* Secure public profile -* Verify secure configuration of third-party firewall -* Fix sensor data collection - * The Microsoft Defender ATP service relies on sensor data collection to determine the security state of a machine. The service will not be able to determine the security state of machines that are not reporting sensor data properly. It's important to ensure that sensor data collection is working properly. For more information, see [Fix unhealthy sensors](fix-unhealthy-sensors.md). - -For more information, see [Windows Defender Firewall with Advanced Security](https://docs.microsoft.com/windows/security/identity-protection/windows-firewall/windows-firewall-with-advanced-security). - -### BitLocker optimization - -A well-configured machine complies to the minimum baseline configuration setting. This tile shows you a list of actions to apply on endpoints to meet the minimum baseline configuration setting for BitLocker. - -> [!IMPORTANT] -> This security control is only applicable for machines with Windows 10, version 1803 or later. - -#### Minimum baseline configuration setting for BitLocker - -* Ensure all supported drives are encrypted -* Ensure that all suspended protection on drives resume protection -* Ensure that drives are compatible - -##### Recommended actions - -You can take the following actions to increase the overall security score of your organization: - -* Encrypt all supported drives -* Resume protection on all drives -* Ensure drive compatibility -* Fix sensor data collection - * The Microsoft Defender ATP service relies on sensor data collection to determine the security state of a machine. The service will not be able to determine the security state of machines that are not reporting sensor data properly. It's important to ensure that sensor data collection is working properly. For more information, see [Fix unhealthy sensors](fix-unhealthy-sensors.md). - -For more information, see [Bitlocker](https://docs.microsoft.com/windows/security/information-protection/bitlocker/bitlocker-overview). - -### Windows Defender Credential Guard optimization -A well-configured machine complies to the minimum baseline configuration setting. This tile shows you a list of actions to apply on endpoints to meet the minimum baseline configuration setting for Windows Defender Credential Guard. - -> [!IMPORTANT] -> This security control is only applicable for machines with Windows 10, version 1709 or later. - -#### Minimum baseline configuration setting for Windows Defender Credential Guard: -Well-configured machines for Windows Defender Credential Guard meets the following requirements: - -- Hardware and software prerequisites are met -- Windows Defender Credential Guard is turned on compatible machines - -##### Recommended actions - -You can take the following actions to increase the overall security score of your organization: - -* Ensure hardware and software prerequisites are met -* Turn on Credential Guard -* Fix sensor data collection - * The Microsoft Defender ATP service relies on sensor data collection to determine the security state of a machine. The service will not be able to determine the security state of machines that are not reporting sensor data properly. It's important to ensure that sensor data collection is working properly. For more information, see [Fix unhealthy sensors](fix-unhealthy-sensors.md). - -For more information, see [Manage Windows Defender Credential Guard](https://docs.microsoft.com/windows/security/identity-protection/credential-guard/credential-guard-manage). - ->Want to experience Microsoft Defender ATP? [Sign up for a free trial.](https://www.microsoft.com/en-us/WindowsForBusiness/windows-atp?ocid=docs-wdatp-sadashboard-belowfoldlink) - -## Related topics - -* [Overview of Secure score](overview-secure-score.md) -* [Risk-based Threat & Vulnerability Management](next-gen-threat-and-vuln-mgt.md) -* [Threat & Vulnerability Management dashboard overview](tvm-dashboard-insights.md) -* [Exposure score](tvm-exposure-score.md) -* [Configuration score](configuration-score.md) -* [Security recommendations](tvm-security-recommendation.md) -* [Remediation](tvm-remediation.md) -* [Software inventory](tvm-software-inventory.md) -* [Weaknesses](tvm-weaknesses.md) -* [Scenarios](threat-and-vuln-mgt-scenarios.md) diff --git a/windows/security/threat-protection/microsoft-defender-atp/security-operations-dashboard.md b/windows/security/threat-protection/microsoft-defender-atp/security-operations-dashboard.md index ea54e6d0ea..00820b5fe4 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/security-operations-dashboard.md +++ b/windows/security/threat-protection/microsoft-defender-atp/security-operations-dashboard.md @@ -121,5 +121,5 @@ Click the user account to see details about the user account. For more informati ## Related topics - [Understand the Microsoft Defender Advanced Threat Protection portal](use.md) - [Portal overview](portal-overview.md) -- [View the Secure Score dashboard and improve your secure score](secure-score-dashboard.md) +- [View the Threat & Vulnerability Management dashboard](tvm-dashboard-insights.md) - [View the Threat analytics dashboard and take recommended mitigation actions](threat-analytics.md) diff --git a/windows/security/threat-protection/microsoft-defender-atp/threat-and-vuln-mgt-scenarios.md b/windows/security/threat-protection/microsoft-defender-atp/threat-and-vuln-mgt-scenarios.md index 7df11c3d9e..9f6f5b45c6 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/threat-and-vuln-mgt-scenarios.md +++ b/windows/security/threat-protection/microsoft-defender-atp/threat-and-vuln-mgt-scenarios.md @@ -85,8 +85,9 @@ To lower down your threat and vulnerability exposure: 6. Review the machine **Security recommendation** tab again. The recommendation you've chosen to remediate is removed from the security recommendation list, and the exposure score decreases. ## Improve your security configuration + >[!NOTE] -> Secure score is now part of Threat & Vulnerability Management as [configuration score](configuration-score.md). The secure score page is available for a few weeks. View the [secure score](https://securitycenter.windows.com/securescore) page. +> Secure score is now part of Threat & Vulnerability Management as [configuration score](configuration-score.md). You can improve your security configuration when you remediate issues from the security recommendations list. As you do so, your configuration score improves, which means your organization becomes more resilient against cybersecurity threats and vulnerabilities. diff --git a/windows/security/threat-protection/microsoft-defender-atp/tvm-remediation.md b/windows/security/threat-protection/microsoft-defender-atp/tvm-remediation.md index ffd3002549..a0465dd642 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/tvm-remediation.md +++ b/windows/security/threat-protection/microsoft-defender-atp/tvm-remediation.md @@ -66,10 +66,10 @@ When you submit a remediation request from Threat & Vulnerability Management, it It creates a security task which will be tracked in Threat & Vulnerability Management **Remediation** page, and it also creates a remediation ticket in Microsoft Intune. -The dashboard will show that status of your top remediation activities. Click any of the entries and it will take you to the **Remediation** page. You can mark the remediation activity as completed after the IT administration team remediates the task. +The dashboard will show that status of your top remediation activities. Click any of the entries and it will take you to the **Remediation** page. You can mark the remediation activity as completed after the IT administration team remediates the task. ## When to file for exception instead of remediating issues -You can file exceptions to exclude certain recommendation from showing up in reports and affecting risk scores or secure scores. +You can file exceptions to exclude certain recommendation from showing up in reports and affecting your configuration score. When you select a security recommendation, it opens up a flyout screen with details and options for your next step. You can either **Open software page**, choose from **Remediation options**, go through **Exception options** to file for exceptions, or **Report inaccuracy**. @@ -113,10 +113,10 @@ Clicking the link opens up to the **Security recommendations** page, where you c - **In effect** - The exception that you've filed is in progress ### Exception impact on scores -Creating an exception can potentially affect the Exposure Score (for both types of weaknesses) and Secure Score (for configurations) of your organization in the following manner: +Creating an exception can potentially affect the Exposure Score (for both types of weaknesses) and Configuration Score (for configurations) of your organization in the following manner: - **No impact** - Removes the recommendation from the lists (which can be reverse through filters), but will not affect the scores - **Mitigation-like impact** - As if the recommendation was mitigated (and scores will be adjusted accordingly) when you select it as a compensating control. -- **Hybrid** - Provides visibility on both No impact and Mitigation-like impact. It shows both the Exposure Score and Secure Score results out of the exception option that you made +- **Hybrid** - Provides visibility on both No impact and Mitigation-like impact. It shows both the Exposure Score and Configuration Score results out of the exception option that you made The exception impact shows on both the Security recommendations page column and in the flyout pane. diff --git a/windows/security/threat-protection/microsoft-defender-atp/use.md b/windows/security/threat-protection/microsoft-defender-atp/use.md index dbf6830312..1b86e94b66 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/use.md +++ b/windows/security/threat-protection/microsoft-defender-atp/use.md @@ -29,7 +29,7 @@ Microsoft Defender Security Center is the portal where you can access Microsoft Use the **Security operations** dashboard to gain insight on the various alerts on machines and users in your network. -Use the **Secure Score** dashboard to expand your visibility on the overall security posture of your organization. You'll see machines that require attention and recommendations that can help you reduce the attack surface in your organization. +Use the **Threat & Vulnerability Management** dashboard to expand your visibility on the overall security posture of your organization. You'll see machines that require attention and recommendations that can help you reduce the attack surface in your organization. Use the **Threat analytics** dashboard to continually assess and control risk exposure to Spectre and Meltdown. @@ -39,5 +39,5 @@ Topic | Description :---|:--- [Portal overview](portal-overview.md) | Understand the portal layout and area descriptions. [View the Security operations dashboard](security-operations-dashboard.md) | The Microsoft Defender ATP **Security operations dashboard** provides a snapshot of your network. You can view aggregates of alerts, the overall status of the service of the machines on your network, investigate machines, files, and URLs, and see snapshots of threats seen on machines. -[View the Secure Score dashboard and improve your secure score](secure-score-dashboard.md) | The **Secure Score dashboard** expands your visibility into the overall security posture of your organization. From this dashboard, you'll be able to quickly assess the security posture of your organization, see machines that require attention, as well as recommendations for actions to further reduce the attack surface in your organization - all in one place. +[View the Threat & Vulnerability Management dashboard](tvm-dashboard-insights.md) | The **Threat & Vulnerability Management dashboard** lets you view exposure and configuration scores side-by-side with top security recommendations, software vulnerability, remediation activities, and exposed machines. [View the Threat analytics dashboard and take recommended mitigation actions](threat-analytics.md) | The **Threat analytics** dashboard helps you continually assess and control risk exposure to threats. Use the charts to quickly identify machines for the presence or absence of mitigations. \ No newline at end of file diff --git a/windows/security/threat-protection/windows-defender-antivirus/why-use-microsoft-antivirus.md b/windows/security/threat-protection/windows-defender-antivirus/why-use-microsoft-antivirus.md index 57b00a8aa0..9ba7a43bf9 100644 --- a/windows/security/threat-protection/windows-defender-antivirus/why-use-microsoft-antivirus.md +++ b/windows/security/threat-protection/windows-defender-antivirus/why-use-microsoft-antivirus.md @@ -34,7 +34,7 @@ Although you can use a non-Microsoft antivirus solution with Microsoft Defender | |Advantage |Why it matters | |--|--|--| |1|Antivirus signal sharing |Microsoft applications and services share signals across your enterprise organization, providing a stronger single platform. See [Insights from the MITRE ATT&CK-based evaluation of Windows Defender ATP](https://www.microsoft.com/security/blog/2018/12/03/insights-from-the-mitre-attack-based-evaluation-of-windows-defender-atp/). | -|2|Threat analytics and your secure score |Windows Defender Antivirus collects underlying system data used by [threat analytics](../microsoft-defender-atp/threat-analytics.md) and [secure score](../microsoft-defender-atp/overview-secure-score.md). This provides your organization's security team with more meaningful information, such as recommendations and opportunities to improve your organization's security posture. | +|2|Threat analytics and your configuration score |Windows Defender Antivirus collects underlying system data used by [threat analytics](../microsoft-defender-atp/threat-analytics.md) and [configuration score](../microsoft-defender-atp/configuration-score.md). This provides your organization's security team with more meaningful information, such as recommendations and opportunities to improve your organization's security posture. | |3|Performance |Microsoft Defender ATP is designed to work with Windows Defender Antivirus, so you get better performance when you use these offerings together. [Evaluate Windows Defender Antivirus](evaluate-windows-defender-antivirus.md) and [Microsoft Defender ATP](../microsoft-defender-atp/evaluate-atp.md).| |4|Details about blocked malware |More details and actions for blocked malware are available with Windows Defender Antivirus and Microsoft Defender ATP. [Understand malware & other threats](../intelligence/understanding-malware.md).| |5|Network protection |Your organization's security team can protect your network by blocking specific URLs and IP addresses. [Protect your network](../microsoft-defender-atp/network-protection.md).| From 0c5d83786e197895f5ce32f2b373085a582df757 Mon Sep 17 00:00:00 2001 From: Denise Vangel-MSFT Date: Fri, 21 Feb 2020 10:32:29 -0800 Subject: [PATCH 087/108] Update manage-auto-investigation.md --- .../manage-auto-investigation.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/manage-auto-investigation.md b/windows/security/threat-protection/microsoft-defender-atp/manage-auto-investigation.md index 04e76fc5f1..2114c8e188 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/manage-auto-investigation.md +++ b/windows/security/threat-protection/microsoft-defender-atp/manage-auto-investigation.md @@ -21,7 +21,22 @@ ms.topic: conceptual When an automated investigation runs, a verdict is generated for each piece of evidence investigated. Verdicts can be *Malicious*, *Suspicious*, or *Clean*. Depending on the type of threat and resulting verdict, remediation actions occur automatically or upon approval by your organization’s security operations team. For example, some actions, such as removing malware, are taken automatically. Other actions require review and approval to proceed. -As a best practice, make sure to approve (or reject) pending actions as soon as possible. This helps your automated investigations complete in a timely manner. +## Remediation actions + +When a verdict of *Malicious* is reached for a piece of evidence, Microsoft Defender Advanced Threat Protection takes one of the following remediation actions automatically: +- Quarantine file +- Remove registry key +- Kill process +- Stop service +- Remove registry key +- Disable driver +- Remove scheduled task + +Evidence determined as *Suspicious* results in pending actions that require approval. As a best practice, make sure to approve (or reject) pending actions as soon as possible. This helps your automated investigations complete in a timely manner. + +No actions are taken when evidence is determined to be *Clean*. + +In Microsoft Defender Advanced Threat Protection, all verdicts are tracked and viewable in the Microsoft Defender Security Center. ## Review pending actions @@ -35,7 +50,6 @@ As a best practice, make sure to approve (or reject) pending actions as soon as You can also select multiple investigations to approve or reject actions on multiple investigations. - ## Review completed actions From c884a85484cc9907322a6169ce0733436eb74b85 Mon Sep 17 00:00:00 2001 From: Denise Vangel-MSFT Date: Fri, 21 Feb 2020 10:38:06 -0800 Subject: [PATCH 088/108] AIR fixes --- .../auto-investigation-action-center.md | 4 +--- .../microsoft-defender-atp/automated-investigations.md | 6 ++++++ .../microsoft-defender-atp/manage-auto-investigation.md | 4 +++- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/auto-investigation-action-center.md b/windows/security/threat-protection/microsoft-defender-atp/auto-investigation-action-center.md index d297b71baf..fdb2c392fa 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/auto-investigation-action-center.md +++ b/windows/security/threat-protection/microsoft-defender-atp/auto-investigation-action-center.md @@ -18,8 +18,7 @@ ms.topic: article # View details and results of automated investigations - -Pending and completed actions are listed in the Action center ([https://securitycenter.windows.com/action-center](https://securitycenter.windows.com/action-center)) and the Investigations list ([https://securitycenter.windows.com/investigations](https://securitycenter.windows.com/investigations)). +Pending and completed [remediation actions](manage-auto-investigation.md#remediation-actions) are listed in the **Action center** ([https://securitycenter.windows.com/action-center](https://securitycenter.windows.com/action-center)) and the **Investigations** page ([https://securitycenter.windows.com/investigations](https://securitycenter.windows.com/investigations)). >[!NOTE] >If your organization has implemented role-based access to manage portal access, only authorized users or user groups who have permission to view the machine or machine group will be able to view the entire investigation. @@ -65,7 +64,6 @@ On the **Investigations** page, you can view details and use filters to focus on |**Tags** |Filter using manually added tags that capture the context of an automated investigation.| |**Comments** |Select between filtering the list between automated investigations that have comments and those that don't.| - ## Automated investigation status An automated investigation can be have one of the following status values: diff --git a/windows/security/threat-protection/microsoft-defender-atp/automated-investigations.md b/windows/security/threat-protection/microsoft-defender-atp/automated-investigations.md index 346bd331f0..17a56b7252 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/automated-investigations.md +++ b/windows/security/threat-protection/microsoft-defender-atp/automated-investigations.md @@ -85,3 +85,9 @@ When a pending action is approved, the entity is then remediated and this new st ## Next step - [Learn about the automated investigations dashboard](manage-auto-investigation.md) + +## Related articles + +- [Automated investigation and response in Office 365 Advanced Threat Protection](https://docs.microsoft.com/microsoft-365/security/office-365-security/office-365-air) + +- [Automated investigation and response in Microsoft Threat Protection](https://docs.microsoft.com/microsoft-365/security/mtp/mtp-autoir) \ No newline at end of file diff --git a/windows/security/threat-protection/microsoft-defender-atp/manage-auto-investigation.md b/windows/security/threat-protection/microsoft-defender-atp/manage-auto-investigation.md index 2114c8e188..8289129ad0 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/manage-auto-investigation.md +++ b/windows/security/threat-protection/microsoft-defender-atp/manage-auto-investigation.md @@ -63,4 +63,6 @@ In Microsoft Defender Advanced Threat Protection, all verdicts are tracked and v ## Related articles -[Advanced Hunting](https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-overview) \ No newline at end of file +- [Automated investigation and response in Office 365 Advanced Threat Protection](https://docs.microsoft.com/microsoft-365/security/office-365-security/office-365-air) + +- [Automated investigation and response in Microsoft Threat Protection](https://docs.microsoft.com/microsoft-365/security/mtp/mtp-autoir) \ No newline at end of file From f68814cc566f967e7178854e44de23a5996e7dd8 Mon Sep 17 00:00:00 2001 From: John Kaiser <35939694+CoveMiner@users.noreply.github.com> Date: Fri, 21 Feb 2020 11:43:17 -0800 Subject: [PATCH 089/108] Update surface-hub-2s-onprem-powershell.md Removes duplicate powershell snippet --- devices/surface-hub/surface-hub-2s-onprem-powershell.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/devices/surface-hub/surface-hub-2s-onprem-powershell.md b/devices/surface-hub/surface-hub-2s-onprem-powershell.md index fb2c98dcbd..6a0553f72e 100644 --- a/devices/surface-hub/surface-hub-2s-onprem-powershell.md +++ b/devices/surface-hub/surface-hub-2s-onprem-powershell.md @@ -26,12 +26,6 @@ $ExchSession = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUr Import-PSSession $ExchSession ``` -```PowerShell -$ExchServer = Read-Host "Please Enter the FQDN of your Exchange Server" -$ExchSession = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri http://$ExchServer/PowerShell/ -Authentication Kerberos -Credential (Get-Credential) -Import-PSSession $ExchSession -``` - ## Create the device account ```PowerShell From e411d2ce309d2c31cc1d95adbb4c26e44914ea6d Mon Sep 17 00:00:00 2001 From: John Kaiser <35939694+CoveMiner@users.noreply.github.com> Date: Fri, 21 Feb 2020 12:02:33 -0800 Subject: [PATCH 090/108] Update dataeraser-arch.png Updates screenshot --- devices/surface/images/dataeraser-arch.png | Bin 173037 -> 136667 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/devices/surface/images/dataeraser-arch.png b/devices/surface/images/dataeraser-arch.png index 07eb456002f6ea7c6cb663014dfeae5671670701..5010120cf167b44884f4149e0fbb494446f14ad9 100644 GIT binary patch literal 136667 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

    fMu* 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 BP%RR;&S1CF&5(S{sF3c{WSRZiOiWgZ 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 z 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 pPV~4V!;=BSk-&*UQW$&5%Wc<}o?l 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%0Dog953#w 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

    {> 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 LNkvXXu0mjfqK}|G From 147a23a68dec25829a71968854c0919a9f803577 Mon Sep 17 00:00:00 2001 From: Denise Vangel-MSFT Date: Fri, 21 Feb 2020 12:24:22 -0800 Subject: [PATCH 091/108] Update manage-auto-investigation.md --- .../microsoft-defender-atp/manage-auto-investigation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/manage-auto-investigation.md b/windows/security/threat-protection/microsoft-defender-atp/manage-auto-investigation.md index 8289129ad0..a9250abb97 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/manage-auto-investigation.md +++ b/windows/security/threat-protection/microsoft-defender-atp/manage-auto-investigation.md @@ -19,10 +19,10 @@ ms.topic: conceptual # Review and approve actions following an automated investigation -When an automated investigation runs, a verdict is generated for each piece of evidence investigated. Verdicts can be *Malicious*, *Suspicious*, or *Clean*. Depending on the type of threat and resulting verdict, remediation actions occur automatically or upon approval by your organization’s security operations team. For example, some actions, such as removing malware, are taken automatically. Other actions require review and approval to proceed. - ## Remediation actions +When an automated investigation runs, a verdict is generated for each piece of evidence investigated. Verdicts can be *Malicious*, *Suspicious*, or *Clean*. Depending on the type of threat and resulting verdict, remediation actions occur automatically or upon approval by your organization’s security operations team. For example, some actions, such as removing malware, are taken automatically. Other actions require review and approval to proceed. + When a verdict of *Malicious* is reached for a piece of evidence, Microsoft Defender Advanced Threat Protection takes one of the following remediation actions automatically: - Quarantine file - Remove registry key @@ -32,11 +32,11 @@ When a verdict of *Malicious* is reached for a piece of evidence, Microsoft Defe - Disable driver - Remove scheduled task -Evidence determined as *Suspicious* results in pending actions that require approval. As a best practice, make sure to approve (or reject) pending actions as soon as possible. This helps your automated investigations complete in a timely manner. +Evidence determined as *Suspicious* results in pending actions that require approval. As a best practice, make sure to [approve (or reject) pending actions](#review-pending-actions) as soon as possible. This helps your automated investigations complete in a timely manner. No actions are taken when evidence is determined to be *Clean*. -In Microsoft Defender Advanced Threat Protection, all verdicts are tracked and viewable in the Microsoft Defender Security Center. +In Microsoft Defender Advanced Threat Protection, all verdicts are [tracked and viewable in the Microsoft Defender Security Center](#review-completed-actions). ## Review pending actions From 2f90d2df6a53d4298715df1963e027ed5faec1f7 Mon Sep 17 00:00:00 2001 From: Joey Caparas Date: Fri, 21 Feb 2020 13:43:37 -0800 Subject: [PATCH 092/108] add bullet --- .../microsoft-defender-atp/manage-indicators.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/manage-indicators.md b/windows/security/threat-protection/microsoft-defender-atp/manage-indicators.md index be8b72641f..ae1856f3eb 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/manage-indicators.md +++ b/windows/security/threat-protection/microsoft-defender-atp/manage-indicators.md @@ -125,7 +125,8 @@ It's important to understand the following prerequisites prior to creating indic > For web protection scenarios, we recommend using the built-in capabilities in Microsoft Edge. Microsoft Edge leverages Network Protection (link) to inspect network traffic and allows blocks for TCP, HTTP, and HTTPS (TLS):
    > NOTE: >- IP is supported for all three protocols ->- Encrypted URLs can only be blocked on first party browsers +>- Encrypted URLs (full path) can only be blocked on first party browsers +>- Encrypted URLS (FQDN only) can be blocked outside of first party browsers >- Full URL path blocks can be applied on the domain level and all unencrypted URLs >[!NOTE] From 799227966db9bc198b59c6566f736604de6ea203 Mon Sep 17 00:00:00 2001 From: John Liu <49762389+ShenLanJohn@users.noreply.github.com> Date: Fri, 21 Feb 2020 13:54:00 -0800 Subject: [PATCH 093/108] CAT Auto Pulish for Windows Release Messages - CAT_AutoPublish_20200221123051 (#2109) Co-authored-by: Direesh Kumar Kandakatla --- windows/release-information/windows-message-center.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/release-information/windows-message-center.yml b/windows/release-information/windows-message-center.yml index ba231e5da7..30fd3229a9 100644 --- a/windows/release-information/windows-message-center.yml +++ b/windows/release-information/windows-message-center.yml @@ -50,6 +50,7 @@ sections: text: " + From cf12480e69ee33ff8fbe5908285bacd85d811f9c Mon Sep 17 00:00:00 2001 From: John Liu <49762389+ShenLanJohn@users.noreply.github.com> Date: Fri, 21 Feb 2020 14:17:42 -0800 Subject: [PATCH 094/108] CAT Auto Pulish for Windows Release Messages - 20200221140728 (#2111) * Updating autopilot mail to be accurate HoloLens AutoPilot Preview ; != hlappreview@service.microsoft.com @scooley * Update manage-auto-investigation.md * add bullet * CAT Auto Pulish for Windows Release Messages - CAT_AutoPublish_20200221123051 (#2109) Co-authored-by: Direesh Kumar Kandakatla Co-authored-by: Evan Miller Co-authored-by: Denise Vangel-MSFT Co-authored-by: Gary Moore Co-authored-by: jcaparas Co-authored-by: Direesh Kumar Kandakatla --- devices/hololens/hololens-insider.md | 2 +- windows/release-information/windows-message-center.yml | 1 + .../microsoft-defender-atp/manage-auto-investigation.md | 8 ++++---- .../microsoft-defender-atp/manage-indicators.md | 3 ++- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/devices/hololens/hololens-insider.md b/devices/hololens/hololens-insider.md index 3d8c8eb80a..c5b4546772 100644 --- a/devices/hololens/hololens-insider.md +++ b/devices/hololens/hololens-insider.md @@ -61,7 +61,7 @@ Here's a quick summary of what's new: - Support for FIDO2 Security Keys to enable secure and easy authentication for shared devices - Seamlessly apply a provisioning package from a USB drive to your HoloLens - Use a provisioning packages to enroll your HoloLens to your Mobile Device Management system -- Use Windows AutoPilot to set up and pre-configure new devices, quickly getting them ready for productive use. Send a note to hlappreview@service.microsoft.com to join the preview. +- Use Windows AutoPilot to set up and pre-configure new devices, quickly getting them ready for productive use. Send a note to hlappreview@microsoft.com to join the preview. - Dark Mode - many Windows apps support both dark and light modes, and now HoloLens customers can choose the default mode for apps that support both color schemes! Based on customer feedback, with this update we are setting the default app mode to "dark," but you can easily change this setting at any time. Navigate to Settings > System > Colors to find "Choose your default app mode." - Support for additional system voice commands - Hand Tracking improvements to reduce the tendency to close the index finger when pointing. This should make button pressing and 2D slate usage feel more accurate diff --git a/windows/release-information/windows-message-center.yml b/windows/release-information/windows-message-center.yml index ba231e5da7..30fd3229a9 100644 --- a/windows/release-information/windows-message-center.yml +++ b/windows/release-information/windows-message-center.yml @@ -50,6 +50,7 @@ sections: text: "
    MessageDate
    Status of February 2020 “C” release
    The optional monthly “C” release for February 2020 for all supported versions of Windows and Windows Server prior to Windows 10, version 1903 and Windows Server, version 1903 will be available in the near term. For more information on the different types of monthly quality updates, see our Windows 10 update servicing cadence primer. Follow @WindowsUpdate for the latest on the availability of this release.
    February 21, 2020
    12:00 PM PT
    Compatibility issue with some Windows Server container images
    If you are encountering issues with Windows Server container images, please see KB4542617.
    February 13, 2020
    03:21 PM PT
    Take action: February 2020 security update available for all supported versions of Windows
    The February 2020 security update release, referred to as our “B” release, is now available for Windows 10, version 1909 and all supported versions of Windows. We recommend that you install these updates promptly. For more information on the different types of monthly quality updates, see our Windows 10 update servicing cadence primer. To be informed about the latest updates and releases, follow us on Twitter @WindowsUpdate.
    February 11, 2020
    08:00 AM PT
    Take action: ESU security updates available for Windows 7 SP1, Windows Server 2008 R2 SP1 and Windows Server 2008 SP2
    Windows 7 SP1, Windows Server 2008 R2 SP1, and Windows Server 2008 SP2 reached end of support on January 14, 2020. For customers who have purchased Extended Security Updates (ESU), the first monthly ESU security updates are now available. If your organization has not yet been able to complete your transition to Windows 10, Windows Server 2016, or Windows Server 2019 and want to continue to receive security updates for your current version of Windows, you will need to purchase Extended Security Updates. For information on how to do so, please see How to get Extended Security Updates for eligible Windows devices, Windows 7 ESU frequently ask questions, and Windows Server 2008 R2 SP1 and Windows Server 2008 SP2 ESU frequently asked questions.

    We recommend ESU customers review the applicable KB article below for prerequisites and other important information you will need to deploy these updates.

    The following updates were released today for Windows Server 2008 SP2:
    The following updates were released today for Windows 7 SP1 and Windows Server 2008 R2 SP1:
    February 11, 2020
    08:00 AM PT
    + diff --git a/windows/security/threat-protection/microsoft-defender-atp/manage-auto-investigation.md b/windows/security/threat-protection/microsoft-defender-atp/manage-auto-investigation.md index 8289129ad0..a9250abb97 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/manage-auto-investigation.md +++ b/windows/security/threat-protection/microsoft-defender-atp/manage-auto-investigation.md @@ -19,10 +19,10 @@ ms.topic: conceptual # Review and approve actions following an automated investigation -When an automated investigation runs, a verdict is generated for each piece of evidence investigated. Verdicts can be *Malicious*, *Suspicious*, or *Clean*. Depending on the type of threat and resulting verdict, remediation actions occur automatically or upon approval by your organization’s security operations team. For example, some actions, such as removing malware, are taken automatically. Other actions require review and approval to proceed. - ## Remediation actions +When an automated investigation runs, a verdict is generated for each piece of evidence investigated. Verdicts can be *Malicious*, *Suspicious*, or *Clean*. Depending on the type of threat and resulting verdict, remediation actions occur automatically or upon approval by your organization’s security operations team. For example, some actions, such as removing malware, are taken automatically. Other actions require review and approval to proceed. + When a verdict of *Malicious* is reached for a piece of evidence, Microsoft Defender Advanced Threat Protection takes one of the following remediation actions automatically: - Quarantine file - Remove registry key @@ -32,11 +32,11 @@ When a verdict of *Malicious* is reached for a piece of evidence, Microsoft Defe - Disable driver - Remove scheduled task -Evidence determined as *Suspicious* results in pending actions that require approval. As a best practice, make sure to approve (or reject) pending actions as soon as possible. This helps your automated investigations complete in a timely manner. +Evidence determined as *Suspicious* results in pending actions that require approval. As a best practice, make sure to [approve (or reject) pending actions](#review-pending-actions) as soon as possible. This helps your automated investigations complete in a timely manner. No actions are taken when evidence is determined to be *Clean*. -In Microsoft Defender Advanced Threat Protection, all verdicts are tracked and viewable in the Microsoft Defender Security Center. +In Microsoft Defender Advanced Threat Protection, all verdicts are [tracked and viewable in the Microsoft Defender Security Center](#review-completed-actions). ## Review pending actions diff --git a/windows/security/threat-protection/microsoft-defender-atp/manage-indicators.md b/windows/security/threat-protection/microsoft-defender-atp/manage-indicators.md index be8b72641f..ae1856f3eb 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/manage-indicators.md +++ b/windows/security/threat-protection/microsoft-defender-atp/manage-indicators.md @@ -125,7 +125,8 @@ It's important to understand the following prerequisites prior to creating indic > For web protection scenarios, we recommend using the built-in capabilities in Microsoft Edge. Microsoft Edge leverages Network Protection (link) to inspect network traffic and allows blocks for TCP, HTTP, and HTTPS (TLS):
    > NOTE: >- IP is supported for all three protocols ->- Encrypted URLs can only be blocked on first party browsers +>- Encrypted URLs (full path) can only be blocked on first party browsers +>- Encrypted URLS (FQDN only) can be blocked outside of first party browsers >- Full URL path blocks can be applied on the domain level and all unencrypted URLs >[!NOTE] From e2507339bb48bc37021607db51264ebd87c6d398 Mon Sep 17 00:00:00 2001 From: Greg Lindsay Date: Fri, 21 Feb 2020 14:28:15 -0800 Subject: [PATCH 095/108] remove layout metadata per landing page requirements --- windows/deployment/update/windows-as-a-service.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/windows/deployment/update/windows-as-a-service.md b/windows/deployment/update/windows-as-a-service.md index 89b24aea50..613250332f 100644 --- a/windows/deployment/update/windows-as-a-service.md +++ b/windows/deployment/update/windows-as-a-service.md @@ -1,7 +1,6 @@ --- title: Windows as a service -ms.prod: windows-10 -layout: LandingPage +ms.prod: windows-10 ms.topic: landing-page ms.manager: elizapo audience: itpro From 825584cf8dcd6ca6423b93d5b6bbf430afb61aa2 Mon Sep 17 00:00:00 2001 From: Jordan Geurten Date: Fri, 21 Feb 2020 15:06:13 -0800 Subject: [PATCH 096/108] Update select-types-of-rules-to-create.md --- .../select-types-of-rules-to-create.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/security/threat-protection/windows-defender-application-control/select-types-of-rules-to-create.md b/windows/security/threat-protection/windows-defender-application-control/select-types-of-rules-to-create.md index 67a0e29bf9..9a34189383 100644 --- a/windows/security/threat-protection/windows-defender-application-control/select-types-of-rules-to-create.md +++ b/windows/security/threat-protection/windows-defender-application-control/select-types-of-rules-to-create.md @@ -120,9 +120,9 @@ There is a defined list of SIDs which WDAC recognizes as admins. If a filepath a WDAC's list of well-known admin SIDs are:
    S-1-3-0; S-1-5-18; S-1-5-19; S-1-5-20; S-1-5-32-544; S-1-5-32-549; S-1-5-32-550; S-1-5-32-551; S-1-5-32-577; S-1-5-32-559; S-1-5-32-568; S-1-15-2-1430448594-2639229838-973813799-439329657-1197984847-4069167804-1277922394; S-1-15-2-95739096-486727260-2033287795-3853587803-1685597119-444378811-2746676523. -When generating filepath rules using [New-CIPolicy](https://docs.microsoft.com/powershell/module/configci/new-cipolicy), a unique, fully-qualified path rule is generated for every file discovered in the scanned path(s). To create rules that instead allow all files under a specified folder path, use [New-CIPolicyRule](https://docs.microsoft.com/powershell/module/configci/new-cipolicyrule) to define rules containing wildcards and include them in your [New-CIPolicy](https://docs.microsoft.com/powershell/module/configci/new-cipolicy) scan using the -Rules switch. +When generating filepath rules using [New-CIPolicy](https://docs.microsoft.com/powershell/module/configci/new-cipolicy), a unique, fully-qualified path rule is generated for every file discovered in the scanned path(s). To create rules that instead allow all files under a specified folder path, use [New-CIPolicyRule](https://docs.microsoft.com/powershell/module/configci/new-cipolicyrule) to define rules containing wildcards using the [-FilePathRules](https://docs.microsoft.com/powershell/module/configci/new-cipolicyrule) switch. -Wildcards can be used at the beginning or end of a path rule: only one wildcard is allowed per path rule. Wildcards placed at the end of a path authorize all files in that path and its subdirectories recursively (ex. C:\\* would include C:\foo\\* ). Wildcards placed at the beginning of a path will allow the exact specified filename under any path (ex. \*\bar.exe would allow C:\bar.exe and C:\foo\bar.exe). Wildcards in the middle of a path are not supported (ex. C:\\*\foo.exe). Without a wildcard, the rule will allow only a specific file (ex. C:\foo\bar.exe).
    Supported macros: %WINDIR%, %SYSTEM32%, %OSDRIVE%. +Wildcards can be used at the beginning or end of a path rule: only one wildcard is allowed per path rule. Wildcards placed at the end of a path authorize all files in that path and its subdirectories recursively (ex. C:\\* would include C:\foo\\* ). Wildcards placed at the beginning of a path will allow the exact specified filename under any path (ex. \*\bar.exe would allow C:\bar.exe and C:\foo\bar.exe). Wildcards in the middle of a path are not supported (ex. C:\\*\foo.exe). Without a wildcard, the rule will allow only a specific file (ex. C:\foo\bar.exe).
    The use of macros are also supported and useful in the scenario where the OS is installed elsewhere than the C:\ drive. Supported macros: %OSDRIVE%, %WINDIR%, %SYSTEM32%. > [!NOTE] > Due to an existing bug, you can not combine Path-based ALLOW rules with any DENY rules in a single policy. Instead, either separate DENY rules into a separate Base policy or move the Path-based ALLOW rules into a supplemental policy as described in [Deploy multiple WDAC policies.](deploy-multiple-windows-defender-application-control-policies.md) From 5d1179bd2bf4097ebc9b53a17ae40405d0deacba Mon Sep 17 00:00:00 2001 From: Jordan Geurten Date: Fri, 21 Feb 2020 15:07:38 -0800 Subject: [PATCH 097/108] Update select-types-of-rules-to-create.md --- .../select-types-of-rules-to-create.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/threat-protection/windows-defender-application-control/select-types-of-rules-to-create.md b/windows/security/threat-protection/windows-defender-application-control/select-types-of-rules-to-create.md index 9a34189383..582356b671 100644 --- a/windows/security/threat-protection/windows-defender-application-control/select-types-of-rules-to-create.md +++ b/windows/security/threat-protection/windows-defender-application-control/select-types-of-rules-to-create.md @@ -120,7 +120,7 @@ There is a defined list of SIDs which WDAC recognizes as admins. If a filepath a WDAC's list of well-known admin SIDs are:
    S-1-3-0; S-1-5-18; S-1-5-19; S-1-5-20; S-1-5-32-544; S-1-5-32-549; S-1-5-32-550; S-1-5-32-551; S-1-5-32-577; S-1-5-32-559; S-1-5-32-568; S-1-15-2-1430448594-2639229838-973813799-439329657-1197984847-4069167804-1277922394; S-1-15-2-95739096-486727260-2033287795-3853587803-1685597119-444378811-2746676523. -When generating filepath rules using [New-CIPolicy](https://docs.microsoft.com/powershell/module/configci/new-cipolicy), a unique, fully-qualified path rule is generated for every file discovered in the scanned path(s). To create rules that instead allow all files under a specified folder path, use [New-CIPolicyRule](https://docs.microsoft.com/powershell/module/configci/new-cipolicyrule) to define rules containing wildcards using the [-FilePathRules](https://docs.microsoft.com/powershell/module/configci/new-cipolicyrule) switch. +When generating filepath rules using [New-CIPolicy](https://docs.microsoft.com/powershell/module/configci/new-cipolicy), a unique, fully-qualified path rule is generated for every file discovered in the scanned path(s). To create rules that instead allow all files under a specified folder path, use [New-CIPolicyRule](https://docs.microsoft.com/powershell/module/configci/new-cipolicyrule) to define rules containing wildcards using the [-FilePathRules](https://docs.microsoft.com/powershell/module/configci/new-cipolicyrule#parameters) switch. Wildcards can be used at the beginning or end of a path rule: only one wildcard is allowed per path rule. Wildcards placed at the end of a path authorize all files in that path and its subdirectories recursively (ex. C:\\* would include C:\foo\\* ). Wildcards placed at the beginning of a path will allow the exact specified filename under any path (ex. \*\bar.exe would allow C:\bar.exe and C:\foo\bar.exe). Wildcards in the middle of a path are not supported (ex. C:\\*\foo.exe). Without a wildcard, the rule will allow only a specific file (ex. C:\foo\bar.exe).
    The use of macros are also supported and useful in the scenario where the OS is installed elsewhere than the C:\ drive. Supported macros: %OSDRIVE%, %WINDIR%, %SYSTEM32%. From f04040d1dbfd9eda115c8c1a991e7344ef70ce73 Mon Sep 17 00:00:00 2001 From: ImranHabib <47118050+joinimran@users.noreply.github.com> Date: Sun, 23 Feb 2020 19:19:24 +0500 Subject: [PATCH 098/108] Link Update Updated the missing link. Problem: https://github.com/MicrosoftDocs/windows-itpro-docs/issues/5782 --- .../use-powershell-cmdlets-windows-defender-antivirus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/threat-protection/windows-defender-antivirus/use-powershell-cmdlets-windows-defender-antivirus.md b/windows/security/threat-protection/windows-defender-antivirus/use-powershell-cmdlets-windows-defender-antivirus.md index 8631d5a627..005aafd92e 100644 --- a/windows/security/threat-protection/windows-defender-antivirus/use-powershell-cmdlets-windows-defender-antivirus.md +++ b/windows/security/threat-protection/windows-defender-antivirus/use-powershell-cmdlets-windows-defender-antivirus.md @@ -30,7 +30,7 @@ For a list of the cmdlets and their functions and available parameters, see the PowerShell cmdlets are most useful in Windows Server environments that don't rely on a graphical user interface (GUI) to configure software. > [!NOTE] -> PowerShell cmdlets should not be used as a replacement for a full network policy management infrastructure, such as [Microsoft Endpoint Configuration Manager](https://docs.microsoft.com/configmgr), [Group Policy Management Console](https://technet.microsoft.com/library/cc731212.aspx), or [Windows Defender Antivirus Group Policy ADMX templates](https://support.microsoft.com/kb/927367). +> PowerShell cmdlets should not be used as a replacement for a full network policy management infrastructure, such as [Microsoft Endpoint Configuration Manager](https://docs.microsoft.com/configmgr), [Group Policy Management Console](https://technet.microsoft.com/library/cc731212.aspx), or [Windows Defender Antivirus Group Policy ADMX templates](https://www.microsoft.com/download/100591). Changes made with PowerShell will affect local settings on the endpoint where the changes are deployed or made. This means that deployments of policy with Group Policy, Microsoft Endpoint Configuration Manager, or Microsoft Intune can overwrite changes made with PowerShell. From 0c3deda22d777cda2e6175b3afaeddf1932dfeeb Mon Sep 17 00:00:00 2001 From: Ben Alfasi Date: Mon, 24 Feb 2020 15:11:47 +0200 Subject: [PATCH 099/108] ATP - raw export feature to GA --- windows/security/threat-protection/TOC.md | 2 +- .../images/machine-info-datatype-example.png | Bin 58909 -> 20627 bytes .../images/storage-account-event-schema.png | Bin 79824 -> 83575 bytes .../microsoft-defender-atp/raw-data-export.md | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/security/threat-protection/TOC.md b/windows/security/threat-protection/TOC.md index b541b24f03..8208331b97 100644 --- a/windows/security/threat-protection/TOC.md +++ b/windows/security/threat-protection/TOC.md @@ -496,7 +496,7 @@ #### [Pull detections to your SIEM tools]() #### [Raw data streaming API]() -##### [Raw data streaming (preview)](microsoft-defender-atp/raw-data-export.md) +##### [Raw data streaming](microsoft-defender-atp/raw-data-export.md) ##### [Stream advanced hunting events to Azure Events hub](microsoft-defender-atp/raw-data-export-event-hub.md) ##### [Stream advanced hunting events to your storage account](microsoft-defender-atp/raw-data-export-storage.md) diff --git a/windows/security/threat-protection/microsoft-defender-atp/images/machine-info-datatype-example.png b/windows/security/threat-protection/microsoft-defender-atp/images/machine-info-datatype-example.png index 41c451506b0a8e29138e5f22e84deab1ad060c59..598ea2fd785fa80751fa0eb5fadb2ff9382b3192 100644 GIT binary patch literal 20627 zcmeFZ2T+r1v^E-bD_aoVih%U3Zb5n{QnN)7lqMbNMQW&00tASPfS`bg^d=nwA+&@V zP!W(WB?JfwAQDOl2!T*SlAnF<{qH$*{{P%_?##V+?#%rs^Ck1Gy!pz?yVm>6v!3-O zJT}thWanoG005j1_3oPj0H@{vfYWBbpF6P>BP!fZK28Oh>S_aOM+DbSc7F4?Yj_s` zs88WIc0PNue?CC(Ne}>V@#{a^sdUMU0sz3{+Yj&GH4k&35I7^R?mMrrkQ>uHy_de+ z)o$T*Sm{44cvJUK+1j`NN0r4dOzpS_YP9(pMM7?q#v8z#7}?2h<@`z zN?qdpV8_%6z0&wI;;vurpZf;ye1B`8e#%jLpf`Ob8ZgsKq%+(-EG4~eAqt|etWu*f z=O`mX|Gb!;UGx6#nR%~L)6#AN0CMsMlM>u5wDSPKHOITX4htYQ0D$ZDr?Y@hr%v+% z0Bpb80RV#60w&By;w-mhMRi@4v{{z{3z44;%>aNq_ZLnB7630e0MF0-CUbJLf3%z! z|NbA0D=$d1f>;&0@xtFJZSC!tB59l2b?cqL^6QrNwVt-WI{ILm<;B8V*LuwDg)MAn zl0KDp{oUjB&=wlZEMh z3vnz?Tz0BLgKwpyeb*A@53@O$kn zL2*M9EEX$1JBL8`s%-_97mYQ&&MBbTq9bwdYP;5j`VcTy@#!OQ{!iW}rGC$UxX0Oy;U&B$Z)2Q}7D!5r0J|&p)t_yju z{L0iH`(nxQ*HiX?O8~+Z1WlH#N3f^xgxZWF8!RwoWh7fo(5^emc9?Yxw%CX;L5&t# z_i~g=C(%#wqE%|AOeDRON^hELE zwkUej=!KBWY09n$ky3%3FynVL70rfbs1I4Nj-Uhg@v|~>OJyA&|M*#6Rj_HboA1%q z5o6lP~OZrcU_PPS%M@eBpMTw(6`rYW9 zvT?J=(E4E0a@Q32_Keb|CH^6Zme|??GRm*GipnisoI;R!yuDChs`;b{_RM!&bdyAg!mfXZFPAUWQDB^uQPrOd9yB= zXzuB~8mq%yZt1Q6wx!rjRiYOBaHNC>%bjZz8S>ao8Bz5`&?3q8U18)RA1dU?*wjFu zn#~(L4&w={rt(JY#BNK?MC$ZNNJ{Dp>`YotlxxuMAPtp$!-)qP6Af$P4HIt+O%%>i z485dF-+i%=Z(K=>uqiGtyS!s#6szN`!xEnnqE%+2ogb1iz6jFC5zhs^ns_=_>(?VOOx-y*;c))1(HOlFRh~d9KTBiae0l^hpL2OY zz;9wU93=c#aGEo{B)o8JR>1ve>4BtiPZ@K2H^tc`#S2T~uBsRl)(v_q039k4`JB4p zr^NZzS7LU&wA{07fI%(m7#CDDYxnZM4WuI;h3qX8wG4>I)4n$0+!6|O$%;BX?()OT zxqG6oy>Ciz&P4gz^e;;EY&=|mz%Je)@_~?iUtQrlBZb=B7L(w=m&Ti(rcI=geLNKl z-SAwEPh+wVD*du^Lu(X=$z;D;vr?ry#=~e(rdK^6n%sa zhcgypy~B5a68OFMv(G%>>s(!kGUjf_6W+>0=&0lhI8Z0YC^sg&D3RB0*?7px>xF7x za{eUxXI8?*L~VvBwP;wbsp+AwbasU@s>#FtjC5_yMD6z|c#YS{FMh7lMFDP3Y}N7* zA8L|YqODYWEKILw`OR*ySuX1Z*u<4CIGms?#z6|pbrGAot>K4rO^d|N61-ba#0*V|l0*bu)d z%x#%dr%3MvJI2n6IMmw6R^|)`wi<2+#Iy}Hp*^kJI_$=7+8S~{vgztWJ5?LxhROvh zPZBG>3|mNy?iQ_~V`pr7220dt-PrT%#CLtq^L=ZvH+|9*F&y4>vc9&?%$2rrHA`OE zG`WX0gbym7%?%&Uwnk|`$t%jf2hr$8i?FWoWMFTb`n+tGvKrGX^A><#t@7IS;CFzU z#fS^|S%o~UeCPK#$RYnn!q2@g8EtibZ{y5yE;M8PeD)H3^UElC7n`)$bnm*Qc3M?2 z!&w@r-rg=Zu`RqoT}Q|zWg}f$`FFg7e}(1dz=N=POxn;kQVL-X)hSW!YP%|#Lgr~S z&PlAEM0sGc7u|g|U8eY?trnfAIo){I(`p^1mYS*Of`mh=T1O(aY6Y1Zdo-PpW(oe3 z+%=M&te?uDl5;*yK1BsBdBt~ZOp|+EWyO*3M>;)@q=D_>dSsq?;M$N%=@cx8`Gk2~ z#-eF@x40$W2;xelXu$zWO=zZuWZRh#-!jkcOX(1UQYZIvZm1jQ zWb8hS`XT0V%)c0Lj0^2>x#-zk5LRwKw&b5X)|z+_v?~bHY1UZs-x|xr&bbBA6cBR8 zNO_SjH!xMC!V9q2wY+x%3aB-NLnYxIYjtFuilI^>-P zEz03Z>&(78fz~drsYz@l68zd}Lrtb!zn4Et%gj8^`^&ceo_VMZzeO`78$O^25p4$Q z?7coeFq>1S?f#@FpbYMFp6}Yz_GiPYm$RvrRljb55~PPY%gv>&y!=uKPa8kes+C&@ zq$Pj|>W24UD#0utzwek0$jwpZyBf95U^vO+;Zd$pw&VZ!(j9vL`uP6$Y&F-^8dgO7{5fJIywB`|z8(dO5F_<1z&0a2vEdR*+)40{zZ5%`kP?cu(}J#M+j5ea z!~5pLzM=X3qc#oAe?eY{w;Ph9V+!oJESkpsx-?U65a|L(8it#1%1|g$o{ZAOJ$5Uc z=Wv4VWY*M|w^^KMyzmaOr2j4LGbn&NeYyN4Px9U~{lg%xT-6Lz%A4iV(B9eyr3AT{a5A4!!-Nf*UiXBFb6zqvSsjy%i z^G&>LxzCMzWU(bLyQx-kRKon3@WHmyrAr;oa)P!bCMp_BDvEitG*wC;-`}(42ywKq zFRWb-<;oL#xmhBpE|p4oyu&_PtbnLT1*f%0*FUiMpkt2yq3*3Piq8=q8{ZiZ#6+vo za|FykY=Iuii~JI(UE}&PrE|E2`vLBirm*RupKp{T_${KV>SbnbJ>h?}2{rc1_I9zo zsz5GKFY&jc{)(8Kd|X{&mAib=l%4a!+h~u8KkybN7`>FNk8&Qd;sJ(|fBCf6+)JF? zGSPt~`Q@c=eDUGaYBqJxjO^tguyq}C%KCsD6^MOPf_*s(vSA%OekNWG7Eizug01Cc zTwY4j0}2+vshmW&hCP)J9q+svHNCr^-6kpWZ%oltlndo#Tit3|s)MPxpxm0WFyN|1 zM(!x8>Sx#zoBYoeWkYC3&yW?ocz3A~t-s_upK9du{R+(XS%-{M;|o6G{sOhv7h?p> zAAJbHZGRx&qN$0w7?5s`r%voC2?+E zK%ialU5V%STBEvU)HS_Yt-gR&^t93?*k^t6i3|oi*Q2@V}%<{~~Xjv}!j% zRw-Y;r>{qXnO|)YimE!+fVo_~3qr--*qhC1zH1R;SoN~_JCC3Zf?$7si$-(utdaA2 zZ&lNfYg{=K3C|IbF!$E(ywfq+d;&6xmjygpx8DH_1U>18CO`eSx z%cZ+7W_L;`9(2U+7~O0fzBy3&P(-P0FFS3>eVjSQI{Dff}v27>jz5bP+a3D z6q>SWNwwvz4Bqx%3&p?>s@;Fq3|_Sljh*`7Se;0uS3Fp7Lj_}8GlE+AL8|(a%wao< zqgvzsnen4?E9+NU2ez|e-BP|!pgIlQKf<3Rp*arMCAq7!5Zu5linWR{-7kOHc=RK^ z#ifrZKiF=nqvom=IRi;4RQHj5TD_y<^SzsS%`C!usn{2e@O!M^&cNoka&pIG9jp*JDgvK~1{3coYLY@aGw+VEH({%5mhFVG^3VcsVog|$ zN!6eaB?6StU-40T~*xRdrSvrO;9%6HlV zQ_)z<>Y_4&I&+&8k*)T;ElnK{=G_14>TPiHzozWJE5s?GA>Jb;aD?FqZ;C~=+PbkK z`=CTHbpi#aC3ihZ_6ku^`TCw)uJQVt4PT>B^0d>2lRPClToO{=;63U}SMIti0sohz z%xM<_sXWRCmhvfDgphBwQ4-9&p=9m!bd2sE#}#ia_b>ieH>U%&>tz}pAJtlRi^*gr zm)UnyqD@f7T}8r;BkQ)cmWNNc-lHwZ&;wX!zm`aL}vy(ULOzXnxrf9cQlcR$_b)d-j)*F)riV z$eKG(R(Z2|K5@vd#wLz8v5y>z0nIn!hRzsn)YCr9qTS7xRDfU zV_yCi1iyM)0kNXltiK0bvoX7atGa;*G1E8*4c9LJC_P2Q5JdfB8b6t{&w|a}n<195 zE;_c{)j8}QdIbaC>*jo$bncG<;n_L-FSjc2GIR+Gi zBKAPU?nno-9UuR09&TlewcggA6O6In8dv>=UFXtNWu1I6n9^#^Z{iAZ-q8RS9_C=f zy{-MwisO~E>m+HZ6u6gF)ekJtd$YzR9T+^={#1P^+{TW3g1K&o&BRBUz~N!BwA@FZ z!{%b1*vx!PqKVcV>PS=%T9k_3Ya|SWI=U|&AD4;KEk1&Bs%U2rIV?@sT$oJ+V&qj2 z_KJG(t);m_ALPxHt6fUVS&YQHzb2BOWd0HTAXXE*D4lh^whpfNMnc#Ro>z?@D<7rq~QfSYH4F?(;) zn3GjY*exxBhdRZn&#gO-ESa)_!-9_9)*fOB636t{GA-+-FbRNDgTbQ(t@+UVvY6fX z?4+UXz7|F55{L5EcQx6!?*2zDMsrhgGDW%VVFk?wbV!X1D@}*kPzz_=v#)ng*q=@w z?8QfeY1-O6fbtIy&(B@r8O9}vFkj1b{L+RE{j6KOLrvj4XXYwWrt;;_gCyKFI7%D@$R*7QQAuO1 zB*+x!5w(W*Vxvzdp8>SUQ;>_DH9T&a@4pvfPB%m&u} zy$Et^viY9{QQIGg;bpqKFemgg8H`>d*^fr*IyiGk+^hQ?u3JkGx1fFHxW1j6ZT6(Z)D6`=jL_Z}ZGqxb@+C>3kRHhQ4_ z&e&t`DBcl_Hi1PcWZXIp5akCN9ukiaA7Yr+V7Qwnizax0!s&p!H;T#Z9pO^=8wHnT z_-V71`J?EMiXn=4%Sy}?f72b~xdt1dc$a&JNu-14 zhS&BV))IDQWU1h|-<1|B^6zRl}6iTCe9pl>47 z4jL%KbAgQB8~B~3>)|_ZQr5;( z>{pT+eVk?mGJSZPd{5zXGhXIaY$#CSEDTV_+C6|P4TJVZcAc}IUYpo(q#rM@iS#i;Ja-`6pP01hlXgK0rV!Hq@$cAkSySNXXid5L&_a>h})@IyCIx=T;XeY7(hc188%{V@94<426gy9xYFJ zvr-PLwnK@KHlxZV^kIb8J!?&4t=c76WHwM5qdu*5(ZSWxKa*>2Au zVIOaA^=DM}-N9LzYO*Y7nKLxI!qsHU|7dqNWb6jp^KIZ7F2FbhLPh}RC%LU0)>5(~ zeEtl9Erl+F#*3?2*NY@U^g4H@NtrvdZxrghzdlbuyktdx%e6cJ;rAk36$ClZ!ei~g z-Vf~umz4JD$XkxKsGeN+Os^QlYmNu|`E9FF{Van|Mo=%p7I-QypQxlh9ddSL17DWC zT)5xs*ibp7!Ab@a<96Cf!^RlW`}b~Yn3XQ*1o6(VuHfxs)8PY1;Usvzb<~!ojtr3; zqvkX_v@;h%cuAuZx$y_1Yp0wv480d-SwgE;T}QDp?HkXyM=-M@P`|Kts&zxi!5bdr zSv<3l9WzzLpp#NzV|dwSdXRhQqD3qT#TN1d6yNdOaGx|`9QHY^pVc@dGLgwicgo?M zZtP1A!|(LIz^LsFdhwFYoohlju87*L56_}?>f75!X1y*mxr>}44Y3~ zYr05zN3;Y8`^m8#nYJabLDQfi5|>tXiQvLzHl(X-Q^w~-gR7rGZbo) zkacJ>*OaE8Yl@6_$qf2DB#HSY+`osrKk9`<`PmL+*jGe>0MECT#a}>+87=!FqmU3x z-jVnBlcihl+O>(+&qeib$`X0 z{Kt2)6FZ=f&0TUK^Ejq9xoao0ZJn@Xlq~p?QyO}6vPL!v2Yxs!M>#qw3%xo?;$}%5qMT~|puK_+C{tPOl+x0q2 z{XQr4n?2^P6@ns+h8$fC<&_5j7>0u~Zf}L`2LK~hXnj=>XdX6&8!yvm=*9@t=!e^! z-5je5H|CL(#y~8S9io!KF z32F?*bN>eYv1_XqvQlEEu&UcAE6W5@l~xYhLwYc<)s*ZzpF1}|)7t>ik<#D%#^@`n z-#~;CT(m_+@)R8t$X1ZuDP5}1BJ%1PwRFlL@8OoIRuoA(r0dy(!>!Ia5yia@ zMs>wr1f?R_9p|{d9FPp0&M0+*k;aUmOS&c@tcRUI3JST)%xLiSJ%@a_r4mi9!c=WD z99?IYJtFemn#HU$g*G}qw@mCc=RSsSDf-@4=^!3^*;x@;ffzEQkx`EsVg4vp8)Qb@ zM|^}hXdyO@VSP|v)(UM8iDTWDWmQz-v^6mdR%r&fqU)LQkig5mvSue)8P2sYt(jyB zukoR4L>a`N4cSOWk?Y8fOA$1|?I|#u`fvl8(;-bOS}6{ndAC}_x-d$^ZrQns-oS!h z>b=yr*|*EnYM*T1NhtiheST^JmK_>#)T+P@6?xvTFJ>Mu z+F&{ljWJG`)tiH+OO%}r7=pLX`FI4GQd;iVR&L}GIu$nIQ`c$3py!0+MkaUXc1Fox z_GL_o5cLqR$A77O!k*Fl`dACSG_}exf|Sl z*B-sOze_{5?;7=i9f0fj?M#f9zs5F)eZb)@;*mS0!@^^zW34E7EPmcq;_~RxXvBASR?EVxC2tg5D)wkk#9u*PXb~qavT#F2=Z(JolJB-WhMz zx!WSc^t_Gg4tTEQfH_7Vs=F5$BY^g10PZDF+YFw z;8rQF_C)Gf&bBTG#%*??@oZ$<8?ARpeO7S&{&el=xh&3x=h6rB;d`9<47Y|JUOoS+ z&Rw?o@tJN4kvxvOTm$??0x?aIFfeRA#J+h`39(`o=Nod-y)ufgBVIpx>kQG6`~$Y% zDUTTC_ja5OR0Pr0%M~Cd@GEk5fLS*Tx$U&9r*wOYyZPLzboV2W7Oz88nT%YFeR+P@ z3L9cw3PGinoh*i<(V81a&)1%gw||h$53KiVUoJU195aGls2S`M)<>CAobJuV9fnca zf8^x_l{+<^g>8z+e79v|VMWq>V)MNYo~+xHGQi!U0%&fbraP2?<$J)2FK(qHs3_HI zwwLP=6U{JcqSbXhWa$Mrl1IkwOy;2>tY8oPV$F&Dq_S*g3t^a_l-a4Ho`yQ;_UX`@ z_>4`bj;YNd$-OwQs&gAl5PN8M9Z=W)SHYngL(ifYd49%nC)aq3+Loc%`l}hKkBVz_ zzUR`LD6lts1|A8B1ZDIJCQ<%Pw!N3`CLND20cr=&g@NrZ8A^@ z8v$?hoA8$Bh2NsG6DT_0T92jJqdrGdwh;IF(!=(Wp6cUm=jBOOCUj#iU1w2^Ocaf?IhOuuQKmA4@L&sfLr%043a!0vjSy=+^N z6iQ3|Hy~&Rj8c>onW`G)xs>HTQ|nVr=E~&EQn?0&z&R5?s(-&o>*W*h$t3J;VPtI7 zM^0{;5+-nsR-TvqgRP_XK3)jCQh(O(4~@?)9PBa^xAfVNd2c`1Gj9zh?oKK8VOCWB z+z9D)q6f*ePeZi?>7Bm3;YW0%uJgAcy%&bF>9*?{W3{!JN1@J_-0Pye?(OZ!GT65G zTZBCJb1`uOb9{oq30=?jFPRbMXdzq}S;cyM#8^Bj0tcpB)%r}cZ4FyWZ9p5S_@FOD zDIT8+p@vrR3t2|x%PvF|H81?8u~_KU`17JX}xe zV?I&@{>6%c8VDIHv+lz%Ype;9KO?1PB%K zFZnlC_^EOUCiNvX>*O#mkHcS4uDVFNp(VrB;t-ThwDk6FZW-XM&NqsUr`bLFE9NsFa4kE%>I8dLw^4CHZM;w8$^8V zy6x!Yu!_zt3%M`fbTR?+?V; zLk?4VNlg0IzR0NnX<6A(*rY&9u=p9k!l&mvCk*g4P}Bc48u$M(pS}3s^qAB>kr0_R z69^=Q753M&^vp~$=o}!A8qucQcIVr~{l2^J>Q_P+(7?)$CL=;o>IOo%hYFvZvo1Oz zS6h*`!(){{deY&y3rZ7TY4Qa5o2)Tk!Sxw|*U~phmBrgG7M53Y;n$!0Gyy+UH`UtS zd=t~M1JA))%h!9o8?Y8=A+<7sHdQ+%1F5|XW||Mh*ry}h>PHL9$Fq-%j;?tq)$W(v zoT9YS_O&62e#M?SnY#99W4=SJK8&i@3>474V#_o7P>S&ED@^PBM!g)}^K1N)MriPU z&etE4tyAgKjlFsIXd3KscSpK!+VY5zqzEp_@G%sqK78-T*H?KepTd6*eNIX!lMKC; zd^8#lQK|>`jDPKo@i<=L68knC)DW%{J$n@DPsN>9$fRiWBg{6x)cKEeN;W# zv@EuKc5AJiRF^Rv2lXh$$@b4;MtpAVC13NZ9lA#$1C9))RT`6)WqX8V5_ z9xOmVz*<;&b(hF~dj(I1uGs7x;Nmak%m#leRD7c^uq$X#C)~57$<7Hg%{qKG9Jyju z*!|f*`hl&@P|Oe1(Ugb3L9#}C2oMMFkSX=N7yHuqiF=^3`TeU%Z>7TO#bm}~1EZf( zCe+%cd+7HuZ#DP*b0nlJ0|Vt=O%kUoX^*#B9z#p`@%Ox_S3S5hr1#Qizgre*N|Tu4ZBj@}o_ z`1#Yk`nvm+b0#-?b?wYm&(G8^3Kl)@w|qWzcuj1C(g+1k>TJ#f1Ed^pWw+>whXg}- ztvp^e?iuQqB{Hn#Zaa>CQ$v$>CGGsQw&Ksjd!%$FT+Y53@na~+C#@nWDg{N-6Cg;# z_eYUmirM|=!yg2XJgwh)xvZ>GU8`|;RGb)rDizuZD}mW(LGtZY05m zt)AR=s~ycLN%xUP1*ld|(8v82baj2M|>(s73MY?2z#|G zd(-z@Xkb*9+m@gB)U1CL_;nkyZwgp1z1 zWNVvHoAe=KB_HCKo-_Ia7IODj`7{nk+UFEcDO^MXi}nTU}p&G;Q=YCYM)C$wSA5{CUZJZtQEp z9_=vat1#Y!f^;28L?p!YrHEbhYn>6SP)$(P$BEGdDUSpRK~R^}@XqK$`}g6-?!=#T zjV0-Mfn*=UnqR$Q^YP7{J*2(9;ZULZw3evUD}xFheI@Ode~~-`T^O4;6PE1V3AT`2 z&G!VFDCF~FdY_R|XC}ApCDCLNP}a0d#c+0-wKr|pqJuR^YNHbNno~;ky*=r`a)^LfN-CpfWj3981Z-blZp4_Yf9RUzowx=iTtXe6%SD}RviOix0osSmRH0$az+Xi)sNXw+lUYW!n*QS8;`C#0+oZasp>)d4f9DF z(+SxL5Qps1xg10SgSfKbJ=9^FDS8p^E4~Te z;P@-B36I@TE*RC(&+vZd(WNEGN1qqpZQ%k-S6liZ(7PzDsIj%U3m-}n5QE3s$WeKU zfEs#1@Q-!cr<~>5`tu~@O%x}SO5AS%IrBeeQVrM$4vI>#so}_e<-c&5S}9hmh-req zW7cWH)qpcdHjicu5ijtJHQlfB`&2H%=#iGOx*r`^QLtZ#I~NNa_UX-zBBybmu`Svb z^ANkYnjAE36LkjXgLJ&C)&>K+B%PO$rXeS26DuK%{pGs?AJ$gFcBYZj6iQ9aXm$RrV-RHG7X&@{Gm)PITQ8Tw4ip#L#bct7b*lZa6F= zKqws|ZS^lZ<~6jM@PUfsT0h1HY1~*sr(-CpMibn z{JTD(kV2nn#u+b))D!Da;{$mwjvF9@1z)GIxa`pnS8!7Jyy^L^d)!YqrrSPH^-<^} zzo^z@2J?04rF57*#1dv-xUP7_I5Ku@w}mjDRFRHc?QYk2Zs3{=syh~IaaVaF7%boI z&+50%@tT%Kr%1GcgO_Sv*awJHe7&`ne{h=&rY0kaQ%p#%=)V1tJ z$_H<&e3*2%<9tc;&|cg9jk>2XeDf3jOS4Pf(X%xbE%PDUQq4f<8De(Cyba5XQ3!&E zwX42&Q%>|fUnQ?#rFazl@S<30;_T}mclR4`NrG0Tp)F)B*EBNZR{W!zaHQh)&Qk+v z2Hhrpj5t-pMPke=0K+c?Jcqoa zyCI*;N5|R={7}kMRSg{mZe>M3!@aYE8p~L!Su}XqvzVr@^96!PbuHhRxXbWLi@$_} zWyRW4mr`xYWLk}HQQAXN=F9NS?W%;kQPcv0gdJTvYA{p)My|GLU==*wrzRC*n>&xr zn@vV(J1S2+h&)8Q>BIHI%?UFX!w7?^qUlqj>M&bxee6}f9%cNGIu)5{bBk07<)){d zyT3dQ&0Dd<-l{D+Jf@e9(_Nq4yj@(1uSE!dqvgs zQH|{!!@D;Ak5r(PicW-eddQ-4?GjJbkP<-{0e(#VLu86*KkqmA(t(y!D*oxei__XJ zsCU)rm6fYa&SlWPoS@padzAsN#O}kk&skWgRQXuh`#YOlQ%Ds>5D9M8Hkf;?+&%-h zlIi2MM*FGTXvlYlqTe$MyP1z@nv77*2)280m`w@~7?f5x1-{p;&FwJ#z+6cDE)f!cYAVoWH3j&Jxl?FAU4=AeEnXZH>Rl5{6!%&0}jV_r9VqJg<{`i8hmbzj#)C zv?2W{ESuqM<*%qFjQAcIWH3PH=LRPaHU*?9n7@KXL;%%3%>9{t&bQEafa%_7$DREg zRb*?DdIA6XO+uyL%-=1xf%dcK8ylpwilou`K zBs(!goAAvB`QR4D@^Y*}x@369UY724vqho$ITwq*9Sh*d&L*elhE;(yLYcd< zSc97LJeq5+>{Kgnk$xOx2o?>AG#s4GNHCQ4 z-nMzw<1X}O?|ulXxLn~oLCC5G{UAk(SgE&Wt@ZN+2U@ME_mr0lk0=gOXmP@goefEE znh@yO4YqbIu8iS5Z^6gBa(L93pH-Q6?hj(9G7gvnQGQ7gdd7NN7&^h8nBzJ#;krc= z8fNQ{tDRBdb;c7*d#!V4F$`e~i@olg#$xTV?&VU|`1cit`aAlJ9=F*R&s^_n0R!^1 zFn;0S?T{YLzDZ^sQH{9;Utbq%YEknUiPKKce!uJ$q;+eQOA&)G;jF(bxT;Gw_m?Oq zwwjwE;#X=+N^2eyC^SOWz-v`e&Fw6HfwV?3$uB{>mEv>!_#r58!h0zC!qp6mRZ<1m z!X97RqPc~~Pfq_K5YRpK{e6+`Nza21LhIC#vb2Z^??Tei#_Z>NO}}QN#jF=m5=^Een+=;HwKh#Ih;3i+U3tW{3 zo0l8{baK7Zq53hijfaA<5|iK2j<$(-3#;%nzqU0|3v+Ds@MPAGflz0Ib4g;Z|JZS{ z0(SXv)I?|pK8#v%C!Jd2h)r4w~% zH=JYfFB+>pxN^pP?P@X>zOF7-iV4+h9C}9iLmrW7mu?C4hIrX2JGXbO+xTbgI?ePnZNPTcbQ=lVaAfBU+IdrjZ z{vaoyRnxonJh)a>7?**QaA?yv9FyvF$gnE^MsoAEg_gL-dSl<)!qD?>kLrMtt?Ahfm4<3E-CyS)S1XOiDETtv&!Drn#S%`O5>HAsk=3w^RzJ>)vtXSw3G%DpP@v8EE%IbY&OWZz`|HOgEZpDQ zGzt}N=di)haxd~SG)LVxH@7SwFIMBG08y(!l{EH`R{Bxt#l!tFK6qtE`*y>iDXU7K zpTpBZ*6pG5Ty|8#4TR9oaxuIG#om>ZgwfRn$tMbwp7R{bSjeGj(osLFZ&J=dhVm3? zkgM=@#>&lftI9cRgam06ThmH|0N5=spz?v#W8(WQLDnco!&pg1+auH~vc;r%S<9iV zJolE`Z{_@~c%bMHtJ;lAj#6G1qhlqZ+r5u0PA2JAkXR|02OQ#-Umh;M%yk1i2vmBShV_`)dZ`T5dgCt>&r- z)Ce3M`k3wI;v3)rmzcg@vt7HDa>`zU9pD+ve79g~CBQj6`x-o)3wUp~FD9f7J&VArXM7yn9T*FMQx*joC-Xl><9hTMhM(}0tDMl;X zF2m_K9#pYa!NZ-Yg?>axcjk$b zQOZxCW&cTm`=|=f}-4257@ClKW=(?EtQxC znGTudn(uIBq1dK0bS3$-E|v#B$t1<$&4YsdB@7A~sa1d7e~}vU@Gzwc&UvA4g0}bwDkUo2VsL`k4oZgD;VD?Ec6W~SpUZS6munp z_e@rD`TZxE3by(gJt&+cwP1``f=PdMOWAP`=Sn)Nwhc{B_T^Kd&7mAs%%UqIl zfJgk*Syo;$-MFIoQqUa{W)aiq3=%0fcNKaCW3-JD08pOD~$>>IAO}I##fwVhdr8%gm zhC0lw%n%|}8-fzSGrG{`FBu`9(I5egu6wc8HFhu9EZWs2sa1c*;S!+zt>$7k*ehfQqzzjAu!?68Bjig!VF>VtZa?{t>eUNO!tfGk({sp>2RNER0!X-b= z7wv%UTJ+rf3^gSF1S}jwj6Q@EJZ;{QIctx7s9zgpq|8)#&}0bnZLc((S+yVC>!YHI z6VlV6zWFxe+r{*e`Gla<7BZ@uX&2Y zZ#+Lw3GhyHV3t@Z)hkBKTM~BhRtmj#M#MDncCGT?_CR+I8 zE-T`W)Az-|p${U!s>+=qxtm012alnP^X2c)*rIU$kD=6`c>YDfY#UbnNt&{L zdT>@qPPVVkpL1)YnMgNC?Zo)$Tg}x!Z>rUG!!Y@>Cdguf%5_ua@1ro;5=V*WQ>_7$t?T%6_wE0~%&qy4{(1HZ&?LhpJodmq~jWE3qvb zEvWS!o>p(z)_x?TIGy7huclsW)&J6x5*bigdd3KYjhACNekrONqM(TQ#9c(qOy~}UMOA0+D#ZQP&d@S`*`A0 z<3#(S6Ok8+yh&d=^(pD+t(tI%=wPk-mu&x{28HxMSGV?5XlC{l_N}34(48#QD5ZW}e z#ovl2KiH&{x6+F$%zuO+r)%dgQk0f9qE2&s8N{~UR2@xrJ$utC8M9ym>j`X-xpF^i`fq$OyS@epF=KT&`DF&5ukGho-7z0INZUh1Sz_fe(l?&C?gS8UW87KHCq>G+EOnWn^efqi_F6?f(uf_g#>& z)*=k0pCSHl-~iLRFnTz+WRjL zx%iI@PXAK&c_GiXxk!PmZLT*hevVq-tw_=%qfI(!??Nx^#cPSg^DDSmxN`D9L+d ze9Co*75;gVa;Z|W!$_aw_;Q@@UN0%i1d_oWCOte{|5PY|`6%f0K-1GpA6AJLIOvkk zAgyR*xh?2!b*P|2<;f!}9ER&7+LOZ+r6v)mYSf=mcFbpl#n?uKbEw1y8_IsmNOp~? z40~~C){x94{HbNtHUsfK^f$K;zQHwS(L*0%sq9U_srB@bTWsiu)dn-m>4DUtUCsVO z-kL}0u&9hyr=oC-I0r`Ik2JR%Eb3``ilGhN!`!BsQ0S?)2s$sAC@MVX@!%XxQ|yXi zZgIlY*Tw`2nKEBGNj5&dQ%}gnjWo;DGu{Dbcsr&tZEBxPm5Yd}9R~`$?BmNk1t@ts zP{C%ltp6wCSl;HJoH9+TVGU{R4@%jplnrRus_bQiU!sX~;L6f7v!p7F^7*OX9pBY+ zMNCXCoeURukSp{1dAyk&kwOV>EpJArc+@X> z#`oh-rK@#`^67($ICj$KXZ-Cz#5SMTP&I>9k50%RfCt0Gxz=YzYU*@aT~eIyhdiaE zw2!3?oZNZyz1IWOQTx}ss&N<8Q4%4|fzdN+gq$wj+?d*hN$Fj*ZP`6tgQjx?ag2fC zv*l+Yo4;pxZH09@NNyR30PEti9nm&}YRwf6K~jY>ZYSPwEfn4vENF-5IdAorlP!Lv z`(Ij382gDlzqPxw{e0C_Yd-1lWZ3+@bLSa0e*ge_|4HHZ#i{vj&8VZM6S@8KwbhN8MrO&_V*E)& zUpohiJoSHP2xo<4&E=mtB>M(sPm0?bK+3 zZLZ+v?eIsr)y->lAZ0Lz6`3eI_cTLAn}g?(`h$8cK$hHDo1<7dYW%A4-%ck1{leEU zG!EzG^#b&z4ndsmkX;{XI31#*`SHIL(ESq=X&75MH^%LzK^=J2rX-Y`!% zf0*BwQIRpzZn!pB&mHqKG-6_f+tYu@9E5ROmL!e-w?fV|ob7ZCJQO0&CDHZfo5Tw-Dx2P^T=1_x1il()NT0>(ilAu#6saj%98cQoOmNc!z z5=)&w=X~ggbFTURz8~NF{@u^@-VYC5ws#WTz)y}(L)AniG|;bzw(}w4#_6b6`O5$6 zfqSOpqf|izp_BKYxZ98PmBde#Co$n8EZee?cK#PTrp%thteffQSsN4M&E@ksA*^qm zn{=Nzhx-&nco72M`UPiHQS0NDtN+OoWUE8$ExI2eg9zbu$jJDr zd6~b~XEz`BouRavPZ5h~v)W5m0YGs|YT+(pwY`qNPjG}4j<`3* z6q&Q@g9K(ZrZbv^Iw!VbfTg2f9;J0Y4KBkAI+NMkcBGz?+Ces%`f=bXo}>--A^4#i zg=w*mI@R5(gkibstD%k;sjINyg82Z2klg;3-c7gdeGHD>0|#gWC|S325NKb z3vY39l;_CW@Ur=G)Z;_QO!Twa9dpIo>?#UKjGzQfR(V!+WCV zYtc~hYVMNDA~y~s*w>5;|J97E3QX#{c5I%N7|FnCM#~jNYC6cpeL^2Gqbfj7*BeU zDFsZ7CG7FeSsh*FgUp}=Zd2N7)&kmhf3LyU<`}J>s zkwLz$-Rd!n#S576m|n{*}40J_2}rFwMK!W_2*f@)HMoYtlC@& z)0=68FKJIy21@J3(d|iH#*$iU6`5*HI}J!Cf;GHkE1lW6m;YR$PJLwGp}RD3fl_dv z7fXqI;*iO_*z8qW0G=T4U*}s%lS;{ooUe$H=n9$a;$PX6gX+y_-uZRL?o0lv ziWKzH(F)Pwo56V~;tyB(gExBNKwQ{1#Ju>}aJoi@kG16K*|wZMpW1zv(^1`}pOm-0 zHP$CSCxEvJCHX_49PfNz?_j3XZ(I_SelHf5o}j!n_f$R%7abDeK@}J~4(sBdK_)0p|=|P6P?|;}~-et$)^XvfyRHj%LO;Y*Z zg1`4sLrNF#rbK@~+@x0+vev7LEzLNxQ6RG*xWCpN4;$Pq;0ee!C zZB|S_S51BUqpP)xk?`h5uMUrsdgeUq+Rvd=%g5DrHjG5u(vj2j%_%6-jn!s@yf@rF zV9;^++{_3a%%G-T088^+2$p6GB{Z!YoN3ds;c6*D9SiKc%o(oE>&sOR2*%>K5hKz* zZpN1tNB|^=9xAf&O&UWv(mD%f*y!2F%5|H010i5{Q&WrnaPMag{@30BETGq-Cp0_J zf$*u19EyUpIm}6`FNw?tM*Uu<;+qk+DfV5W4>)UpylDnHw!3#Nkw%a=7@E=!_dmNSjHv@52KTb zl?7f=U5CjS?e8Q4i5GsM1<>QYi6?r#8DKN7fum22DmTPu7>HnjCZR{evNAh9%^=PsKTy>EOt zxv{BA2{0kqqwBG$0=9UiDeEYJAn%Be{aak(9$FCxE<$guN#f*Lp%j2HeCyw;cXz%V z`xgDL@k5DQ$$l2GOXU-Ul`KQEK~H)%+7V*Hg#W%WAk!@(_)H6Q4ak`|6nkyR&a7Bm^8fRX{+x z-{Je-@BasjHLNo;_ug~PC->gxjk=mV0WKvj1VIFf3No4y1hW8t#c(t*vNM}Y3SMwr z74$tIh_L7O5B83okO~Z9dn&5RVy|LRl0b9=96wi_!AdbUw1njTTiHhXjlY{68<;pZe@1+Q94gMCo4$c zga`+`gLC_imW#FL3o~~s$jJ5P_TzZ}UEI#Y!qE(T)E#QQw*L3ACoWD-R?eQ#@o-897{j{#n6{m#qZL&0cbo-+=paQI zDQ%z3Z6n`I?cPt~IxltujtQ)>!l^MVNcHAyi`Kq!ks+p6n^09F6`u1q zfgogsw|WIyDqv z#0cS#e26qSINu@D0EWSgP%4dVnrOJes5Z_UAsU(3z)Qglg(9a`)H_Rl&+=el3|fw_ zyAw-u_Z8W>BO?%B$m{r^PVs8gx3SMw_l$-R{qger5yI~0`Xu+(CaC+#i6|seS zlAOcIRx>(8Hw2m9fgpX2&W6##!9`4&R6NMjsL?SRB7WQXjb+u14g(U(!d8Mo=o^TW zyJaGOHxcQ7VD@)b^p=Dq*~;M%{%SPgrf=4&5Hp?1geS7U!ATkpDI^}={h1_3sVa0& zk^Zyck`R=$^^zk6f-si6Kb^}(nIA0GI3=e$`CcQ-upsF2^F zQ7CRzNNs{2T594`s&wg)m=L;gjjM_*D@#V`rv!)-71}gWSX5I}A+ZrF2qu2}w2jYG z7a!;-qGy}c48&O6W`Y_D%jG!GB87^+9kfpG95>IK=(bfz|HXTw)F}wdJZ~0(mW0%% zy);N+lBBXjwa?3l;Pmu`Nd*agx_zG&aP3jf+3{?Rkg2|np1cqt1bychpo}eVFpvtR zn;Bda)}BXe>g{kLiEO&0LGcKvmVYeQ72wO7RAv6n-AB%d0r4j&l$24%_1q~7hQ#_CSlvQXdO?DJQjHh-#e7w#&>G zN}Xn)j71ABvgp0rim&B$< zrMhZVR`fEJzeJ&lJuNjdF(HD)vx%VV%T0-s-xHgO%3S)bJ~c&lH1QE>+^Q2yVRW8? zKc@J{Z80|)*wFO#V`OS9+4-xtVEa_m=K=cZ!XMjz7B zaNr*X^AzK5PN+lo(A1dkMCI{MVsHJC&aHM9T{?LAKB6m9z#VzyGwZE3#sYoOf@*6%F4>(XdX9P4W(G(sm7)W&NBLE zpYz2YkboycPE?eYop0BTn%Bs1kfAFBHrRhE?4_Cyj>i+HlKu~CTmxITME#?Kx=6EBazxVYTsDcld}qX;jb zb$n_0kQNe(>wdGcJzLkkTtep>l?QbixU}_F{*jyTvr8+oBOjKLVq>jkfQLSTAch1u z1og!g!Gg^~>>la-a6G4Lu&8CM3-2)}7QBP?N(xe7N|c1Lmf)b9bjsda-ib0Z^j!@I5 zpJ&cl95GN)S&0b^<;AU5pNUODsuMF5&mNXDq^Xcd2Xl*J%H+E#rLErOA5mk2t1{C| z3p&nl|4l)OpRFa`S59e~cRof}ea~$+n)TSA!I6UB7U74HwF&F2tw>L&%<50CENY&t z;ai_-%5=we-z}7YLJCbO;43Bb5o%bA%;4Xo1v(j8B7ce@Sw7?bg=kxVl+0K zZl4W{?0!s7M|7JF)y@nYzHBS9t92Xr+sHBGmTAfRTPTi6F)9z^RaZ<5e!m;s%~1U5 zGw)!{Ncq(`RbsRpIz@7BsJ4suZfZf9HxtR=C_5T%XmH|SLFHB$q7n6RO9UFI9Zv7k zejuyyfSujJ-kxKqmJ<(whMPRDr-BJdOKSMYYT$QA$uX!r6!OmzBd-`8c9mzS2@MTx zZf>^ae-LHP1m?mZHi{S8`6n+K*nt!R7Z-QtsrRovsjO94@TRYPudgRQH?=VwsHf`t;YnPr< z`Ovs^rk0JbV<-_BD|3C_*fGy-t&+-RgoRJe?XjWKvG^4F$P@g9qpP z@j;okfqdBke@a8pu{YM&+xGi7ls>#z2)K~H@wHhDOnt!hLQ1Nun@FP7Wl#EgL# zs70`_`YB+4E(3!ao#&l9uDqEip{4KgwA8}xmWqmsPXgeqVn>sF6cqX&M7#o5V}(Z_ zKWa1S=!(h%t7Lk-J)6e>8@t%;xT)!=e}c|`7u$@a3wZt-+up9Yxf~Uxy*SE`U4CmtmExq3SZ_U&PJ6k8 z&6Qdl&_dX8HL@FcRNg=IRmAh}+!0vsD=gzW{%=9U=>pMNWa&jUL@8DpN^D+%`(v+= z&}eR(-wPI!!O$;)!KcoTAI38AXJ|^>2~ql<4;EjFKlK=khv1jwOwe0@JYA=X(z0)( zuI%J5kD8h6zlVp(#?Dl?8^Nks82yGCVhOq|QjdSb;JkJIY5L;Nl<3}mHt&6)RAMoa zm3sJ2=4og4bjPAq?cACivF!d21DE-ZAPEEYxqy@TVbQl=z*c!05n;Vr?TbBl*%sJA z3-R*uBBbHDj~4xt*r+AWzsJvn(n1Kya3UX!v@}>%hi(5~*DnRlik#9;jM8>*6D_g> z#k5Ey6O#q+x6QYELuim`jIxr_#&DVi>bO1NA}Tuit}KO!r!Da6=cB#WvC1)L)fM{N4H*K8ObKnuRV_LC}hjjt8YtH$n|VJ_2lmq9)d#RS|Ww>;v|7F;z`$7nGQRttP&GRxo*`DFTc^O zf6dKUL+%XU$@?xZ&kjsp{w}<{^q=6L{%9c2_KCyc&t$1f>%JTZ8I`#IX?az9vw3gS zY@N-b&uVP)IQZw`^LkdA_@`;SuQi`*XzkFybH~PVpMWK5 zaXjmAA@_@AmA0^8qKQ>Z{NfRe5F&KVgD*j7S^Z)};bxORe%wrl-2hLxB6u_>2`~Nl zF<|q<3x3t1p&?}^5@5#fl3Al@;)`=~f>(u54X6eu2lA9kito1gkZv+9xkTV)`X>j! z<87QsWVuL#{n6Kz<3f*(Vc+xLESNOVQnAFY9`MS==S6oS8&4nuTv zAMc=E98KxE%vAqvKslpf1a`a_Onlm%AUD)dq?)neJ_ww(v^eYBe{)mf=8Q3!AwnJB z-`o4I{x<=kZvKYvWA>*GtHjTx% zdG%AkeApj6@S!nzG4Ey37c=>j(C4kq4z zg?)J1PvxRLCBw6^+q_k&z>)YN?XlZRj{?)bE^Jz`_474dZb%ffaw^x=kwv`s-#NBN zj~Xl6xg;807g~Kk`%>r{d97y(d)PZTfM^CXkzG1inHmmu35lE3j>~lr?!;(_AQ=W? z{gmkn{Uik@fAPfxMtK^)ZJvHNgml>3qpj)bA3p;3y0DS`#L|87v=aWOd#$aKja;%9 z$0=2dKI+LvwH#^8bZAj{!H7=MVEgnagiqT-g0AsJvBcwWSk}uwrRzhf4(ZnEMW~&H z8jA?jj{iibDbxNG-)q&^nG`{f26W*k*nUmw1KC~EJb2!Y;!Lb1LWgqNi_UDKSg2V})b zq>g;%_7)6~O#XMUZ4YV-e)oY&@8C`}n1H%G#GN(jAMV{JG;^%yF6Br zxNb6;;UGnL4M()THx518LxePw;umsw2+iY{NMV0+4cC_WOeQvxP4~|-FbEO-&a~wV zB^8wuD#dDc$Gg1jYpZr5)B5ISbe^7xN%>au^cDeT((Bi+ksF{~yb}hpZhn0||D#74 zLQ6ub%UKlHF?o4;E=vN+tF8TM_c1Sq`J-+5n;mCybsqW90DmV>>1Ujp`r$6-@_Wz- z^#aMdn964xoclX!=$!(S&O99kH`bGBA|0ALvemu|jLNO7>h?xguXrwu{e721gE&nB zUCyr2jpMm32bM19IH0XGo2)d!on2^eTzNE}Qs4oN@`5+YNk0A=V;KJk7Y9eOl`v(r zT)u`%rTU#8K%ygwkGs#$GhLWMxC_>nc}D=cDLF z@Vf`T{(CvsdC+;_&q|6G?7j0-L#e#H+)5v~ie>lvPZ1v}TaBx>yj9)T0_$&y!;FM2bFhjc?|vi_4yu%ul0&^m#9x7kLw8e{CLn}{gp=s~ikphX>B zB$32rb$ff(>KP0jyF=pU)m`>yz$-wVqVr<$h;bwD<}fJ;l>%BbgSb^o*|UqGDvVcB z_e!=+0BV>*nD#;zxJ#y3Kmf3&5{a|D3u6!Bgogc4=#BI|kA*0Xk_o2gI z-}gZf-kQm^c=F_ls%oqmxr(T|&byuPe`o%nlEF>ZY!D)mP1y969$4ynHT$9CY{X?I z2iQC|A#(3!8#)#~1Q|_ZN|Ezg4$Rb8$j6X>Z**B~{qG0#jcCD4ioh+xt@NR}R$toP z%gdZq^_3ER3bC3lUSujBN^qsu(RjGLQilh-mP77~4ipSFX3s|qp8NCXbE9e0CkGpS zGU<}aN@q~}BKtw`wp;)Du9kx;T#6MFqgJ`b5fA3hfv2&=%{0}-`p=&Cw|bOsg1i4S zGpY#~uIt{C6skds>M<@J9znP1Gd<8^oM~Sw@Fom=8&K=xgyBUoocx}}gAbquZjH>w z#?tq6#f_d^AGthacDlpuZDU=;_+VU!qIiPsz1&v@Hg^vXw!-Lp53OtT?y#sKg%U`*T3oji`{?2Cy9M6JS+Gf1FnH@wED`&)|%bTVm zBMo)#n~xf&9{-*9JJ=Z6ZRdN4j3cDvFOiR@sbz)f0asqfJl-yC+RXCf?%SGnQejH0 z-Bw~wBDd&wn{$3Nx}RROFBXr0=*Vch`hw)-`amiA*>SekRY)x0{BTtKVz^-kbkrHn z&A&k|1&ORBh11}fzW&)n_O&P2bthEA$I?>$7Vn+>c=4CJZ6|S*0`}iBg}Y4mXm3vC zK}1tk9r-)o0vu~}^btNIjSK68uV_o=HSdSk(R!2 zq^c9=hrbVi4N`^kfO6Wn?WK;kwxyNTYiW9@qU=E-9XymtDYO$bQjzw&e0(_c$)QfD z#0p3~%r^>RqV7J`^_ArQdsKn%;({W}8u)G(nG z0%%9+XB<-8aj;gWtN9$XYwYqSZ5AgBWsL9Kt&1x433BORrw@=+c7|_-KB&>drR{@4 z%F4E;t4x|)=^;yNYeEWMCIo2tJqC^dKmhVNS1LPYESG+5&(_f`CbK(HOw{it>b*Tv zZ#Myq|KfPZ0oBmIYIZCw9l5v*5(j_3+p_D->V6CbpPUA1zuRQN`EW}p ztTx^D-#_b1D=XCy7}=wbY{zm;uKws=U7W=CuL4W)`}=wG`lu?1THL=0bZ3z3yw|j9 zI)ACnXjbxgy!g2-c*>JGkNCyis*fLIWf&X>At)-3J9kj}y%Gd#kOjohf4hU0Q>b&Ykd5hxERf4_v9`MMZsXk)4lt zRA=J&z*AwR2DKj;2#!9JIpjtbF~TVwEH9&2VW^jhB&}PW$~RmS3$iEr2%Mj4q5+c5rB@j%?|EDOe8pD@AiJ>#|MJc>+9*=7YY0zl=sL;O?-7Dg~?E@CWX{LJl z>SXc6M+_aC(9#bnt8qE_G%ztC!Aw5|wL>H7%>m6c?0A2^F#h=hG(&jzxJWVVwr8lU z2E7LFr((PU>BS|T2_OaI1&TF#_%If@5Xl=%w06#iT!7Byw41i_`6qi&i<7Sc9|8@>V^L8Qzp4f)=uWSfyCbUf zYNU0huCFfQ$$9d0tBjA1jzZ}UcTlObQcQ~G=E*o;Z#O-U)%*9jtOhBnAv!ub=;mTk zOG&?n1;Pi=7nm}LhkW??6%~%#Gc~D(?t`G|uB-F7uSkMH4lI*i1`(#A8)F)P%9oF4 z$$G!N@8j<7?%1!!oCFK%yYp0x$7k#W=$`E}!5ASyfiV$08C^NqNR zo7?{Mbz-3#{ZdSV?!J%Mk?`HuRw%)XF=U)9Tj8MPzqP75s`nD1ngCT2bs@*PK)jKO zd)QxECazMNrQV&KuE<&R+fC_%X?2#SJ^3?^^n$RWYhghF{Af)j_?uqy(wC|eDgi&d z9_v&&q29=ZPLUHv=;#RGzj~eB;NO`Nl;!$Pmc5#*OEt5#t)-tt(*+BYA@X?TJ;{Q6BKt z4)T2>iW0sd7r28;fI(cTLk&BYyljF_`OXY4Ev*%vS({1G^ScPE?h64lx7VCUV@;p4 z`L9gABGgGPlVGE2K4N+oC-klTdnU!0%#`1}!yHO%M;BLIsnNu8JRc-JrIgeFm zm%d3D$!>7U=APiKMtK^=%jL6ShNwD}l7QA|c5^awxIv?aB5@?o5pD92yfDSA%uz&@ z$^4B>Ou%#l$PFa+X{z?G&GcAQic25NR92@%5fuWozdrL=OE*oJd8%RK7+IWE@92*k z!xyee8Q;%2Wd77sy0COpl}*3Y*$w$eh=1xs+-m*gsvarx7PisTpABg*qqK3hpOp1Y z`Wj7VNQl)O(x0MdN(EFpJ@e7!aL?J?Nv%0SuC#tkdO; z-ZzG$okFTQ%~}WnTc2}oMD1ADjKb;r`uh)Z%CHLQqWq&GL!9nnLmH$y05N7cBinB0 zu;sNXRo(gigP*`+SR3E=M=?Z~ro#Inv{a#De@t4-G+WC+*Eh=sRK?#O;pg9fBRE0K zT1ajYxB5OLNfX;bvZPcc#!cyynUy;dyE9ajtskdibk>*bH7Eu_jrTA=xk%4Djb+LW zsWa8O0QI$|C_uMthFmN%B|DW?`Ord#Pu)q4*7wvDhB)$LYTM2-Z$RG z{>I>FZgkAEjjV)TdAetK_e(vR(+kMyIT(f+v*gKHA#soPcl=x;!nGD{C9PAR3H zBRe$GB4IFfv|xx;D~`1<7$F@q#0=to>~3*E(~>}BQo=af^Mre)QvPZakJ+gUm2#k9 z?z&b6e8+r)KT4E#nPJhcDuIixDWpv{!pU~g<7|@bVpj!LBq4|6jIl}kSCee*_|M}i z@gx_%uYP(%W*uE+ky32(6Ol-E$1am(vkKg0pWvrZMyJp zb7p+v3fe@%)4Ke}~@&iOu|iroFw9ukFwJZZMf$Cr+&s0*%HM zfI%^Gvi*O(t{O67uG*TZc;h!$)+LRpaQ5rz*?OpH^?m>1Q~tEbr^YEGz&crYERz{K zox)1-^at5O;?We9d^i?aiN=F1Z)CUW<2h`dkes?@J5s;C&|#+S1mto$c7 zdf+cBE6Ymy?`0dZzh=%iMnAd`?uv}qJbNmBRsc%n3VX#w&;-}j)*}0PRJAmc8Rg?R z^r~|T3c}tEM%L+R*r4vE7db7op3T2l1RS27j*d>T+6VGiPZ$yuc-+imC|XF%<9N(@ zYDaDP(?5Kmej{VZmAWcKzAD2|186@0NPtI@o2aj-sK~y#+_=Behk#n7 z-edFIlL$ggNJpo8c@Gc;Wo0b?5>Ef81tXv`1O)zklvfq+EV%Y%DNt z3c&h)tsSn#mS-SlMqUL5F_F|bT>!2G+$&qe%U(_{d~ug3qFY~IAM_@lK79h?*pOUv zIja&Ysri@2qN1Y8%F2QQOHdZU=~XAdHllXo`d4GzTtG$4q4B+apVDonEZ-vN;{ z!LP45MLL^pmmag4s`)kS1CwG!LUUzmYARp2aZ&WnLR(8wQTX7!7&lp2%zigeo`svi zLvzah0BE6m*%dT>zh(7Uirp!T+`3kg7W`XVTL%XRNrP(u+pKE&+YDa%&3Up%i|w9+ zTJ^_A15Bxss;Z8IZ=wJaBn12NV%IoD;mhU$r(U(`&Gi+S71$;MtXF;~e|P3SdjM9X z*=q~%Rid81T-V>}wgbypc5O202z>YMUD#Vt_=9TO|8zM5d=X3wbbJ&%<~_hdZQ}ba z$mKvQFGh3nvd!`Fig$~acCt;hpwmyfFlLqaW5A+?JvJ(gT8=+9E{ME5v<(cr27Nmf zB_+5Ui)uPR$R2_w`!{F;`$5rn3(0}WjAjZ?)K&n%$mHgHx~lcxS5R#7^raek>w_-w zE&Y?9jV{1fK`mouwj7FyC+M;;2T*`p?!2hT8no=7vm(V+%@%L7=#K*}Coa~jT8?{U zWKnqo3d1*Nqd{E2XTjvsixd+9;sem}R89l3Sh@Zf3Xdrr-Ny&Re4`RKm!R^#<(Nvf zin*TGmjHBR^K2yJ(dPR4N6=}4a=km8z@m^^$aU%UJ>!z{^5|Z3BC)+r(0#K!%~F92 z`|K@IznJ3zFJ}jvquCN2z`=nP-NP_D`ZHD4aox-s1;~&C5Zm+_yo%_vJS2+U7M79s zWsQxqoKRqy<5oREt=-)G5}?^&qo^M_8wLclaSVa&xZ3L`(*5{+>XQR-ya;>>_tU-Q z@o`O5!y`c1240?m2P`dnIU+C(SfkJ2yNOKmfL;SwQ4nChoST-z6`01s^w=w#z#>Z{ z!a!>fAq~i*6Y=923ji;G_yLS?c6Juv*r|5uNzAI!a2`rjGFbrObDlcF$UHqj2?SmH zODjBi@@jE6=whc4(1+&>e!KI402)f+M1gAolVVZ?yKx7qcbNV=@@TOY1SjAfqE=s% zW2qj=F%ZY>7bqtEJ2+rW7yv}r%`Gb&f=x3pG6GEV(Spw^I+2*`V!%n;)iDaVps=v; zYJdFAh)du>RnS%RZvZdo8&@^v<(YQ|!^B2i=9=6Gjzvw0vODCmxC ze0gNAqhsQ~FWazY_VO(q9Hv=i!g0~xTB!xe05j2sdo zmCYSt^Z$1I8DNg6oxtVS_pbLMBtVWd1G58NYU_6GkcR$0t))I*dei1@*3}6gTpiz0-l_b!VtzW1YFe7uJa$2c?=#duBAQ~JNwprOJi9X z=w?R;ZhuVKzGD$k*4ut(h}nM{_%G>}w3wbIqU2{K$N$s30GQw5r6;BKke*}Dg4@9C|9^#hj>8+`$?GeE{@;y0t%D}4aic7D8b+l_5eKYn=# zfV;D$S47^s3s)cz1D}dp1s%8z2xh&#y($@|ii&y-xsr5aV`ITQT%4TLfO`wWxpNLu z@Yq=AHXY~*(`e8_g8NsAF_uB>$^fArpu%8n6cq>mtq*~O1H$pPkeZ#H9T>@zjRtCl zj=(E2&gV=~49eH(NlECCbE7B=%O;4F0s;bsg@xcDXaf$vgCM^-k}(ZXU8Uau;tD() zGHI}zU?#==WH%AMd4`EcwhcZ4yapsCU>89vZ&<=XaKruXV+#G9`@g+ z?Y`3QNGoj9DpmuwEC$RPP&(}F>=#E{k4!s*Q%wSAxnsaKf-9|WY&_G})=SZO{`|p^ zJ3r+WSR8<^b{||exvd&$JC`%FvKC19bWd+&$`ft3qMH4$%ZZ(n|wR^|M&-uLp2FSYW&R=?TwrA zXjYr}mFK>Wu8G!UkyF5vvHI=G`DR`1?RYthd^sZxW8?32y1VUH=Pt9&PRn27SND5j zA1zGQ*;MuQ?fLCq4Q(Br`Cn(aG}p9OT6c9UOifx!$1d)7qZa)wjw@ze!lZM7r0SDF zqjR!m)+P^@0CB1%jz#jq$G|R-?5Q^scV7wP&Dv~yv}CITp^XkszN$?ro;uV^RzK|8 zSz*F)8oDa9VP`Q2+=)Kfy()`jIK&<$sJzo{EhvTf=Kg6e^B`2S6FE`F3ek_?e3~hH zT@>lc(|elCZ}5@R<+;Jh(zC2#yVpI@4zkM*9~XXz#AT}b2|?y1?|;T*q|)UC!@odu zk;6WU5QNMi@g_!pSn%YO%Q4fUok*}%D*(Xh`>_W|AevMAv7kTk{?-# z3?1x~C(?Pxly2%7%rqQMvYQ{1b7M!^ELxUIKHq@RkzwYDWspXqhe6qd?ag~`T!{<< ziCWjMC)JO}Ss+y1C}^DST2BGyPqHM`W)jGGkRp@_mAa=!hJi;G1H6 z^7pkw95)NoA$3lFW+|;k8!ojL<6$@)jxF~wUBSdL!-AiToD@BCwKJSKRSMtIez2B| z;t+VLwFPhZYijz1L7-tao3ju<39WdVO;dN&vcd5#=;fpoV2-$iFl?B5&dBQ;0l2+d zK{vYiC$;am&mD9e;!t&MH;!)4*6%FgZCT4LD#O8zs!!AkxwG2LsH*cEZD zUx_WN3`vaI=87#pz{?T2iah`7e?X2DvL{1CM$`$`AsdAXwYkU6Db&@PH&MwKZ0FDmjVIYVh zt^T)|ToNq#O(g@HeUParU6D>yG_?8aLTGvPPM=`(k=oVlc&+Qd!4x6voh76sPEDHM zU0C7R%uEw#52;&DeB0XV5=rkd3E4+a3KbSC!PWcs{0tvAdk^Dc_&Yx=NWwMZZ_>k( zRHlm&hNKl5N#}K~>ejoFDB8~>Bu<;sk^fRmrpA4kETaRjhXKs`q|=sL~W6Lit= z3^64mdrfj(82J1s7oQr&B<9(@imSIBs(2YB1f0${v0$_}*SGjTCf@EmEj7d+83L z^<;M>aiDSd8A6gFEKm_a+-fAb455c4tY#Ue>Ze%Rji%9o5)8_a>_jh=bb@}|g@1B= ztqG)OtcCAC$U>LB3{M`q??I+g6I>-^6POSh?t6qQQoa+eafbul2R9RnlqlD^IQdFG z05e6&w3fhTpk(Y}j{$c{T`3ueycz?p)pH!K4?$z~JLl#w`@nnZe@YExdg$7JKR!dd zr?qKVVLQ$?QyEc2fGDx6OSb#jx!>AJ59Nr_;hMqMl`r}YtDxIs3PQRF zIGjE-($4f=|Eqw^hxB5@LDv5>^Vh-+e7rmf!JpjhWt zVAzwvk`8_jVX#^slVb;?(}V}sx zEUn5qQ|LJSuy~k&T@k$GDk+=;F-L!?m*jVR>)U7SCN^%)08r6fE#xC^&w1V&x;<00 z9#$Ez95LH^ov*Kw_8-?;p+Uh4oz9+?uj{P1sU^uQO@FPeh7dvD;}`e3&O-}c%Tn5L zPc2RIe1=Ps`eb3F)7f^0_WGq(%=?#ch4cR7;0W{`g8Z}BUd!;)szxH!5Nx@BXz};9i(oSc$K(hDF+y&RAmo~fG4fd%3dV_c$t@*c zCG{dlF}tKQ)61k-$=dzIbwLRh9*X+zj0?e3LhCNyk7deTB-@p@e^}hI{CeTRTpDhz zC>28T(!81g)1EO(cqy%XLM|_a^o}Cwsn)bNN#kAV$Xc=>7f)Qt&_Tsup(P_zJdq82 z`=4+}C<;nQ;!IEeDM;c2ajR;P%Er_=K!Y^Kt&DoQ66A1zaX@&lNBTtCHPDW2Yk7097ro&Zj`PhC>9_oQ5LT`eFu!XQcDKJN> z!8Q9J_`X;MN-JRgc}iW?J;1kV{_$=x;<~4t`|Yp~5QdGY5pDdGoit5*{U42E1^jC0 z$9Jm3GD>xOYdKdmtkTTLaj;KMRksgQ$R##Pq z^(IE=8l8+p?Jv|{VM9}j?L_j$Z1rEwoK3Ps#NMM}62kIKFrsU0G$kBr3Lw&B@VTww?)1j(B)CdF_w zA2FJtT5TPtGp>LM1&x`YG=Gs|se>2kn^PN~6ZiXg%$BQPyk*#?%YvSUFm}S0v}o95 z346z6&V!LrY0mqPh0(Z03t>Hw`QGGGY45~j(etmG7{bGwAwH7GLR)}70*HB!QwTWEO{w#UrXn{wM(~C-2cG%=+PsRHynmddjM1g8gp`d zz)uhJkAOyK>cq9~~EcY-vY%v+Fub4Y1P*>hns4T<+a)*CsDo`}#SH`94#6rAJ@5yTt?%elr z1hqN9YQUX_Ess7D3~8H(>6AZfJKM;>CZZVz{NC^|QTkYds?oS1ruR?M9S&*2Era7y#*Y9iUr=B{-+54?;3Xg)ROR92rXYO_7BiN(#vQhTk;MbT;A0+OaMR= zK$hbB(MJe(UCfTU_{SzK(M{%0q$pM)vm*I98Sn7B5dMJW>Ra@s5^%JJX9JE&7l{r@ z`cJ?MFb-upSt8<*-$vcze=X*_G!9>K%xI`>R-wH3E6fS+Z`s!l{j^Ij>ob49iQXR5 z_YZv`&PX+iU!So+7MTgx7tzXMPYV5StjjKaASr~-H0ew|B5w>HDv|E9<+G7%$KN5|{)JUAN`$Lb1>$lQNAMCuB( z$^8;%!?KYn-FYDiCvAfb#?;WnbO6!qgcOfJUvzE-KGapNu}t*XF(aD0fWCH_BsAPEJbI z8WJ%`9W4wEqQfUgVvu9tV$@-ZLes6~BwEr4sXf`RCeOrEFzhpAU#A)JPPSNB_xtNL z9v%!;{rcWe-_Q53LXK4Acw0|Pt55*z;_%nP3^~t~`b|ii@N8Y+mYVBD*DA9-QRrx| zto=)GEt|_0 zv)rDIVxG_59`Sr$FZI_lX|w2VQl0}0tSD})BK34I?tfuYU@$LWsGJxQm7Td3YHvz#j0D}xnOiZ-3J=X>j z($mucB&ng4|DBbdiI2|%5FJ3e0x}l>&j45Ou`Ny|7gVGgq{q&$r3px;dl18JtYpef zbIuu|MHDIPC1vT^NjT6@Dwp4{Wo(+u*?=xrCLpeYdfXbE78eSiut=@NA;rduRH?EW zeL>Uc_hQ<4e$M%%cAb4l#Ea{}u!W1$1HE71(c)Iu*49q10*{~lZfhnLxOA&xa|2uekp7CfEvn%Y63^)75Z%7?1{l9T-uOxQk&1 zOb39vVQ(er0HgnBYb*b|t+TT;05xy%EW7anfEm_KcQ)*RdjPeM#MR*hfb(jcLsbHZkC~|B&q4on2%TCMAUu`*H`f=88Y0$aS%}_;}<(Tn*{KKm;KRDyHhfO{@n|f4^&V91|`J> zsAp8(`wt(Cbahjcl2+Y60~H=%wzWPB0eO%3E>I7_L#^~1oFclHfsnKvd@VsiC5^YR zq~sSkA_WYC16+oKqaYb*`6IwBfQ<(L^*XTXzE~=3Xrf59<>vY#?Sm*yJUA)}Mt$3i zI~KFk(q;kf4FY*9co#6SNi0v}dd&fU^77^iGsWuvkt^B${}hFg&fp^1;sM-!YS&3$EwNji-|kFb^Z>Pka5mclo-)6Q&AWo`XTo~X6p zDbA%uUzsKE+02dMPQ#tnBAc^y{O^Ow+hRnAyFdOGrc znTfJu4_Ju7{(B=8r_w^YxigR3Y9aLAoJn0W`Am|H0S@~DwW1?oDhQ8}YU3OTNw?&? zaLZVW%aUM(Jjqno)=tjI$awdz_mE$M6mZs14%iGpWq|XtwYB5iF@WH80Lyx7Z8uko zH-P!r1tBKra+S8OuFj?7>KM4c^K9)pIMB=X@Zn;!mjfN5q@-j9@LP7IxYpRqLR^%w zG(xU9O--i>@-)O4gu*@C{3G>Ldsai>c3 zpe7ab8QVPY70WW^9(aZkK}elwr9V-hH1T(1bF=uFD_~xL)g1eX-73NW=K_=ifF%d? zv4l5(-P2Us|9xfexY}_6RBJp>oD4&X6}S|zIDDi~HBhZKR}R%~yMHcHNdsq_8&$Hz ze8CY8Kw?D6;@l}xx!3SK40?=Y^}}8-o}z1YTEb>5lT`j2^@<-%PDbKVZmxQG79l^d zzK<6U3B@V@(%oFUs~&~Gp89mu)u+Ipm7zNs4#kiM_&Rer3S+$Py-y|y*nhx;xqC!S zG8yumr*qAJ$Ge%cV;t;E43VW$OvZ)8=m>+c!-CUExve(t^^`bNI~kCp_q)-=muqdt z?fiVVN6tuNP!#ZMU>PhbpeBt;W&7QLYIrMjdwW}fi3E;u%l2q#0Re0vP>9~1bJ8kO zNnpaE*ETYuj_%z6p%2gm{brTV7Pro>i zxp%8}4LsbH?Ktgy$SQ>FpKUOjt26>De{;1PRAtg}{Yk&BSS=$Q@w~=d7DV1@lqh8^ zCYpGI0Wgl{`M<-%Dn-h>ptgSaunORjDp7Cpe0VY*s7ZpuS)-dtR%ry!70-i?7x)Ge zw?yuUO&5;(H~e|G_2;j>uG84OE&4PD4x9=8M)}POmz6MmA6EqXom_-)4KLNtE_)Vo z{0Gbmz4&(-cW5aj>6Pu}NO3~KaupCX1UcVrcZXVRCN>2w7|V@ysrbkAYR29!+`Btl zb+F!Yvf<}D`gn8BqdlLmkF{{h{*#03hAvlmpp+zhutSk;UHM_#;k}^!duQP%pt6{5 zKmG*7IS>7p@j8wjI*z-D0@am%3#nDUBgMrGQ_uhI1LWYht1dybH=5lIDBtXxvux~O zqM+06{&?DxfE%KlJ)(Tps8yg%Rx12A_JrtG^Z+y^v==k|e_M9j7tcQ~o*$Xq9AVS= zEa91)N{cr*t9@NsGEFbK$7Ogr)N!f&>zgai^u0UfqnuSkL-plDP>ktWM~^q2M&{X@ z_r{J|RMzQx>o?~oK^Kp&_p`6)ym#<(S_6%oCi*^7NmiwdJ{(rWBkMM$w`C+qmP1bn zRb<)RWP0`Va{J-ccJWP{l_Vb`)jGqQ!ke~r^A+v<1O6udMR8v2DrCm_YKPCV3$5SI zyE~g3&(*2s4QUqMldM*C_?mCgG%_yD4QndJBuz1o!@<>(d7I`VMvrqrwCEwE2Kt=8pOyFd1> zoZkno-+xFwCn`K5Vr~D+tmg}L9Td;b|47fz$u*NZ{Q_&)rzhe_d^^u{*s3!Gi1Y zle@{24_i!68Igea0%gJ@ecFpbEcI`FSL&+Wa(b-!o1~;zV7I%I*M|=u9387nc#PB2 z-Vga%7RUH~rdQC;2MP1@TTo%|N=6q09c^+vEI1$s%XK#(c>;j5;-33Jm!6D_42V_k zBLe?L=$rXpdIw&4lgO3Y0eYu^ZBDZ#;E2!Y{)3VxS($!S#R)e&{K(^TN~K}^BFIY0N+h=LBx zsBPgSDH`-@0*^?yZbCvd^{7a@&jH6XvC?%HHJ27N)S%sr;-!*$%}W1s!3Yht(A~a9 zmwdX#?t?O^=Xd){zslJSl;^L-)&B8OBG}L5RS7Q#%>1A7@OU)+(2Dl#6=xs>Y*Bi} zL;|tFs$u#SR;E1HeeK9&JvPQd2-~O#7L`?dN&*DIMS;fPt!a>MWB45?YSkNzm)!%* zB0UgHxd4O?=u|22kJ5ht;L{JMeL#y?>h5&lKSC<-AJ3#8 zMyBJe3hoad#f3X~0tYV?xV-0fr__&y$6mO?%Ynpu1@8b2kW`7j+fq)3Y?t-YL^!e z|2AbIA093WYUk~x&&Z_DMwt>0*LofS=`j+rcE!rd3P>CRhN)0~QmqGjP2GX->~| zP9<}I_pRB&<@B^R`!+srR}j7LR+6Uw%`9dR2a$ltT)h#|uk=Dvq&(iFWN(2~^S^nQ zE{Y`#bk$%PG`&a;22OhQAiaSnPtG$ao>(&oD1YpJ$N!esGK;!2Ju)`iFIUmIFGt+F zsHbN~Y!!I=P#uv|BfFob85|Mcv}ewVF2>p)QcTX*0VgvZW@}THYHLy0jXbdRu=JSny_k;c0 zc|%`-Rr!Q5sNI5lRAk0b0y12uVnSd4vIA#0=vfbVaP(KZ?(SHGPgOa<=jOm%MA{7bVvmK5&Bt=9L zsihbf^q0*?Yu_<>wDoN|sCGD#S0@?s*Z99pG}hYKnMvB#1R<0bZ!S|IuQsVroo z(Pj}d;?MaXMb>hCw@3L`g`$qxkuVF6TK%SHTp$@n2=*pj!1>JGh6s^F>Go{^WElRD z$^uD_jm8j(Ud)FEi4F_Fuz@n^ERa@Yb)=GRd5YXYuoKgrbmDLs-yMAH%$j>i+$!+y zGjGD?*QpQZDFq+)iXz1G3iT?t-@Kb|t7KmT>EE!|Kq=sGEOfHs;2p%NLqiUCv)PWqe1A- zVED@hFp%&}yG9ViLm}v5yA~ZoCL2;_AH) z4sSdL6hlIeE*P|%YWRta8EMo}6A_oLL$jUhF53WQT1M#4_W(Xc#blwI>&2{bn5spB z9M;23Pd(m;xyT{d>k$S!?F_n1q#p8h(G9w`Pn6rL63sZdAl7y)sPXnPKRgBE6Usri zs#JhX*N*_Y5yhhow3EIXv8gx?-DK1yHV2y(Z_J9*1Q8*mq^eP_$KLg;_Ja0k$?Z1@ zy3U>;P@&Ch(-p#%Tm*dl_&-Rf4L;*cIHVH@$E2vJQ7XBf|q`W z45vF4K5Wx=V?Eaj#{!usUk)vY#-s3?90MR&@@V7?kXPf-s7P`3e0vgWMv9AzsLJQf za@QP3aMP6FpM>3hnyu1)d%x%y*SaSL6gycPV|U*%24=2VJV=Du9OHsUGp4si&I3_e z&(vi%iHe9<#9-A%kBX#C8QZveV@d|icl}=-4>YvX(a?EFC`4Nw_`VLbU_!9o4job& zaA4x8z>@}(L3kU=r85_jrXzV8u{@QeL3&)YQLnI9>Ik{C4sqbh%U$TWFNggxx z&^-%ggMggSbaC=RkNPdapH}IQ7MjORJ=a{KjAhz;gSPD7K&mQGiB<}&2ggA*mh|l( z0-j3`k!M_<)?%A>m>MWJHfGy&-%9p4nGj$FnJCGc(&NneTk^3`3$ufsqy5!0zx9Wq znd`qub-`(v(bf;~c)Bw0&|>uc4%cL7+OqOTplUn=){n2|xvyB0OoYRDu9BwM+_Or6pQDGi%xJzD)tx`?xn5j!Df!F~sINPfj_lL*@eoe_;M2JR z(!f@tpNfd88usM(O7EO&o2iU|#Kv`OT`_s1!rsQW!t-^qJ9qeZAl+FJ@S#zeuFkGZ z{W@#+TwQh6qdI)yzt>59a^4=B7;L49UQl+_?3UoZ`15U`hpsEGpjcHT|5o6M)uZqi zFmUJBM1KaHd^9d2s9C|gp8jPkV!39o>yq~8oT&EX=ecpSd*jjCIur2cV>a~&o{f$b zf4)%hY@9vO>+Fu8clKZDNG|RasI8gvSUp&SqqQ#`biR0fyJ1#x?{K^SC6)dsZ=0A( zefk{1wWP_517~63Ken|elgr+s!E2sX`}QhxWE3yDcwIU7p<*@J3L>tr?;`J@j~ffS z4YkHeO_k!8NCo0nDQ68t)wbYggf?a$p2DTQK&`hxMNZx?Q-=*Y4$2d`kgYWH4i8X! zU7IZBfB)$^#XS4FC)2NBY6U#db{I*!+UPg#2PP6% zh*-h=K4~-_-%trBgBHD9F@P|BJ$N&?eFT*Hn04qeBM&IN;)=mP`Q4O(TY)f0xpTt` zCe{X*X=nt6z`{jI$HucW7%!x8lS9X4SbCX9x#ELWhsUjJ=EbGoj4Yy1OCr3~Bwm+t z9S~z&vZKXPzm@ZHEtK5zPpx#ebbWWycH^7$rGlhS?mUFaolzw&3{sn1gN z3(tGT+pxMNI*0DqwZvk=@ScHp#C4Q-)t-LlyWYV9w?zt!_su(%g1_p1;TfJ-4=c;R z-gS{aJC~MLBC`oCbwNydMj7bc*5CRzpb`eA9uTA=Q59VE1yr)HE3wL;x)dRO3-zX{YWPALzE;n3uQ^joZR{>`;+O%Wv{9=Jm)|)1Td(&u0bAGl`L~nAAz6OGMz3le(NVP4iHioI zYD)$VQwt*^jt{38#6zl1Y#l&3k{g=- zUMTjUti}p7goTPlD_p54#6+ALJH_$mml!5fr!q3`mX_`&(250~-R;oP{5@Wi5N~_f z6Xea8^7r!b@d0?-)PY}=W@ab^#uj% zB|ty$gsUZF=zISccYhiYdf&fG4B#1|)pyHnPWs>1jgN{Vng=I-LremjpW82EL7s55ly26>lOOFx+)!4{M)GZQUrD-7wxqX3z`Gx|HyeK( zXK>ZVeIQdNxr=;4&-#7NFGXGlo^9WEdcE(sULASBz0{4Mf0(!6zJr2;YhD(uUtZ}0 znrnVg*HApGV$kzJ@VX7ZEE`*pnx~OdY`uj&a2v(=_%iELt9XAMU)0i7gQGq)tbFb2|*L$22h?V|)@zSi9Eje)U(~ z*vWQ0S5m^)?R;V(e$pgcPfl-)+=SCFeoQQa`6(@3+hV)Zhhb91C!Z>5~>za4dY#r(Mu0e0vUhpsWU;hbwgpy?%%my=WPXl3umpFtwB zh&HO)g#m(~Q(>S--Z8}Cgh$Z-3o~O&aFX(IyByU$)yWJn|d}oD}loql|DMoT<=1Xez zAznNYFa}Hnnqpz$>ZdY8;W`WGhHFu`!SO+-(2KsbOf#cVpO!a|!9XRY+wE>q&i{A+ zAnMmN2@#?-uE9ogYN~d*P3qTgRbF7J_&tMWX{~T(OcnIh-Tw8D{Y}Zr;!WSNOnkp< z_TKl43&~4XuxXpe!@qJe)oMjr55?~ZO&_%y$KUm(fpaa3bh+k?)mQ6jha2?X4AkTa zrlh=?ERgU%>(6^CZmnw)Tx%7)bu~ma_L0M{{OOA>GuN$Al0QIA*?BE%)cC#oFZg95q zQWPYNtyg4YB1jfe*O?IL6Sym!#rrVv&C^u>iDu~NoCmzTKk_ZtE+p=bfncD!TPoic zT*MZQH)Kg09)7^1uATvBcANv(s`+#XH4vlvnCpdR(PsZVp-6UGP7DD0Ha0SY7*~Z!lR)Ef`q5ae0Rr3q+cQLMF+>vWu3zg5C2`b}#nXP*6PzD|AfDNPc{f+&Z3$ zB@HRG3Z6B^Nxyq&;bP3%0z^LQRbeH{vqG)oXfn#o%&f>Rn+9wyC6^r?r*?EI1g+`> zKMZZQVOA*aqb?JaBVJ`K4117J>PCZb(o{G3;u$o%rNTA__FV#+LRZ;bUa=Kfh2u>+q!ssWDShWa8c8i>#i#s3;(SHNX#uhN*xU)MvTIJWPAe zj#YT5N25y&eli-5S7UOpb4rR0cIo$#iXqo%m# zk3t-N)aXj8i#`h~k55V_sbw(>0?L|vBu0@CV*xVZcE@{=JqNnIKPX>oxU{JvYKs*$SFZ;6f; z*=OH+S^U0>A|psy_ByPZvwwycc>0G--fCO!SBnHOwkrPY8x7&ff=fx4gCb(2PDXrz z)bmz8vuZt&DjIc(zIL6m8;&%+GM%dQ1t)_w`(_P#30u;Z-z_h0Mu!O)k;*mVY^Zm# zjLaZq?Q2+fDku#dO& zH|9385SjCVvK|LgzlH95rhANvpIlToGGBhS`)B@FGZvJN*d1++fr5XO;|@GX^YqOtk=M zz;pCd7&}Q?Yb7W&8F`=5tL{ zi^j;{HRAo}IJNcuHCX|b?|;`k-K)q7oR1mX%*Y7j@)&xx51+8e!c*h!Y}>v}#i^3n zL1JV`GwUDaT|(o5MIyh~R#*4Ux%I`Apn8gXeuUAQBU88qL=LbltYqUvv7ro~lGzmDO&^V!AL-5GPh+SQTP?2!7l2vRe0`)=%Q^nqc>?M!Gfc)CcbdGEJ`y z#**97+^UGOvI8b2N^D3jysY!#IJ(fz4{N<7Uo%bY0MVrC^~k8Q6{#0C%z$TFRK(J!%~yof8N)J zL3{~jCRzad0(y!(9Cm9%7GxrL1)(5pq%>tp_4|a3Z1(1GBfWZA`gA>^$75^oqP81b zcdg0hqSVRw@6(Q}Z2(2^HhVnr_CJ-Hx_Iq#x&6H#om6f_*X^vn;9-kQ^Rdpwys)Py z(6!K3-+|rI?qifwZIj!@U%Bhci#I(FnwrMp_3tkzJ_}o>RoD*fI?vNAEh?+X9bGHq zR?0_3rX@#*_6Nb(Vrw$Ey{Kb~>-Udx6Hlv_^~|jDr*?A*z^7|FQ;{qYr;6Z z-PyJ7h|r#t?nehk#rCcDkuLNq&Z!l03Ed7dLf8rnMDEx(_QNfhW#L%uhX($G4Ehc~ zPB0guL*}~^D!K5((wpxcRDx>7nQ9HT^cyM7+)@)AAe`Q42yU~$37;CADn30@c2F;# zN=c2V*L!W>1iVmm`I?KSKdCX#hpFdp0depG_-CGQQYb%wx$9Nyp)nAD9dC%;<3fBr zuFTqg$oMH4&)oX;-fG$Vn!UDW?bCI=jOaK*T8%Az(5tQVy+6hg-}FkdgS}hhs-w3_ z8D^%>e86CnsL^0gq1j4=V)~Dy8K+tUXP(J7g81W&DX|jU zMW5!iOI4q<^izO9$zUydP=yQ#lDk`P;ydU%Ys`3E(xt`~Fc3q+r5f$<-jExi7lZrZ zI&e&>{oF|QIO(%wKzlUNeYD1!r4JRF9H+Q~Mt=<-gN$#^m`nAaccHiYQBlo9*%bMs zS>bIIaT~Mr^>U* zEIVzu@g)n^97#x8g@9^O(WcM@Og4KpQXthfl0Teric=pRoG7qqkCN|w)pqEoo47#H zcBX9(;q360N`Zj%7Tgg1(cgn=1YXyCxbh24^7YP`s%5 z@u0n*zc?M|`wfS&kFB8| zPsRmTOwsgZ*<`_LS3pStWOSq5c5J(CM*5pdi806gGF>p=uxON6KU-Xie3E5RDt2DW zNk)uKG-G^&=!D~xllNW7CYbp^cDZo8@-NB|yAU~E0)des0U^cP%%+)0ixAvjD$)EJ zq_4U4L;Q@NsYDtWK2Oty2SnW6y*e*`j|~E;aPbi2ra6tETs^Mgwd-sB}ZRH&g3p7Z6 ztX~@^8qG8Adw!jdW*tSYK44t(CACr$kI|WdtD{NZ)LkgvN-px`)-)Ptm}*y2UEx`Y zGqu4em#S}as;YvV!N>XUY7w042sAl_tCrk=OjdYgcT>~WQo0kBAt`ou0qV)TP-zw- zSWcNknP7c>vMc3nK^vYAQAC?Y>D3&0wZFFT1af<%CT+)B|wJo4p zax*Yla8@`8CK@v)+MxEFbF0`cn1SFWW+F@_J=&{Mha=s1qI3-xi_)%t7Pg(m z<)Vdrg38ld=C3ZC$7Z~@RbmxSm=%I6BuD8+#+GTraSe?=(RAc1*p)3cs7u85Ypm;- z#%vfYG_@~@u`??w!*W85$?cmk8{tleu53sGx?sq?egQLFZqv9Q?t&-c1qy&8kc zesS0SN;ja~4+*s2*z<&6sfsx^#iy|-vC3p1_&=nu5j?5jV&>XKyKChluaBl4_^5YZ3d1*|pUHtG zeD^(2y4;jwy^QwP3T1Dfl*T_Fc{igrcMxa$F^vCr<#)9)q7Txl8zH-5@dIL04YB;T z)Zs;TAs5%}?eB^f^~=ZAH3%25WkzrA(9vVlI64%Tg`U_lAY>y>c9Fo6}e*!c+n_06ba=!s>katGhk9lazOwddJ0LY0CBvQ5f!=H}#QWoBc7@MJ*EG)_ZdK zHE|0g&&-Z$gNM#Nui}bTuOPv_TnZ~bsz6@7a>z!u(RH1jAK0{NHLXN7QnEeUTy8}k zxmwt_?32fY4}^+3wmereRwabZb@ct}4vw~2RE<&1^HQ1>!YVv48um?Q0Yfwe^Gh); z7Mf&7;g7xJVKHS1dFGjm+1l)BxWmu3p`X^AdB?d-MBg9JQxempl5=UYWGN6lDYHw| z?RrL{{1S>ncN-eeRl-ED>kyS&2Q`XHc>b9{wWCxidB$Jo>Y4bYNANp)-?2s4$s8#* zZa}T1xA*&z`>hgv1qE1q!x+D(AO;j5kpYJ=fX|b+ zPm0Usiq>xfXh+g*wvE^r<#E5r%vHSN@LjB`gf+3-#HU;z^}WNLfgK4c-d12VR}9n* z>*PGse53Y`tgq&b`+bWe{ZZ{cb&=tCg8?(zV8Ay64g;h2b{3y>j}K})(v!mbev8Db z6^OmzI5in_2PR=zRcY5|&}rhFkCSO?7W9;miHp3ja!5DbJ2;`?>3sF844G1WAbj+* z<^9beGML~cKfP-t@(l(1NJojnDr&Jx)Ia`}z$b~Vzf5M(yzZU$C$ks261Pti0`4bv z%|_V8F7~5bYhJv!?6A#fjdL#UhF-RTcGkZ|s(ubWcTEy4&YR55)C>O9G2fum^1Rci zn#J(@+h#UY8hnV4Ao1(mAH9!u<~KVRyi#Y?Bi6b3{ulBNUT7HgnKlSjR-+{z7kav7 z1LLQ{AINfqh1JTRzoDQjGnzNqb5-Qx))Oyl*&(kh>a>ZWqHo6UurhC~lIThiwx#$f z`JsuwRhgU_FH62w92Ivk96kOwvif(6(&5{B)9N_2u7G!+Bt^Aosxnaxn|^ay-F(0I zL?)Jh3?!gCKsAf(jFMr#mNpB#o{dLa!m2fMfKKgAwnEW~J@vnbv8lUW1}#qVM%Yrl z|C?`)FRnu0cr54SW~~D5E#a2~8I$?Z%a`Tt?FDypyxilwdE)Of(FzJg1NV+Q&EN9b z@qD;AV-;~(v+)U|Ydtw?GG2RsgBwc9*ofi1QZFiTHA7rbsX5MUaY(pOXrjh$5ne=s z9{umqt8VT`&k2!tThF#P!GOfwmUMx%d;0#5(e-Z+ohRtC_T$_eY68Vy*z!LM4e?Fm zcDnwhMTj~u<2SnJx=&qrm_DVW`_Eq&u-6ljka)jf>OCKglKm*^`A1E%##sSzfZz^(h>{#*=z3>@)}t+ zrLN9ns@d9({(ina>6CEBiTjPUI#WdX{_^#vlG%xsg8%63i+4KLrb6f-yX^grZgHMa zL^QcpN%n={Zake;$b0I~9yk96vu0H)#oqtAQ*LhZKA^~DW_|tsxzl%V=bwB=2agdw z51jY|FK(~s7R8RWHXuP^S%EiC&3dlZyDyu&GYYPEhqnfQ?dF$@e(zrPTJd!4aoW!j zaa?Kl{4h1S+~V@nh+Qvw$g=r+0jk)f!i$1tS0n!{S8fgHVc9O&hrUUmcbS|&x$X6D zJy~@ByR}3Xu@=PE>2#pM#Xl%l`fjIxZe@-ZcD|LvdZ2TGzsve@$xm|Gk`aIeRT6CO zSH=@fe`wKuxc>4qi1+wMcNww@<(~3tKf6A}@59@XBjQ!JwJn-5mVE!q4Tll@uLh#- zcB*T8gVQ>KymYf<&E8`?ICg?>SdH<4DL(|u)U@;h>W!~!-x%6bg|GeocQo1m=dhm1 zCdbY>MxU6n27=7sI%Fum_XPyJ?-v zsCLzn$uV0fujj@PNTFCvr;L{Txr^I7o(dd>-q{yZt}-7Pv?$J>N?!VxioJO)t?`oo z@G{T;axu~Pv(x=|GG01EpY6T!0i_eFwTo{>PbKbu)DP+Cgl-4_f**zR*Sx4A`OcCd z6iOa1`5*n<{>}|}n4{={{di6&jvpHoKB*QPQzNLwa}3zxTVG8|O?e7gT7FvmzH_wf zwd%jH_|4qi*+{;-(`L4tZgZmj+OnvSka#bBIyVmp?PSX6xVU-LOmaot1)N1BRPisf z$}dBk_fNIHxNY!R>b9yo6#j^~z4a^|Vt4WW&@VJ8s}f6oxlAJ8Fz*;4TWrz5_rmOn ziHLa1d`WnBY`a!~wxlhM4f#^*)HDM5keQ++pKSw2NJc*)#Nyq^Q!9nTH@-rTiUl*QjRuz5Smag{T4eWA1a zQ&jA|SFxaRkI$i+)w_Vg@A@22z%cN`+7;04sDDcpzTFmY*WPlpG&#Bs8FX90EhLl4 zJ!N~c*5owslMY+ZNL5{GEy&N4Lwt9_zwFwubX_Ad89b4RFP{H1Bo1U!`qnhX%%r=n9vBBqH z7tmMvYPiKEE4RRzdy-F8b9S)ds60!B+)J0%Bc#Qa?;HEPa;~D}Ta3t-HG9wO-uXX= zx|s^&f_N|Iqi&jnqH2r5?iQdzN89}>ZMVKz9v+PxZP@T=2N^_;+3DSYKOQMB?_c=X%-YZgqj?l9}Ms zs`Kp;g}wkB;4Wu9yD$Ev45`!fnFo;KMr-Cv5`l8v;lOmqI*(;f_Mybmyh3%Vu$_&e zta4qOm^{5+ovpWYPZmfOgU znlJbpEKJvwop|i(vJV`(n(R*1{EJ`{kZyA(2Pv z`@s>8d3z`jfR29xDR@*%8swN{zW^c{D#zOXvFw^^^679GqdAT#9*^nBN}h#DEURW zf9GL{!q`jyptkKyP5<4q1j$pYY(!?iwA6K;=-Wx0>eVaSx|^}8x1R(4ZheVrWKXv3 zLl1wMkFJ0uQJ;O++?4ZXu`;607NFoqsn2xUYAO%JhYc1k@3sg7b{sx4wiC@b3IlE$ zvDe)NrFPk+7F2Ndyy9hN;Y=rD0^+rn_aYYKHS^yOSTuFUfRRZ-h-S}^8qLHQTJW?) z(#^z+w|4BzMyiGI_701;ZG3!HeDBm$-Ra50|{8EA{imo}h_xI<}>m>Tw?Q~MJ(vJYgIWIRk9~c}P_aWQj-A+QKSuz^S zZEVIO^*ugc`Zos$zuZY6Bqn};a2vfXP;P{(M;mbyrfmMPUbuBP86mY7dwEjrL*qij zn=y93tXP>NOh?7mhCR1nMDY{Ft;kaeK#IM;_7JLGmpPCXQ!9y=}HS4 z$Yg;TiK#7P`f-Mu1BwSOGWz_wa{iOk$xEE-=rO8UJVlE_YbtF0FZ~<+VOgr3e^2T~ z;zJMt@7-K4_VQnPi=#qpvkL3g|4u$Q(Fn4$S;5QLljgpE6tcuKOB0$~W;O-#0wEE` zEso>ySCXqI;M5tI%74a&zWI=6W(FIgim5Pmmlla_`@r@eZ^ZJo1gb>Zb;Gw^%d;0&10r zDl#ft1?e0NqSbrk+mL{ZK{?swI+MPMr4vKfx~By<HZh0>)RsoS{u z5=e*CO1FUrTW6bcxK0{d6s8K8E|&_8HSopzq61^r+#zz&iMsG1WtKK)>PT}Gbl!mV zl(3I*?9Twh0=ma+A{@ZkHPzI{xyMh$>WHa!j=Y$Nu)o)StO?`(oFX5!W?5>HfrqY} zIw(tBNuaHG{-M6IE#`f)Wn4W4(5o$8ytljPc)vRHeqqBXgb4|;8t01z?6FDZ-gQ^4 ztQ9#3550ALTT&Yc0!5Zyz;KJdUEqoBakT$hl>hIEYm^MpT&4FQdb~w*Qroh)U>sXRF{+A2t zg1?^FHX+J|s0n4z?Wi>c)fYaB&Jmbe=W18bc(M3oyCH+@QnRQhg`Ukw90T1wkC-8$ z=!*G@Qaf$vQj3$JUUsQiz1G7kGC8*CJ4GBvIReE*G?2kUd#XjUp+bf`k6u6<@(q~L z@-4zmU9c?~WG?QNT`EhP)iOViE~E||EpgRMK81m<1H;^jxLZ_A#v+8yOJK|qhNSY} zEj5rqxOuGlLOnkPoP!xl6IXUs_U~!_|MbZ2r_8($%vS#0I85;k3#l)+xmk(Wry#Oz zvdU@fXtRgX{?W2$ZDz*5^e`=DFNN0dyIVu8R_k~k&CquX?c!~ADZSU8fym1Wk$=9T zIA>bYl5+)DF+u*X#;}7bby-SeaVKYUk;(9-bSowtG%#*qs$$|Rz6<#;Tx9u946(BC zUSR8R#0TZ3)u%b!gA#}8jd{>yiV(x89=@;DrVJ*qK4K^rAyZQ!NZt#*5|v~WySd44 zz^0oV6PQE|Dm_3Z9#`W|qPcqJ;ez1ko*u|_2Xz{hO`6u1?K#&zv~Bv4E*D17W*2)> zsr)QRX8Z7KDmti9trqdRbXY!fu_eu$6Kxbvl>wbmhP{`QxD*}2&P=5@oBanN{hi){ zL^DZg-Rt^r&6i34H*}TS zAh%&G83?N{@3q-a76|gmuR>BDM7d~CVhB+6s+O2NpV$#n>CpXc$_673Nv%}lkVgYs zlM0|+e}SbuD?5@8VgrMCUTOGcznesXMrYSEP^p8;{S8p%MqO7Tst`6b47A|Xu~bzR zS&Ma2Qe09HNiVb{B$cxqg!Yzt0x(xTJG?yQ4Qu|!K8I(nV86BN!X?lVqnM#rOA|7E z`F>YvKmbh!Z%D|>FtnEeSzx50o{U zilCn73z57MUx0oZhJwsfTdQ)g8G4bKEhs&~1502;MsOEXNTe1zBT`>pdRUoJiy=*} z5LyIXf3!N87}(^fL7uo@{WSjkiP<5;@ymIL)6#IzQC&Fm08t8-GP+ujb$DX18fo|! zve(IK$re7oWTXv=5cGNs7{Nb$j6ouPBC1$^Y?sj(N5f9*^7;MGE^E!*((#>dw@}vmYJ0Gw*`#BoG}Tcai}x(EkZS`M{9y)90w-*6clxbXiuvMkanZ#*n! zc7elHxX9GTQejbKc)!?0*A*DPKPV+bm#{;$|6-~%MRL1J@`C>*(&B``NXJ?tk51Wu zeiIn4U_mW-lYc{mu|zbLkoTPsXrwJ#yWyNq$|F83cle*KP!jJCF0L{0WcQdO1CQ~L z7%A7~2CmsATp6BPykan|wY%?Z1C}-nRI0$0vxw=Fw26h*m>=CB1JZp?Oe?y=v$Ty# zMEWJwi45Wc2?7Oyy10Tt;dX|D!fFFe+$yQ^Dh-aRB80$4L01C-NqyS$p%@UcU>u^L z#g^L{Ow0en0@y555Ys~BA}7#XK@AM-#RM`0vmg*6(vy=D4-}bfO}32v>@>u7&&PjO zpePYTh5|;^%g7Fr-@@#oQwmDFm%YTT7ehxMxuE5ZewHq5>K(zpFwI2trrR#sZh%jo z1e&yornV|9gzu;&uR$W#`Z5`79nF!0*~*?;pLeR$nK>sH+r{@F?#J8I4J!y#n~UCW1BJGe`z; z1s!@$mwAi9vVXix!tztd$0#cX`Su9V?q|m)WLr_woqRMm8Es*@9;3|jK~C2t&^m9F zxvgMMW)5Dm=B7BvEwGa5sg3mX7qt|bbK0E$5?x1TKu4H`d(qB*6JL1uTlM0a1zIM9 zH6{BGo}w}f)r^D%<8epWq=uA6_zzs#m>wkB$)qX{G&_Q%W_DQ>9*6S+*QJNudR2;b zPL&{)fA9Bdl|F3Y!0g=8t6x51^?vo=;N+o})nxfAgw?z;nzeWFbpIxzgPn|G z1Z{+EZA582X_<}XGULOyI`4lyxr7Sb#W32hADLRS)lP42-LGk{r$PO&Luw_v%j`fV{=phVf>Kf%EIlF*Ot%tIBckUA7i5lK$$B2-KOPoua zj2<5*=QcR(fBdiO0amKdGH6{piP?wS_eJQ&oR8`$IavyHq(~Yov`-Y9FE6CeJk{1R zdBf+j?7ug;)&Bc}vPk~#^>7uyR$ZH#g`J8((Jr&(f8Kb25@3H6`rkkG|NG|uxsQ}0 zO9}@FWg%e3aEr{+>uG87P&eJoQWee$r{$qEy#>#eIxc+B`So3WU>6z5*{L)z<=2gN z>f%55K1^B25NR23L3vx8thk>OU>tByU8LJElj24U$a2;>Er&4h%`TI?E1AfjNDzn@ zA$rBCKAURu1SA^2DGH3zTLFCcK)nrIa*-7kNQg=@R6#6#>ca*?4q?vD)Z)}QjkEbr zDH%qqQ^?h;-B?i(ZUIcnS`L0t zVsCDS?GiiNjM+82%l#@bCZAV|O!J$_RlYn(se zoGfWT1&_<@j$U#~f|iI4aYPlHknvI_8W@P<_n*_)-y?TX+6FFQtgBn@|BRR=ioj5J zNw;ZkYBB*VK7fJ3Q6rlp|GsF-6S1;uB@{lU*%(4FXN8zmZuXwW_GQ9aSG|@`PhADF zp#Kf;G+pq`_ZH79wG+?NXmXB?i#wBCo0&leIsS2j(P|)|H0*o%7~TR@Pw`uvo_h4K zMFWPDL)18oNJxkvL%Yf3!6iUxY-m3OR$RW!Ve~jDvz(I7&={Fy5 zqntLvos3!tD=Ma0nJ}X>=Iyeh`N?LowjSJZ`&h8IB1f6*vKqCAX3kwX+0*NKp`Fbc`W;Ct0 zYP}+trpOOl!zV5b(;SO-UMGwX+a+J$XdX+>1QVvvA0S(prZI+oV|BE)qVUvezH<# zoH+JKHd*PAY@*C;A$t^}5RyHzL-q>UWp5%0Nit3%$Cm8unely|`}6($9>3qezy7!% z-S^EI@AvEd9M|)DUKc5XlBB$Y1kYvKjXP9M4THRDhTK0dSHXXmlE5fQ9fMSwT-n4M zeQ4$`2{`AMIwyWXjF^)4yP_flV&`@Nc~vg=>X|ozKYl%y3=zRTV}$oI_X`#wg}4^! zDd{~+66jBMxts_94~xq)X!4O=gg^HdV%m)tVV+iJV-yH7a?BKF|m&*X2c zXx-+7>8RXC8ou5t?uZ}STUyLIZZd+Gxd=&tCWTNUAyJGwKYhWlz=0|qA7SK?Qb0yP z5D=7W{MQ97k{Z=LC$Y0oL*jS%X^Ndr4$**5acck1fLBb|he)5<+}`} zKjroEE^61pj_}^6u9;<~2t?H{eq_^&)v(Bp8%s?ZYU!<<9*q%!k;Ur0oQO9Jwo-BY zzCMmchFJJH<)`QTT~B-jleq|p&&d;iWyKO6PELB4c%2q>m z&W`y^^ICg%<3Ezhvd7ltuC9~l>h;-HC)r$L^%Cem#}!T`NZM)8yPyuf483a}d=Y_U z_-(#Dyw8sP=R=ilKeLpZVI~!H4^GBIC}|fFbU*n>5pXripg^9$FaJS=Z;RDJ-+PBK z&~7MHPv`7?624#KbTklJ_LR{M#km*ZpBKxn3L3e@VJmryYg>mc9I6Qq>gB)uvkatM zJq~wz8uCoLLX)$lfFXi^e!HN9t)!%DTS{D9*9o!eCMj^I1v8_lhi7$Fww;U)o6a3^ zP)pkJ=EKQpa@9EmW6fP!F9aolbUKLJaxLR6Wh{G0*r>k#dThyN%=lBr7%w7sz=?h{ zzudJ>+qsy zT8Zax@RN}0T-)&!_g~XuY|6PC|M?tj}KK}5WZu;zAsxzvXRLA4uT3V=iMZ=I|?acze+e; zS>;{FAGtngCr+v`%i&K^6qKZ7F9XI@Qq0LVM!zza-6Rj?HwXTNkx{kbu_;<6`w3-bS~dZviWgo(cZ>{F0VCc zD=y{}ItCxFz#)A0^q+B3{!$5dL=^{@j%qA+!A+7Z2;tA+iVMU|6BKM{mk=O%i6TTxp7Tcd8(T|fkBAMgxkdyMBYd-E zvcYBh6$e}5*Mk;jMqhlK`;U(_i?l*`))Km-ivQSbw4z(jfHD1J4(*rd4l(uQUL`*N z0tZ8Bd(SSXl4r5a2Ah7dgE){t$5rq`9tNA2u-lg<1P0Um;1=htgI~X zeF4Sc$6dTxck*3U$@Wfd3rf>gb^U_^CGMycVnFl~3MW@yguf*o;z?sh*@|<0`W>|v z!m*}`TuS+>U++3*C<)jSdfppWvQrXgc#JuahkbK>)n_XavwbLKuau)-ugFeEeBhw; zIgFOzT)Mq@`mp=N%I=WHJxT(fG1o+@5E3RzFwzc;nnU;E$sy!FR;hu+qRSUVUBM%e z-aGg_q-meF2aa__L2;f^r>UBLF>?~yzn?#U?zda|0PLkEy;t6+-*}t_ic%MlMbYA9 zyd;iTFrI5Sf91h}_}BKu!Y$uNdff%R;qNJxrBMhD^HbS$+~fA1p6KM>84;frPdhs< zgj%L#t;;nA2ph6iS!FAr(pYLB#oV3xGRV>>iI}Rj3*_58K+s8lj(7K?`(LP#zLje+q6w;O6EDt2}vmdGQ=M zr}DcbF>~<4FQl`l)~_*t(Tb4Sia2}RITtGX+&1>E3H?-&`4eEmybUYd9f_-o4XBhTJK& zdaLs$0CAlJAuD>C^Mk8%9~x&$yNZ`&Jt1j1kq*fpFcSd~pL z5fM>~**b;qM$m;@Qas;OjFPUtWS`#Xu3BDR1~EG6&Kb`|E}2xgLHWt1Kc`0a^H?U& zKo*)Kd6)&{nbbIg^p#t_fBc9OO|A1-D}_KTF6@LgYkV>f@~p#^kIEg=K!u8hkrAgK zEh8kPWn@H0OaLJU9fNK0+6F;a-?iG20*ph<9P{(lN}Jdd-@~nWoVJbELT0@yrn#@L z@49;}_}blX_3_ft!GPvvJs7ZoG^AqQAWk(4B(d!H85v~PUt zEjuG{?so6qzrXcwwYs#Vq^$7|efdbbM&Sc*hk3Y(uvCd%n}m(@Tl?eH79F8$*!l;q zotHm+_|Tht%@1tm7QUt8JPF6)ZQ-ywJ)YWwl~H)SaYCK&F#LjR2+G!e`^{4muH8)1 z*_y~s(9Whsct3v*R*~me8Odcpj4elN5uO$TB)g&%jIQBGg6=A)!QvxKM~Xw0YAH-d zl(fHDi!_>)H8n}5s^Q6MYW81EHrZ;P5}+o~7;%ijZ<{K07y}2-uf4rDZ-R2xIL>HO z2E@q%S;yf@2_~({+3qun#l(;Jte#RtgV+lZOL~z1`G) zpMuKD!8MO5xVC8p^V^3wX;cv6ecZB%dlp;wKdkTW@5>xaP(W zHMmvZKyTaH`gdhFb7ZF_q~-Jd+q9-`gS#US9ym6EmpU99oa=cqztOAO*lV8GnT!7{{ietv14Ok47UT%@(z4t1HE0y^B`S&0JjYu4>*pt)!=>@ zdxle@4Cl%^z{N(8=z93)TPjFdvf%7FA+2A3^mDZCJ$D2o(&h>BFj55ENx0^5D&Wm) z{;P_sto3La_xQ!ieO!WoxO)sLp%$Q|{J8ay6Jg?eIDfEfW8@1$)DkiOz8bV{ zbum1af(ID#6)udm?c{^d=+Iq;8_vf+>sxExSAMdbEZ%;;x4N{p2K}9ZsrxWI=+7XE zL-v+&e*CywGUz8k`3S?s5ZsM~S95c7dy83u%dM-cTT@rZ%t_2mL)+~NIT4Oalp?!y zHpNB#bVqT%h}qfBNKFtchuo`&_K1G-0>$JzSQ-30#(z zw;G$7oi66Z!hYS~PbAkEnV4?<*lgk85ll|&r8|Vi^(Mr~w$t5m&^lv614-IX>v*QlR>3sU{pprP-1kXCSwc!Z=H76__4wr%&){HDG$PqK+d_oipR^#>X=>3bzki_tG+||2=-!3b1}S-tZ(l}xZe?N6Vd&(Y<*8Ziscvv=R{h>1%(A)N9*AV8ish*N3) z02vyJKr~~F7WYnV`3vyn_Oi!*x2=Y=I0AJXcxqIFbbC%tjv6OUv>Ki}KAOnrm>ANy>Zeo1{0J7T$hjzN`w}29`~z%|KgmvaS410 zQ^=Lj(-AeBGyOR@P+3neBX|;=aB&u+;N1%Sy<6=UYmqvqZcCh-B)Ai7dQycG2>7|} zNYUg`6k@`eMxcr5zq#Hrb-Guds`f{SSu53gXl{S@Z61FwL^jCU@{c>8O?rV@D16Ho zV1fdM37~Ii7d`jrE3ovm{g&bi-GG_< zuwL%x=l|(x@9gfLfR!?YfM?AUp%(ApsjTW1d=6?MKg&$9KYu3O$;VwSL9>>FUv}9i zxWWrkR!mIH)4wtc`N?KuEncE9kM(Yw!v6Zj(_2;GFlhgpGI01qS()>{m`q&w0w0um zx21d9$V!azNDqA1lcf93jbH{0DG7vX+x|_go4E}tt*xz98aj4G(c$cup@av>h$gZ# z%X_)_^uIrl)D+nR`mQJ5`Bm4qtz~8wlV_jYYh$F(jRcqg{9xVO{>wlRTYn4=3P1YE zkEC`JKR;ZAOX}cX3lD>w4MVl>j1RAX9g=>@O_Fk>!#9t@&BFtpw%3QfUytPw_KuFy z5J8?cW>^^3IThZ!5LF-{CKilOXOslj4>EWQ6x+uTAHi>U0ZqQ^(jf$?fHu4K$C6t_ z?g1`JZyMbNGjGYPg|lrii#Gba<^i6}5Dg{<{v93B)6*+z!|%31$@FPv1D<*lK?CV* zxb|+XUY?!}jg4N`)^A%|TkGqeeb11<)uUiK?FSw@IK^T3l91`)wP+$wpeS%{G>KDD z#MIypB?R0|4Uo@HZ}pYV?smA&nB12ld?mYoZX;)O@Q>`GSb`JQ-d%*WW64d>q(LZE z?Z`)ZSu%=R6CWR++Xx(=KUj2EiaO&WD4AUCa z+&5R=Rf9fjg>?^AJ=RoT-vi8w1s}9ZQH5_vm2=-gGx|bC`r9xUgZt9A50w|&sV;_i zI8HH>5>;;2)Ye`ItN>-%g$JISowTP_plei^WlTg^pRdTyraH6@ZS05jiG8S=THKX; zA(o7Zm#<|#|9c2N)74PDg6<5&Y+Mxp$0RpWuxY6v9Wf2IzYn0jP=W#y45~o{y6riX z!hRb;EQ;)LNl8hH>^bvWkW>$SvM2%H5Us$QfUpK96^Np^vI#Ofw4csrTTWBQe{Qh& z9lJ6<&Wn@Re!c!;{dvFizty~0X>Smy#}yU9uRw(RJ_RNKV2yLjC<&(y zjB`jQq2X`X>|zj2ReSoh8oO4P=$;>+b(s%DjCm3CpKd|3oJ9nvG zl#B%TZ#}*D@85Tx4O2QwIm2|Tl8J`==} ziJ!y%5L0(;qzeBH<=)b6B35>IzgGDiEfq%Qjt&l580mw*4fM3#t~Wh!D*bku?mvUGrs_zuG?p&mG1}cvvOwXK z$}5}J#~Z8Py;}vr?!7}FnNvRs(`OwE^^TL`P{4!ypK8^s-ubUz_g03}3g|)sGC{05 z3PSpLRPu;FlA7FQQ`Rq7mv?^GyZc|%sH|E#wdXVfjlc`~w+E;KedtwHJUJ!P-{)B4 z)DjP0;C|)A9gWe4iBL> zyme^8N-1kcX_N$_&5>7pBo%XY3ZYqacXv-KxNP9OoM7xj!pn(ZEl(p4vrjmoHVe&B zjTb_Tp+!XQ85nSde}zikDLwnvbB{OQG&7$~fgwv*R~MYz$;nC3e!`t^fcW4(B-y9~ z{#8=)5aJ%ZdayY|=c`sMaD&Pk5>N1^kZa4C@@}4qti! zZh$N2VKD0ikHQ&FO8$6T=4=~^5v_hH6iuaoCBtX&Z$A3H3&fSgZ0HzZVGaGtC`k=Q z1@lWR98Vqpb;WXW6IxZG*uV&pQXa|_9E2|g1YJG7?L!~Q%&f)j`vn>=m0sH1Cz|Mr zwzeeQpUWCu{IbsCHw)I|M?*3%B&3t--k%tJRLUSwXZXzid3kA#AjyDt~(5^sbny;Offmq;0}@^&NTG=MGr)u7@K$7c@3`U@q=fQjrx z3-NKCUJZt^@*o#S@Y{Q-`%@F_o1Q~;;brMyIWj!7v7lRc9T)s^6o+)? zw<&m_9U=H=e%ouuu;UgCP)D**u&rwBx?3S2zj}f#a4310L}RLC?#`1zd!*(F**jYrw$F7JDlb&3nq3c9zgMirPt&|w)r;$KgHc`r z3dA{&!-k^*W1X;ju+pV*bFHSVtjtqNBUbKAtYsH^-9qSQjsWCsg{ze1cY5e471N>Y z&E!q9ckD^?;>z*;ct`Qb8~Fn?at22!1*v_uP{a!|FzlxiSH5)OzhAd%sB+PV)kpDY zEbN6IUt-jy<{~-HgkVawsE8?74tmiGzZy$LC65A(V+I~tU_AtrJDxLnj>bv*#kmQQ zz1Pa;m*+=XKNM8h=jfVEv*k!|u%tG337aeGOejo`s&u{C)%zc*5wZoDEJ9=epQ0Eq@u^1gd7KRB@N z&gxlFKvz<7`C|Lmd68gLK{2%@U8r&!f8wQ4`Hds)5LbqDmS|tChT4#1`9Vh`j?C{M zY-Kvi`n&JOR8(iKZrU3(A2KEfp7@f{A(u7_6of+*1H%=o(&Z-@7#OKeTh@LKcL=L=#G3sj^%vL86iULZ46_L zG^RuaOZdL>Kxb3@G9_XqsJbRNlXcmEqhIv>N z|4WNY!d$!poWKJws$?bZv^gKra^cX2dG5?S%QNcxvI|=19!h!OleL#dAvHyi{G=FB z9tS*obAK_fvs0)p-M`lN(=LruIWI&$qMxYnS*!?~q% zX63Zh_onk!jo|tvAG69n{#BIn!^|ALjdtt3nfzGiL^h} z9q;mvERGfWE@V6VQFl&DOH%80!Lu1JW~+s?0@eChP0lMk6_l0JLX*r0bL3Of^D5QM zaL^+VN#t2s{R_f6JP7+VWxWeO?%1mN_H9CFDV_MGfb$w)~>u~R3OffeWnXyxoj zrqSfpYDTX2~#b^7>)zzfpc>Jw0T2R3UG7JJVXAvvqmpzn#h@ap<7Z2 z;y`}~`d>o9uD>~`F8m;d)&eKMGbnFjT{4}>YFe6Hy)ZNvE zKm^%itY4#vfLo8n!SX(9j~?6y6!2(w<+^&usupuB7bCgVHSS)Ki1hY$xvT{T3U5Y{ zo}*^!BfDdm9D zDK*Ka4;mV1#39%P$bOuE0&_g)u^ITd)8i?f5+Gc-)5CMMQ4J#D{dG+K27 zV_b~>G67rS9VPZSsI7PQf&cRh>@4c*>V`OyNxNov`1pVarYU`B4aQH<5i8`p!mfd# z8dMW0>2_aV^Nd!`KWT($I5T7M?hrmHd6*TfIWceNblFLp`oE_7)EAh<)>J{I)U<1=lCn|kgTK>{1WD<<(OEAM@*jfWk@{b z^fnex*FzE}{Dlo6C@;6c6aw~o);waPqTa!Lc5aiDlyqlj$GmF-Ag>qy_6iCLU=Eu) z*8pI+Ls}h(-~z)SGPl9^{IxUSO551OLAHLM+~3y#6385hY+NYTE~AkqS63_v(|?pPRiL0y$>=B=vz8fvv? zaKoT~D{tAl0~Z^tL0nD`7vQl2@M)z6qY>FXcdhkc7T^aQ{Ai#zj6)*hRIH)GJUKZ5 zuo>{}eeVyrNdN z-x%`$92~qvOyKS94Ffhn?g0SBO$`pgSQ08@Z2jYY+iDo%tS&F7!Dwx9k$WtgE-HSy zhTe8lF=%#r`b|j*EWuAe&t;1u`lAUGl1I~Pm%_8zEkvrMoy2dn1xPVxLJv$czWp%K*Vot94#;^L+EI~f7ejQ45-43nvTFE z{rvg!&%M3h3>f9EqL`RE!+k)*^k$~UO-AsUW9zNr?=>sGK@$n2Nk@oxV8_=p|76L{ z+Z?9?HZ`}YtFI3n|6PC!)eAAcZ8G%HNuba6?dlUDPSGRTyci3VedA|5fTX}pPnb0C z{rl*JLjd()8dzUjD_~f`ns^6nngK!MjSzvO{_L+w%$$4W~v%UQn+v>!`MDnnXmEG^@ zH_Ab&3~+Hc;(#W0+qsIyC;;%=zwihKaR502fCc|dgTs>z1uKk?zJWj{JpRyYD-ai# zmNGCiPgYn!bH!AkML~cEuVE;2jum^( zToC{2LmD(s$YjP2dsEpQ(fmi!Ql#5F_o@4MBdM}##EQUAmNaG5HuIeDk{f;UwdpN9 zDIz_`8XYQmp+*Uww>c0daf6tM%Y4K@4?A78lex=5wZkrk$mu2+p$bRuhbgKw(8 zn7DcE$nAWPoD``*{|-B8R~&qKT|Fhc^N0a4m~c?a7b(cPyI=o`=eFH`Lj3by&ELFR zu$HXB^*#1=V&crPy`SG1;44+X9C;HTIy>+EJMnzWN<8{zpl7z>dWWWO67s%uQ!xV3 z)QT@Fm|V@@yRthgWm730f`vlME`G4_GLzua19gl`Xewpk_e|gi3JfIjCHKPpz=&-g zb*|hT5GLxet?n*l??#ie1)I-zwHekyW8b`nl;eJpB0Q5JpK7F$&eh59xZW z!S&Kw#HeMDz;q=w#hj6C?jgzU`>s17nRJNh-%QLwF<*At0$JbuV!nCz80w#5?qBtf zS)B7;Aa5M|$}EeFVlDX4(wziqz`K#J;4Y4Zc+S{eToUn>p{x=g0bCXrbj9Y~_}3~N z10(=!8YkJLahjc<7u$^p`6TI9h~bH_6iMX>2D9!G-ZHZG4o9r=n0-sI^+lea$%8jhl8wSUoZYp1PKkHjzch}enN4XM`8YsQ5aGIkdWh1*VR z_j`r?OSRlJe)4i3WTZc+(~)-F?vC605KM`!b5)ZYi4{df=>%V}UqU^;7@}l5a=1qBGv2>=MoK0^89xJOVtgEQQ-wk)&P4%1eW{H{YHA^xwa9 z&5TL;5f?S{xi<&Pv*Yiy$j82RlZ?imAC`-t=96t-pxU=0_H%1}+ihjfKaO_(po8LK z|7~6@Y0vGz&5;%$Z^po_J2G1=YhoIDy&A1VoTX9jGAly2hPcgcSRkf^hnSwFBQ-up zNb3kV58wF{B13CWea-}7QU#1y3n$TpLign+d9@LDx1bJ9dDo7}iD;o#Z)4lCx@vb7i%s+u$>)4mQv<@#XB4m?i;lq~s8+Hs1A6Pvf&NCNj zjcR~`U~TrYyBJD_h^H$%zK25)pGTUBB=gTY&*}Aqp6Rh>HO{&1L;EqdV+8lVNCD0t zn5^~`F*o6y0*4xL%XKB<_LNwyfh$7J49r1%S&KvGOsJHf---IQzU%Gq6oE*)zZh%< zeH-s3H2ar@ZD>%T_CR%AL6KTEIB|P^8M?ZFvnY*vs3Mq5t>g-Ix@OpV*@msI23 zOtYchg7et?_8w0?Hd-UMQzRs`N%Dx@JY&|}$26=XfXV`)$GkIWfwOA12;;8Rd?8{OApkRIs_`jTUr8x<1a}0`GuBpC5^NgF%Ee~^1FHon zaf9DPoyKZnV#t4t3#qI_A_;6~RaU!p?b>5|dm;6wU^yH7sts&G;afwUWve^a{FCDD2!TJ>UbN~MRYc1knMANk%s|-%f zkm*C^bJEi2!#aeaWCo;^;d)%ZaYGY4rw@b|UtbIocGx=fVUOGJ{(!Rg z1(FF2hTu=C8j%y3VDjCOU6>^g4LyM&EF|5il?QryS5;xl-rns7X&xA2LoWn#JNoE9 zPa2`R7ci=VQ5o|^&O_=Sq%r_+6bc~xDXF5Bp~i#yV;H706bL9mU@iql!BnI~aCrg7 z4G}ILKm_ze3;TD&kl6|A(L4d6|9~v$B@A1|#s6#{Dl01sP4~U#(Q&cnj$nUCjdF_; zRI(7_Bpd66p&eXhTy;ZV-PYU;*3MKNJW$LA%d;i-4r8&{kr5aLL;bc76I?Xf9@Pae zQ!yofEdU;(tOW*uvEo#2-wrD&>D+w$irV>yR1fzl`hNJ!TyE8P>{?k-(Z?l<*lvjD zx0qx57drT(q_g{%+$@crf0$I^2(0FCuD`GS8n_m)iNGDvzW_&-@7gtruns8I;#3H# zpF`O}7$gTVMDlKB!eTgg7G3w{(d`R?K$Z)iIfVBQYG>8|v98Zewow9pZK|OSi(364dBsH4i&=-p%|(r6U4>g@H#ums}C5_3}?BLQ3_UWdGR)l4WBTz zuScK7Fid2~Dp34Zcxj=Y_lK=B5Wlw)eE|>o_2q(BQx+4U#4^3s%S5%j$8({;Ot~al z_A>P?gmLuFN6GNH2fFNCdK0s?afWvz&m$4Cv@Z|{jcx7cpBo~)KdDBjN(+uXk9h9+ zy1A(gb4-k2CB|!N&buq6;bo~IU&EZ=8&pM=Gy50Y?Cuu8^7fb!!A-LU~@#_Cm5QPW zi|$jtH*QF~u)+~-nApES;TD1}D(vs+hL0kqN`b^nwc3%}DO7x*hJctBOj(F=z=+kJ-u)C*{Asu7{CKYg76Or)lj6M z>2f7*daS^fPUmbN)6)x!mNWq>6dk#PeAtBbl4x^)^llwqq`Zu)#E}`MwC6Nk8afWDRhlo@~b~&rBh4*+& z?EC}95Ff?V)g)cbIU*CHRLdyy;1LxQP5lNw3xL$Xlw48U2UsSOH*X3fHi7Kshy|LU z9?}Nh2fireR4qMs_&bn2j&_!yflj<5!59NA`c8n8v$ID2y+M01$Ol2~Zj!J&G&*W1 zn9KkljDdlKD5zl>`C%n8h*%hvfKXro)~2O+I3#muuOX)bvXqm<7S;h#3&0h4V+iBp z&h_1MJlC$V(9;iz3D86ikBk@?7|<4;N${k;ef!2igG2QbzeRxToBI0t|9BOBsiNn1 zV}NjCFBY-#8TvMu#|lzydrHB_g_;a<6b7t| zP7aXH@dFUb3FSpa=%waT)mG*-@j+%_6?e=Om6l?GSPZ2JP~mj-+#5}Bzcl#jPCi`a zp!VrcAtbPy*Y~U1PBUFx0LEn8L?JuJhua-96*fk=wa`YB85h(@Isje3eIrhle$muD zCue%eYG&HyPX`}aS1~a;H-HefHNYf>?D@#a>9SHKxc=7GUS8X&;=g9n;4+x2)MHH* zq;liNjgg-}<+Z!Ls6Bd%$V&S< z^1oaFc@@qCIjgr*>)ojF0tYCKW*@?8#L$wPo?c?dOp1uj9U!ZQazO2+Q7D>t2Rd>5 z;5Q{(Y)OQ3KM11dQ`!LVu*dBfn43E~Mk#AR>x(*zQMUU0mKx@R%(0k{FfOE$M)oWkqx)E6mm?gJo&+08u0kY+{EV2GG-LA!)Y>`oz6|<5tX5Pz|!@ zM)-1!U3t}pvyUHtG51;Akc#~~dES;m$|yDJt@&L6RG~-%hnhB0%)++XNKGN&FhD~e zw{y-3>&Wm_P7rs@2z9$Is=7U?kL*y5P%yHO@zL!XiWAi^8Ng3TGOr+X<5$+3 zeS1UCC%F9C6HR(y4eu^51nq5OG@*pUi6&hX1qprAtnQz@c;q{4Ixb1K6N}2XXdBwA zzA5p6$W1o0r1k^DH~JU8nM*k@6nBL=6mrv0&QbMg{n>q%7%D-H}0M^g>_Ex!YsT1Zpi~*Zx zY;uwu0rLU~aLh#C`C93-EMe|7p0mWTVK62kgz7X*3UOB$**!h=H7*vK-Ud9@TW!Ew z&u3PZ9x?I;;3iN5aCwU=s9m5}wuS?~*W0%*QyiO|cLY$meK52LRQnwFstA z6YBHwa%k9!TKvmaxc2E^soD~KB2!~3Sn(F4cXD)uS%O%fqj)py0evI-F**6&bsUK3 zust&cn^19aao|f2qa+w*wC(=9&)A)R@Bgy?0MCa256xk6uipLp4CG;#m4MQ^`uFc- z?IQy_yM_CYKj0P_#i1j_QTbsZGJ(;1q76!an9=|l@|U9rFe~9Yh>}{t=mvP%Kx+s3 z2o5n{S+VNrM$P@V3kK_Xk6c_{E#RJ9V1wot7TR^kFhS6Ve**FkbPwosVNV~xMsLYX zxR3yWVgV@?qwoA?$g=<3r$$Zro>uzRu>c#Rt`-Z>)%`GOB1jwANh4_D`P0ZQIx32k zjBNPFkD8hq;FiH16Tf~PgzuqOc=!;w1!8SeQ_!Abv5&Cg7j5Mzp}$g6>I85W1{=8M zC0r2-bQ>e!yh3M{cn46s5cwQjR}2X>Rn5cA&3x?A4`v*56&g&a{-E!o3ysq##0?c7 zirv4zvVAxTBTH7Z^7_U`2^49;Jsxf32eZct3PEseoSZU6?P72X=^9D%z?FNtG?Wip zkC3n7oq*E}lxiT!z&|nkDJ} z5FUrFYl?j~5WQjjDrH<3Q=`Ih@4*A039`pQ20{6X*M6W(7l#mT z{PN8e9vY#2Q+}F`aT$bv?c2#AMp zwi4Ai;h;l~Ha0f4Hkt&8!{Zb>suX2Xd=_f?0ijBpUYc(jl2%=$ZBsImk|hplPFNV1 z^x-B0l8of|vSRd5b1ZD{LP-)qNjfZmLsuc(x0^$cOWCIlmoSj^$H>UG6bpG6q1?x} zq@fn(RQ|H8E<<)9R%*!A|9VbFpBFDa!18MuBv?yFzL>eR^z^H$5sK_ZT7VqIb_X?X ziKzp&0S_@(WoE9T<6nh<3#VFC7?|D;t?vUDS&N$hQQ(mK9+hz6Yt=gkdLmA!6<~i4 zx6x!Ly`2h#ePX=+ZB*>50!NrRrr^VV+2@7roLhJZs05+7cte>(ig3jK@iH6Ph2oEx zU_;1sgscNLGSG!e#4rg-RV&ENon5>e?HV5klX4Mt>1?2Yu6gKeb8yyvTi6D$N?+n# z2Hdw$i&dC%LX8J-09So>Cx_Kjd_ef)cg;<}ZIo1%P%kg&_0K!hn>qvr>i2#!VNMl*l^-PLV#2{%gj~snrM{ z?!XaR_>|5ix7o`em7yy0)>;kr0s{6_R$mc=@)Ar$P(=F1@DdMsm}4z1q5M4b@r9v> zbN#>HG}Oes`|ajJcRp_6QtFjJrA=H@A#vDk0I2HX|A?^QnhRGxYZPghDn+#p{MZmY z?-^AVe$ZVcb^PLKP(UCS&8`a;uyQ^MmRBJ*VX(xCOAu%w1wK{rOVLt`F(HpHlpFc1 zbeLqfbB8-&-L5V+#9jYsc3>VNbA1K-dnBGFjBUbCAd4$_`l2AWXG>~<7k9YAi+a}! zJZ9?1P6eh|nafjY$g7V4h&V6E`O#^0jhJommwK~u+Unfv=)PO3{iOa2n zk}S1hj2J7^N#srFpQD5186?D?>k13`Ov+s%2)Ou?Vs3&iYM;mXtP?vbpe^kB^-0aO z*pQd%w0dZM8-RAJS1goS5R|dq=MV;7GfSSe@R`r;E>2L?BnqJtf{=K2mgC~wDOd!8 zR&uVcq=aRJ+P6jR-aRd9asy=4P3Bmu&;uXo$7!}=^da(}`xItiBfLYlGI}niL&X_~ zOsYv{c3q1w?%@$!qPtC@&m~!RS?SXAEAL*V6$4m;P%1=P^JNEr^mW-7< zjl9Ko?!{k8=6{&e5D?j5$%U}A_5UT*KrvKC{UyxAg3rQl z>&L*Ke`YYU3-KAMz36B%pSJ#V^%|^`93^Y?ZQ@FPl3Z;6%?Fqo{ZhhAzPh9yPop<% zjb(Rj#{V&$hk0Ku2wy&~$Nm-|zvOvgSK7_ATo*J_-7PF;dJ?!myI7Z3fS+Gh9|I+| z`x5LCdDzLIYi8UB;huW8w($K`@ zGllBq2vihpP{G!8JAP3U&BYMdy*&k5_Du;1SWe4GO?41Y@9ph<01J5>RIpkHo1P-6uvEKnsKsrK-5VP- zF4jGo4x*4g-cV4DkBN=FtkmdxBI&EGq&@wKbicpLGn@eL97G)~jgl}`I1pO63_#Gq z&~QWQG3+ivtpN^I60geRPgm5FYy=_2MFDNX88l(CbM?U#{`d?k zKZ zWdR0%CCVB0B!PC-3R!MxW`u%Q!a(^aIt*VJPjKi6PcsX`p!?)PXRAu9Xg&ivEH z@n64;;68=OFDxtsQ>tS=%~Y@w!{2wkC)_6hfz01Ge*bgLTL8CJGd&dvsuhV(QL#x@cl|KeqSE3lQZ+ZCYUZCP~;YY1bwBJ}x= zUQ*1^+<1S0g?co(WxYM!Iik7FHTb80&S;4wwt&6WH*;T2cs~2O}IcZ7cf6KFHQpy*4xG^L~6eL9Me(`9I zX428qbA@Tj#t;AyX87L~I}t;)7rMR?%-s$=qR7-Z??h^gw{1yp4QfC4sEOI6`mfli z>J3A^t*)t=(92F5<}cSoUB`wqwWHQSJXF6lE&Ghyp^5flOwLdk80#9t@W66(|Ii1n zvunT{TG5M2o%s#B9&6Jv%5KHPq%bJszPIFcZ()Tp8he{i7S`u|7>NHl-)%0=sXPJ z36PYZ&%0q#vds9ji^Z@srjcDX~?T|p?DuoHssZxq{ zTDP2u=JGL9-dBN@gnwz=KASkrf5@1X@?+Z$m2s411D*Arg%QofsVpOs?d^o~6$68K z4!0*MU@FI{I)IiS&JA5c!bxxwJK)GKAenvW=+bKxlVFXH-*E*-v0NmGpxi)Nd^D7 zyu`=WYu>^>Fih5AUuzt#oTtls@^9*_Oqcfyb;y^wA3u=6W4wtM87Vu2r1~G#V+{*E zv)&vJ2)%qB`}k*_lWIJFFYHgl0s5K@-8N!39K~l|xG?U|gt45$68WCg`s%8h_G|sp zU04nxkwL9qszsjg8j^P1C8!cBVmc@Mx2LBkG4Zk-rF_l+T#*T3fCNr}vhO_A8eP!Z z(vs0T4+#ziuin{~Pyr3+dwYbOO6>$ zD7@s9!|z@{|Mi^r7~ z6jSDM8YoL`lIc2+79eCFzpp-&C5s}z?0x5NDNpyrNhate=p8|MFpsQd4u254vDkfF zoL9FeGLnxnNsgVIn4ma1MsrqfRVb;d*4NbJOX(@461YZVD^_{m^ykl?0bqk|EWzA59W*;)1it#C@E$L4 zhSLXs-|K&%ki=u`2_7;dv4xcY_zpY*8U(mOh811q1V1jLfP z1|bOtZDYoHR31#8$)sUW2&=KP41;Su9d`%?PXS6CQ88v}3R_{b1FbrlP7j_`t4`7! zaU&hfg>KK5yVw{OpM?V<9%e+e4Qy=d4A5AgvWX_yUy1)zI$5zmp2DM{^-j6qytMx= zFP)&zN16&=reg)@J zmogW5E?p1Xf9ks2)dLh?g%W<1^o?jjR4TFNHgq|C`eYJR$Y*LAq5Ryp!44Z>N2_f< z7A_U_xjSQ+@N}Ez*#;~d_3l`D)O}an_9`1Uvl!N{(bs(9<|PZHU4@u>IhC#VuZv9J zBSzmeIT1cIBxVh(H(X2Od=*??4@5Lc1YQNp=>ndrkYYHU)Lv%5&ZAKGiX(nKxYoYi zRxXfaq=gs0uKdD5KpWfoP<*FHh7`YGkEi5ge1PrDMunVC-LACPmgNNI<}*VfL|8zs7Oz z57;gFi!l^iOhMyC*dRK>ReOW@oZ2+RytR;5avOvZ2_o)7-tXoE3e65tZ^+YcRYV>7 zpfK)NKj{2Szm@Gq3u(ycnl*G6dNN*f?C|E?4~?pK3Wl21_>dj{Mj)HcY==dPeFWXC z<%Q6>R@T-PjgmudNj9i-I%Ja+^;6=z(8J{Qrrp)3#w_Hx(}T+*mh({o!-YgOwM(WI z=CY5Xv4$5g_v7M5PD(|E9De9r<(N$9oTnSKl*v*cPE%T0i7ek~RbXEpsXR}*|J0<1 zV}w75L(;xILX*GzP>fA%a=Set;r`e#8LNgO0kFr@twJ zcEzchqA82SF!RAcT{mPXS-al3D*A+rhsPdmAf>AM3(dehlDU_j(|5d*s)WbZT>X6@ zs8HabMwsBh5ATzP$|@?UbUHmXRYggO%c3Jgp+dyLK{^F;@S^}QGmT#SLAfAnA~4PysPWQA!`;oB0s}DkAAs&%2^eyNUDwk} zO|9gSPf>snu!*S(kvQVFvApbSZ%=r_*m>8UJ(3VSA_M~u;@^Wm zr>6@XlG$wbL!IYWi=oXFj5hG=HvB%WuCw452jaBCqR^tS5|~saCD5YaAYa84FC5@g ztqTZsbKqvZ-@uS@!=-l$^M?VN1c^;1p&e9B0M2c~1_Ur%A$WjhHG1GuVUca@0MXgL z+wEm*vtOHF3<9W{`UNnUH3bXtdLV73+O1DD{Wwn0=ZzI{4L)%<#o*jIdwDt(m`!va zGT;H&GdDN4xClWseehm-Lb(tSr5y0kfG%jN1_!KPIPtvi_N`=y?SpWtm~!{OG2J(V zX-P@0R!=w(>U|cQ*mlGC!sE!uNSo4$nq!E-%(9aU zX6Yxe=BgSRz>B~bzEorh@FqV$Dhs9Jyj-|r#}0^XLN-933x@6N?Q^acLo=oNlwnZZ zB?kOASpCCwkK@%cr&igm_W?IT_t#ex;7Z_7Ksm@V?}w%+k?8lT8_VpbCXE*xd&saJ zfC8P%e}jR zx?VQ$1n^7{;v>&KgKPg%ort~PT6#$Yg}8AU4AFDGxL+9KyvKMH_{Zg9;HI6+^>BBG zI6V}eI`sq54WAvu?}n2^kqPnA82&6NIEC|08W_;WYkm$440Ly2DDQ&`U^bB=wmWgC zWm)`I#h11=U9f;#T53vv1mM(RFTOR_IFtgdy=eX0rRLKM3vfI}Oiav&vVr0r`2dpt z0_`{Cley&)8_yXpN<{CD_@(7Il*umbVhuVAHwsD#As8XIT3*HZmG?F0m$8YTJwl>` zl`m?h_{l%k&Z!fvB43uY?3uxLDYL(QUJsmfDj$()DTn8hA@5{j^gwc0 zIOwN~6*RqYg>K)p^SMmmqNTlG5B8>;YQ&J3>%_RGNx`^78QTsQemk4q z8b^rX`M7-m?Jjg6)P`B2UNTiCdnZlXNiF2~mKd#|imkZZuL=Ul1{#lWQl-IinjDUz zNZil9j7KNY>5Un`Os7R>RCV7u`*_!g~ ziQU*9c^3L?5s!5>)lGhBeMGvQKFPVaPln2uyMfC2t3-WPePZOEUVP^}dA zmPO}7Q&MbL*WWSs|Aha z_#KS>b(o6ZFTmL8x%V0KJ08y?M1NfkN1Cbzz7=EcTYWZaX8!Em;Hrmi#E|}tHIuH- zl)nko*G16_b{3zazTq10X6%IKeT>X>apcLz0yfeVerbO^ZmUR6&x~`%6$vq%q^(cr z5cS*qDB+cUlfj6zsp;2yBrl$oz#gU4osBKbs&2K28|AxN%1OO3Zs`5t3r{x)hMgv+ zz4N4kzFl?2s~$_LASU#0DTgL^w!3*c7w0$0!lL~emowVQU9MLC`~(^IZ80z_VPykp zJTv+wdL%sXc-S_Q9QLgOa$dT&h?8WWg6?#aCD%Gvy`1uYGpMSp?D4dS?a3!zGgM?I z630B!{PN%SjuyIIWq-K0`)qTC64m!PD{PxvO_4TD`vcfjeU`*1;pajR83hFAyK9v9 zds*Rv8#eWqMX)X>QY+8Vv}vq)OOmT-G`ds1-?z4+y1ukNJXh!bgM;5|s0*~IwHb7- zW2Yl^h-o{vc?CHuO(LUa*r)l@wmDSwU%BF!-dR;w2Vu6t{7gsIzPGD0#Xzx5)m-{^ zQ-2)tF&%A@P}d&Mu7;uwUs-~V4a?21?R@Q3)pRjYu_Z>2+gHz@sq_qySAQ|Qtj3b! z>;3s(tg3tbPHUIB35!|b3n%P@&p$nt;Ki5fGxYGr{!(BirBXU}lPz0I|GKmwlSRvL z86~P*7{h20>coA*gPhOSNkt{+z#fs8mp8n*u>^dZ+6G(gZ+gsB4d6M5iJQq@2{`dig zgyRZtI$=$bWgOiX4Sz-0WBj`P2-dKZGk-dcE$qiA^R$ANoQu4&<^gMS+LDq$G?)}7 z_ywyGiRgf}wKXUofEyQkD}n3Uoxk%2{BE~z%Rba;el`cd-CFL&)avh<`X^jK3P-ze zR=_9#;7N(dQYE?`VeV1v(R JEFxQn{121k<1hdK diff --git a/windows/security/threat-protection/microsoft-defender-atp/images/storage-account-event-schema.png b/windows/security/threat-protection/microsoft-defender-atp/images/storage-account-event-schema.png index d9409e3ab1d80a24f51355e54e3ae503cf7325c5..88b27a033286799fd502841b7ca9bae2c276b24b 100644 GIT binary patch literal 83575 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 mH0epxnMiSpUw Date: Mon, 24 Feb 2020 15:14:25 +0200 Subject: [PATCH 100/108] 1 --- .../microsoft-defender-atp/raw-data-export-event-hub.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/raw-data-export-event-hub.md b/windows/security/threat-protection/microsoft-defender-atp/raw-data-export-event-hub.md index 0b3f53d6f2..9bc6ebcb3f 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/raw-data-export-event-hub.md +++ b/windows/security/threat-protection/microsoft-defender-atp/raw-data-export-event-hub.md @@ -79,7 +79,7 @@ To get the data types for event properties do the following: ``` -- Here is an example for Machine Info event: +- Here is an example for Device Info event: ![Image of event hub resource Id](images/machine-info-datatype-example.png) From 8ef94774afb9b138d505d942809a393baa2655d6 Mon Sep 17 00:00:00 2001 From: Denise Vangel-MSFT Date: Mon, 24 Feb 2020 09:36:33 -0800 Subject: [PATCH 101/108] Update use-powershell-cmdlets-windows-defender-antivirus.md --- .../use-powershell-cmdlets-windows-defender-antivirus.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/windows/security/threat-protection/windows-defender-antivirus/use-powershell-cmdlets-windows-defender-antivirus.md b/windows/security/threat-protection/windows-defender-antivirus/use-powershell-cmdlets-windows-defender-antivirus.md index 005aafd92e..76de6faff6 100644 --- a/windows/security/threat-protection/windows-defender-antivirus/use-powershell-cmdlets-windows-defender-antivirus.md +++ b/windows/security/threat-protection/windows-defender-antivirus/use-powershell-cmdlets-windows-defender-antivirus.md @@ -12,7 +12,7 @@ ms.localizationpriority: medium author: denisebmsft ms.author: deniseb ms.custom: nextgen -ms.date: 09/03/2018 +ms.date: 02/24/2020 ms.reviewer: manager: dansimp --- @@ -30,13 +30,13 @@ For a list of the cmdlets and their functions and available parameters, see the PowerShell cmdlets are most useful in Windows Server environments that don't rely on a graphical user interface (GUI) to configure software. > [!NOTE] -> PowerShell cmdlets should not be used as a replacement for a full network policy management infrastructure, such as [Microsoft Endpoint Configuration Manager](https://docs.microsoft.com/configmgr), [Group Policy Management Console](https://technet.microsoft.com/library/cc731212.aspx), or [Windows Defender Antivirus Group Policy ADMX templates](https://www.microsoft.com/download/100591). +> PowerShell cmdlets should not be used as a replacement for a full network policy management infrastructure, such as [Microsoft Endpoint Configuration Manager](https://docs.microsoft.com/configmgr), [Group Policy Management Console](https://docs.microsoft.com/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/cc731212(v=ws.11)), or [Windows Defender Antivirus Group Policy ADMX templates](https://www.microsoft.com/download/100591). Changes made with PowerShell will affect local settings on the endpoint where the changes are deployed or made. This means that deployments of policy with Group Policy, Microsoft Endpoint Configuration Manager, or Microsoft Intune can overwrite changes made with PowerShell. You can [configure which settings can be overridden locally with local policy overrides](configure-local-policy-overrides-windows-defender-antivirus.md). -PowerShell is typically installed under the folder _%SystemRoot%\system32\WindowsPowerShell_. +PowerShell is typically installed under the folder `%SystemRoot%\system32\WindowsPowerShell`. ## Use Windows Defender Antivirus PowerShell cmdlets @@ -45,7 +45,7 @@ PowerShell is typically installed under the folder _%SystemRoot%\system32\Window 3. Enter the PowerShell command and any parameters. > [!NOTE] -> You may need to open an administrator-level version of PowerShell. Right-click the item in the Start menu, click **Run as administrator** and click **Yes** at the permissions prompt. +> You may need to open PowerShell in administrator mode. Right-click the item in the Start menu, click **Run as administrator** and click **Yes** at the permissions prompt. To open online help for any of the cmdlets type the following: From 7a64b2a955ebd87c2aa6bae074fd0b1a9e57af4d Mon Sep 17 00:00:00 2001 From: Denise Vangel-MSFT Date: Mon, 24 Feb 2020 09:45:38 -0800 Subject: [PATCH 102/108] Update select-types-of-rules-to-create.md --- .../select-types-of-rules-to-create.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/security/threat-protection/windows-defender-application-control/select-types-of-rules-to-create.md b/windows/security/threat-protection/windows-defender-application-control/select-types-of-rules-to-create.md index 582356b671..d49d5822d7 100644 --- a/windows/security/threat-protection/windows-defender-application-control/select-types-of-rules-to-create.md +++ b/windows/security/threat-protection/windows-defender-application-control/select-types-of-rules-to-create.md @@ -14,7 +14,7 @@ author: jsuther1974 ms.reviewer: isbrahm ms.author: dansimp manager: dansimp -ms.date: 04/20/2018 +ms.date: 02/24/2020 --- # Understand WDAC policy rules and file rules @@ -28,7 +28,7 @@ Windows Defender Application Control (WDAC) provides control over a computer run ## Windows Defender Application Control policy rules -To modify the policy rule options of an existing WDAC policy XML, use [Set-RuleOption](https://docs.microsoft.com/powershell/module/configci/set-ruleoption). Note the following examples of how to use this cmdlet to add and remove a rule option on an existing WDAC policy: +To modify the policy rule options of an existing WDAC policy XML, use [Set-RuleOption](https://docs.microsoft.com/powershell/module/configci/set-ruleoption). The following examples show how to use this cmdlet to add and remove a rule option on an existing WDAC policy: - To ensure that UMCI is enabled for a WDAC policy that was created with the `-UserPEs` (user mode) option, add rule option 0 to an existing policy by running the following command: From 150f1f63d5fcc5b83d30721fc4fedc3665f204e6 Mon Sep 17 00:00:00 2001 From: Denise Vangel-MSFT Date: Mon, 24 Feb 2020 09:46:07 -0800 Subject: [PATCH 103/108] Update windows/security/threat-protection/windows-defender-application-control/select-types-of-rules-to-create.md Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com> --- .../select-types-of-rules-to-create.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/threat-protection/windows-defender-application-control/select-types-of-rules-to-create.md b/windows/security/threat-protection/windows-defender-application-control/select-types-of-rules-to-create.md index d49d5822d7..cc271787a6 100644 --- a/windows/security/threat-protection/windows-defender-application-control/select-types-of-rules-to-create.md +++ b/windows/security/threat-protection/windows-defender-application-control/select-types-of-rules-to-create.md @@ -122,7 +122,7 @@ S-1-3-0; S-1-5-18; S-1-5-19; S-1-5-20; S-1-5-32-544; S-1-5-32-549; S-1-5-32-550; When generating filepath rules using [New-CIPolicy](https://docs.microsoft.com/powershell/module/configci/new-cipolicy), a unique, fully-qualified path rule is generated for every file discovered in the scanned path(s). To create rules that instead allow all files under a specified folder path, use [New-CIPolicyRule](https://docs.microsoft.com/powershell/module/configci/new-cipolicyrule) to define rules containing wildcards using the [-FilePathRules](https://docs.microsoft.com/powershell/module/configci/new-cipolicyrule#parameters) switch. -Wildcards can be used at the beginning or end of a path rule: only one wildcard is allowed per path rule. Wildcards placed at the end of a path authorize all files in that path and its subdirectories recursively (ex. C:\\* would include C:\foo\\* ). Wildcards placed at the beginning of a path will allow the exact specified filename under any path (ex. \*\bar.exe would allow C:\bar.exe and C:\foo\bar.exe). Wildcards in the middle of a path are not supported (ex. C:\\*\foo.exe). Without a wildcard, the rule will allow only a specific file (ex. C:\foo\bar.exe).
    The use of macros are also supported and useful in the scenario where the OS is installed elsewhere than the C:\ drive. Supported macros: %OSDRIVE%, %WINDIR%, %SYSTEM32%. +Wildcards can be used at the beginning or end of a path rule; only one wildcard is allowed per path rule. Wildcards placed at the end of a path authorize all files in that path and its subdirectories recursively (ex. C:\\* would include C:\foo\\* ). Wildcards placed at the beginning of a path will allow the exact specified filename under any path (ex. \*\bar.exe would allow C:\bar.exe and C:\foo\bar.exe). Wildcards in the middle of a path are not supported (ex. C:\\*\foo.exe). Without a wildcard, the rule will allow only a specific file (ex. C:\foo\bar.exe).
    The use of macros is also supported and useful in scenarios where the system drive is different from the C:\ drive. Supported macros: %OSDRIVE%, %WINDIR%, %SYSTEM32%. > [!NOTE] > Due to an existing bug, you can not combine Path-based ALLOW rules with any DENY rules in a single policy. Instead, either separate DENY rules into a separate Base policy or move the Path-based ALLOW rules into a supplemental policy as described in [Deploy multiple WDAC policies.](deploy-multiple-windows-defender-application-control-policies.md) From 9c67bc341a4dd526ae557bebdb4ce957d1857dfa Mon Sep 17 00:00:00 2001 From: Denise Vangel-MSFT Date: Mon, 24 Feb 2020 09:47:49 -0800 Subject: [PATCH 104/108] Update select-types-of-rules-to-create.md --- .../select-types-of-rules-to-create.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/threat-protection/windows-defender-application-control/select-types-of-rules-to-create.md b/windows/security/threat-protection/windows-defender-application-control/select-types-of-rules-to-create.md index cc271787a6..97443ac815 100644 --- a/windows/security/threat-protection/windows-defender-application-control/select-types-of-rules-to-create.md +++ b/windows/security/threat-protection/windows-defender-application-control/select-types-of-rules-to-create.md @@ -122,7 +122,7 @@ S-1-3-0; S-1-5-18; S-1-5-19; S-1-5-20; S-1-5-32-544; S-1-5-32-549; S-1-5-32-550; When generating filepath rules using [New-CIPolicy](https://docs.microsoft.com/powershell/module/configci/new-cipolicy), a unique, fully-qualified path rule is generated for every file discovered in the scanned path(s). To create rules that instead allow all files under a specified folder path, use [New-CIPolicyRule](https://docs.microsoft.com/powershell/module/configci/new-cipolicyrule) to define rules containing wildcards using the [-FilePathRules](https://docs.microsoft.com/powershell/module/configci/new-cipolicyrule#parameters) switch. -Wildcards can be used at the beginning or end of a path rule; only one wildcard is allowed per path rule. Wildcards placed at the end of a path authorize all files in that path and its subdirectories recursively (ex. C:\\* would include C:\foo\\* ). Wildcards placed at the beginning of a path will allow the exact specified filename under any path (ex. \*\bar.exe would allow C:\bar.exe and C:\foo\bar.exe). Wildcards in the middle of a path are not supported (ex. C:\\*\foo.exe). Without a wildcard, the rule will allow only a specific file (ex. C:\foo\bar.exe).
    The use of macros is also supported and useful in scenarios where the system drive is different from the C:\ drive. Supported macros: %OSDRIVE%, %WINDIR%, %SYSTEM32%. +Wildcards can be used at the beginning or end of a path rule; only one wildcard is allowed per path rule. Wildcards placed at the end of a path authorize all files in that path and its subdirectories recursively (ex. `C:\\*` would include `C:\foo\\*` ). Wildcards placed at the beginning of a path will allow the exact specified filename under any path (ex. `*\bar.exe` would allow `C:\bar.exe` and `C:\foo\bar.exe`). Wildcards in the middle of a path are not supported (ex. `C:\\*\foo.exe`). Without a wildcard, the rule will allow only a specific file (ex. `C:\foo\bar.exe`).
    The use of macros is also supported and useful in scenarios where the system drive is different from the `C:\` drive. Supported macros: `%OSDRIVE%`, `%WINDIR%`, `%SYSTEM32%`. > [!NOTE] > Due to an existing bug, you can not combine Path-based ALLOW rules with any DENY rules in a single policy. Instead, either separate DENY rules into a separate Base policy or move the Path-based ALLOW rules into a supplemental policy as described in [Deploy multiple WDAC policies.](deploy-multiple-windows-defender-application-control-policies.md) From 481d27ca561876fcea775fb62932e4ae8c2d3dce Mon Sep 17 00:00:00 2001 From: Denise Vangel-MSFT Date: Mon, 24 Feb 2020 09:55:08 -0800 Subject: [PATCH 105/108] Update use-windows-defender-application-control-with-intelligent-security-graph.md --- ...r-application-control-with-intelligent-security-graph.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/windows/security/threat-protection/windows-defender-application-control/use-windows-defender-application-control-with-intelligent-security-graph.md b/windows/security/threat-protection/windows-defender-application-control/use-windows-defender-application-control-with-intelligent-security-graph.md index d516a6f73a..9dc6ff0981 100644 --- a/windows/security/threat-protection/windows-defender-application-control/use-windows-defender-application-control-with-intelligent-security-graph.md +++ b/windows/security/threat-protection/windows-defender-application-control/use-windows-defender-application-control-with-intelligent-security-graph.md @@ -38,9 +38,9 @@ After that initial download and installation, the WDAC component will check for The reputation data on the client is rechecked periodically and enterprises can also specify that any cached reputation results are flushed on reboot. >[!NOTE] ->Admins needs to ensure that there is a WDAC policy in place to allow the system to boot and run any other authorized applications that may not be classified as being known good by the Intelligent Security Graph, for example custom line-of-business (LOB) apps. Since the Intelligent Security Graph is powered by global prevalence data, internal LOB apps may not be recognized as being known good. Other mechanisms like managed installer and explicit rules will help cover internal applications. Both Microsoft Endpoint Configuration Manager and Microsoft Intune can be used to create and push a WDAC policy to your client machines. +>Admins should make sure there is a WDAC policy in place to allow the system to boot and run any other authorized applications that may not be classified as being known good by the Intelligent Security Graph, such as custom line-of-business (LOB) apps. Since the Intelligent Security Graph is powered by global prevalence data, internal LOB apps may not be recognized as being known good. Other mechanisms like managed installer and explicit rules will help cover internal applications. Both Microsoft Endpoint Configuration Manager and Microsoft Intune can be used to create and push a WDAC policy to your client machines. -Other examples of WDAC policies are available in C:\Windows\schemas\CodeIntegrity\ExamplePolicies and can help authorize Windows OS components, WHQL signed drivers and all Store apps. Admins can reference and customize them as needed for their Windows Defender Application Control deployment or [create a custom WDAC policy](https://docs.microsoft.com/windows/security/threat-protection/windows-defender-application-control/create-initial-default-policy). +Other examples of WDAC policies are available in `C:\Windows\schemas\CodeIntegrity\ExamplePolicies` and can help authorize Windows OS components, WHQL signed drivers and all Store apps. Admins can reference and customize them as needed for their Windows Defender Application Control deployment or [create a custom WDAC policy](https://docs.microsoft.com/windows/security/threat-protection/windows-defender-application-control/create-initial-default-policy). ## Configuring Intelligent Security Graph authorization for Windows Defender Application Control @@ -81,7 +81,7 @@ In order to enable trust for executables based on classifications in the ISG, th ### Enable the necessary services to allow WDAC to use the ISG correctly on the client -In order for the heuristics used by the ISG to function properly, a number of component in Windows need to be enabled. The easiest way to do this is to run the appidtel executable in c:\windows\system32. +In order for the heuristics used by the ISG to function properly, a number of component in Windows need to be enabled. The easiest way to do this is to run the appidtel executable in `c:\windows\system32`. ``` appidtel start From 33dc8f0dc45f37052696d5759a65cd926334d0d2 Mon Sep 17 00:00:00 2001 From: Denise Vangel-MSFT Date: Mon, 24 Feb 2020 10:51:52 -0800 Subject: [PATCH 107/108] Update use-windows-defender-application-control-with-intelligent-security-graph.md --- ...control-with-intelligent-security-graph.md | 30 +++++++++---------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/windows/security/threat-protection/windows-defender-application-control/use-windows-defender-application-control-with-intelligent-security-graph.md b/windows/security/threat-protection/windows-defender-application-control/use-windows-defender-application-control-with-intelligent-security-graph.md index 9dc6ff0981..e34ac21abb 100644 --- a/windows/security/threat-protection/windows-defender-application-control/use-windows-defender-application-control-with-intelligent-security-graph.md +++ b/windows/security/threat-protection/windows-defender-application-control/use-windows-defender-application-control-with-intelligent-security-graph.md @@ -14,7 +14,6 @@ author: jsuther1974 ms.reviewer: isbrahm ms.author: dansimp manager: dansimp -ms.date: 06/14/2018 --- # Authorize reputable apps with the Intelligent Security Graph (ISG) @@ -24,14 +23,13 @@ ms.date: 06/14/2018 - Windows 10 - Windows Server 2016 and above -Application execution control can be difficult to implement in enterprises that do not have processes to effectively control the deployment of applications centrally through an IT managed system. -In such environments, users are empowered to acquire the applications they need for work, making accounting for all the applications that would need to be authorized for execution control a daunting task. +Application execution control can be difficult to implement in enterprises that do not have processes to effectively control the deployment of applications centrally through an IT managed system. In such environments, users are empowered to acquire the applications they need for work, making accounting for all the applications that would need to be authorized for execution control a daunting task. -Windows 10, version 1709 (also known as the Windows 10 Fall Creators Update) provides a new option, known as Intelligent Security Graph (ISG) authorization, that allows IT administrators to automatically authorize applications that Microsoft’s ISG recognizes as having known good reputation. The ISG option helps IT organizations take a significant first step towards going from having no application control at all to a simple means of preventing the execution of unknown and known bad software. +Windows 10, version 1709 (also known as the Windows 10 Fall Creators Update) provides a new option, known as the Microsoft Intelligent Security Graph authorization, that allows IT administrators to automatically authorize applications that the Microsoft Intelligent Security Graph recognizes as having known good reputation. The the Microsoft Intelligent Security Graph option helps IT organizations take a significant first step towards going from having no application control at all to a simple means of preventing the execution of unknown and known bad software. To learn more about the Microsoft Intelligent Security Graph, see the Security section in [Major services and features in Microsoft Graph](https://docs.microsoft.com/graph/overview-major-services). ## How does the integration between WDAC and the Intelligent Security Graph work? -The ISG relies on Microsoft’s vast security intelligence and machine learning analytics to help classify applications as having known good reputation. When users download applications on a system with WDAC enabled with the ISG authorization option specified, the reputation of the downloaded file, commonly an installer, is used to determine whether to run the installer and then that original reputation information is passed along to any files that were written by the installer. When any of these files try to execute after they are installed, the reputation data is used to help make the right policy authorization decision. +The the Microsoft Intelligent Security Graph relies on Microsoft’s vast security intelligence and machine learning analytics to help classify applications as having known good reputation. When users download applications on a system with WDAC enabled with the the Microsoft Intelligent Security Graph authorization option specified, the reputation of the downloaded file, commonly an installer, is used to determine whether to run the installer and then that original reputation information is passed along to any files that were written by the installer. When any of these files try to execute after they are installed, the reputation data is used to help make the right policy authorization decision. After that initial download and installation, the WDAC component will check for the presence of the positive reputation 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 known good reputation classification. @@ -44,14 +42,14 @@ Other examples of WDAC policies are available in `C:\Windows\schemas\CodeIntegri ## Configuring Intelligent Security Graph authorization for Windows Defender Application Control -Setting up the ISG authorization is easy regardless of what management solution you use. Configuring the ISG option involves these basic steps: +Setting up the Microsoft Intelligent Security Graph authorization is easy regardless of what management solution you use. Configuring the Microsoft Intelligent Security Graph option involves these basic steps: -- [Ensure that the ISG option is enabled in the WDAC policy XML](#ensure-that-the-intelligent-security-graph-option-is-enabled-in-the-wdac-policy-xml) -- [Enable the necessary services to allow WDAC to use the ISG correctly on the client](#enable-the-necessary-services-to-allow-wdac-to-use-the-isg-correctly-on-the-client) +- [Ensure that the Microsoft Intelligent Security Graph option is enabled in the WDAC policy XML](#ensure-that-the-intelligent-security-graph-option-is-enabled-in-the-wdac-policy-xml) +- [Enable the necessary services to allow WDAC to use the Microsoft Intelligent Security Graph correctly on the client](#enable-the-necessary-services-to-allow-wdac-to-use-the-isg-correctly-on-the-client) ### Ensure that the Intelligent Security Graph option is enabled in the WDAC policy XML -In order to enable trust for executables based on classifications in the ISG, the **Enabled:Intelligent Security Graph authorization** option must be specified in the WDAC policy. This can be done with the Set-RuleOption cmdlet. In addition, it is recommended from a security perspective to also enable the **Enabled:Invalidate EAs on Reboot** option to invalidate the cached ISG results on reboot to force rechecking of applications against the ISG. Caution is advised if devices will regularly transition to and from environments that may not be able to access the ISG. The following example shows both options being set. +In order to enable trust for executables based on classifications in the Microsoft Intelligent Security Graph, the **Enabled:Intelligent Security Graph authorization** option must be specified in the WDAC policy. This can be done with the Set-RuleOption cmdlet. In addition, it is recommended from a security perspective to also enable the **Enabled:Invalidate EAs on Reboot** option to invalidate the cached Intelligent Security Graph results on reboot to force rechecking of applications against the Microsoft Intelligent Security Graph. Caution is advised if devices will regularly transition to and from environments that may not be able to access the Microsoft Intelligent Security Graph. The following example shows both options being set. ```code @@ -81,7 +79,7 @@ In order to enable trust for executables based on classifications in the ISG, th ### Enable the necessary services to allow WDAC to use the ISG correctly on the client -In order for the heuristics used by the ISG to function properly, a number of component in Windows need to be enabled. The easiest way to do this is to run the appidtel executable in `c:\windows\system32`. +In order for the heuristics used by the Microsoft Intelligent Security Graph to function properly, a number of component in Windows must be enabled. The easiest way to do this is to run the appidtel executable in `c:\windows\system32`. ``` appidtel start @@ -91,19 +89,19 @@ For WDAC policies deployed over MDM using the AppLocker CSP this step is not req ## Security considerations with the Intelligent Security Graph -Since the ISG 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 there are other monitoring systems in place like Windows Defender Advanced Threat Protection to help provide optics into what users are doing. +Since the Microsoft Intelligent Security Graph 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 there are other monitoring systems in place like Microsoft Defender Advanced Threat Protection to help provide optics into what users are doing. -Users with administrator privileges or malware running as an administrator user on the system may be able to circumvent the intent of WDAC when the ISG option is allowed by circumventing or corrupting the heuristics used to assign reputation to application executables. The ISG option uses the same heuristic tracking as managed installer and so for application installers that include an option to automatically run the application at the end of the installation process the heuristic may over-authorize. +Users with administrator privileges or malware running as an administrator user on the system may be able to circumvent the intent of WDAC when the Microsoft Intelligent Security Graph option is allowed by circumventing or corrupting the heuristics used to assign reputation to application executables. The Microsoft Intelligent Security Graph option uses the same heuristic tracking as managed installer and so for application installers that include an option to automatically run the application at the end of the installation process the heuristic may over-authorize. ## Known limitations with using the Intelligent Security Graph -Since the ISG relies on identifying executables as being known good, there are cases where it may classify legitimate executables as unknown, leading to blocks that need to be resolved either with a rule in the WDAC policy, a catalog signed by a certificate trusted in the WDAC policy or by deployment through a WDAC managed installer. Typically, this is due to an installer or application using a dynamic file as part of execution. These files do not tend to build up known good reputation. Auto-updating applications have also been observed using this mechanism and may be flagged by the ISG. +Since the Microsoft Intelligent Security Graph relies on identifying executables as being known good, there are cases where it may classify legitimate executables as unknown, leading to blocks that need to be resolved either with a rule in the WDAC policy, a catalog signed by a certificate trusted in the WDAC policy or by deployment through a WDAC managed installer. Typically, this is due to an installer or application using a dynamic file as part of execution. These files do not tend to build up known good reputation. Auto-updating applications have also been observed using this mechanism and may be flagged by the ISG. -Modern apps are not supported with the ISG heuristic and will need to be separately authorized in your WDAC policy. As modern apps are signed by the Microsoft Store and Microsoft Store for Business, it is straightforward to authorize modern apps with signer rules in the WDAC policy. +Modern apps are not supported with the Microsoft Intelligent Security Graph heuristics and will need to be separately authorized in your WDAC policy. As modern apps are signed by the Microsoft Store and Microsoft Store for Business, it is straightforward to authorize modern apps with signer rules in the WDAC policy. -The ISG heuristic does not authorize kernel mode drivers. The WDAC policy must have rules that allow the necessary drivers to run. +The Microsoft Intelligent Security Graph heuristics do not authorize kernel mode drivers. The WDAC policy must have rules that allow the necessary drivers to run. In some cases, the code integrity logs where WDAC errors and warnings are written 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. >[!NOTE] -> A rule that explicitly allows an application will take precedence over the ISG rule that does not allow it. In this scenario, this policy is not compatible with Intune, where there is no option to add rules to the template that enables ISG. In most circumstances you would need to build a custom WDAC policy, including ISG if desired. +> A rule that explicitly allows an application will take precedence over the Microsoft Intelligent Security Graph rule that does not allow it. In this scenario, this policy is not compatible with Intune, where there is no option to add rules to the template that enables the Microsoft Intelligent Security Graph. In most circumstances you would need to build a custom WDAC policy, including the Microsoft Intelligent Security Graph, if desired. From 29dbffa751f370ceb543b087bfb6c77972a82a15 Mon Sep 17 00:00:00 2001 From: Thomas Raya Date: Mon, 24 Feb 2020 11:04:40 -0800 Subject: [PATCH 108/108] correct note format remove additional spaces to the right of > [!NOTE] on line 149, that cause the note to not render correctly. --- windows/client-management/mdm/dmclient-csp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/client-management/mdm/dmclient-csp.md b/windows/client-management/mdm/dmclient-csp.md index c961d51a7e..9469f12408 100644 --- a/windows/client-management/mdm/dmclient-csp.md +++ b/windows/client-management/mdm/dmclient-csp.md @@ -146,7 +146,7 @@ Supported operations are Get, Replace, and Delete.
    **Provider/*ProviderID*/SyncApplicationVersion** Optional. Used by the management server to set the DM session version that the server and device should use. Default is 1.0. In Windows 10, the DM session protocol version of the client is 2.0. If the server is updated to support 2.0, then you should set this value to 2.0. In the next session, check to see if there is a client behavior change between 1.0 and 2.0. -> [!NOTE]   +> [!NOTE] > This node is only supported in Windows 10 and later. Once you set the value to 2.0, it will not go back to 1.0.

    MessageDate
    Status of February 2020 “C” release
    The optional monthly “C” release for February 2020 for all supported versions of Windows and Windows Server prior to Windows 10, version 1903 and Windows Server, version 1903 will be available in the near term. For more information on the different types of monthly quality updates, see our Windows 10 update servicing cadence primer. Follow @WindowsUpdate for the latest on the availability of this release.
    February 21, 2020
    12:00 PM PT
    Compatibility issue with some Windows Server container images
    If you are encountering issues with Windows Server container images, please see KB4542617.
    February 13, 2020
    03:21 PM PT
    Take action: February 2020 security update available for all supported versions of Windows
    The February 2020 security update release, referred to as our “B” release, is now available for Windows 10, version 1909 and all supported versions of Windows. We recommend that you install these updates promptly. For more information on the different types of monthly quality updates, see our Windows 10 update servicing cadence primer. To be informed about the latest updates and releases, follow us on Twitter @WindowsUpdate.
    February 11, 2020
    08:00 AM PT
    Take action: ESU security updates available for Windows 7 SP1, Windows Server 2008 R2 SP1 and Windows Server 2008 SP2
    Windows 7 SP1, Windows Server 2008 R2 SP1, and Windows Server 2008 SP2 reached end of support on January 14, 2020. For customers who have purchased Extended Security Updates (ESU), the first monthly ESU security updates are now available. If your organization has not yet been able to complete your transition to Windows 10, Windows Server 2016, or Windows Server 2019 and want to continue to receive security updates for your current version of Windows, you will need to purchase Extended Security Updates. For information on how to do so, please see How to get Extended Security Updates for eligible Windows devices, Windows 7 ESU frequently ask questions, and Windows Server 2008 R2 SP1 and Windows Server 2008 SP2 ESU frequently asked questions.

    We recommend ESU customers review the applicable KB article below for prerequisites and other important information you will need to deploy these updates.

    The following updates were released today for Windows Server 2008 SP2:
    The following updates were released today for Windows 7 SP1 and Windows Server 2008 R2 SP1:
    February 11, 2020
    08:00 AM PT