# Ajouter un appareil via un identifiant d’entreprise

### Description

Ce runbook importe un appareil dans Intune à l’aide d’un identifiant d’entreprise tel qu’un numéro de série ou un IMEI. Il peut écraser les entrées existantes et stocke éventuellement une description pour l’identité importée.

### Emplacement

Organisation → Appareils → Ajouter un appareil via un identifiant d’entreprise

**Nom complet du runbook**

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

### Autorisations

#### Autorisations d’application

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

### Paramètres

#### CorpIdentifierType

Type d’identifiant à utiliser pour l’importation.

| Propriété         | Valeur       |
| ----------------- | ------------ |
| Obligatoire       | true         |
| Valeur par défaut | serialNumber |
| Type              | Chaîne       |

#### CorpIdentifier

Valeur de l’identifiant à importer.

| Propriété         | Valeur |
| ----------------- | ------ |
| Obligatoire       | true   |
| Valeur par défaut |        |
| Type              | Chaîne |

#### DeviceDescripton

Description facultative stockée pour l’identité importée.

| Propriété         | Valeur |
| ----------------- | ------ |
| Obligatoire       | false  |
| Valeur par défaut |        |
| Type              | Chaîne |

#### OverwriteExistingEntry

Si la valeur est définie sur true, une entrée existante pour le même identifiant sera écrasée.

| Propriété         | Valeur  |
| ----------------- | ------- |
| Obligatoire       | false   |
| Valeur par défaut | True    |
| Type              | Booléen |

[Retour à l’aperçu de la référence du runbook](/fr/automatisation/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/fr/automatisation/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.
