# Cloudpc 使用状況のエクスポート（スケジュール済み）

### 説明

過去 1 日分の Windows 365 Cloud PC リモート接続の使用状況を収集し、Azure Table に書き込みます。runbook は必要に応じてテーブルを作成し、Tenant とタイムスタンプごとにレコードを統合します。

### 場所

Organization → 全般 → CloudPC 使用量のエクスポート (スケジュール済み)

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

rjgit-org\_general\_export-cloudpc-usage\_scheduled

### アクセス許可

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

* **種類**: Microsoft Graph
  * CloudPC.Read.All

#### 権限に関する注意

Azure IaaS: `Contributor` CloudPC 使用状況データの保存に使用する Azure Storage Account のロール

### パラメーター

#### テーブル

書き込み先の Azure Table Storage テーブルの名前。

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

#### ResourceGroupName

Storage Account を含む Azure リソース グループの名前。

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

#### StorageAccountName

テーブルをホストする Azure Storage Account の名前。

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

#### 日

使用状況データを収集する際に遡って確認する日数。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   | 2     |
| 種類    | Int32 |

[ランブック リファレンスの概要に戻る](/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/org/general/export-cloudpc-usage_scheduled.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.
