> For the complete documentation index, see [llms.txt](https://docs.realmjoin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realmjoin.com/ja/zi-dong-hua/runbooks/runbook-references/user/general/assign-windows365.md).

# Windows365 を割り当て

### 説明

必要なグループとライセンス、または Frontline プロビジョニング ポリシーを割り当てて、Windows 365 のプロビジョニングを開始します。必要に応じて、プロビジョニング完了時にユーザーへ通知し、ライセンスが不足している場合はサポート チケットを作成できます。

### 場所

ユーザー → 一般 → Windows365 の割り当て

**完全な Runbook 名**

rjgit-user\_general\_assign-windows365

### アクセス許可

#### アプリケーションのアクセス許可

* **種類**: Microsoft Graph
  * User.Read.All
  * GroupMember.ReadWrite.All
  * Group.ReadWrite.All
  * Mail.Send

### パラメーター

#### ユーザー名

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

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

#### cfgProvisioningGroupName

使用するプロビジョニング ポリシー グループまたは Frontline 割り当ての表示名。

| プロパティ | 値                                    |
| ----- | ------------------------------------ |
| 必須    | false                                |
| 既定値   | cfg - Windows 365 - プロビジョニング - Win11 |
| 種類    | 文字列                                  |

#### cfgUserSettingsGroupName

使用するユーザー設定ポリシー グループの表示名。

| プロパティ | 値                                 |
| ----- | --------------------------------- |
| 必須    | false                             |
| 既定値   | cfg - Windows 365 - ユーザー設定 - 復元許可 |
| 種類    | 文字列                               |

#### licWin365GroupName

専用 Cloud PC を使用する場合に割り当てる Windows 365 ライセンス グループの表示名。

| プロパティ | 値                                                 |
| ----- | ------------------------------------------------- |
| 必須    | false                                             |
| 既定値   | lic - Windows 365 Enterprise - 2 vCPU 4 GB 128 GB |
| 種類    | 文字列                                               |

#### cfgProvisioningGroupPrefix

プロビジョニング関連の構成グループを検出するために使用するプレフィックス。

| プロパティ | 値                              |
| ----- | ------------------------------ |
| 必須    | false                          |
| 既定値   | cfg - Windows 365 - プロビジョニング - |
| 種類    | 文字列                            |

#### cfgUserSettingsGroupPrefix

ユーザー設定関連の構成グループを検出するために使用するプレフィックス。

| プロパティ | 値                            |
| ----- | ---------------------------- |
| 必須    | false                        |
| 既定値   | cfg - Windows 365 - ユーザー設定 - |
| 種類    | 文字列                          |

#### sendMailWhenProvisioned

true に設定すると、プロビジョニング完了後にユーザーへメールを送信します。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   | False |
| 種類    | ブール値  |

#### customizeMail

true に設定すると、カスタムのメール本文を使用します。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   | False |
| 種類    | ブール値  |

#### customMailMessage

通知メールで使用するカスタム メッセージ本文。

| プロパティ | 値                                   |
| ----- | ----------------------------------- |
| 必須    | false                               |
| 既定値   | ここにカスタム メッセージを挿入してください。(最大 3000 文字) |
| 種類    | 文字列                                 |

#### createTicketOutOfLicenses

true に設定すると、使用可能なライセンスまたは Frontline 席がない場合にサービス チケット用メールを作成します。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   | False |
| 種類    | ブール値  |

#### ticketQueueAddress

チケットキューの受信先として使用するメール アドレス。

| プロパティ | 値                             |
| ----- | ----------------------------- |
| 必須    | false                         |
| 既定値   | <support@glueckkanja-gab.com> |
| 種類    | 文字列                           |

#### fromMailAddress

チケットおよびユーザー通知メールの送信用に使用するメールボックス。

| プロパティ | 値                      |
| ----- | ---------------------- |
| 必須    | false                  |
| 既定値   | <runbooks@contoso.com> |
| 種類    | 文字列                    |

#### ticketCustomerId

チケットの件名行で使用する顧客識別子。

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

[Runbook リファレンスの概要に戻る](/ja/zi-dong-hua/runbooks/runbook-references.md)


---

# 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.realmjoin.com/ja/zi-dong-hua/runbooks/runbook-references/user/general/assign-windows365.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.
