# すべての Intune デバイスをエクスポート

### 説明

すべての Intune 管理デバイスをエクスポートし、使用場所などの選択された所有者メタデータを付加します。レポートは CSV ファイルとして Azure Storage コンテナーにアップロードされます。

### 場所

Organization → General → Export All Intune Devices

**フル Runbook 名**

rjgit-org\_general\_export-all-intune-devices

### 権限

#### アプリケーションの権限

* **種類**: Microsoft Graph
  * DeviceManagementManagedDevices.Read.All
  * GroupMember.Read.All
  * Group.Read.All

### パラメーター

#### ContainerName

CSV レポートをアップロードする Azure Storage コンテナーの名前。

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

#### ResourceGroupName

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

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

#### StorageAccountName

アップロードに使用する Azure Storage Account の名前。

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

#### StorageAccountLocation

作成が必要な場合の Storage Account の Azure リージョン。

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

#### StorageAccountSku

作成が必要な場合の Storage Account の SKU 名。

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

#### SubscriptionId

Storage Account の操作に対してコンテキストを設定するための、任意の Azure サブスクリプション ID。

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

#### FilterGroupID

グループ フィルター。指定した場合、このグループのメンバーであるプライマリ所有者を持つデバイスのみがエクスポートされます。

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

[Runbook Reference の概要に戻る](https://docs.realmjoin.com/ja/zi-dong-hua/runbooks/runbook-references)
