> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/powershell-universal/fr/automation/about.md).

# À propos de l'automation

### Exécuter des scripts

Vous pouvez exécuter des [scripts](/powershell-universal/fr/automation/scripts.md) dans PowerShell Universal. PowerShell Universal s'intègre profondément avec l'hôte PowerShell pour fournir une interface utilisateur pour les blocs de paramètres, afficher des objets enrichis, afficher la progression et même permettre à l'utilisateur de fournir des commentaires.

<figure><img src="/files/jwIDkN2D0vGzm0LPL2zp" alt=""><figcaption><p>Sortie du script</p></figcaption></figure>

### Planifier des tâches

Vous pouvez planifier des tâches pour qu'elles s'exécutent [en continu](/powershell-universal/fr/automation/schedules.md#continuous), [à certaines heures](/powershell-universal/fr/automation/schedules.md#cron) ou même [lorsque des événements se produisent](/powershell-universal/fr/automation/triggers.md) au sein de la plateforme PowerShell Universal.

<figure><img src="/files/7zGinjjoQpXPWxihGnTO" alt=""><figcaption><p>Interface des planifications</p></figcaption></figure>

### Commandes ad hoc

Exécutez des commandes ad hoc dans des [terminaux](/powershell-universal/fr/automation/terminals.md) dans n'importe lequel de vos environnements configurés et, facultativement, avec des informations d'identification alternatives.

<figure><img src="/files/prfkBRPceO1I3T1wOrKR" alt=""><figcaption><p>Terminal dans le navigateur</p></figcaption></figure>


---

# 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.devolutions.net/powershell-universal/fr/automation/about.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.
