Skip to content

Commit 4104deb

Browse files
committed
Merge branch 'main' into release-cm2204-tp
2 parents dc8d973 + eae5da0 commit 4104deb

112 files changed

Lines changed: 139 additions & 261 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.

.openpublishing.redirection.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "memdocs/intune/apps/store-apps-windows-phone-8-1.md",
5+
"redirect_url": "/mem/intune/apps/apps-add",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path": "memdocs/intune/apps/lob-apps-windows-phone.md",
10+
"redirect_url": "/mem/intune/apps/apps-add",
11+
"redirect_document_id": false
12+
},
313
{
414
"source_path": "memdocs/intune/user-help/set-or-change-your-password-windows.md",
515
"redirect_url": "https://support.microsoft.com/windows/windows-sign-in-options-and-account-protection-7b34d4cf-794f-f6bd-ddcc-e73cdf1a6fbf",

memdocs/configmgr/develop/apps/deployment-type-extension-versioning.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Deployment Type Extension Versioning"
3+
description: Configuration Manager supports in-place versioning for minor upgrades and out-of-place versioning for major upgrades.
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"

memdocs/configmgr/develop/apps/how-to-create-the-windows-installer-file-msi.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "How to Create the Windows Installer File "
3+
description: After the Deployment Type Extension file (*.cmdtx) is created, you are expected to generate a Windows Installer file (\*.msi) which contains the \*.cmdtx file and the UX files.
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"

memdocs/configmgr/develop/apps/how-to-define-the-client-side-handler.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "How to Define the Client-side Handler"
3+
description: The custom client-side handler needs to implement a public COM interface and methods. The below methods will be called by the Configuration Manager client framework.
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"

memdocs/configmgr/develop/apps/how-to-define-the-create-deployment-type-wizard-xml-file.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "How to Define the Create Deployment Type Wizard XML File "
3+
description: To define the custom create deployment type wizard XML file, create an XML file based on the schema.
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Define the Deployment Technology Registration File "
3+
description: To define a deployment technology registration file, create an XML file based on the AppMgmtDigest schema.
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "How to Define the Deployment Technology"
3+
description: To define a custom application management deployment technology, implement the Microsoft.ConfigurationManagement.ApplicationManagement.DeploymentTechnology class.
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
@@ -19,7 +20,7 @@ To define a custom application management deployment technology, implement the `
1920

2021
The DeploymentTechnology class is the object that is registered with the Configuration Manager Application Model SDK. The DeploymentTechnology class contains references to three different types of objects that compose the technology. When implementing a new deployment technology you must implement a class that derives from this class.
2122

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

2425
> [!IMPORTANT]
2526
> The DeploymentTechnology class name must match the class specified in the DeploymentTechnology.xml file.

memdocs/configmgr/develop/compliance/about-configuration-baselines.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "About Configuration Baselines"
3+
description: In Configuration Manager, baselines are used to define the configuration of a product or a system that is established at a specific point in time, capturing both structure and details.
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"

memdocs/configmgr/develop/compliance/how-to-enable-or-disable-the-compliance-settings--dcm--agent.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Enable or Disable the Compliance Settings Agent"
3+
description: In Configuration Manager, you enable or disable the Desired Configuration Management Client Agent by modifying the site control file settings.
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"

memdocs/configmgr/develop/compliance/how-to-import-configuration-baselines-and-configuration-items.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Import Configuration Baselines and Items"
3+
description: In Configuration Manager, importing a configuration baseline or configuration item by using the Configuration Manager SDK requires a properly formatted XML file.
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"

0 commit comments

Comments
 (0)