diff --git a/windows/deployment/TOC.yml b/windows/deployment/TOC.yml index f14ccb8dbe..bdaffc1953 100644 --- a/windows/deployment/TOC.yml +++ b/windows/deployment/TOC.yml @@ -180,11 +180,11 @@ href: update/deployment-service-prerequisites.md - name: Deploy updates with Windows Update for Business deployment service items: - - name: 'Tutorial: Deploy feature updates' + - name: Deploy feature updates href: update/deployment-service-feature-updates.md - - name: 'Tutorial: Deploy expedited updates' + - name: Deploy expedited updates href: update/deployment-service-expedited-updates.md - - name: 'Tutorial: Deploy driver and firmware updates' + - name: Deploy driver and firmware updates href: update/deployment-service-drivers.md - name: Troubleshoot Windows Update for Business deployment service href: update/deployment-service-troubleshoot.md diff --git a/windows/deployment/update/deployment-service-drivers.md b/windows/deployment/update/deployment-service-drivers.md index c666bb8bac..3eb3efdc74 100644 --- a/windows/deployment/update/deployment-service-drivers.md +++ b/windows/deployment/update/deployment-service-drivers.md @@ -1,21 +1,21 @@ --- -title: 'Tutorial: Deploy drivers and firmware updates with Windows Update for Business deployment service.' +title: Deploy drivers and firmware updates with Windows Update for Business deployment service. description: Use Windows Update for Business deployment service to deploy driver and firmware updates. ms.prod: windows-client author: mestew ms.localizationpriority: medium ms.author: mstewart manager: aaroncz -ms.topic: tutorial +ms.topic: article ms.technology: itpro-updates ms.date: 02/14/2023 --- -# Tutorial: Deploy drivers and firmware updates with Windows Update for Business deployment service +# Deploy drivers and firmware updates with Windows Update for Business deployment service ***(Applies to: Windows 11 & Windows 10)*** -In this tutorial, you will: +In this article, you will: > [!div class="checklist"] > - [Open Graph Explorer](#open-graph-explorer) > - [Run queries to identify test devices](#run-queries-to-identify-test-devices) @@ -31,8 +31,8 @@ In this tutorial, you will: All of the [prerequisites for the Windows Update for Business deployment service](deployment-service-overview.md#prerequisites) must be met. ### Permissions - -[!INCLUDE [Windows Update for Business deployment service tutorial permissions](./includes/wufb-deployment-tutorial-permissions.md)] + +[!INCLUDE [Windows Update for Business deployment service permissions using Graph Explorer](./includes/wufb-deployment-graph-explorer-permissions)] ## Open Graph Explorer @@ -269,6 +269,8 @@ GET https://graph.microsoft.com/beta/admin/windows/updates/updatePolicies/9011c3 ## Revoke content approval +``` + ## Remove device enrollment diff --git a/windows/deployment/update/deployment-service-expedited-updates.md b/windows/deployment/update/deployment-service-expedited-updates.md index 8650f264e9..f10c256b94 100644 --- a/windows/deployment/update/deployment-service-expedited-updates.md +++ b/windows/deployment/update/deployment-service-expedited-updates.md @@ -1,21 +1,21 @@ --- -title: 'Tutorial: Deploy expedited updates with Windows Update for Business deployment service' +title: Deploy expedited updates with Windows Update for Business deployment service description: Use Windows Update for Business deployment service to deploy expedited updates. ms.prod: windows-client author: mestew ms.localizationpriority: medium ms.author: mstewart manager: aaroncz -ms.topic: tutorial +ms.topic: article ms.technology: itpro-updates ms.date: 02/14/2023 --- -# Tutorial: Deploy expedited updates with Windows Update for Business deployment service +# Deploy expedited updates with Windows Update for Business deployment service ***(Applies to: Windows 11 & Windows 10)*** -In this tutorial, you will: +In this article, you will: > [!div class="checklist"] > * [Open Graph Explorer](#open-graph-explorer) > * [Run queries to identify test devices](#run-queries-to-identify-test-devices) @@ -30,8 +30,8 @@ All of the [prerequisites for the Windows Update for Business deployment service ### Permissions - -[!INCLUDE [Windows Update for Business deployment service tutorial permissions](./includes/wufb-deployment-tutorial-permissions.md)] + +[!INCLUDE [Windows Update for Business deployment service permissions using Graph Explorer](./includes/wufb-deployment-graph-explorer-permissions)] ## Open Graph Explorer diff --git a/windows/deployment/update/deployment-service-feature-updates.md b/windows/deployment/update/deployment-service-feature-updates.md index 9670fee85f..c3266087bc 100644 --- a/windows/deployment/update/deployment-service-feature-updates.md +++ b/windows/deployment/update/deployment-service-feature-updates.md @@ -1,21 +1,21 @@ --- -title: 'Tutorial: Deploy feature updates with Windows Update for Business deployment service.' +title: Deploy feature updates with Windows Update for Business deployment service. description: Use Windows Update for Business deployment service to deploy feature updates. ms.prod: windows-client author: mestew ms.localizationpriority: medium ms.author: mstewart manager: aaroncz -ms.topic: tutorial +ms.topic: article ms.technology: itpro-updates ms.date: 02/14/2023 --- -# Tutorial: Deploy feature updates with Windows Update for Business deployment service +# Deploy feature updates with Windows Update for Business deployment service ***(Applies to: Windows 11 & Windows 10)*** -In this tutorial, you will: +In this article, you will: > [!div class="checklist"] > * [Open Graph Explorer](#open-graph-explorer) > * [Run queries to identify test devices](#run-queries-to-identify-test-devices) @@ -27,10 +27,11 @@ In this tutorial, you will: ## Prerequisites All of the [prerequisites for the Windows Update for Business deployment service](deployment-service-overview.md#prerequisites) must be met. + ### Permissions - -[!INCLUDE [Windows Update for Business deployment service tutorial permissions](./includes/wufb-deployment-tutorial-permissions.md)] + +[!INCLUDE [Windows Update for Business deployment service permissions using Graph Explorer](./includes/wufb-deployment-graph-explorer-permissions)] ## Open Graph Explorer diff --git a/windows/deployment/update/includes/wufb-deployment-find-device-name-graph-explorer.md b/windows/deployment/update/includes/wufb-deployment-find-device-name-graph-explorer.md index 457be3217f..611cc9c8f0 100644 --- a/windows/deployment/update/includes/wufb-deployment-find-device-name-graph-explorer.md +++ b/windows/deployment/update/includes/wufb-deployment-find-device-name-graph-explorer.md @@ -48,6 +48,6 @@ GET https://graph.microsoft.com/v1.0/devices?$filter=model ne 'virtual machine' > [!Tip] > Requests using the [device](/graph/api/resources/device) resource type typically have both an `id` and a `deviceid`: -> - The `deviceid` is the **Azure AD Device ID** and will be used in this tutorial. -> - Later in this tutorial, this `deviceid` will be used as an `id` when you make certain requests such as adding a device to a deployment audience. -> - The `id` from the [device](/graph/api/resources/device) resource type is usually the Azure AD Object ID, which won't be used in this tutorial. +> - The `deviceid` is the **Azure AD Device ID** and will be used in this article. +> - Later in this article, this `deviceid` will be used as an `id` when you make certain requests such as adding a device to a deployment audience. +> - The `id` from the [device](/graph/api/resources/device) resource type is usually the Azure AD Object ID, which won't be used in this article. diff --git a/windows/deployment/update/includes/wufb-deployment-tutorial-permissions.md b/windows/deployment/update/includes/wufb-deployment-graph-explorer-permissions.md similarity index 92% rename from windows/deployment/update/includes/wufb-deployment-tutorial-permissions.md rename to windows/deployment/update/includes/wufb-deployment-graph-explorer-permissions.md index f2da67046b..563163371b 100644 --- a/windows/deployment/update/includes/wufb-deployment-tutorial-permissions.md +++ b/windows/deployment/update/includes/wufb-deployment-graph-explorer-permissions.md @@ -10,7 +10,7 @@ ms.localizationpriority: medium --- -The following permissions are needed for the tutorial: +The following permissions are needed for the queries listed in this article: - [WindowsUpdates.ReadWrite.All](/graph/permissions-reference#windows-updates-permissions) for [Windows Update for Business deployment service](/graph/api/resources/windowsupdates) operations. - At least [Device.Read.All](/graph/permissions-reference#device-permissions) permission to display [device](/graph/api/resources/device) information. diff --git a/windows/deployment/update/includes/wufb-deployment-graph-explorer.md b/windows/deployment/update/includes/wufb-deployment-graph-explorer.md index 2a51ba52d4..f39e7b6315 100644 --- a/windows/deployment/update/includes/wufb-deployment-graph-explorer.md +++ b/windows/deployment/update/includes/wufb-deployment-graph-explorer.md @@ -10,13 +10,13 @@ ms.localizationpriority: medium --- -For this tutorial, you'll use Graph Explorer to make requests to the [Microsoft Graph APIs](/graph/api/resources/windowsupdates-updates?view=graph-rest-beta&preserve-view=true) to retrieve, add, delete, and update data. For more information about using Graph Explorer, see [Get started with Graph Explorer](/graph/graph-explorer/overview). +For this article, you'll use Graph Explorer to make requests to the [Microsoft Graph APIs](/graph/api/resources/windowsupdates-updates?view=graph-rest-beta&preserve-view=true) to retrieve, add, delete, and update data. For more information about using Graph Explorer, see [Get started with Graph Explorer](/graph/graph-explorer/overview). > [!WARNING] -> Using a test tenant for tutorials is recommended. If you use a production tenant, ensure you verify which client devices you're targeting with deployments. +> Using a test tenant to verify the deployment process first is recommended. If you use a production tenant, ensure you verify which client devices you're targeting with deployments. 1. From a browser, go to [Graph Explorer](https://developer.microsoft.com/graph/graph-explorer) and sign in using an Azure Active Directory (Azure AD) user account. -1. You may need to enable the [`WindowsUpdates.ReadWrite.All` permission](/graph/permissions-reference#windows-updates-permissions) to use the queries in this tutorial. To enable the permission: +1. You may need to enable the [`WindowsUpdates.ReadWrite.All` permission](/graph/permissions-reference#windows-updates-permissions) to use the queries in this article. To enable the permission: 1. Select the **Modify permissions** tab in Graph Explorer. 1. In the permissions dialog box, select the **WindowsUpdates.ReadWrite.All** permission then select **Consent**. You may need to sign in again to grant consent.