> 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/es/comandos-de-powershell/set-psusetting.md).

# Set-PSUSetting

Set-PSUSetting configura los ajustes del servidor PowerShell Universal, abarcando registro, seguridad, sesiones, límites de velocidad, personalización de marca y la consola de administración.

## SINOPSIS

Configura los ajustes del servidor PowerShell Universal.

## DESCRIPCIÓN

Utilice este cmdlet para configurar los ajustes del servidor. Los controles de salida de trabajos incluyen `-LargeJobOutputBehavior`, `-MaxJobOutputSizeKB`, `-PreformattedJobOutput` y `-JobRunId`.

`-RedactSensitiveJobOutput` es opcional y está desactivado de forma predeterminada. Cuando se activa, PSU enmascara los valores asociados a nombres de claves sensibles integrados antes de que la salida del flujo del trabajo se conserve o se muestre. Reconoce las formas habituales de JSON, formularios/cadenas de consulta y `key: value`. Utilice `-SensitiveJobOutputKeys` para añadir nombres de claves. La redacción se realiza con el mejor esfuerzo posible, no es un analizador completo de secretos.

Los controles de herramientas MCP incluyen `-McpToolConcurrentJobLimit` y `-McpToolRateLimitPerMinute`.

## EJEMPLO

```powershell
Set-PSUSetting -RedactSensitiveJobOutput -SensitiveJobOutputKeys 'tenant_secret','service_token' -LargeJobOutputBehavior Compress -MaxJobOutputSizeKB 10240
```

## PARÁMETROS

* **RedactSensitiveJobOutput**: activa el enmascaramiento de valores sensibles con el mejor esfuerzo posible para la salida de trabajos.
* **SensitiveJobOutputKeys**: nombres de claves adicionales que se deben redactar.
* **LargeJobOutputBehavior**: acción que se debe realizar cuando la salida del trabajo alcanza el límite de tamaño configurado.
* **MaxJobOutputSizeKB**: tamaño máximo de la salida del trabajo en KB.
* **JobRunId**: activa la compatibilidad con el ID de ejecución del trabajo.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/powershell-universal/es/comandos-de-powershell/set-psusetting.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
