# Agregar dispositivo mediante identificador corporativo

### Descripción

Este runbook importa un dispositivo en Intune utilizando un identificador corporativo, como el número de serie o el IMEI. Puede sobrescribir entradas existentes y, opcionalmente, almacena una descripción para la identidad importada.

### Ubicación

Organización → Dispositivos → Agregar dispositivo mediante identificador corporativo

**Nombre completo del runbook**

rjgit-org\_devices\_add-device-via-corporate-identifier

### Permisos

#### Permisos de aplicación

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

### Parámetros

#### Tipo de identificador corporativo

Tipo de identificador que se utilizará para la importación.

| Propiedad            | Valor           |
| -------------------- | --------------- |
| Requerido            | true            |
| Valor predeterminado | número de serie |
| Tipo                 | Cadena          |

#### Identificador corporativo

Valor del identificador a importar.

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

#### Descripción del dispositivo

Descripción opcional almacenada para la identidad importada.

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

#### Sobrescribir entrada existente

Si se establece en true, se sobrescribirá una entrada existente para el mismo identificador.

| Propiedad            | Valor   |
| -------------------- | ------- |
| Requerido            | false   |
| Valor predeterminado | True    |
| Tipo                 | Boolean |

[Volver a la vista general de referencia del runbook](/es/automatizacion/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/es/automatizacion/runbooks/runbook-references/org/devices/add-device-via-corporate-identifier.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.
