mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-18 03:43:39 +00:00
formatting
This commit is contained in:
@ -26,7 +26,7 @@ The Windows Update for Business deployment service is used to approve and schedu
|
|||||||
> - [Review applicable driver content](#review-applicable-driver-content)
|
> - [Review applicable driver content](#review-applicable-driver-content)
|
||||||
> - [Approve driver content for deployment](#approve-driver-content-for-deployment)
|
> - [Approve driver content for deployment](#approve-driver-content-for-deployment)
|
||||||
> - [Revoke content approval](#revoke-content-approval)
|
> - [Revoke content approval](#revoke-content-approval)
|
||||||
> - [Remove device enrollment](#remove-device-enrollment)
|
> - [Unenroll devices](#unenroll-devices)
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
@ -85,10 +85,10 @@ To create a policy without any deployment settings, in the request body specify
|
|||||||
|
|
||||||
Response returning the policy, without any additional settings specified, that has a **Policy ID** of `9011c330-1234-5678-9abc-def012345678`:
|
Response returning the policy, without any additional settings specified, that has a **Policy ID** of `9011c330-1234-5678-9abc-def012345678`:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
HTTP/1.1 202 Accepted
|
HTTP/1.1 202 Accepted
|
||||||
Content-type: application/json
|
Content-type: application/json
|
||||||
{
|
{
|
||||||
"@odata.context": "https://graph.microsoft.com/beta/$metadata#admin/windows/updates/updatePolicies/$entity",
|
"@odata.context": "https://graph.microsoft.com/beta/$metadata#admin/windows/updates/updatePolicies/$entity",
|
||||||
"id": "9011c330-1234-5678-9abc-def012345678",
|
"id": "9011c330-1234-5678-9abc-def012345678",
|
||||||
"createdDateTime": "2023-01-25T05:32:21.9721459Z",
|
"createdDateTime": "2023-01-25T05:32:21.9721459Z",
|
||||||
@ -101,8 +101,8 @@ Response returning the policy, without any additional settings specified, that h
|
|||||||
"userExperience": null,
|
"userExperience": null,
|
||||||
"expedite": null
|
"expedite": null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### Specify settings during policy creation
|
### Specify settings during policy creation
|
||||||
|
|
||||||
@ -325,7 +325,7 @@ Content-type: application/json
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Unenroll device
|
## Unenroll devices
|
||||||
|
|
||||||
<!--Using include for removing device enrollment-->
|
<!--Using include for removing device enrollment-->
|
||||||
[!INCLUDE [Graph Explorer enroll devices](./includes/wufb-deployment-graph-unenroll.md)]
|
[!INCLUDE [Graph Explorer enroll devices](./includes/wufb-deployment-graph-unenroll.md)]
|
||||||
|
@ -15,6 +15,8 @@ ms.date: 02/14/2023
|
|||||||
<!--7512398-->
|
<!--7512398-->
|
||||||
***(Applies to: Windows 11 & Windows 10)***
|
***(Applies to: Windows 11 & Windows 10)***
|
||||||
|
|
||||||
|
The Windows Update for Business deployment service is used to approve and schedule software updates. The deployment service exposes its capabilities through the [Microsoft Graph API](/graph/use-the-api). You can call the API directly, through a [Graph SDK](/graph/sdks/sdks-overview), or integrate them with a management tool such as [Microsoft Intune](/mem/intune). This article uses Graph Explorer to walk through the entire process of deploying a feature update to clients. In this article, you will:
|
||||||
|
|
||||||
In this article, you will:
|
In this article, you will:
|
||||||
> [!div class="checklist"]
|
> [!div class="checklist"]
|
||||||
> * [Open Graph Explorer](#open-graph-explorer)
|
> * [Open Graph Explorer](#open-graph-explorer)
|
||||||
@ -22,7 +24,8 @@ In this article, you will:
|
|||||||
> * [Enroll devices](#enroll-devices)
|
> * [Enroll devices](#enroll-devices)
|
||||||
> * Do Z
|
> * Do Z
|
||||||
> * Do Z
|
> * Do Z
|
||||||
> * [Remove device enrollment](#remove-device-enrollment)
|
> - [Unenroll devices](#unenroll-devices)
|
||||||
|
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user