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

# Agregar o quitar sitio de confianza

### Descripción

Agrega o quita una URL de la lista de asignación de sitio a zona en una directiva de configuración personalizada de Windows. El runbook también puede enumerar todas las directivas de Sitios de confianza existentes y sus asignaciones.

### Ubicación

Organización → General → Agregar o quitar sitio de confianza

**Nombre completo del runbook**

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

### Permisos

#### Permisos de aplicación

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

### Parámetros

#### Acción

Acción a ejecutar: agregar, quitar o listar directivas.

| Propiedad            | Valor     |
| -------------------- | --------- |
| Requerido            | verdadero |
| Valor predeterminado | 2         |
| Tipo                 | Int32     |

#### URL

URL para agregar o quitar; debe ir precedida por "http\://" o "https\://".

| Propiedad            | Valor  |
| -------------------- | ------ |
| Requerido            | falso  |
| Valor predeterminado |        |
| Tipo                 | Cadena |

#### Zona

ID de zona de Internet Explorer al que asignar la URL.

| Propiedad            | Valor |
| -------------------- | ----- |
| Requerido            | falso |
| Valor predeterminado | 1     |
| Tipo                 | Int32 |

#### DefaultPolicyName

Nombre de directiva predeterminado usado cuando existen varias directivas de Sitios de confianza y no se proporciona un nombre de directiva específico.

| Propiedad            | Valor                            |
| -------------------- | -------------------------------- |
| Requerido            | falso                            |
| Valor predeterminado | Windows 10 - Sitios de confianza |
| Tipo                 | Cadena                           |

#### IntunePolicyName

Nombre de directiva opcional; si se proporciona, el runbook apunta a esta directiva en lugar de seleccionar una automáticamente.

| Propiedad            | Valor  |
| -------------------- | ------ |
| Requerido            | falso  |
| Valor predeterminado |        |
| Tipo                 | Cadena |

[Volver a la vista general de la referencia del runbook](/es/automatizacion/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/es/automatizacion/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.
