# Adicionar dispositivo via identificador corporativo

### Descrição

Este runbook importa um dispositivo para o Intune usando um identificador corporativo, como número de série ou IMEI. Pode sobrescrever entradas existentes e, opcionalmente, armazenar uma descrição para a identidade importada.

### Localização

Organização → Dispositivos → Adicionar Dispositivo Via Identificador Corporativo

**Nome completo do Runbook**

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

### Permissões

#### Permissões de aplicativo

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

### Parâmetros

#### CorpIdentifierType

Tipo de identificador a usar para a importação.

| Propriedade  | Valor        |
| ------------ | ------------ |
| Obrigatório  | true         |
| Valor padrão | serialNumber |
| Tipo         | String       |

#### CorpIdentifier

Valor do identificador a importar.

| Propriedade  | Valor  |
| ------------ | ------ |
| Obrigatório  | true   |
| Valor padrão |        |
| Tipo         | String |

#### DeviceDescripton

Descrição opcional armazenada para a identidade importada.

| Propriedade  | Valor  |
| ------------ | ------ |
| Obrigatório  | false  |
| Valor padrão |        |
| Tipo         | String |

#### OverwriteExistingEntry

Se definido como verdadeiro, uma entrada existente para o mesmo identificador será sobrescrita.

| Propriedade  | Valor   |
| ------------ | ------- |
| Obrigatório  | false   |
| Valor padrão | True    |
| Tipo         | Boolean |

[Voltar para a visão geral da Referência de Runbook](/pt/automacao/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/pt/automacao/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.
