> 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/org/security/list-inactive-devices.md).

# 非アクティブなデバイスの一覧

### 説明

最後の対話的サインインまたは最終 Intune 同期日を基にデバイスを収集し、コンソールに一覧表示します。必要に応じて、結果を Azure Storage の CSV ファイルにエクスポートします。

### 場所

Organization → Security → List Inactive Devices

**Runbook の完全名**

rjgit-org\_security\_list-inactive-devices

### 詳細

| プロパティ    | 値                                                                  |
| -------- | ------------------------------------------------------------------ |
| バージョン    | 1.0.1                                                              |
| 必要なモジュール | <p>RealmJoin.RunbookHelper (>= 0.8.9)<br>Az.Storage (>= 9.7.2)</p> |
| スケジュール可能 | いいえ                                                                |

### アクセス許可

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

* **種類**：Microsoft Graph
  * DeviceManagementManagedDevices.Read.All
    * *同期日で確認した場合、最近 Intune 同期されていないデバイスを一覧表示します*
  * Directory.Read.All
    * *各古いデバイスを補強するために、所有者ユーザーの詳細を読み取ります*
  * Device.Read.All
    * *最終サインイン日で Entra デバイスを一覧表示し、登録済みの所有者を読み取ります*

### パラメーター

#### 日

デバイスを非アクティブと見なすために使用する、同期またはサインインなしの日数。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | いいえ   |
| 既定値   | 30    |
| 種類    | Int32 |

#### 同期

true に設定すると、非アクティブ判定は最終 Intune 同期に基づきます。それ以外の場合は、最終対話的サインインに基づきます。

| プロパティ   | 値                     |
| ------- | --------------------- |
| 必須      | いいえ                   |
| 既定値     | はい                    |
| 種類      | ブール値                  |
| ポータル表示名 | 最終ログインまたは最終 Intune 同期 |

**ポータルのオプション**

| ポータルオプション       | 値 |
| --------------- | - |
| 最終 Intune 同期で表示 |   |
| 最終ログインで表示       |   |

#### ファイルにエクスポート

true に設定すると、結果を Azure Storage の CSV ファイルにエクスポートします。

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

**ポータルのオプション**

| ポータルオプション       | 値 |
| --------------- | - |
| CSV ファイルにエクスポート |   |
| コンソールに一覧表示      |   |

#### ContainerName

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

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

#### ResourceGroupName

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

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

#### StorageAccountName

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

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

#### Storage Account の場所

必要に応じて作成される Storage Account 用の Azure リージョン。

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

#### Storage Account SKU

必要に応じて作成される Storage Account の SKU 名。

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

[Runbook Reference の概要に戻る](/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, and the optional `goal` query parameter:

```
GET https://docs.realmjoin.com/ja/zi-dong-hua/runbooks/runbook-references/org/security/list-inactive-devices.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.
