> For the complete documentation index, see [llms.txt](https://docs.realmjoin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realmjoin.com/de/automatisierung/runbooks/runbook-references/device/security/isolate-or-release-device.md).

# Gerät isolieren oder freigeben

### Beschreibung

Dieses Runbook isoliert ein Gerät in Microsoft Defender for Endpoint, um das Risiko von lateraler Bewegung und Datenexfiltration zu verringern. Optional kann es ein zuvor isoliertes Gerät freigeben. Geben Sie einen kurzen Grund an, damit die Aktion im Dienst dokumentiert wird.

### Ort

Gerät → Sicherheit → Gerät isolieren oder freigeben

**Vollständiger Runbook-Name**

rjgit-device\_security\_isolate-or-release-device

### Berechtigungen

#### Anwendungsberechtigungen

* **Typ**: WindowsDefenderATP
  * Machine.Read.All
  * Machine.Isolate

### Parameter

#### DeviceId

Die Geräte-ID des Zielgeräts.

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

#### Freigeben

"Gerät isolieren" (Endwert: false) oder "Gerät aus der Isolation freigeben" (Endwert: true) kann als auszuführende Aktion ausgewählt werden. Wenn auf false gesetzt, isoliert das Runbook das Gerät in Defender for Endpoint. Wenn auf true gesetzt, gibt es ein zuvor isoliertes Gerät in Defender for Endpoint aus der Isolation frei.

| Eigenschaft  | Wert     |
| ------------ | -------- |
| Erforderlich | wahr     |
| Standardwert | False    |
| Typ          | Boolesch |

#### Isolationstyp

Der Isolationstyp, der beim Isolieren des Geräts verwendet wird.

| Eigenschaft  | Wert         |
| ------------ | ------------ |
| Erforderlich | false        |
| Standardwert | Vollständig  |
| Typ          | Zeichenfolge |

#### Kommentar

Ein kurzer Grund für die Isolierungs- bzw. Freigabeaktion.

| Eigenschaft  | Wert                         |
| ------------ | ---------------------------- |
| Erforderlich | wahr                         |
| Standardwert | Mögliches Sicherheitsrisiko. |
| Typ          | Zeichenfolge                 |

[Zur Übersicht der Runbook-Referenz zurück](/de/automatisierung/runbooks/runbook-references.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/device/security/isolate-or-release-device.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.
