# Agregar dispositivo Autopilot

### Descripción

Este runbook importa un dispositivo Windows a Windows Autopilot usando el número de serie del dispositivo y el hash de hardware. Opcionalmente, puede esperar a que el trabajo de importación finalice y admite etiquetado durante la importación.

### Ubicación

Organization → Devices → Add Autopilot Device

**Nombre completo del runbook**

rjgit-org\_devices\_add-autopilot-device

### Permisos

#### Permisos de aplicación

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

### Parámetros

#### SerialNumber

Número de serie del dispositivo tal como lo devuelve Get-WindowsAutopilotInfo.

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

#### HardwareIdentifier

Hash de hardware del dispositivo tal como lo devuelve Get-WindowsAutopilotInfo.

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

#### AssignedUser

Usuario opcional que se asignará al dispositivo Autopilot.

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

#### Wait

Si se establece en true, el runbook espera hasta que se complete el trabajo de importación.

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

#### GroupTag

Etiqueta de grupo opcional que se aplicará al dispositivo importado.

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

[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-autopilot-device.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.
