diff --git a/.github/workflows/TierManagement.yml b/.github/workflows/TierManagement.yml new file mode 100644 index 0000000000..4078a48fda --- /dev/null +++ b/.github/workflows/TierManagement.yml @@ -0,0 +1,21 @@ +name: Tier management + +permissions: + pull-requests: write + contents: read + +on: + issue_comment: + types: [created, edited] + +jobs: + + tier-mgmt: + if: github.repository_visibility == 'private' + uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-TierManagement.yml@workflows-prod + with: + PayloadJson: ${{ toJSON(github) }} + EnableWriteSignOff: 1 + EnableReadOnlySignoff: 0 + secrets: + AccessToken: ${{ secrets.GITHUB_TOKEN }} diff --git a/.openpublishing.redirection.windows-deployment.json b/.openpublishing.redirection.windows-deployment.json index 6fee4ca286..7b53a1840c 100644 --- a/.openpublishing.redirection.windows-deployment.json +++ b/.openpublishing.redirection.windows-deployment.json @@ -1574,6 +1574,21 @@ "source_path": "/windows/deployment/windows-10-deployment-posters.md", "redirect_url": "/previous-versions/windows/it-pro/windows-10/deployment/windows-10-deployment-posters", "redirect_document_id": false + }, + { + "source_path": "windows/deployment/windows-autopatch/prepare/windows-autopatch-enroll-tenant.md", + "redirect_url": "/windows/deployment/windows-autopatch/prepare/windows-autopatch-feature-activation", + "redirect_document_id": true + }, + { + "source_path": "windows/deployment/windows-autopatch/manage/windows-autopatch-unenroll-tenant.md", + "redirect_url": "/windows/deployment/windows-autopatch/manage/windows-autopatch-feature-deactivation", + "redirect_document_id": false + }, + { + "source_path": "windows/deployment/windows-autopatch/references/windows-autopatch-changes-to-tenant.md", + "redirect_url": "/windows/deployment/windows-autopatch/references/windows-autopatch-changes-made-at-feature-activation", + "redirect_document_id": true } ] } diff --git a/windows/client-management/mdm/policy-csp-applicationdefaults.md b/windows/client-management/mdm/policy-csp-applicationdefaults.md index ee6da319a3..72d0c01014 100644 --- a/windows/client-management/mdm/policy-csp-applicationdefaults.md +++ b/windows/client-management/mdm/policy-csp-applicationdefaults.md @@ -31,6 +31,9 @@ ms.date: 01/18/2024 This policy allows an administrator to set default file type and protocol associations. When set, default associations will be applied on sign-in to the PC. The association file can be created using the DISM tool (dism /online /export-defaultappassociations:appassoc.xml). The file can be further edited by adding attributes to control how often associations are applied by the policy. The file then needs to be base64 encoded before being added to SyncML. If policy is enabled and the client machine is Microsoft Entra joined, the associations assigned in SyncML will be processed and default associations will be applied. + +> [!NOTE] +> For this policy, MDM policy take precedence over group policies even when [MDMWinsOverGP](policy-csp-controlpolicyconflict.md#mdmwinsovergp) policy is not set. diff --git a/windows/configuration/accessibility/index.md b/windows/configuration/accessibility/index.md index 4691dba7a0..815d514593 100644 --- a/windows/configuration/accessibility/index.md +++ b/windows/configuration/accessibility/index.md @@ -1,8 +1,9 @@ --- title: Windows accessibility for IT pros description: Basic guidance for IT administrators on accessibility features available in Windows client. -ms.date: 07/25/2024 +ms.date: 08/22/2024 ms.topic: concept-article +ms.subservice: accessibility ms.collection: tier1 --- diff --git a/windows/deployment/deploy-enterprise-licenses.md b/windows/deployment/deploy-enterprise-licenses.md index 2e0cc4d984..6d810f08ee 100644 --- a/windows/deployment/deploy-enterprise-licenses.md +++ b/windows/deployment/deploy-enterprise-licenses.md @@ -6,7 +6,7 @@ author: kaushika-msft manager: cshepard ms.reviewer: nganguly ms.service: windows-client -ms.subservice: itpro-fundamentals +ms.subservice: activation ms.localizationpriority: medium ms.topic: how-to ms.date: 03/04/2024 diff --git a/windows/deployment/vda-subscription-activation.md b/windows/deployment/vda-subscription-activation.md index 922c1e32b5..c84c5ffc60 100644 --- a/windows/deployment/vda-subscription-activation.md +++ b/windows/deployment/vda-subscription-activation.md @@ -6,7 +6,7 @@ ms.author: kaushika author: kaushika-msft manager: cshepard ms.service: windows-client -ms.subservice: itpro-fundamentals +ms.subservice: activation ms.localizationpriority: medium ms.topic: how-to ms.date: 11/14/2023 diff --git a/windows/deployment/volume-activation/activate-forest-by-proxy-vamt.md b/windows/deployment/volume-activation/activate-forest-by-proxy-vamt.md index 1d89c61ebf..77b2422ad4 100644 --- a/windows/deployment/volume-activation/activate-forest-by-proxy-vamt.md +++ b/windows/deployment/volume-activation/activate-forest-by-proxy-vamt.md @@ -8,7 +8,7 @@ ms.reviewer: nganguly ms.date: 11/07/2022 ms.topic: concept-article ms.service: windows-client -ms.subservice: itpro-fundamentals +ms.subservice: activation --- # Activate by proxy an Active Directory forest diff --git a/windows/deployment/volume-activation/activate-forest-vamt.md b/windows/deployment/volume-activation/activate-forest-vamt.md index f264dc644b..38a2b96e60 100644 --- a/windows/deployment/volume-activation/activate-forest-vamt.md +++ b/windows/deployment/volume-activation/activate-forest-vamt.md @@ -8,7 +8,7 @@ ms.reviewer: nganguly ms.date: 11/07/2022 ms.topic: concept-article ms.service: windows-client -ms.subservice: itpro-fundamentals +ms.subservice: activation --- # Activate an Active Directory forest online diff --git a/windows/deployment/volume-activation/activate-using-active-directory-based-activation-client.md b/windows/deployment/volume-activation/activate-using-active-directory-based-activation-client.md index 6be9e26b91..9db83f0d61 100644 --- a/windows/deployment/volume-activation/activate-using-active-directory-based-activation-client.md +++ b/windows/deployment/volume-activation/activate-using-active-directory-based-activation-client.md @@ -6,7 +6,7 @@ author: kaushika-msft manager: cshepard ms.reviewer: nganguly ms.service: windows-client -ms.subservice: itpro-fundamentals +ms.subservice: activation ms.localizationpriority: medium ms.date: 03/29/2024 ms.topic: how-to diff --git a/windows/deployment/volume-activation/activate-using-key-management-service-vamt.md b/windows/deployment/volume-activation/activate-using-key-management-service-vamt.md index 9d68177a96..8b7cb6f4a1 100644 --- a/windows/deployment/volume-activation/activate-using-key-management-service-vamt.md +++ b/windows/deployment/volume-activation/activate-using-key-management-service-vamt.md @@ -2,7 +2,7 @@ title: Activate using Key Management Service description: Learn how to use Key Management Service (KMS) to activate Windows. ms.service: windows-client -ms.subservice: itpro-fundamentals +ms.subservice: activation ms.author: kaushika author: kaushika-msft manager: cshepard diff --git a/windows/deployment/volume-activation/activate-windows-clients-vamt.md b/windows/deployment/volume-activation/activate-windows-clients-vamt.md index 73375ba2c1..73e7931626 100644 --- a/windows/deployment/volume-activation/activate-windows-clients-vamt.md +++ b/windows/deployment/volume-activation/activate-windows-clients-vamt.md @@ -9,7 +9,7 @@ ms.localizationpriority: medium ms.date: 03/29/2024 ms.topic: concept-article ms.service: windows-client -ms.subservice: itpro-fundamentals +ms.subservice: activation appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/windows/deployment/volume-activation/active-directory-based-activation-overview.md b/windows/deployment/volume-activation/active-directory-based-activation-overview.md index ddce9806a9..fd7cd2b724 100644 --- a/windows/deployment/volume-activation/active-directory-based-activation-overview.md +++ b/windows/deployment/volume-activation/active-directory-based-activation-overview.md @@ -8,7 +8,7 @@ ms.reviewer: nganguly ms.date: 11/07/2022 ms.topic: concept-article ms.service: windows-client -ms.subservice: itpro-fundamentals +ms.subservice: activation --- # Active Directory-Based Activation overview diff --git a/windows/deployment/volume-activation/add-remove-computers-vamt.md b/windows/deployment/volume-activation/add-remove-computers-vamt.md index d643fe3e46..b65f84be73 100644 --- a/windows/deployment/volume-activation/add-remove-computers-vamt.md +++ b/windows/deployment/volume-activation/add-remove-computers-vamt.md @@ -8,7 +8,7 @@ ms.reviewer: nganguly ms.date: 11/07/2022 ms.topic: how-to ms.service: windows-client -ms.subservice: itpro-fundamentals +ms.subservice: activation --- # Add and remove computers diff --git a/windows/deployment/volume-activation/add-remove-product-key-vamt.md b/windows/deployment/volume-activation/add-remove-product-key-vamt.md index 653312d500..d9c59f7363 100644 --- a/windows/deployment/volume-activation/add-remove-product-key-vamt.md +++ b/windows/deployment/volume-activation/add-remove-product-key-vamt.md @@ -8,7 +8,7 @@ ms.reviewer: nganguly ms.date: 11/07/2022 ms.topic: how-to ms.service: windows-client -ms.subservice: itpro-fundamentals +ms.subservice: activation --- # Add and remove a product key diff --git a/windows/deployment/volume-activation/appendix-information-sent-to-microsoft-during-activation-client.md b/windows/deployment/volume-activation/appendix-information-sent-to-microsoft-during-activation-client.md index d9f10dc1ba..e6b79a4fad 100644 --- a/windows/deployment/volume-activation/appendix-information-sent-to-microsoft-during-activation-client.md +++ b/windows/deployment/volume-activation/appendix-information-sent-to-microsoft-during-activation-client.md @@ -6,7 +6,7 @@ author: kaushika-msft manager: cshepard ms.reviewer: nganguly ms.service: windows-client -ms.subservice: itpro-fundamentals +ms.subservice: activation ms.localizationpriority: medium ms.date: 03/29/2024 ms.topic: reference diff --git a/windows/deployment/volume-activation/configure-client-computers-vamt.md b/windows/deployment/volume-activation/configure-client-computers-vamt.md index 0c71f80635..738815801b 100644 --- a/windows/deployment/volume-activation/configure-client-computers-vamt.md +++ b/windows/deployment/volume-activation/configure-client-computers-vamt.md @@ -8,7 +8,7 @@ ms.reviewer: nganguly ms.date: 11/07/2022 ms.topic: how-to ms.service: windows-client -ms.subservice: itpro-fundamentals +ms.subservice: activation --- # Configure client computers diff --git a/windows/deployment/volume-activation/import-export-vamt-data.md b/windows/deployment/volume-activation/import-export-vamt-data.md index 641da415d0..86d27603bc 100644 --- a/windows/deployment/volume-activation/import-export-vamt-data.md +++ b/windows/deployment/volume-activation/import-export-vamt-data.md @@ -6,7 +6,7 @@ author: kaushika-msft manager: cshepard ms.reviewer: nganguly ms.service: windows-client -ms.subservice: itpro-fundamentals +ms.subservice: activation ms.date: 11/07/2022 ms.topic: how-to --- diff --git a/windows/deployment/volume-activation/install-kms-client-key-vamt.md b/windows/deployment/volume-activation/install-kms-client-key-vamt.md index 8643b3908a..4ef1a2e420 100644 --- a/windows/deployment/volume-activation/install-kms-client-key-vamt.md +++ b/windows/deployment/volume-activation/install-kms-client-key-vamt.md @@ -9,7 +9,7 @@ ms.localizationpriority: medium ms.date: 11/07/2022 ms.topic: how-to ms.service: windows-client -ms.subservice: itpro-fundamentals +ms.subservice: activation --- # Install a KMS client key diff --git a/windows/deployment/volume-activation/install-product-key-vamt.md b/windows/deployment/volume-activation/install-product-key-vamt.md index cbd82fea0b..e18cd1b595 100644 --- a/windows/deployment/volume-activation/install-product-key-vamt.md +++ b/windows/deployment/volume-activation/install-product-key-vamt.md @@ -9,7 +9,7 @@ ms.localizationpriority: medium ms.date: 11/07/2022 ms.topic: how-to ms.service: windows-client -ms.subservice: itpro-fundamentals +ms.subservice: activation --- # Install a product key diff --git a/windows/deployment/volume-activation/install-vamt.md b/windows/deployment/volume-activation/install-vamt.md index ab6ee683e6..625715f83d 100644 --- a/windows/deployment/volume-activation/install-vamt.md +++ b/windows/deployment/volume-activation/install-vamt.md @@ -9,7 +9,7 @@ ms.localizationpriority: medium ms.date: 03/29/2024 ms.topic: how-to ms.service: windows-client -ms.subservice: itpro-fundamentals +ms.subservice: activation appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/windows/deployment/volume-activation/introduction-vamt.md b/windows/deployment/volume-activation/introduction-vamt.md index e07192b464..22f9870649 100644 --- a/windows/deployment/volume-activation/introduction-vamt.md +++ b/windows/deployment/volume-activation/introduction-vamt.md @@ -6,7 +6,7 @@ author: kaushika-msft manager: cshepard ms.reviewer: nganguly ms.service: windows-client -ms.subservice: itpro-fundamentals +ms.subservice: activation ms.date: 11/07/2022 ms.topic: overview --- diff --git a/windows/deployment/volume-activation/kms-activation-vamt.md b/windows/deployment/volume-activation/kms-activation-vamt.md index af2b05e15d..600f82bc55 100644 --- a/windows/deployment/volume-activation/kms-activation-vamt.md +++ b/windows/deployment/volume-activation/kms-activation-vamt.md @@ -8,7 +8,7 @@ ms.reviewer: nganguly ms.date: 11/07/2022 ms.topic: how-to ms.service: windows-client -ms.subservice: itpro-fundamentals +ms.subservice: activation --- # Run KMS activation diff --git a/windows/deployment/volume-activation/local-reactivation-vamt.md b/windows/deployment/volume-activation/local-reactivation-vamt.md index 13e63058a6..648bc3fb1a 100644 --- a/windows/deployment/volume-activation/local-reactivation-vamt.md +++ b/windows/deployment/volume-activation/local-reactivation-vamt.md @@ -8,7 +8,7 @@ ms.reviewer: nganguly ms.date: 11/07/2022 ms.topic: how-to ms.service: windows-client -ms.subservice: itpro-fundamentals +ms.subservice: activation --- # Run local reactivation diff --git a/windows/deployment/volume-activation/monitor-activation-client.md b/windows/deployment/volume-activation/monitor-activation-client.md index db0510c320..c55011bfdc 100644 --- a/windows/deployment/volume-activation/monitor-activation-client.md +++ b/windows/deployment/volume-activation/monitor-activation-client.md @@ -8,7 +8,7 @@ ms.reviewer: nganguly ms.localizationpriority: medium ms.topic: concept-article ms.service: windows-client -ms.subservice: itpro-fundamentals +ms.subservice: activation ms.date: 03/29/2024 appliesto: - ✅ Windows 11 diff --git a/windows/deployment/volume-activation/online-activation-vamt.md b/windows/deployment/volume-activation/online-activation-vamt.md index 8aa4cd5cf7..1fe1d34886 100644 --- a/windows/deployment/volume-activation/online-activation-vamt.md +++ b/windows/deployment/volume-activation/online-activation-vamt.md @@ -8,7 +8,7 @@ ms.reviewer: nganguly ms.date: 11/07/2022 ms.topic: how-to ms.service: windows-client -ms.subservice: itpro-fundamentals +ms.subservice: activation --- # Run online activation diff --git a/windows/deployment/volume-activation/plan-for-volume-activation-client.md b/windows/deployment/volume-activation/plan-for-volume-activation-client.md index cf6a3cdced..73cd02164b 100644 --- a/windows/deployment/volume-activation/plan-for-volume-activation-client.md +++ b/windows/deployment/volume-activation/plan-for-volume-activation-client.md @@ -8,7 +8,7 @@ ms.reviewer: nganguly ms.localizationpriority: medium ms.topic: concept-article ms.service: windows-client -ms.subservice: itpro-fundamentals +ms.subservice: activation ms.date: 03/29/2024 appliesto: - ✅ Windows 11 diff --git a/windows/deployment/volume-activation/proxy-activation-vamt.md b/windows/deployment/volume-activation/proxy-activation-vamt.md index 0d266aef27..4c5908840c 100644 --- a/windows/deployment/volume-activation/proxy-activation-vamt.md +++ b/windows/deployment/volume-activation/proxy-activation-vamt.md @@ -8,7 +8,7 @@ ms.reviewer: nganguly ms.date: 11/07/2022 ms.topic: how-to ms.service: windows-client -ms.subservice: itpro-fundamentals +ms.subservice: activation --- # Run proxy activation diff --git a/windows/deployment/volume-activation/remove-products-vamt.md b/windows/deployment/volume-activation/remove-products-vamt.md index f8fb84dc37..1800bc6d71 100644 --- a/windows/deployment/volume-activation/remove-products-vamt.md +++ b/windows/deployment/volume-activation/remove-products-vamt.md @@ -8,7 +8,7 @@ ms.reviewer: nganguly ms.date: 11/07/2022 ms.topic: how-to ms.service: windows-client -ms.subservice: itpro-fundamentals +ms.subservice: activation --- # Remove products diff --git a/windows/deployment/volume-activation/scenario-kms-activation-vamt.md b/windows/deployment/volume-activation/scenario-kms-activation-vamt.md index 1d99684233..8fd2902673 100644 --- a/windows/deployment/volume-activation/scenario-kms-activation-vamt.md +++ b/windows/deployment/volume-activation/scenario-kms-activation-vamt.md @@ -8,7 +8,7 @@ ms.reviewer: nganguly ms.date: 11/07/2022 ms.topic: how-to ms.service: windows-client -ms.subservice: itpro-fundamentals +ms.subservice: activation --- # Scenario 3: KMS client activation diff --git a/windows/deployment/volume-activation/scenario-online-activation-vamt.md b/windows/deployment/volume-activation/scenario-online-activation-vamt.md index 03d969a3eb..543fd58ec8 100644 --- a/windows/deployment/volume-activation/scenario-online-activation-vamt.md +++ b/windows/deployment/volume-activation/scenario-online-activation-vamt.md @@ -8,7 +8,7 @@ ms.reviewer: nganguly ms.date: 11/07/2022 ms.topic: how-to ms.service: windows-client -ms.subservice: itpro-fundamentals +ms.subservice: activation --- # Scenario 1: online activation diff --git a/windows/deployment/volume-activation/scenario-proxy-activation-vamt.md b/windows/deployment/volume-activation/scenario-proxy-activation-vamt.md index 167e5b1693..f9c365a5d9 100644 --- a/windows/deployment/volume-activation/scenario-proxy-activation-vamt.md +++ b/windows/deployment/volume-activation/scenario-proxy-activation-vamt.md @@ -8,7 +8,7 @@ ms.reviewer: nganguly ms.date: 11/07/2022 ms.topic: how-to ms.service: windows-client -ms.subservice: itpro-fundamentals +ms.subservice: activation --- # Scenario 2: proxy activation diff --git a/windows/deployment/volume-activation/update-product-status-vamt.md b/windows/deployment/volume-activation/update-product-status-vamt.md index b28a561baf..77abfb5a82 100644 --- a/windows/deployment/volume-activation/update-product-status-vamt.md +++ b/windows/deployment/volume-activation/update-product-status-vamt.md @@ -8,7 +8,7 @@ ms.reviewer: nganguly ms.date: 03/29/2024 ms.topic: how-to ms.service: windows-client -ms.subservice: itpro-fundamentals +ms.subservice: activation --- # Update product status diff --git a/windows/deployment/volume-activation/use-the-volume-activation-management-tool-client.md b/windows/deployment/volume-activation/use-the-volume-activation-management-tool-client.md index 3b7ff4e572..87c0ac0170 100644 --- a/windows/deployment/volume-activation/use-the-volume-activation-management-tool-client.md +++ b/windows/deployment/volume-activation/use-the-volume-activation-management-tool-client.md @@ -9,7 +9,7 @@ ms.localizationpriority: medium ms.date: 03/29/2024 ms.topic: concept-article ms.service: windows-client -ms.subservice: itpro-fundamentals +ms.subservice: activation appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/windows/deployment/volume-activation/use-vamt-in-windows-powershell.md b/windows/deployment/volume-activation/use-vamt-in-windows-powershell.md index 3a0a898af4..0c5c3a2d37 100644 --- a/windows/deployment/volume-activation/use-vamt-in-windows-powershell.md +++ b/windows/deployment/volume-activation/use-vamt-in-windows-powershell.md @@ -8,7 +8,7 @@ ms.reviewer: nganguly ms.date: 11/07/2022 ms.topic: how-to ms.service: windows-client -ms.subservice: itpro-fundamentals +ms.subservice: activation --- # Use VAMT in Windows PowerShell diff --git a/windows/deployment/volume-activation/vamt-known-issues.md b/windows/deployment/volume-activation/vamt-known-issues.md index 60a69603fb..22960108f4 100644 --- a/windows/deployment/volume-activation/vamt-known-issues.md +++ b/windows/deployment/volume-activation/vamt-known-issues.md @@ -8,7 +8,7 @@ ms.reviewer: nganguly ms.date: 11/07/2022 ms.topic: concept-article ms.service: windows-client -ms.subservice: itpro-fundamentals +ms.subservice: activation --- # VAMT known issues diff --git a/windows/deployment/volume-activation/vamt-requirements.md b/windows/deployment/volume-activation/vamt-requirements.md index 1c9c294528..04d10c166e 100644 --- a/windows/deployment/volume-activation/vamt-requirements.md +++ b/windows/deployment/volume-activation/vamt-requirements.md @@ -8,7 +8,7 @@ ms.reviewer: nganguly ms.date: 03/29/2024 ms.topic: concept-article ms.service: windows-client -ms.subservice: itpro-fundamentals +ms.subservice: activation --- # VAMT requirements diff --git a/windows/deployment/volume-activation/volume-activation-management-tool.md b/windows/deployment/volume-activation/volume-activation-management-tool.md index 5d8233348d..c087146a5a 100644 --- a/windows/deployment/volume-activation/volume-activation-management-tool.md +++ b/windows/deployment/volume-activation/volume-activation-management-tool.md @@ -6,7 +6,7 @@ author: kaushika-msft manager: cshepard ms.reviewer: nganguly ms.service: windows-client -ms.subservice: itpro-fundamentals +ms.subservice: activation ms.date: 03/29/2024 ms.topic: overview --- diff --git a/windows/deployment/volume-activation/volume-activation-windows.md b/windows/deployment/volume-activation/volume-activation-windows.md index ca9a9b6811..311c6869d2 100644 --- a/windows/deployment/volume-activation/volume-activation-windows.md +++ b/windows/deployment/volume-activation/volume-activation-windows.md @@ -9,7 +9,7 @@ ms.localizationpriority: medium ms.date: 03/29/2024 ms.topic: overview ms.service: windows-client -ms.subservice: itpro-fundamentals +ms.subservice: activation appliesto: - ✅ Windows 11 - ✅ Windows 10 diff --git a/windows/deployment/windows-autopatch/TOC.yml b/windows/deployment/windows-autopatch/TOC.yml index a678f8d182..69c792af96 100644 --- a/windows/deployment/windows-autopatch/TOC.yml +++ b/windows/deployment/windows-autopatch/TOC.yml @@ -22,7 +22,7 @@ - name: Configure your network href: prepare/windows-autopatch-configure-network.md - name: Enroll your tenant - href: prepare/windows-autopatch-enroll-tenant.md + href: prepare/windows-autopatch-feature-activation.md items: - name: Fix issues found by the Readiness assessment tool href: prepare/windows-autopatch-fix-issues.md @@ -79,7 +79,7 @@ - name: Exclude a device href: manage/windows-autopatch-exclude-device.md - name: Unenroll your tenant - href: manage/windows-autopatch-unenroll-tenant.md + href: manage/windows-autopatch-feature-deactivation.md - name: Monitor href: items: @@ -128,7 +128,7 @@ - name: Conflicting configurations href: references/windows-autopatch-conflicting-configurations.md - name: Changes made at tenant enrollment - href: references/windows-autopatch-changes-to-tenant.md + href: references/windows-autopatch-changes-made-at-feature-activation.md - name: What's new href: items: diff --git a/windows/deployment/windows-autopatch/deploy/windows-autopatch-admin-contacts.md b/windows/deployment/windows-autopatch/deploy/windows-autopatch-admin-contacts.md index be8a0b2063..e6ddc81d67 100644 --- a/windows/deployment/windows-autopatch/deploy/windows-autopatch-admin-contacts.md +++ b/windows/deployment/windows-autopatch/deploy/windows-autopatch-admin-contacts.md @@ -3,7 +3,7 @@ title: Add and verify admin contacts description: This article explains how to add and verify admin contacts ms.date: 07/08/2024 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: how-to ms.localizationpriority: medium author: tiaraquan diff --git a/windows/deployment/windows-autopatch/deploy/windows-autopatch-device-registration-overview.md b/windows/deployment/windows-autopatch/deploy/windows-autopatch-device-registration-overview.md index 705c158639..1c6f73eb6b 100644 --- a/windows/deployment/windows-autopatch/deploy/windows-autopatch-device-registration-overview.md +++ b/windows/deployment/windows-autopatch/deploy/windows-autopatch-device-registration-overview.md @@ -3,7 +3,7 @@ title: Device registration overview description: This article provides an overview on how to register devices in Autopatch. ms.date: 02/15/2024 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: concept-article ms.localizationpriority: medium author: tiaraquan diff --git a/windows/deployment/windows-autopatch/deploy/windows-autopatch-groups-overview.md b/windows/deployment/windows-autopatch/deploy/windows-autopatch-groups-overview.md index 1ab150d7a1..b7800e6cab 100644 --- a/windows/deployment/windows-autopatch/deploy/windows-autopatch-groups-overview.md +++ b/windows/deployment/windows-autopatch/deploy/windows-autopatch-groups-overview.md @@ -3,7 +3,7 @@ title: Windows Autopatch groups overview description: This article explains what Autopatch groups are ms.date: 07/08/2024 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: concept-article ms.localizationpriority: medium author: tiaraquan diff --git a/windows/deployment/windows-autopatch/deploy/windows-autopatch-post-reg-readiness-checks.md b/windows/deployment/windows-autopatch/deploy/windows-autopatch-post-reg-readiness-checks.md index 922580d930..a8ddab157a 100644 --- a/windows/deployment/windows-autopatch/deploy/windows-autopatch-post-reg-readiness-checks.md +++ b/windows/deployment/windows-autopatch/deploy/windows-autopatch-post-reg-readiness-checks.md @@ -3,7 +3,7 @@ title: Post-device registration readiness checks description: This article details how post-device registration readiness checks are performed in Windows Autopatch ms.date: 07/08/2024 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: concept-article ms.localizationpriority: medium author: tiaraquan diff --git a/windows/deployment/windows-autopatch/deploy/windows-autopatch-register-devices.md b/windows/deployment/windows-autopatch/deploy/windows-autopatch-register-devices.md index f7f2c2599e..5f9eee104c 100644 --- a/windows/deployment/windows-autopatch/deploy/windows-autopatch-register-devices.md +++ b/windows/deployment/windows-autopatch/deploy/windows-autopatch-register-devices.md @@ -3,7 +3,7 @@ title: Register your devices description: This article details how to register devices in Autopatch. ms.date: 07/10/2024 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: how-to ms.localizationpriority: medium author: tiaraquan diff --git a/windows/deployment/windows-autopatch/index.yml b/windows/deployment/windows-autopatch/index.yml index 3385e19bee..d8f637c20b 100644 --- a/windows/deployment/windows-autopatch/index.yml +++ b/windows/deployment/windows-autopatch/index.yml @@ -13,7 +13,7 @@ metadata: manager: aaroncz ms.date: 05/30/2022 #Required; mm/dd/yyyy format. ms.service: windows-client - ms.subservice: itpro-updates + ms.subservice: autopatch ms.collection: - highpri - tier2 diff --git a/windows/deployment/windows-autopatch/manage/windows-autopatch-customize-windows-update-settings.md b/windows/deployment/windows-autopatch/manage/windows-autopatch-customize-windows-update-settings.md index 8425bd6056..bfd579ee3b 100644 --- a/windows/deployment/windows-autopatch/manage/windows-autopatch-customize-windows-update-settings.md +++ b/windows/deployment/windows-autopatch/manage/windows-autopatch-customize-windows-update-settings.md @@ -3,7 +3,7 @@ title: Customize Windows Update settings Autopatch groups experience description: How to customize Windows Updates with Autopatch groups ms.date: 07/08/2024 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: how-to ms.localizationpriority: medium author: tiaraquan diff --git a/windows/deployment/windows-autopatch/manage/windows-autopatch-edge.md b/windows/deployment/windows-autopatch/manage/windows-autopatch-edge.md index e72d188447..a8274a7d80 100644 --- a/windows/deployment/windows-autopatch/manage/windows-autopatch-edge.md +++ b/windows/deployment/windows-autopatch/manage/windows-autopatch-edge.md @@ -3,7 +3,7 @@ title: Microsoft Edge description: This article explains how Microsoft Edge updates are managed in Windows Autopatch ms.date: 09/15/2023 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: how-to ms.localizationpriority: medium author: tiaraquan diff --git a/windows/deployment/windows-autopatch/manage/windows-autopatch-exclude-device.md b/windows/deployment/windows-autopatch/manage/windows-autopatch-exclude-device.md index 3bd258dff3..ce0f4a6c0b 100644 --- a/windows/deployment/windows-autopatch/manage/windows-autopatch-exclude-device.md +++ b/windows/deployment/windows-autopatch/manage/windows-autopatch-exclude-device.md @@ -3,7 +3,7 @@ title: Exclude a device description: This article explains how to exclude a device from the Windows Autopatch service ms.date: 07/08/2024 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: how-to ms.localizationpriority: medium author: tiaraquan diff --git a/windows/deployment/windows-autopatch/manage/windows-autopatch-unenroll-tenant.md b/windows/deployment/windows-autopatch/manage/windows-autopatch-feature-deactivation.md similarity index 99% rename from windows/deployment/windows-autopatch/manage/windows-autopatch-unenroll-tenant.md rename to windows/deployment/windows-autopatch/manage/windows-autopatch-feature-deactivation.md index 52ae00fad6..2101b7f827 100644 --- a/windows/deployment/windows-autopatch/manage/windows-autopatch-unenroll-tenant.md +++ b/windows/deployment/windows-autopatch/manage/windows-autopatch-feature-deactivation.md @@ -3,7 +3,7 @@ title: Unenroll your tenant description: This article explains what unenrollment means for your organization and what actions you must take. ms.date: 07/08/2024 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: how-to ms.localizationpriority: medium author: tiaraquan diff --git a/windows/deployment/windows-autopatch/manage/windows-autopatch-manage-autopatch-groups.md b/windows/deployment/windows-autopatch/manage/windows-autopatch-manage-autopatch-groups.md index 30d237f9ca..f160717b52 100644 --- a/windows/deployment/windows-autopatch/manage/windows-autopatch-manage-autopatch-groups.md +++ b/windows/deployment/windows-autopatch/manage/windows-autopatch-manage-autopatch-groups.md @@ -3,7 +3,7 @@ title: Manage Windows Autopatch groups description: This article explains how to manage Autopatch groups ms.date: 07/08/2024 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: how-to ms.localizationpriority: medium author: tiaraquan diff --git a/windows/deployment/windows-autopatch/manage/windows-autopatch-manage-driver-and-firmware-updates.md b/windows/deployment/windows-autopatch/manage/windows-autopatch-manage-driver-and-firmware-updates.md index d3a0379d03..50979877ff 100644 --- a/windows/deployment/windows-autopatch/manage/windows-autopatch-manage-driver-and-firmware-updates.md +++ b/windows/deployment/windows-autopatch/manage/windows-autopatch-manage-driver-and-firmware-updates.md @@ -3,7 +3,7 @@ title: Manage driver and firmware updates description: This article explains how you can manage driver and firmware updates with Windows Autopatch ms.date: 07/08/2024 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: how-to ms.localizationpriority: medium author: tiaraquan diff --git a/windows/deployment/windows-autopatch/manage/windows-autopatch-manage-windows-feature-update-releases.md b/windows/deployment/windows-autopatch/manage/windows-autopatch-manage-windows-feature-update-releases.md index 8c21ff7513..dbdbcdcdc5 100644 --- a/windows/deployment/windows-autopatch/manage/windows-autopatch-manage-windows-feature-update-releases.md +++ b/windows/deployment/windows-autopatch/manage/windows-autopatch-manage-windows-feature-update-releases.md @@ -3,7 +3,7 @@ title: Manage Windows feature update releases description: This article explains how you can manage Windows feature updates with Autopatch groups ms.date: 07/08/2024 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: how-to ms.localizationpriority: medium author: tiaraquan diff --git a/windows/deployment/windows-autopatch/manage/windows-autopatch-microsoft-365-apps-enterprise.md b/windows/deployment/windows-autopatch/manage/windows-autopatch-microsoft-365-apps-enterprise.md index faa825d861..7cfc8cb222 100644 --- a/windows/deployment/windows-autopatch/manage/windows-autopatch-microsoft-365-apps-enterprise.md +++ b/windows/deployment/windows-autopatch/manage/windows-autopatch-microsoft-365-apps-enterprise.md @@ -3,7 +3,7 @@ title: Microsoft 365 Apps for enterprise description: This article explains how Windows Autopatch manages Microsoft 365 Apps for enterprise updates ms.date: 10/27/2023 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: how-to ms.localizationpriority: medium author: tiaraquan diff --git a/windows/deployment/windows-autopatch/manage/windows-autopatch-microsoft-365-policies.md b/windows/deployment/windows-autopatch/manage/windows-autopatch-microsoft-365-policies.md index fab099ab47..2311528bed 100644 --- a/windows/deployment/windows-autopatch/manage/windows-autopatch-microsoft-365-policies.md +++ b/windows/deployment/windows-autopatch/manage/windows-autopatch-microsoft-365-policies.md @@ -3,7 +3,7 @@ title: Microsoft 365 Apps for enterprise update policies description: This article explains the Microsoft 365 Apps for enterprise policies in Windows Autopatch ms.date: 07/08/2024 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: concept-article ms.localizationpriority: medium author: tiaraquan diff --git a/windows/deployment/windows-autopatch/manage/windows-autopatch-support-request.md b/windows/deployment/windows-autopatch/manage/windows-autopatch-support-request.md index 13b19e6e47..c6eb294c1a 100644 --- a/windows/deployment/windows-autopatch/manage/windows-autopatch-support-request.md +++ b/windows/deployment/windows-autopatch/manage/windows-autopatch-support-request.md @@ -3,7 +3,7 @@ title: Submit a support request description: Details how to contact the Windows Autopatch Service Engineering Team and submit support requests ms.date: 09/06/2023 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: how-to ms.localizationpriority: medium author: tiaraquan diff --git a/windows/deployment/windows-autopatch/manage/windows-autopatch-teams.md b/windows/deployment/windows-autopatch/manage/windows-autopatch-teams.md index 3945ea4bca..37a7cc46c9 100644 --- a/windows/deployment/windows-autopatch/manage/windows-autopatch-teams.md +++ b/windows/deployment/windows-autopatch/manage/windows-autopatch-teams.md @@ -3,7 +3,7 @@ title: Microsoft Teams description: This article explains how Microsoft Teams updates are managed in Windows Autopatch ms.date: 09/15/2023 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: how-to ms.localizationpriority: medium author: tiaraquan diff --git a/windows/deployment/windows-autopatch/manage/windows-autopatch-windows-feature-update-overview.md b/windows/deployment/windows-autopatch/manage/windows-autopatch-windows-feature-update-overview.md index 52d89323fc..233baa86f8 100644 --- a/windows/deployment/windows-autopatch/manage/windows-autopatch-windows-feature-update-overview.md +++ b/windows/deployment/windows-autopatch/manage/windows-autopatch-windows-feature-update-overview.md @@ -3,7 +3,7 @@ title: Windows feature updates overview description: This article explains how Windows feature updates are managed with Autopatch groups ms.date: 07/08/2024 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: overview ms.localizationpriority: medium author: tiaraquan diff --git a/windows/deployment/windows-autopatch/manage/windows-autopatch-windows-quality-update-communications.md b/windows/deployment/windows-autopatch/manage/windows-autopatch-windows-quality-update-communications.md index 139508380f..a606ae1c4c 100644 --- a/windows/deployment/windows-autopatch/manage/windows-autopatch-windows-quality-update-communications.md +++ b/windows/deployment/windows-autopatch/manage/windows-autopatch-windows-quality-update-communications.md @@ -3,7 +3,7 @@ title: Windows quality update communications description: This article explains Windows quality update communications ms.date: 07/08/2024 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: concept-article ms.localizationpriority: medium author: tiaraquan diff --git a/windows/deployment/windows-autopatch/manage/windows-autopatch-windows-quality-update-end-user-exp.md b/windows/deployment/windows-autopatch/manage/windows-autopatch-windows-quality-update-end-user-exp.md index 5e617d6e2c..44bd7e2167 100644 --- a/windows/deployment/windows-autopatch/manage/windows-autopatch-windows-quality-update-end-user-exp.md +++ b/windows/deployment/windows-autopatch/manage/windows-autopatch-windows-quality-update-end-user-exp.md @@ -3,7 +3,7 @@ title: Windows quality update end user experience description: This article explains the Windows quality update end user experience ms.date: 07/08/2024 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: conceptual ms.localizationpriority: medium author: tiaraquan diff --git a/windows/deployment/windows-autopatch/manage/windows-autopatch-windows-quality-update-overview.md b/windows/deployment/windows-autopatch/manage/windows-autopatch-windows-quality-update-overview.md index 158cbd1fe6..0295bf28bf 100644 --- a/windows/deployment/windows-autopatch/manage/windows-autopatch-windows-quality-update-overview.md +++ b/windows/deployment/windows-autopatch/manage/windows-autopatch-windows-quality-update-overview.md @@ -3,7 +3,7 @@ title: Windows quality updates overview with Autopatch groups experience description: This article explains how Windows quality updates are managed with Autopatch ms.date: 05/24/2024 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: conceptual ms.localizationpriority: medium author: tiaraquan diff --git a/windows/deployment/windows-autopatch/monitor/windows-autopatch-device-alerts.md b/windows/deployment/windows-autopatch/monitor/windows-autopatch-device-alerts.md index 4556c227ea..4e75b89b16 100644 --- a/windows/deployment/windows-autopatch/monitor/windows-autopatch-device-alerts.md +++ b/windows/deployment/windows-autopatch/monitor/windows-autopatch-device-alerts.md @@ -3,7 +3,7 @@ title: Device alerts description: Provide notifications and information about the necessary steps to keep your devices up to date. ms.date: 07/08/2023 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: how-to ms.localizationpriority: medium author: tiaraquan diff --git a/windows/deployment/windows-autopatch/monitor/windows-autopatch-maintain-environment.md b/windows/deployment/windows-autopatch/monitor/windows-autopatch-maintain-environment.md index 6273ceb86d..960e0011c7 100644 --- a/windows/deployment/windows-autopatch/monitor/windows-autopatch-maintain-environment.md +++ b/windows/deployment/windows-autopatch/monitor/windows-autopatch-maintain-environment.md @@ -3,7 +3,7 @@ title: Maintain the Windows Autopatch environment description: This article details how to maintain the Windows Autopatch environment ms.date: 09/15/2023 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: how-to ms.localizationpriority: medium author: tiaraquan diff --git a/windows/deployment/windows-autopatch/monitor/windows-autopatch-policy-health-and-remediation.md b/windows/deployment/windows-autopatch/monitor/windows-autopatch-policy-health-and-remediation.md index 16dd0cc679..e7228e6c3e 100644 --- a/windows/deployment/windows-autopatch/monitor/windows-autopatch-policy-health-and-remediation.md +++ b/windows/deployment/windows-autopatch/monitor/windows-autopatch-policy-health-and-remediation.md @@ -3,7 +3,7 @@ title: policy health and remediation description: Describes what Autopatch does it detects policies in the tenant are either missing or modified to states that affect the service ms.date: 07/10/2024 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: how-to ms.localizationpriority: medium author: tiaraquan diff --git a/windows/deployment/windows-autopatch/monitor/windows-autopatch-reliability-report.md b/windows/deployment/windows-autopatch/monitor/windows-autopatch-reliability-report.md index e3a3f4b0c5..71129f797d 100644 --- a/windows/deployment/windows-autopatch/monitor/windows-autopatch-reliability-report.md +++ b/windows/deployment/windows-autopatch/monitor/windows-autopatch-reliability-report.md @@ -3,10 +3,10 @@ title: Reliability report description: This article describes the reliability score for each Windows quality update cycle based on stop error codes detected on managed devices. ms.date: 04/09/2024 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: how-to ms.localizationpriority: medium -author: tiaraquan +author: tiaraquan ms.author: tiaraquan manager: aaroncz ms.reviewer: hathind diff --git a/windows/deployment/windows-autopatch/monitor/windows-autopatch-resolve-policy-conflicts.md b/windows/deployment/windows-autopatch/monitor/windows-autopatch-resolve-policy-conflicts.md index 3967e6a3f5..d878aa4411 100644 --- a/windows/deployment/windows-autopatch/monitor/windows-autopatch-resolve-policy-conflicts.md +++ b/windows/deployment/windows-autopatch/monitor/windows-autopatch-resolve-policy-conflicts.md @@ -3,10 +3,10 @@ title: Resolve policy conflicts description: This article describes how to resolve Windows Autopatch policy conflicts. ms.date: 04/09/2024 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: how-to ms.localizationpriority: medium -author: tiaraquan +author: tiaraquan ms.author: tiaraquan manager: aaroncz ms.reviewer: hathind @@ -38,20 +38,20 @@ With this feature, IT admins can view: Alerts are raised when devices report policy conflicts. Autopatch policies are assigned to Autopatch groups. Devices that are members of Autopatch groups are expected to receive only Windows Autopatch policies. -Once you resolve the conflict, it takes effect on the device at the next Intune sync. This view is refreshed every 24 hours. It can take up to 72 hours after the conflict is resolved for the view to be updated. +Once you resolve the conflict, it takes effect on the device at the next Intune sync. This view is refreshed every 24 hours. It can take up to 72 hours after the conflict is resolved for the view to be updated. > [!NOTE] > This view only includes policy conflicts between Microsoft Intune policies. This view doesn’t include policy issues caused by other configurations, for example, group policy settings, registry settings that are changed by scripts and prevent Windows Autopatch from deploying updates.

When Windows Autopatch detects Intune based policies are missing or modified, this information is displayed with detailed recommended actions, and described in [Policy health and remediation](../operate/windows-autopatch-policy-health-and-remediation.md).

To ensure devices remain healthy and not affected by group policies, see [Post-device registration readiness checks](../deploy/windows-autopatch-post-reg-readiness-checks.md#details-about-the-post-device-registration-readiness-checks).

## Policy conflict view -This view includes the list of Windows Autopatch policies ([Expected policies](#policy-conflict-alert-details)) that are assigned to various Windows Autopatch groups that include devices. When the Expected policy can't be successfully assigned to one or more devices, because of an equivalent setting in another Intune policy targeting the device, the conflict is detected, and reported as a [Conflicting policy](#policy-conflict-alert-details). +This view includes the list of Windows Autopatch policies ([Expected policies](#policy-conflict-alert-details)) that are assigned to various Windows Autopatch groups that include devices. When the Expected policy can't be successfully assigned to one or more devices, because of an equivalent setting in another Intune policy targeting the device, the conflict is detected, and reported as a [Conflicting policy](#policy-conflict-alert-details). -If the Expected policy conflicts with multiple Intune policies, each conflict is displayed in different lines in the Policy conflict view. +If the Expected policy conflicts with multiple Intune policies, each conflict is displayed in different lines in the Policy conflict view. **To view all policies conflicting with the expected policies:** -1. Go to the [Microsoft Intune admin center](https://go.microsoft.com/fwlink/?linkid=2109431). +1. Go to the [Microsoft Intune admin center](https://go.microsoft.com/fwlink/?linkid=2109431). 2. Navigate to **Devices** > **Windows Autopatch** > **Policy health**. 3. In the **Policy conflicts** tab, the list of expected policies and conflicting policies is displayed. 4. Select **View alert** and review the details of the **Recommended action** and alert details. @@ -71,7 +71,7 @@ All alerts displayed in this flyout include the following details. You must revi ## Affected devices view -This view includes the list of devices with policy conflicts with the [Expected policy](#policy-conflict-alert-details). It’s possible for devices to have multiple conflicting policies, due to their membership in various groups. +This view includes the list of devices with policy conflicts with the [Expected policy](#policy-conflict-alert-details). It’s possible for devices to have multiple conflicting policies, due to their membership in various groups. You can navigate to this view from the Affected devices column link in the Policy conflicts view, or directly from Policy health blade. This page displays a filtered device list, when navigating from the Policy conflicts view. Affected devices only include devices that have a successful Intune sync status in the last 28 days. diff --git a/windows/deployment/windows-autopatch/monitor/windows-autopatch-windows-feature-update-status-report.md b/windows/deployment/windows-autopatch/monitor/windows-autopatch-windows-feature-update-status-report.md index d8e5c7be2a..5b210062a3 100644 --- a/windows/deployment/windows-autopatch/monitor/windows-autopatch-windows-feature-update-status-report.md +++ b/windows/deployment/windows-autopatch/monitor/windows-autopatch-windows-feature-update-status-report.md @@ -3,7 +3,7 @@ title: Feature update status report description: Provides a per device view of the current Windows OS upgrade status for all devices registered with Windows Autopatch. ms.date: 07/08/2024 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: how-to ms.localizationpriority: medium author: tiaraquan diff --git a/windows/deployment/windows-autopatch/monitor/windows-autopatch-windows-feature-update-summary-dashboard.md b/windows/deployment/windows-autopatch/monitor/windows-autopatch-windows-feature-update-summary-dashboard.md index 38af149ad8..f630537c12 100644 --- a/windows/deployment/windows-autopatch/monitor/windows-autopatch-windows-feature-update-summary-dashboard.md +++ b/windows/deployment/windows-autopatch/monitor/windows-autopatch-windows-feature-update-summary-dashboard.md @@ -3,7 +3,7 @@ title: Windows feature update summary dashboard description: Provides a broader view of the current Windows OS upgrade status for all devices registered with Windows Autopatch. ms.date: 01/22/2024 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: how-to ms.localizationpriority: medium author: tiaraquan diff --git a/windows/deployment/windows-autopatch/monitor/windows-autopatch-windows-feature-update-trending-report.md b/windows/deployment/windows-autopatch/monitor/windows-autopatch-windows-feature-update-trending-report.md index 2d724d0af1..39ffb54eff 100644 --- a/windows/deployment/windows-autopatch/monitor/windows-autopatch-windows-feature-update-trending-report.md +++ b/windows/deployment/windows-autopatch/monitor/windows-autopatch-windows-feature-update-trending-report.md @@ -3,7 +3,7 @@ title: Feature update trending report description: Provides a visual representation of Windows OS upgrade trends for all devices over the last 90 days. ms.date: 07/08/2024 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: how-to ms.localizationpriority: medium author: tiaraquan diff --git a/windows/deployment/windows-autopatch/monitor/windows-autopatch-windows-quality-and-feature-update-reports-overview.md b/windows/deployment/windows-autopatch/monitor/windows-autopatch-windows-quality-and-feature-update-reports-overview.md index 7d2cb8b29e..fadb440d95 100644 --- a/windows/deployment/windows-autopatch/monitor/windows-autopatch-windows-quality-and-feature-update-reports-overview.md +++ b/windows/deployment/windows-autopatch/monitor/windows-autopatch-windows-quality-and-feature-update-reports-overview.md @@ -1,9 +1,9 @@ --- title: Windows quality and feature update reports overview description: This article details the types of reports available and info about update device eligibility, device update health, device update trends in Windows Autopatch. -ms.date: 07/10/2024 +ms.date: 07/10/2024 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: overview ms.localizationpriority: medium author: tiaraquan diff --git a/windows/deployment/windows-autopatch/monitor/windows-autopatch-windows-quality-update-status-report.md b/windows/deployment/windows-autopatch/monitor/windows-autopatch-windows-quality-update-status-report.md index 34b11def99..7c1283c329 100644 --- a/windows/deployment/windows-autopatch/monitor/windows-autopatch-windows-quality-update-status-report.md +++ b/windows/deployment/windows-autopatch/monitor/windows-autopatch-windows-quality-update-status-report.md @@ -3,7 +3,7 @@ title: Quality update status report description: Provides a per device view of the current update status for all Windows Autopatch enrolled devices. ms.date: 07/08/2024 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: how-to ms.localizationpriority: medium author: tiaraquan diff --git a/windows/deployment/windows-autopatch/monitor/windows-autopatch-windows-quality-update-summary-dashboard.md b/windows/deployment/windows-autopatch/monitor/windows-autopatch-windows-quality-update-summary-dashboard.md index 21c684b548..4752f080ec 100644 --- a/windows/deployment/windows-autopatch/monitor/windows-autopatch-windows-quality-update-summary-dashboard.md +++ b/windows/deployment/windows-autopatch/monitor/windows-autopatch-windows-quality-update-summary-dashboard.md @@ -3,7 +3,7 @@ title: Windows quality update summary dashboard description: Provides a summary view of the current update status for all devices enrolled into Windows Autopatch ms.date: 01/22/2024 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: how-to ms.localizationpriority: medium author: tiaraquan diff --git a/windows/deployment/windows-autopatch/monitor/windows-autopatch-windows-quality-update-trending-report.md b/windows/deployment/windows-autopatch/monitor/windows-autopatch-windows-quality-update-trending-report.md index a956837968..df4024c72f 100644 --- a/windows/deployment/windows-autopatch/monitor/windows-autopatch-windows-quality-update-trending-report.md +++ b/windows/deployment/windows-autopatch/monitor/windows-autopatch-windows-quality-update-trending-report.md @@ -3,7 +3,7 @@ title: Quality update trending report description: Provides a visual representation of the update status trend for all devices over the last 90 days. ms.date: 07/08/2024 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: how-to ms.localizationpriority: medium author: tiaraquan diff --git a/windows/deployment/windows-autopatch/overview/windows-autopatch-deployment-guide.md b/windows/deployment/windows-autopatch/overview/windows-autopatch-deployment-guide.md index c1b7be42ba..caed55c6e2 100644 --- a/windows/deployment/windows-autopatch/overview/windows-autopatch-deployment-guide.md +++ b/windows/deployment/windows-autopatch/overview/windows-autopatch-deployment-guide.md @@ -3,7 +3,7 @@ title: Windows Autopatch deployment guide description: This guide explains how to successfully deploy Windows Autopatch in your environment ms.date: 07/08/2024 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: how-to ms.localizationpriority: medium author: tiaraquan diff --git a/windows/deployment/windows-autopatch/overview/windows-autopatch-faq.yml b/windows/deployment/windows-autopatch/overview/windows-autopatch-faq.yml index 205e52e37a..da46669845 100644 --- a/windows/deployment/windows-autopatch/overview/windows-autopatch-faq.yml +++ b/windows/deployment/windows-autopatch/overview/windows-autopatch-faq.yml @@ -11,7 +11,7 @@ metadata: author: tiaraquan ms.author: tiaraquan ms.reviwer: hathind - ms.subservice: itpro-updates + ms.subservice: autopatch title: Frequently Asked Questions about Windows Autopatch summary: This article answers frequently asked questions about Windows Autopatch. sections: diff --git a/windows/deployment/windows-autopatch/overview/windows-autopatch-overview.md b/windows/deployment/windows-autopatch/overview/windows-autopatch-overview.md index dc12d303ad..e608764ac9 100644 --- a/windows/deployment/windows-autopatch/overview/windows-autopatch-overview.md +++ b/windows/deployment/windows-autopatch/overview/windows-autopatch-overview.md @@ -3,7 +3,7 @@ title: What is Windows Autopatch? description: Details what the service is and shortcuts to articles. ms.date: 07/08/2024 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: overview ms.localizationpriority: medium author: tiaraquan diff --git a/windows/deployment/windows-autopatch/overview/windows-autopatch-privacy.md b/windows/deployment/windows-autopatch/overview/windows-autopatch-privacy.md index 267c55bde3..8c3ecf4bbe 100644 --- a/windows/deployment/windows-autopatch/overview/windows-autopatch-privacy.md +++ b/windows/deployment/windows-autopatch/overview/windows-autopatch-privacy.md @@ -3,7 +3,7 @@ title: Privacy description: This article provides details about the data platform and privacy compliance for Autopatch ms.date: 07/08/2024 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: concept-article ms.localizationpriority: medium author: tiaraquan diff --git a/windows/deployment/windows-autopatch/overview/windows-autopatch-roles-responsibilities.md b/windows/deployment/windows-autopatch/overview/windows-autopatch-roles-responsibilities.md index 68e12d9680..792d91220e 100644 --- a/windows/deployment/windows-autopatch/overview/windows-autopatch-roles-responsibilities.md +++ b/windows/deployment/windows-autopatch/overview/windows-autopatch-roles-responsibilities.md @@ -3,7 +3,7 @@ title: Roles and responsibilities description: This article describes the roles and responsibilities provided by Windows Autopatch and what the customer must do ms.date: 07/08/2024 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: concept-article ms.localizationpriority: medium author: tiaraquan @@ -15,7 +15,7 @@ ms.collection: - tier1 --- -# Roles and responsibilities +# Roles and responsibilities This article outlines your responsibilities and Windows Autopatch's responsibilities when: diff --git a/windows/deployment/windows-autopatch/prepare/windows-autopatch-configure-network.md b/windows/deployment/windows-autopatch/prepare/windows-autopatch-configure-network.md index dcbb1ae24c..a2149153e3 100644 --- a/windows/deployment/windows-autopatch/prepare/windows-autopatch-configure-network.md +++ b/windows/deployment/windows-autopatch/prepare/windows-autopatch-configure-network.md @@ -3,7 +3,7 @@ title: Configure your network description: This article details the network configurations needed for Windows Autopatch ms.date: 07/08/2024 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: how-to ms.localizationpriority: medium author: tiaraquan diff --git a/windows/deployment/windows-autopatch/prepare/windows-autopatch-enrollment-support-request.md b/windows/deployment/windows-autopatch/prepare/windows-autopatch-enrollment-support-request.md index 6cd8d98e22..e403b61921 100644 --- a/windows/deployment/windows-autopatch/prepare/windows-autopatch-enrollment-support-request.md +++ b/windows/deployment/windows-autopatch/prepare/windows-autopatch-enrollment-support-request.md @@ -3,7 +3,7 @@ title: Submit a tenant enrollment support request description: This article details how to submit a tenant enrollment support request ms.date: 07/08/2024 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: how-to ms.localizationpriority: medium author: tiaraquan diff --git a/windows/deployment/windows-autopatch/prepare/windows-autopatch-enroll-tenant.md b/windows/deployment/windows-autopatch/prepare/windows-autopatch-feature-activation.md similarity index 99% rename from windows/deployment/windows-autopatch/prepare/windows-autopatch-enroll-tenant.md rename to windows/deployment/windows-autopatch/prepare/windows-autopatch-feature-activation.md index f623474036..7985e205fd 100644 --- a/windows/deployment/windows-autopatch/prepare/windows-autopatch-enroll-tenant.md +++ b/windows/deployment/windows-autopatch/prepare/windows-autopatch-feature-activation.md @@ -3,7 +3,7 @@ title: Enroll your tenant description: This article details how to enroll your tenant ms.date: 07/08/2024 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: how-to ms.localizationpriority: medium author: tiaraquan diff --git a/windows/deployment/windows-autopatch/prepare/windows-autopatch-fix-issues.md b/windows/deployment/windows-autopatch/prepare/windows-autopatch-fix-issues.md index d973c0f991..27125d29bd 100644 --- a/windows/deployment/windows-autopatch/prepare/windows-autopatch-fix-issues.md +++ b/windows/deployment/windows-autopatch/prepare/windows-autopatch-fix-issues.md @@ -3,7 +3,7 @@ title: Fix issues found by the Readiness assessment tool description: This article details how to fix issues found by the Readiness assessment tool. ms.date: 07/08/2024 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: how-to ms.localizationpriority: medium author: tiaraquan diff --git a/windows/deployment/windows-autopatch/prepare/windows-autopatch-prerequisites.md b/windows/deployment/windows-autopatch/prepare/windows-autopatch-prerequisites.md index 0b01e5c42d..ad60e63ad0 100644 --- a/windows/deployment/windows-autopatch/prepare/windows-autopatch-prerequisites.md +++ b/windows/deployment/windows-autopatch/prepare/windows-autopatch-prerequisites.md @@ -3,7 +3,7 @@ title: Prerequisites description: This article details the prerequisites needed for Windows Autopatch ms.date: 01/11/2024 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: concept-article ms.localizationpriority: medium author: tiaraquan diff --git a/windows/deployment/windows-autopatch/references/windows-autopatch-changes-to-tenant.md b/windows/deployment/windows-autopatch/references/windows-autopatch-changes-made-at-feature-activation.md similarity index 98% rename from windows/deployment/windows-autopatch/references/windows-autopatch-changes-to-tenant.md rename to windows/deployment/windows-autopatch/references/windows-autopatch-changes-made-at-feature-activation.md index b91a7f24ed..c6c643dfec 100644 --- a/windows/deployment/windows-autopatch/references/windows-autopatch-changes-to-tenant.md +++ b/windows/deployment/windows-autopatch/references/windows-autopatch-changes-made-at-feature-activation.md @@ -3,7 +3,7 @@ title: Changes made at tenant enrollment description: This reference article details the changes made to your tenant when enrolling into Windows Autopatch ms.date: 12/13/2023 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: concept-article ms.localizationpriority: medium author: tiaraquan @@ -34,7 +34,7 @@ Windows Autopatch creates an enterprise application in your tenant. This enterpr ## Microsoft Entra groups -Windows Autopatch will create the required Microsoft Entra groups to operate the service. +Windows Autopatch creates the required Microsoft Entra groups to operate the service. The following groups target Windows Autopatch configurations to devices and management of the service by our [first party enterprise applications](#windows-autopatch-enterprise-applications). @@ -54,7 +54,7 @@ The following groups target Windows Autopatch configurations to devices and mana ## Device configuration policies -- Windows Autopatch - Set MDM to Win Over GPO +- Windows Autopatch - Set MDM to Win Over GPO (Group Policy Objects) - Windows Autopatch - Data Collection | Policy name | Policy description | Properties | Value | diff --git a/windows/deployment/windows-autopatch/references/windows-autopatch-conflicting-configurations.md b/windows/deployment/windows-autopatch/references/windows-autopatch-conflicting-configurations.md index aa25114a3d..1b9f1d5647 100644 --- a/windows/deployment/windows-autopatch/references/windows-autopatch-conflicting-configurations.md +++ b/windows/deployment/windows-autopatch/references/windows-autopatch-conflicting-configurations.md @@ -3,7 +3,7 @@ title: Conflicting configurations description: This article explains how to remediate conflicting configurations affecting the Windows Autopatch service. ms.date: 07/08/2024 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: concept-article ms.localizationpriority: medium author: tiaraquan diff --git a/windows/deployment/windows-autopatch/references/windows-autopatch-driver-and-firmware-updates-public-preview-addendum.md b/windows/deployment/windows-autopatch/references/windows-autopatch-driver-and-firmware-updates-public-preview-addendum.md index 9023597983..d18412ab3c 100644 --- a/windows/deployment/windows-autopatch/references/windows-autopatch-driver-and-firmware-updates-public-preview-addendum.md +++ b/windows/deployment/windows-autopatch/references/windows-autopatch-driver-and-firmware-updates-public-preview-addendum.md @@ -3,7 +3,7 @@ title: Driver and firmware updates for Windows Autopatch Public Preview Addendum description: This article explains how driver and firmware updates are managed in Autopatch ms.date: 07/08/2024 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: legal ms.localizationpriority: medium author: tiaraquan diff --git a/windows/deployment/windows-autopatch/references/windows-autopatch-windows-update-unsupported-policies.md b/windows/deployment/windows-autopatch/references/windows-autopatch-windows-update-unsupported-policies.md index 708985a6bf..03072b748f 100644 --- a/windows/deployment/windows-autopatch/references/windows-autopatch-windows-update-unsupported-policies.md +++ b/windows/deployment/windows-autopatch/references/windows-autopatch-windows-update-unsupported-policies.md @@ -3,7 +3,7 @@ title: Windows update policies description: This article explains Windows update policies in Windows Autopatch ms.date: 07/08/2024 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: concept-article ms.localizationpriority: medium author: tiaraquan diff --git a/windows/deployment/windows-autopatch/whats-new/windows-autopatch-whats-new-2022.md b/windows/deployment/windows-autopatch/whats-new/windows-autopatch-whats-new-2022.md index 7bda20114c..fbf6ff1953 100644 --- a/windows/deployment/windows-autopatch/whats-new/windows-autopatch-whats-new-2022.md +++ b/windows/deployment/windows-autopatch/whats-new/windows-autopatch-whats-new-2022.md @@ -3,7 +3,7 @@ title: What's new 2022 description: This article lists the 2022 feature releases and any corresponding Message center post numbers. ms.date: 12/09/2022 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: whats-new ms.localizationpriority: medium author: tiaraquan diff --git a/windows/deployment/windows-autopatch/whats-new/windows-autopatch-whats-new-2023.md b/windows/deployment/windows-autopatch/whats-new/windows-autopatch-whats-new-2023.md index a3fda24453..41e1b7cfd2 100644 --- a/windows/deployment/windows-autopatch/whats-new/windows-autopatch-whats-new-2023.md +++ b/windows/deployment/windows-autopatch/whats-new/windows-autopatch-whats-new-2023.md @@ -3,7 +3,7 @@ title: What's new 2023 description: This article lists the 2023 feature releases and any corresponding Message center post numbers. ms.date: 12/14/2023 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: whats-new ms.localizationpriority: medium author: tiaraquan diff --git a/windows/deployment/windows-autopatch/whats-new/windows-autopatch-whats-new-2024.md b/windows/deployment/windows-autopatch/whats-new/windows-autopatch-whats-new-2024.md index 011615d29b..af94349898 100644 --- a/windows/deployment/windows-autopatch/whats-new/windows-autopatch-whats-new-2024.md +++ b/windows/deployment/windows-autopatch/whats-new/windows-autopatch-whats-new-2024.md @@ -3,7 +3,7 @@ title: What's new 2024 description: This article lists the 2024 feature releases and any corresponding Message center post numbers. ms.date: 04/09/2024 ms.service: windows-client -ms.subservice: itpro-updates +ms.subservice: autopatch ms.topic: whats-new ms.localizationpriority: medium author: tiaraquan diff --git a/windows/deployment/windows-enterprise-e3-overview.md b/windows/deployment/windows-enterprise-e3-overview.md index fb356d9ce9..f4532464b5 100644 --- a/windows/deployment/windows-enterprise-e3-overview.md +++ b/windows/deployment/windows-enterprise-e3-overview.md @@ -2,7 +2,7 @@ title: Windows Enterprise E3 in CSP description: Describes Windows Enterprise E3, an offering that delivers, by subscription, the features of Windows Enterprise edition. ms.service: windows-client -ms.subservice: itpro-fundamentals +ms.subservice: activation ms.localizationpriority: medium ms.date: 02/13/2024 ms.author: kaushika diff --git a/windows/deployment/windows-subscription-activation.md b/windows/deployment/windows-subscription-activation.md index 824847523c..4d30ca0571 100644 --- a/windows/deployment/windows-subscription-activation.md +++ b/windows/deployment/windows-subscription-activation.md @@ -2,7 +2,7 @@ title: Windows subscription activation description: Learn how to step up from Windows Pro to a Windows Enterprise subscription or from Windows Eduction Pro to a Windows Education subscription. ms.service: windows-client -ms.subservice: itpro-fundamentals +ms.subservice: activation ms.localizationpriority: medium ms.author: kaushika author: kaushika-msft diff --git a/windows/security/application-security/application-control/windows-defender-application-control/design/microsoft-recommended-driver-block-rules.md b/windows/security/application-security/application-control/windows-defender-application-control/design/microsoft-recommended-driver-block-rules.md index c99e4f6e9e..040d3f9949 100644 --- a/windows/security/application-security/application-control/windows-defender-application-control/design/microsoft-recommended-driver-block-rules.md +++ b/windows/security/application-security/application-control/windows-defender-application-control/design/microsoft-recommended-driver-block-rules.md @@ -82,7 +82,7 @@ The following recommended blocklist xml policy file can also be downloaded from ```xml - 10.0.26025.0 + 10.0.27685.0 {2E07F7E4-194C-4D20-B7C9-6F44A6C5A234} @@ -165,6 +165,12 @@ The following recommended blocklist xml policy file can also be downloaded from + + + + + + @@ -359,6 +365,14 @@ The following recommended blocklist xml policy file can also be downloaded from + + + + + + + + @@ -738,6 +752,28 @@ The following recommended blocklist xml policy file can also be downloaded from + + + + + + + + + + + + + + + + + + + + + + @@ -822,6 +858,90 @@ The following recommended blocklist xml policy file can also be downloaded from + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1080,6 +1200,11 @@ The following recommended blocklist xml policy file can also be downloaded from + + + + + @@ -1098,6 +1223,22 @@ The following recommended blocklist xml policy file can also be downloaded from + + + + + + + + + + + + + + + + @@ -1362,6 +1503,25 @@ The following recommended blocklist xml policy file can also be downloaded from + + + + + + + + + + + + + + + + + + + @@ -1424,6 +1584,10 @@ The following recommended blocklist xml policy file can also be downloaded from + + + + @@ -1508,10 +1672,39 @@ The following recommended blocklist xml policy file can also be downloaded from + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1527,6 +1720,17 @@ The following recommended blocklist xml policy file can also be downloaded from + + + + + + + + + + + @@ -1535,17 +1739,18 @@ The following recommended blocklist xml policy file can also be downloaded from + - - + + + - @@ -1561,6 +1766,7 @@ The following recommended blocklist xml policy file can also be downloaded from + @@ -1571,14 +1777,19 @@ The following recommended blocklist xml policy file can also be downloaded from + + + + + - + @@ -1619,9 +1830,15 @@ The following recommended blocklist xml policy file can also be downloaded from + - + + + + + + @@ -1632,13 +1849,16 @@ The following recommended blocklist xml policy file can also be downloaded from + - - - - + + + + + + @@ -1656,6 +1876,7 @@ The following recommended blocklist xml policy file can also be downloaded from + @@ -1671,11 +1892,13 @@ The following recommended blocklist xml policy file can also be downloaded from - + + + + + + - - - @@ -1711,6 +1934,7 @@ The following recommended blocklist xml policy file can also be downloaded from + @@ -1719,8 +1943,12 @@ The following recommended blocklist xml policy file can also be downloaded from + + + + @@ -1731,9 +1959,6 @@ The following recommended blocklist xml policy file can also be downloaded from - - - @@ -1814,6 +2039,7 @@ The following recommended blocklist xml policy file can also be downloaded from + @@ -1827,6 +2053,7 @@ The following recommended blocklist xml policy file can also be downloaded from + @@ -1845,6 +2072,7 @@ The following recommended blocklist xml policy file can also be downloaded from + @@ -1855,9 +2083,12 @@ The following recommended blocklist xml policy file can also be downloaded from + + + @@ -1865,9 +2096,6 @@ The following recommended blocklist xml policy file can also be downloaded from - - - @@ -1931,6 +2159,8 @@ The following recommended blocklist xml policy file can also be downloaded from + + @@ -2227,6 +2457,7 @@ The following recommended blocklist xml policy file can also be downloaded from + @@ -2234,7 +2465,7 @@ The following recommended blocklist xml policy file can also be downloaded from - + @@ -2467,6 +2698,118 @@ The following recommended blocklist xml policy file can also be downloaded from + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2512,6 +2855,21 @@ The following recommended blocklist xml policy file can also be downloaded from + + + + + + + + + + + + + + + @@ -2572,7 +2930,10 @@ The following recommended blocklist xml policy file can also be downloaded from + + + @@ -2584,6 +2945,8 @@ The following recommended blocklist xml policy file can also be downloaded from + + @@ -2641,9 +3004,19 @@ The following recommended blocklist xml policy file can also be downloaded from + + + + + + + + + + @@ -2672,6 +3045,9 @@ The following recommended blocklist xml policy file can also be downloaded from + + + @@ -2683,8 +3059,10 @@ The following recommended blocklist xml policy file can also be downloaded from - + + + @@ -2710,9 +3088,11 @@ The following recommended blocklist xml policy file can also be downloaded from + + @@ -2725,9 +3105,9 @@ The following recommended blocklist xml policy file can also be downloaded from - - - + + + @@ -2789,6 +3169,12 @@ The following recommended blocklist xml policy file can also be downloaded from + + + + + + @@ -2983,6 +3369,14 @@ The following recommended blocklist xml policy file can also be downloaded from + + + + + + + + @@ -3163,18 +3557,6 @@ The following recommended blocklist xml policy file can also be downloaded from - - - - - - - - - - - - @@ -3195,6 +3577,18 @@ The following recommended blocklist xml policy file can also be downloaded from + + + + + + + + + + + + @@ -3362,6 +3756,28 @@ The following recommended blocklist xml policy file can also be downloaded from + + + + + + + + + + + + + + + + + + + + + + @@ -3446,6 +3862,90 @@ The following recommended blocklist xml policy file can also be downloaded from + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -3705,6 +4205,11 @@ The following recommended blocklist xml policy file can also be downloaded from + + + + + @@ -3719,6 +4224,22 @@ The following recommended blocklist xml policy file can also be downloaded from + + + + + + + + + + + + + + + + @@ -3991,6 +4512,25 @@ The following recommended blocklist xml policy file can also be downloaded from + + + + + + + + + + + + + + + + + + + @@ -4053,6 +4593,10 @@ The following recommended blocklist xml policy file can also be downloaded from + + + + @@ -4137,10 +4681,39 @@ The following recommended blocklist xml policy file can also be downloaded from + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -4173,7 +4746,7 @@ The following recommended blocklist xml policy file can also be downloaded from - 10.0.26025.0 + 10.0.27685.0 diff --git a/windows/security/identity-protection/hello-for-business/configure.md b/windows/security/identity-protection/hello-for-business/configure.md index 008110433e..901fa618d2 100644 --- a/windows/security/identity-protection/hello-for-business/configure.md +++ b/windows/security/identity-protection/hello-for-business/configure.md @@ -106,7 +106,7 @@ Windows Hello for Business is enabled by default for devices that are Microsoft Configuration type| Details | |--|-| -| CSP (user)|**Key path**: `HHKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Policies\PassportForWork\\UserSid\Policies`
**Key name**: `UsePassportForWork`
**Type**: `REG_DWORD`
**Value**:
 `1` to enable
 `0` to disable | +| CSP (user)|**Key path**: `HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Policies\PassportForWork\\UserSid\Policies`
**Key name**: `UsePassportForWork`
**Type**: `REG_DWORD`
**Value**:
 `1` to enable
 `0` to disable | | CSP (device)|**Key path**: `HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Policies\PassportForWork\\Device\Policies`
**Key name**: `UsePassportForWork`
**Type**: `REG_DWORD`
**Value**:
 `1` to enable
 `0` to disable | | GPO (user)|**Key path**: `HKEY_USERS\\SOFTWARE\Policies\Microsoft\PassportForWork`
**Key name**: `Enabled`
**Type**: `REG_DWORD`
**Value**:
 `1` to enable
 `0` to disable | | GPO (user)|**Key path**: `KEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\PassportForWork`
**Key name**: `Enabled`
**Type**: `REG_DWORD`
**Value**:
 `1` to enable
 `0` to disable |