How to Export Configuration Baselines and Configuration Items
In brief
The page metadata now uses `ms.service: configuration-manager` instead of `microsoft-endpoint-configuration-manager`, paired with the existing SDK subservice.
What Intune admins need to know
No administrator action is indicated; this updates the page’s documentation classification.
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 Export Configuration Baselines and Configuration Items
In Configuration Manager, to export a configuration baseline or configuration item using the Configuration Manager SDK, read the relevant SMS_ConfigurationItem instance and write the SDMPackageXML property (string) to a file.
@@ -5,7 +5,7 @@ ms.subservice: sdk ms.topic: how-to ms.collection: tier3 description: You can export a configuration baseline or configuration item by using Configuration Manager SDK and reading the relevant SMS_ConfigurationItem instance and writing the SDMPackageXML property (string) to a file.-ms.service: microsoft-endpoint-configuration-manager+ms.service: configuration-manager --- # How to Export Configuration Baselines and Configuration Items In Configuration Manager, to export a configuration baseline or configuration item using the Configuration Manager SDK, read the relevant `SMS_ConfigurationItem` instance and write the `SDMPackageXML` property (string) to a file.