Skip to content

Commit 37fcfb8

Browse files
committed
Merge branch 'main' of https://github.com/microsoftdocs/memdocs-pr into erikre-doc-13947563-ID
2 parents ccedc95 + 6fec615 commit 37fcfb8

415 files changed

Lines changed: 526 additions & 164 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

memdocs/configmgr/core/servers/deploy/configure/sql-server-alwayson-for-a-highly-available-site-database.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Prepare to use an availability group
33
titleSuffix: Configuration Manager
44
description: Plan to use a SQL Server Always On availability group for the Configuration Manager site database.
5-
ms.date: 06/15/2021
5+
ms.date: 03/25/2022
66
ms.prod: configuration-manager
77
ms.technology: configmgr-core
88
ms.topic: conceptual
@@ -359,6 +359,8 @@ You don't need to make any changes to the configuration when adding a secondary
359359
360360
When a site database uses an availability group, run the built-in **Backup Site server** maintenance task to back up common Configuration Manager settings and files. Don't use the MDF or LDF files created by that backup. Instead, make direct backups of these database files by using SQL Server.
361361

362+
You can still use the SQL Server back up, however you can't restore it directly to a SQL Server Always On cluster. You need to restore it on a standalone server and move it back to SQL Server Always On.
363+
362364
### Transaction log
363365
364366
Set the recovery model of the site database to **Full**. This configuration is a requirement for Configuration Manager use in an availability group. Plan to monitor and maintain the size of the site database transaction log. In the full recovery model, the transactions aren't hardened until it makes a full backup of the database or transaction log. For more information, see [Back up and restore of SQL Server databases](/sql/relational-databases/backup-restore/back-up-and-restore-of-sql-server-databases).

memdocs/configmgr/desktop-analytics/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ To use Desktop Analytics, make sure your environment meets the following prerequ
106106
> - Use different Commercial IDs and Azure AD tenants.
107107
> - Configure both hierarchies to use the same Commercial ID to share the Azure AD tenant and Desktop Analytics instance. Use [different apps](connect-configmgr.md#bkmk_connect) for connecting each hierarchy. It may take up to 30 days after you disconnect a hierarchy for the portal to reflect changes.
108108
109-
- Devices running Windows 7, Windows 8.1, or Windows 10.
109+
- Devices running Windows 10.
110110

111111
> [!IMPORTANT]
112-
> Starting in July 2021, Desktop Analytics supports the Windows diagnostic data processor configuration. This configuration is only for supported versions of Windows 10. Data for Windows 7, Windows 8, and earlier versions of Windows 10 will only show in Desktop Analytics until January 31, 2022. For more information, see [Support for the Windows diagnostic data processor configuration](whats-new.md#support-for-the-windows-diagnostic-data-processor-configuration).<!-- 10220671 -->
112+
> Starting in July 2021, Desktop Analytics supports the Windows diagnostic data processor configuration. This configuration is only for supported versions of Windows 10. For more information, see [Support for the Windows diagnostic data processor configuration](whats-new.md#support-for-the-windows-diagnostic-data-processor-configuration).<!-- 10220671 -->
113113
>
114114
> Desktop Analytics doesn't support Windows 11.<!-- 10797955 --> For information about Windows 11 hardware readiness, Microsoft recommends that you enable tenant attach and [Endpoint analytics](../../analytics/overview.md).
115115

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/apps/how-to-configure-automatic-software-metering-rule-generation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "How to Configure Automatic Software Metering Rule Generation"
33
titleSuffix: "Configuration Manager"
4+
description: "You configure Automatic Software Metering Rule Generation settings, in Configuration Manager, by modifying the site control file."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk

memdocs/configmgr/develop/apps/how-to-define-the-hosting-technology.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "How to Define the Hosting Technology"
33
titleSuffix: "Configuration Manager"
4+
description: "The hosting technology is defined by implementing the `Microsoft.ConfigurationManagement.ApplicationManagement.HostingTechnology` class."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk
@@ -19,7 +20,7 @@ To define a custom application management hosting technology, implement the `Mic
1920

2021
The HostingTechnology class supports run time interaction and configuration for technologies. The class contains the hosting rules as defined in the HostingTechnology.xml file. If needed, additional methods and properties can be added to this class, though in most cases the existing base should be sufficient.
2122

22-
In the Remote Desktop Protocol (RDP) sample project, a new hosting technology is required to handle Remote Desktop Protocol (RDP) files. Hosting support for RDP files is not built-in to Configuration Manager, so a custom hosting technology is required.
23+
In the Remote Desktop Protocol (RDP) sample project, a new hosting technology is required to handle Remote Desktop Protocol (RDP) files. Hosting support for RDP files is not built in to Configuration Manager, so a custom hosting technology is required.
2324

2425
> [!IMPORTANT]
2526
> The HostingTechnology class name must match the class specified in the HostingTechnology.xml file.
@@ -33,7 +34,7 @@ To define a custom application management hosting technology, implement the `Mic
3334
The following example from the RDP sample project demonstrates how to define a hosting technology.
3435

3536
```
36-
// Defines the hosting technology for RDP files. Hosting support for RDP files is not built-in, so a custom
37+
// Defines the hosting technology for RDP files. Hosting support for RDP files is not built in, so a custom
3738
// hosting technology is needed on the client.
3839
public class RdpHostingTechnology : HostingTechnology
3940
{

memdocs/configmgr/develop/apps/how-to-define-the-installer-technology-registration-file.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
description: Learn how to register the custom installer technology with Configuration Manager using an XML file.
23
title: "Define the Installer Technology Registration File"
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"

memdocs/configmgr/develop/apps/how-to-define-the-installer-technology.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
description: Learn how to define the installer technology used to install a specific application to devices in Configuration Management.
23
title: "How To Define the Installer Technology"
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"

memdocs/configmgr/develop/apps/how-to-enable-or-disable-a-software-metering-rule.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Enable or Disable a Software Metering Rule"
33
titleSuffix: "Configuration Manager"
4+
description: "Enable or disable a software metering rule, in Configuration Manager, by loading an instance of the software metering rule."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk

memdocs/configmgr/develop/apps/verifying-the-application-management-extension.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Verifying the Application Management Extension"
33
titleSuffix: "Configuration Manager"
4+
description: "Verifying the Application Management Extension. Verify the new Deployment Type is available in the console."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk
@@ -25,7 +26,7 @@ ms.collection: openauth
2526

2627
3. On the **Home** tab, in the **Create** group, click **Create Application**.
2728

28-
4. In the **Type** field, verify that the new deployment type is available in the pull down menu.
29+
4. In the **Type** field, verify that the new deployment type is available in the pull-down menu.
2930

3031
The image below shows an example from the RDP sample project.
3132

@@ -42,7 +43,7 @@ ms.collection: openauth
4243

4344
3. On the **Home** tab, in the **Create** group, click **Create Application**.
4445

45-
4. In the **Type** field, select the new deployment type from the pull down menu.
46+
4. In the **Type** field, select the new deployment type from the pull-down menu.
4647

4748
5. Continue through the wizard until successful completion.
4849

@@ -57,7 +58,7 @@ ms.collection: openauth
5758

5859
3. Select an application and then, on the **Home** tab, in the **Application** group, click **Create Deployment Type** to create a new deployment type for this application.
5960

60-
4. In the **Type** field, select the new deployment type from the pull down menu.
61+
4. In the **Type** field, select the new deployment type from the pull-down menu.
6162

6263
5. Continue through the wizard until successful completion.
6364

memdocs/configmgr/develop/compliance/about-authoring-configuration-baselines-and-configuration-items.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: aaroncz
1111
manager: dougeby
1212
ms.localizationpriority: null
1313
ms.collection: openauth
14-
14+
description: Learn about how to configure data through the Configuration Manager console or directly editing the DCM Digest XML file.
1515

1616
---
1717

0 commit comments

Comments
 (0)