# Aktualisierbare Assets prüfen

### Beschreibung

Dieses Runbook prüft den Onboarding-Status für Windows Update for Business für alle Geräte-Mitglieder einer Microsoft Entra ID-Gruppe. Es fragt jedes Gerät ab und meldet den Registrierungsstatus pro Updatekategorie sowie alle zurückgegebenen Fehlerdetails. Verwenden Sie dies, um zu validieren, ob Gruppenmitglieder korrekt als aktualisierbare Assets registriert sind.

### Speicherort

Gruppe → Geräte → Aktualisierbare Assets prüfen

**Vollständiger Runbook-Name**

rjgit-group\_devices\_check-updatable-assets

### Berechtigungen

#### Anwendungsberechtigungen

* **Typ**: Microsoft Graph
  * Device.Read.All
  * Group.Read.All
  * WindowsUpdates.ReadWrite.All

#### Hinweise zu Berechtigungen

Azure: Contributor für Storage Account

### Parameter

#### GroupId

Objekt-ID der Gruppe, deren Geräte-Mitglieder geprüft werden.

| Eigenschaft  | Wert         |
| ------------ | ------------ |
| Erforderlich | wahr         |
| Standardwert |              |
| Typ          | Zeichenfolge |

[Zurück zur Übersicht der Runbook-Referenz](/de/automatisierung/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/de/automatisierung/runbooks/runbook-references/group/devices/check-updatable-assets.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.
