diff --git a/windows/deployment/update/deployment-service-feature-updates.md b/windows/deployment/update/deployment-service-feature-updates.md index ebd015d5cc..fa85a7fb81 100644 --- a/windows/deployment/update/deployment-service-feature-updates.md +++ b/windows/deployment/update/deployment-service-feature-updates.md @@ -22,6 +22,8 @@ In this article, you will: > * [Open Graph Explorer](#open-graph-explorer) > * [Run queries to identify devices](#run-queries-to-identify-devices) > * [Enroll devices](#enroll-devices) +> * [Create a deployment audience and add audience members](#create-a-deployment-audience-and-add-audience-members) +> * [List catalog entries for feature updates](#list-catalog-entries-for-feature-updates) > * Do Z > * Do Z > - [Unenroll devices](#unenroll-devices) @@ -63,6 +65,7 @@ As long as a device remains enrolled in feature update management, the device do ## List catalog entries for feature updates + ```http GET https://graph.microsoft.com/beta/admin/windows/updates/catalog/entries?$filter=isof('microsoft.graph.windowsUpdates.featureUpdateCatalogEntry') ```