How to Define the AppSynclet MOF File
In brief
The page now uses `ms.service: configuration-manager` instead of `microsoft-endpoint-configuration-manager`, paired with the existing SDK subservice.
What Intune admins need to know
This improves the page’s service classification and discoverability. No administrator action is required.
This summary was assembled from the tracked documentation change. Verify important details in the full Microsoft Learn article.
Documentation change
The comparison below shows only the changed extract. Use the full-page view for complete context.
How to Define the AppSynclet MOF File
To define a custom synclet MOF file, create an instance of the CCM_AppHandlers class. The new class instance identifies the custom client-side handler. Also, create instances of the CCM_HandlerSynclet class to store, detect, install and uninstall property values.
@@ -5,7 +5,7 @@ ms.date: 09/20/2016 ms.subservice: sdk ms.topic: how-to ms.collection: tier3-ms.service: microsoft-endpoint-configuration-manager+ms.service: configuration-manager --- # How to Define the AppSynclet MOF File To define a custom synclet MOF file, create an instance of the CCM_AppHandlers class. The new class instance identifies the custom client-side handler. Also, create instances of the CCM_HandlerSynclet class to store, detect, install and uninstall property values.