> 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/fr/automatisation/runbooks/runbook-references/org/general/add-or-remove-trusted-site.md).

# Ajouter ou supprimer un site approuvé

### Description

Ajoute ou supprime une URL de la liste d’affectation Site-à-zone dans une stratégie de configuration personnalisée Windows. Le runbook peut également lister toutes les stratégies de Sites de confiance existantes et leurs mappages.

### Emplacement

Organisation → Général → Ajouter ou supprimer un site de confiance

**Nom complet du Runbook**

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

### Autorisations

#### Autorisations d'application

* **Type**: Microsoft Graph
  * DeviceManagementConfiguration.ReadWrite.All

### Paramètres

#### Action

Action à exécuter : ajouter, supprimer ou lister des stratégies.

| Propriété         | Valeur |
| ----------------- | ------ |
| Requis            | vrai   |
| Valeur par défaut | 2      |
| Type              | Int32  |

#### URL

URL à ajouter ou supprimer ; elle doit être précédée de "http\://" ou "https\://".

| Propriété         | Valeur               |
| ----------------- | -------------------- |
| Requis            | faux                 |
| Valeur par défaut |                      |
| Type              | Chaîne de caractères |

#### Zone

Identifiant de zone Internet Explorer auquel attribuer l'URL.

| Propriété         | Valeur |
| ----------------- | ------ |
| Requis            | faux   |
| Valeur par défaut | 1      |
| Type              | Int32  |

#### DefaultPolicyName

Nom de stratégie par défaut utilisé lorsque plusieurs stratégies de Sites de confiance existent et qu'aucun nom de stratégie spécifique n'est fourni.

| Propriété         | Valeur                          |
| ----------------- | ------------------------------- |
| Requis            | faux                            |
| Valeur par défaut | Windows 10 - Sites de confiance |
| Type              | Chaîne de caractères            |

#### IntunePolicyName

Nom de stratégie facultatif ; s'il est fourni, le runbook cible cette stratégie au lieu d'en sélectionner automatiquement une.

| Propriété         | Valeur               |
| ----------------- | -------------------- |
| Requis            | faux                 |
| Valeur par défaut |                      |
| Type              | Chaîne de caractères |

[Retour à l'aperçu de la référence du Runbook](/fr/automatisation/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/fr/automatisation/runbooks/runbook-references/org/general/add-or-remove-trusted-site.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.
