How to Modify the Supported Platforms for a Program
In brief
The page now uses `ms.service: configuration-manager` instead of `microsoft-endpoint-configuration-manager`; the SDK subservice remains unchanged.
What Intune admins need to know
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 Modify the Supported Platforms for a Program
Your application can add supported platforms to a package, in Configuration Manager, by obtaining specific instances of the SMS_Package and SMS_Program classes and then adding an instance of the SMS_OS_Details class to the SupportedOperatingSystems property.
@@ -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 Modify the Supported Platforms for a Program Your application can add supported platforms to a package, in Configuration Manager, by obtaining specific instances of the `SMS_Package` and `SMS_Program` classes and then adding an instance of the `SMS_OS_Details` class to the `SupportedOperatingSystems` property.