How to List the Maintenance Windows and Properties for a Specific Collection
In brief
The page’s `ms.service` value changed from `microsoft-endpoint-configuration-manager` to `configuration-manager`.
What Intune admins need to know
No administrator action is required; the update improves the page’s service 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 List the Maintenance Windows and Properties for a Specific Collection
The following example shows how to list the maintenance windows for a specific collection by using the SMS_CollectionSettings Server WMI Class class. Maintenance windows are created by using the SMS_ServiceWindow Server WMI Class class and then stored as embedded objects in SMS_CollectionSettings instances, one per collection.
@@ -5,7 +5,7 @@ ms.subservice: sdk ms.topic: how-to ms.collection: tier3 description: Learn how to list the maintenance windows and properties for a specific collection with provided examples and links.-ms.service: microsoft-endpoint-configuration-manager+ms.service: configuration-manager --- # How to List the Maintenance Windows and Properties for a Specific Collection The following example shows how to list the maintenance windows for a specific collection by using the [SMS_CollectionSettings Server WMI Class](../../../../develop/reference/core/clients/collections/sms_collectionsettings-server-wmi-class.md) class. Maintenance windows are created by using the [SMS_ServiceWindow Server WMI Class](../../../../develop/reference/core/servers/configure/sms_servicewindow-server-wmi-class.md) class and then stored as embedded objects in [SMS_CollectionSettings](../../../../develop/reference/core/clients/collections/sms_collectionsettings-server-wmi-class.md) instances, one per collection.