# パスワードをリセット

### 説明

Microsoft Entra ID のユーザーのパスワードをリセットし、必要に応じて最初にアカウントを有効にします。次回のサインイン時に、ユーザーにパスワード変更を強制できます。この runbook は、技術者がユーザーのパスワードをリセットし、次回ログイン時にユーザーがそれを更新することを確実にする必要があるヘルプデスクのシナリオで役立ちます。

### 場所

ユーザー → セキュリティ → パスワードのリセット

**ランブックの完全名**

rjgit-user\_security\_reset-password

### アクセス許可

#### RBAC ロール

* ユーザー管理者

### パラメーター

#### UserName

対象ユーザーのユーザー プリンシパル名。

| プロパティ | 値    |
| ----- | ---- |
| 必須    | true |
| 既定値   |      |
| 種類    | 文字列  |

#### EnableUserIfNeeded

true に設定すると、パスワードをリセットする前にユーザー アカウントを有効にします。

| プロパティ | 値       |
| ----- | ------- |
| 必須    | false   |
| 既定値   | True    |
| 種類    | Boolean |

#### ForceChangePasswordNextSignIn

true に設定すると、次回のサインイン時にユーザーにパスワードの変更を強制します。

| プロパティ | 値       |
| ----- | ------- |
| 必須    | false   |
| 既定値   | True    |
| 種類    | Boolean |

[ランブック リファレンスの概要に戻る](/ja/zi-dong-hua/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/ja/zi-dong-hua/runbooks/runbook-references/user/security/reset-password.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.
