> For the complete documentation index, see [llms.txt](https://docs.scepman.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scepman.com/pt/outros/troubleshooting/re-enrollment-trigger.md).

# Acionador de novo registo

Em alguns casos, os administradores querem desencadear uma reinscrição para certificados SCEP; na tabela abaixo, você encontrará o efeito de alterar algumas propriedades de um perfil de configuração SCEP no procedimento de reinscrição

|         Nome da propriedade        | Reinscrição acionada |
| :--------------------------------: | :------------------: |
|           Nome do perfil           |          Não         |
|         Descrição do perfil        |          Não         |
|     Formato do nome do assunto     |          Sim         |
|     Nome alternativo do assunto    |          Sim         |
| Período de validade do certificado |          Sim         |
|    Usos de Chave Estendida (EKU)   |          Sim         |
|         Limite de renovação        |          Não         |
|        URL do servidor SCEP        |          Não         |

{% hint style="info" %}
Para entender e solucionar o processo de renovação de certificados SCEP no Intune, consulte o excelente artigo [Análise detalhada do pedido/renovação de certificado SCEP em clientes Windows geridos pelo Intune](https://oliverkieselbach.com/2022/09/21/deep-dive-of-scep-certificate-request-renewal-on-intune-managed-windows-clients/) no blog de Oliver Kieselbach.
{% endhint %}


---

# 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.scepman.com/pt/outros/troubleshooting/re-enrollment-trigger.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.
