# Unenroll Updatable Assets Scheduled

### Description

This runbook unenrolls all device members of a Microsoft Entra ID group from Windows Update for Business updatable assets. You can remove a specific update category enrollment or delete the updatable asset registration entirely. Use this to offboard devices from WUfB reporting or to reset their enrollment state.

### Location

Group → Devices → Unenroll Updatable Assets (Scheduled)

**Full Runbook name**

rjgit-group\_devices\_unenroll-updatable-assets\_scheduled

### Permissions

#### Application permissions

* **Type**: Microsoft Graph
  * Group.Read.All
  * WindowsUpdates.ReadWrite.All

### Parameters

#### GroupId

Object ID of the group whose device members will be unenrolled.

| Property      | Value  |
| ------------- | ------ |
| Required      | true   |
| Default Value |        |
| Type          | String |

#### UpdateCategory

The update category to unenroll from. Supported values are driver, feature, quality, or all.

| Property      | Value  |
| ------------- | ------ |
| Required      | true   |
| Default Value | all    |
| Type          | String |

#### IncludeUserOwnedDevices

When enabled, the runbook also resolves all user members of the group (including nested groups) and unenrolls every device the user is owner of.

| Property      | Value   |
| ------------- | ------- |
| Required      | false   |
| Default Value | False   |
| Type          | Boolean |

[Back to Runbook Reference overview](/automation/runbooks/runbook-references.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.realmjoin.com/automation/runbooks/runbook-references/group/devices/unenroll-updatable-assets_scheduled.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
