> 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/org/general/add-or-remove-trusted-site.md).

# Vertrauenswürdige Website hinzufügen oder entfernen

### Beschreibung

Fügt eine URL zur Site-to-Zone-Zuweisungsliste in einer benutzerdefinierten Windows-Konfigurationsrichtlinie hinzu oder entfernt sie. Das Runbook kann auch alle vorhandenen Richtlinien für vertrauenswürdige Sites und deren Zuordnungen auflisten.

### Ort

Organisation → Allgemein → Vertrauenswürdige Site hinzufügen oder entfernen

**Vollständiger Runbook-Name**

rjgit-org\_general\_add-or-remove-trusted-site

### Details

| Eigenschaft          | Wert                               |
| -------------------- | ---------------------------------- |
| Version              | 1.0.1                              |
| Erforderliche Module | RealmJoin.RunbookHelper (>= 0.8.9) |
| Planbar              | nein                               |

### Hinweise

Dieses Runbook verwendet Aufrufe wie unter <https://call4cloud.nl/2021/09/the-isencrypted-with-steve-zissou/> beschrieben, um omaSettings zu entschlüsseln. Dafür muss derzeit der Microsoft Graph beta-Endpunkt verwendet werden.

### Berechtigungen

#### Anwendungsberechtigungen

* **Typ**: Microsoft Graph
  * DeviceManagementConfiguration.ReadWrite.All
    * *Liest und aktualisiert die Site-to-Zone-Zuweisungsrichtlinie einschließlich geheimer OMA-Einstellungen*

### Parameter

#### Aktion

Auszuführende Aktion: Richtlinien hinzufügen, entfernen oder auflisten.

| Eigenschaft  | Wert  |
| ------------ | ----- |
| Erforderlich | wahr  |
| Standardwert | 2     |
| Typ          | Int32 |

**Portaloptionen**

| Portaloption                                                    | Wert |
| --------------------------------------------------------------- | ---- |
| URL zu vertrauenswürdigen Sites hinzufügen                      |      |
| URL aus vertrauenswürdigen Sites entfernen                      |      |
| Alle Richtlinien für vertrauenswürdige Sites auflisten/ausgeben |      |

#### URL

URL zum Hinzufügen oder Entfernen; sie muss mit "http\://" oder "https\://" beginnen.

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

#### Zone

Internet-Explorer-Zonen-ID, der die URL zugewiesen werden soll.

| Eigenschaft  | Wert   |
| ------------ | ------ |
| Erforderlich | falsch |
| Standardwert | 1      |
| Typ          | Int32  |

**Portaloptionen**

| Portaloption                         | Wert |
| ------------------------------------ | ---- |
| Mein Computer (0)                    | 0    |
| Lokale Intranetzone (1)              | 1    |
| Zone für vertrauenswürdige Sites (2) | 2    |
| Internetzone (3)                     | 3    |
| Zone für eingeschränkte Sites (4)    | 4    |

#### DefaultPolicyName

Standardrichtlinienname, der verwendet wird, wenn mehrere Richtlinien für vertrauenswürdige Sites vorhanden sind und kein bestimmter Richtlinienname angegeben ist.

| Eigenschaft            | Wert                                        |
| ---------------------- | ------------------------------------------- |
| Erforderlich           | falsch                                      |
| Standardwert           | Windows 10 - Vertrauenswürdige Sites        |
| Typ                    | Zeichenfolge                                |
| Im Portal ausgeblendet | ja (vorkonfiguriert über Runbook-Anpassung) |

#### IntunePolicyName

Optionaler Richtlinienname; wenn angegeben, zielt das Runbook auf diese Richtlinie ab, statt automatisch eine auszuwählen.

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

[Zurück zur Übersicht der Runbook-Referenz](/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, and the optional `goal` query parameter:

```
GET https://docs.realmjoin.com/de/automatisierung/runbooks/runbook-references/org/general/add-or-remove-trusted-site.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
