Skip to content

Commit b916b93

Browse files
authored
Merge pull request #7163 from MicrosoftDocs/main
Publish 03/29/2022, 10:30 AM
2 parents 05c89bb + b6858ae commit b916b93

20 files changed

Lines changed: 28 additions & 8 deletions

memdocs/configmgr/desktop-analytics/whats-new.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,19 @@ ms.localizationpriority: medium
2828

2929
<!-- 10220671 -->
3030

31-
Desktop Analytics now supports the new [Windows diagnostic data processor configuration](/windows/privacy/changes-to-windows-diagnostic-data-collection#new-windows-diagnostic-data-processor-configuration). This configuration provides you greater control of your Windows diagnostic data. Microsoft acts as a data processor, processing Windows diagnostic data for you as the controller. You'll continue to get insights to plan your deployments, and can fulfill [data subject requests](/windows/privacy/windows-10-and-privacy-compliance#3-the-process-for-exercising-data-subject-rights). These requests are typically to access or export Windows diagnostic data for a particular user.
31+
Desktop Analytics now supports the new [Windows diagnostic data processor configuration](/windows/privacy/changes-to-windows-diagnostic-data-collection#new-windows-diagnostic-data-processor-configuration). This configuration provides you greater control of your Windows diagnostic data. Microsoft acts as a data processor, processing Windows diagnostic data for you as the controller, as defined by the European Union General Data Protection Regulation (GDPR). You'll continue to get insights to plan your deployments, and can fulfill [data subject requests](/windows/privacy/windows-10-and-privacy-compliance#3-the-process-for-exercising-data-subject-rights). These requests are typically to access or export Windows diagnostic data for a particular user.
3232

3333
To take advantage of this change, make sure your environment is up to date:
3434

3535
- Use Configuration Manager version 2006 with [update rollup (4575789)](https://support.microsoft.com/topic/revised-update-rollup-for-microsoft-endpoint-configuration-manager-current-branch-version-2006-5861b9ee-9257-a15c-723e-c60110ce0c85) or a later version. Configuration Manager configures enrolled devices with policies for the Windows diagnostic data processor configuration. Update your site and clients to make sure they're using the latest configurations. Use Configuration Manager for the best experience with configuring and [enrolling devices into Desktop Analytics](enroll-devices.md#device-enrollment).
3636

37-
- The Windows diagnostic data processor configuration is supported on the following Windows 10 versions:
38-
- Pro, Education, and Enterprise editions
39-
- Version 1809 or later
40-
- July 2021 cumulative update or later
37+
- The Windows diagnostic data processor configuration is supported on devices that meet the configuration requirements:
38+
- Use a supported version of Windows 10
39+
- The following editions are supported:
40+
- Enterprise
41+
- Professional
42+
- Education
43+
- The device must be joined to Azure Active Directory.
4144

4245
> [!IMPORTANT]
4346
> Devices with an older OS version like Windows 7 will continue to show in Desktop Analytics until January 31, 2022. Use Desktop Analytics to update those devices to a supported version of Windows 10. After that date, Desktop Analytics will only display devices with supported versions of Windows 10.

memdocs/configmgr/develop/core/understand/configuration-manager-objects-overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Objects Overview"
33
titleSuffix: "Configuration Manager"
4+
description: "The Configuration Manager objects are instances of Configuration Manager-specific WMI classes managed by the SMS Provider."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk

memdocs/configmgr/develop/core/understand/how-to-acquire-a-lock-on-a-sedo-enabled-object.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Acquire a Lock on a SEDO-Enabled Object"
33
titleSuffix: "Configuration Manager"
4+
description: "Learn how to acquire a lock on a SEDO-enabled object."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk

memdocs/configmgr/develop/core/understand/how-to-add-a-configuration-manager-context-qualifier-by-using-managed-code.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Add a Context Qualifier by Using Managed Code"
33
titleSuffix: "Configuration Manager"
4+
description: "To add a context qualifier by using the managed SMS Provider, use the Context property which is a Dictionary object that holds context qualifiers."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk

memdocs/configmgr/develop/core/understand/how-to-handle-configuration-manager-asynchronous-errors-by-using-managed-code.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Handle Asynchronous Errors by Using Managed Code"
33
titleSuffix: "Configuration Manager"
4+
description: "To handle a Configuration Manager error raised during an asynchronous query, test the RunWorkerCompletedEventArgs parameter Error Exception property passed to the SmsBackgroundWorker.QueryProcessorCompleted event handler."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk

memdocs/configmgr/develop/core/understand/how-to-handle-configuration-manager-synchronous-errors-by-using-managed-code.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Handle Synchronous Errors by Using Managed Code"
33
titleSuffix: "Configuration Manager"
4+
description: "To handle a Configuration Manager error raised in a synchronous query, catch the SmsQueryException exception."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk

memdocs/configmgr/develop/core/understand/special-queries.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Special Queries"
33
titleSuffix: "Configuration Manager"
4+
description: "Extended WMI Query Language (WQL) supports queries that are specific to Configuration Manager needs."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk

memdocs/configmgr/develop/osd/how-to-add-a-state-migration-point-folder.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Add a State Migration Point Folder"
33
titleSuffix: "Configuration Manager"
4+
description: "Add an operating system deployment state migration point folder by adding the folder description to the Directories embedded property list."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk

memdocs/configmgr/develop/osd/how-to-add-an-operating-system-deployment-task-sequence-action.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Add an OS Deployment Task Sequence Action"
33
titleSuffix: "Configuration Manager"
4+
description: "Add an OS deployment task sequence action to a task sequence by creating an instance of an SMS_TaskSequence_Action derived class, and then add it to the steps of the task sequence."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk

memdocs/configmgr/develop/osd/how-to-add-an-operating-system-image-package-in-configuration-manager.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Add an OS Image Package"
33
titleSuffix: "Configuration Manager"
4+
description: "Add an operating system image package by creating an instance of the SMS_ImagePackage class."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk

0 commit comments

Comments
 (0)