From 0f33b308917dc6620675ec467a24221f35a13bd0 Mon Sep 17 00:00:00 2001 From: Meghan Stewart <33289333+mestew@users.noreply.github.com> Date: Mon, 6 Feb 2023 11:24:23 -0800 Subject: [PATCH] additions --- .../deployment/update/deployment-service-feature-updates.md | 3 +++ 1 file changed, 3 insertions(+) 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') ```