add include file for graph exp

This commit is contained in:
Meghan Stewart 2023-01-20 16:33:57 -08:00
parent 8cc157be07
commit f1f7fce4fc
7 changed files with 87 additions and 7 deletions

View File

@ -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

View File

@ -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
<!--7260403, 7512398-->
***(Applies to: Windows 11 & Windows 10)***
In this tutorial, you will:
> [!div class="checklist"]
> * Do X
> * Do Y
> * Do Z
## Open Graph Explorer
<!--Using include for Graph Explorer sign in-->
[!INCLUDE [Graph Explorer sign in](./includes/wufb-deployment-graph-explorer.md)]

View File

@ -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
<!--7512398-->
***(Applies to: Windows 11 & Windows 10)***
In this tutorial, you will:
> [!div class="checklist"]
> * Do X
> * Do Y
> * Do Z
## Prerequisites
## Open Graph Explorer
<!--Using include for Graph Explorer sign in-->
[!INCLUDE [Graph Explorer sign in](./includes/wufb-deployment-graph-explorer.md)]

View File

@ -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
<!--7512398-->
***(Applies to: Windows 11 & Windows 10)***
In this tutorial, you will:
> [!div class="checklist"]
> * Do X
> * Do Y
> * Do Z
## Open Graph Explorer
<!--Using include for Graph Explorer sign in-->
[!INCLUDE [Graph Explorer sign in](./includes/wufb-deployment-graph-explorer.md)]

View File

@ -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.":::

View File

@ -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
---
<!--This file is shared by deployment-service-drivers.md, deployment-service-expedited-updates.md, and the deployment-service-feature-updates.md articles. Headings may be driven by article context. -->
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":::

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 KiB