Skip to content

Commit eb84315

Browse files
authored
Merge pull request #7516 from MicrosoftDocs/main
Publish 05/03/2022, 10:30 AM
2 parents c5473b6 + bab2074 commit eb84315

43 files changed

Lines changed: 230 additions & 147 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/develop/apps/how-to-define-the-appsynclet-mof-file.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
2-
title: "How to Define the AppSynclet MOF File"
3-
titleSuffix: "Configuration Manager"
4-
ms.date: "09/20/2016"
5-
ms.prod: "configuration-manager"
2+
title: How to Define the AppSynclet MOF File
3+
description: To define a custom synclet MOF file, create an instance of the CCM_AppHandlers class.
4+
titleSuffix: Configuration Manager
5+
ms.date: 09/20/2016
6+
ms.prod: configuration-manager
67
ms.technology: configmgr-sdk
78
ms.topic: how-to
89
ms.assetid: ac9193e8-f6c8-4acf-ba1f-95e95d54d4ad
@@ -15,11 +16,11 @@ ms.collection: openauth
1516

1617
---
1718
# How to Define the AppSynclet MOF File
18-
To define a custom synclet MOF file, create an instance of the CCM_AppHandlers class. The new class instance will identify the custom client-side handler. Also, create instances of the CCM_HandlerSynclet class to store detect, install and uninstall property values.
19+
To define a custom synclet MOF file, create an instance of the CCM_AppHandlers class. The new class instance will identify the custom client-side handler. Also, create instances of the CCM_HandlerSynclet class to store, detect, install and uninstall property values.
1920

2021
The client extension maps closely to the Installer object, defined as part of the DeploymentType. Property values are stored in WMI and the public COM methods in the client-side handler map to detection, installation and uninstallation.
2122

22-
In this example, a new custom synclet MOF file is required for Remote Desktop Protocol (RDP) files. Support for RDP files is not built-in to Configuration Manager, so a custom synclet MOF file is required.
23+
In this example, a new custom synclet MOF file is required for Remote Desktop Protocol (RDP) files. Support for RDP files isn't built-in to Configuration Manager, so a custom synclet MOF file is required.
2324

2425
### To define a custom synclet MOF file
2526

memdocs/configmgr/develop/apps/how-to-define-the-content-importer.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 Content Importer"
3+
description: To define the application management deployment technology content importer, use an instance of the Microsoft.ConfigurationManagement.ApplicationManagement.ContentImporter class.
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"

memdocs/configmgr/develop/compliance/about-application-configuration-items.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "About Application Configuration Items"
3+
description: Application configuration items include all the functionality of general configuration items, but their identity can be detected independently of its settings and objects.
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"

memdocs/configmgr/develop/compliance/about-compliance-settings--dcm--extensibility.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "About Compliance Settings Extensibility"
3+
description: The content in this section provides information about extending the functionality of desired configuration management configuration items in Configuration Manager.
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"

memdocs/configmgr/develop/compliance/about-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: "About Configuration Baselines and Items"
3+
description: In Configuration Manager, baselines are used to define the configuration of a product or system that is established at a specific point in time.
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"

memdocs/configmgr/develop/compliance/application-configuration-item-example-2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Application Configuration Item Example 2"
3+
description: In Configuration Manager, the following Application Configuration Item Instance example determines whether Notepad.exe is installed.
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"

memdocs/configmgr/develop/compliance/general-configuration-item-example-1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "General Configuration Item Example 1"
3+
description: The following example is a general configuration item schema example that checks the registry to see whether, in this case, remote control is enabled in Configuration Manager.
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"

memdocs/configmgr/develop/compliance/how-to-configure-the-default-compliance-evaluation-schedule.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Configure the Default Compliance Evaluation Schedule"
3+
description: In Configuration Manager, the site control file maintains configuration for the configuration of the site.
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"

memdocs/configmgr/develop/compliance/how-to-list-configuration-assignments.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "List Configuration Assignments"
3+
description: The following code examples show how to list the current configuration baseline assignments and a specific set of properties for each assignment in Configuration Manager.
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"

memdocs/configmgr/develop/osd/about-configuration-manager-custom-action-mof-files.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Custom Action MOF Files"
3+
description: In Configuration Manager, operating system deployment actions are defined in the Managed Object Format (MOF) file.
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"

0 commit comments

Comments
 (0)