mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-17 11:23:45 +00:00
edits, add new incluyde
This commit is contained in:
@ -22,6 +22,7 @@ In this tutorial, you will:
|
|||||||
> * [Enroll devices](#enroll-devices)
|
> * [Enroll devices](#enroll-devices)
|
||||||
> * Do Z
|
> * Do Z
|
||||||
> * Do Z
|
> * Do Z
|
||||||
|
> * [Remove device enrollment](#remove-device-enrollment)
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
@ -48,8 +49,24 @@ When you enroll devices into driver management, the deployment service becomes t
|
|||||||
<!--Using include for enrolling devices using Graph Explorer-->
|
<!--Using include for enrolling devices using Graph Explorer-->
|
||||||
[!INCLUDE [Graph Explorer enroll devices](./includes/wufb-deployment-enroll-device-graph-explorer.md)]
|
[!INCLUDE [Graph Explorer enroll devices](./includes/wufb-deployment-enroll-device-graph-explorer.md)]
|
||||||
|
|
||||||
|
## Create an audience
|
||||||
|
|
||||||
|
```rest
|
||||||
|
POST https://graph.microsoft.com/beta/admin/windows/updates/deploymentAudiences
|
||||||
|
content-type: application/json
|
||||||
|
|
||||||
|
{}
|
||||||
|
```
|
||||||
|
|
||||||
|
Returns a [201 Created] response with the following body:
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"@odata.context": "https://graph.microsoft.com/beta/$metadata#admin/windows/updates/deploymentAudiences/$entity",
|
||||||
|
"id": "f0ec689b-fa10-4e45-965c-ce753f7d4363",
|
||||||
|
"reportingDeviceCount": 0,
|
||||||
|
"applicableContent": []
|
||||||
|
}
|
||||||
|
```
|
||||||
## Remove device enrollment
|
## Remove device enrollment
|
||||||
|
|
||||||
<!--Using include for removing device enrollment-->
|
<!--Using include for removing device enrollment-->
|
||||||
|
@ -19,7 +19,10 @@ In this tutorial, you will:
|
|||||||
> [!div class="checklist"]
|
> [!div class="checklist"]
|
||||||
> * [Open Graph Explorer](#open-graph-explorer)
|
> * [Open Graph Explorer](#open-graph-explorer)
|
||||||
> * [Run queries to identify test devices](#run-queries-to-identify-test-devices)
|
> * [Run queries to identify test devices](#run-queries-to-identify-test-devices)
|
||||||
|
> * [Enroll devices](#enroll-devices)
|
||||||
> * Do Z
|
> * Do Z
|
||||||
|
> * Do Z
|
||||||
|
> * [Remove device enrollment](#remove-device-enrollment)
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user