> 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/ja/sono/troubleshooting/re-enrollment-trigger.md).

# 再登録のトリガー

場合によっては、管理者が SCEP 証明書の再登録をトリガーしたいことがあります。下の表では、SCEP 構成プロファイルのいくつかのプロパティを変更した場合に、再登録プロシージャへどのような影響があるかを確認できます

|     プロパティ名    | 再登録がトリガーされる |
| :-----------: | :---------: |
|    プロファイル名    |     いいえ     |
|   プロファイルの説明   |     いいえ     |
|   サブジェクト名の形式  |      はい     |
|   サブジェクト代替名   |      はい     |
|    証明書の有効期間   |      はい     |
| 拡張キー使用法 (EKU) |      はい     |
|     更新しきい値    |     いいえ     |
| SCEP サーバー URL |     いいえ     |

{% hint style="info" %}
Intune における SCEP 証明書更新プロセスを理解してトラブルシューティングするには、ぜひ素晴らしい記事をご確認ください [Intuneで管理されたWindowsクライアントにおけるSCEP証明書の要求/更新の詳細解説](https://oliverkieselbach.com/2022/09/21/deep-dive-of-scep-certificate-request-renewal-on-intune-managed-windows-clients/) 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/ja/sono/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.
