diff --git a/windows/deployment/TOC.yml b/windows/deployment/TOC.yml index 983b5bd989..f14ccb8dbe 100644 --- a/windows/deployment/TOC.yml +++ b/windows/deployment/TOC.yml @@ -178,12 +178,14 @@ href: update/deployment-service-overview.md - name: Prerequisites for Windows Update for Business deployment service href: update/deployment-service-prerequisites.md - - name: Deploy updates using Windows Update for Business deployment service + - name: Deploy updates with Windows Update for Business deployment service items: - name: 'Tutorial: Deploy feature updates' href: update/deployment-service-feature-updates.md - name: 'Tutorial: Deploy expedited updates' href: update/deployment-service-expedited-updates.md + - name: 'Tutorial: 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 - name: Monitor diff --git a/windows/deployment/update/deployment-service-drivers.md b/windows/deployment/update/deployment-service-drivers.md new file mode 100644 index 0000000000..9306660954 --- /dev/null +++ b/windows/deployment/update/deployment-service-drivers.md @@ -0,0 +1,29 @@ +--- +title: 'Tutorial: 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.technology: itpro-updates +ms.date: 02/14/2023 +--- + +# Deploy drivers and firmware updates with Windows Update for Business deployment service + +***(Applies to: Windows 11 & Windows 10)*** + + +In this tutorial, you will: +> [!div class="checklist"] +> * Do X +> * Do Y +> * Do Z + + +## Open Graph Explorer + + +[!INCLUDE [Graph Explorer sign in](./includes/wufb-deployment-graph-explorer.md)] \ No newline at end of file diff --git a/windows/deployment/update/deployment-service-expedited-updates.md b/windows/deployment/update/deployment-service-expedited-updates.md index 862ba6b171..a8ba04d28f 100644 --- a/windows/deployment/update/deployment-service-expedited-updates.md +++ b/windows/deployment/update/deployment-service-expedited-updates.md @@ -1,17 +1,31 @@ --- -title: Deploy expediated updates with Windows Update for Business deployment service +title: 'Tutorial: 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: article +ms.topic: tutorial ms.technology: itpro-updates ms.date: 02/14/2023 --- -# Deploy expedited updates with Windows Update for Business deployment service +# Tutorial: Deploy expedited updates with Windows Update for Business deployment service ***(Applies to: Windows 11 & Windows 10)*** +In this tutorial, you will: +> [!div class="checklist"] +> * Do X +> * Do Y +> * Do Z + + +## Prerequisites + + +## Open Graph Explorer + + +[!INCLUDE [Graph Explorer sign in](./includes/wufb-deployment-graph-explorer.md)] diff --git a/windows/deployment/update/deployment-service-feature-updates.md b/windows/deployment/update/deployment-service-feature-updates.md index ca15200ed1..e1f9d5e2d9 100644 --- a/windows/deployment/update/deployment-service-feature-updates.md +++ b/windows/deployment/update/deployment-service-feature-updates.md @@ -1,12 +1,12 @@ --- -title: Deploy feature updates with Windows Update for Business deployment service +title: 'Tutorial: 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: article +ms.topic: tutorial ms.technology: itpro-updates ms.date: 02/14/2023 --- @@ -15,3 +15,13 @@ ms.date: 02/14/2023 ***(Applies to: Windows 11 & Windows 10)*** +In this tutorial, you will: +> [!div class="checklist"] +> * Do X +> * Do Y +> * Do Z + +## Open Graph Explorer + + +[!INCLUDE [Graph Explorer sign in](./includes/wufb-deployment-graph-explorer.md)] \ No newline at end of file diff --git a/windows/deployment/update/deployment-service-overview.md b/windows/deployment/update/deployment-service-overview.md index 3d655149d9..7ef4804c87 100644 --- a/windows/deployment/update/deployment-service-overview.md +++ b/windows/deployment/update/deployment-service-overview.md @@ -34,7 +34,7 @@ The service is privacy focused and backed by leading industry compliance certifi ## How it works -The deployment service complements existing Windows Update for Business capabilities, including existing device policies and [Windows Update for Businesss reports](wufb-reports-overview.md). +The deployment service complements existing Windows Update for Business capabilities, including existing device policies and [Windows Update for Business reports](wufb-reports-overview.md). :::image type="content" source="media/wufbds-product-large.png" alt-text="Elements in following text."::: diff --git a/windows/deployment/update/includes/wufb-deployment-graph-explorer.md b/windows/deployment/update/includes/wufb-deployment-graph-explorer.md new file mode 100644 index 0000000000..fd82db4ad9 --- /dev/null +++ b/windows/deployment/update/includes/wufb-deployment-graph-explorer.md @@ -0,0 +1,25 @@ +--- +author: mestew +ms.author: mstewart +manager: aaroncz +ms.prod: w10 +ms.collection: M365-modern-desktop +ms.topic: include +ms.date: 08/18/2022 +ms.localizationpriority: medium +--- + + +For this tutorial, you'll use Graph Explorer to make requests to the [Microsoft Graph APIs](https://learn.microsoft.com/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](https://docs.microsoft.com/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. + +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. 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. + + :::image type="content" source="../media/wufbds-graph-modify-permission.png" alt-text="Screenshot of the modify permissions tab in Graph Explorer"::: + + diff --git a/windows/deployment/update/media/wufbds-graph-modify-permission.png b/windows/deployment/update/media/wufbds-graph-modify-permission.png new file mode 100644 index 0000000000..cfa73d5175 Binary files /dev/null and b/windows/deployment/update/media/wufbds-graph-modify-permission.png differ