# AVDBrokenReason Enum

### NAME

AVDBrokenReason

### DESCRIPTION

AVD Broken Reason

| Values                      | Description                                                                                                                         |
| --------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| Ignore                      | Ignore                                                                                                                              |
| MissingObj                  | Azure object not present (possibly deleted)                                                                                         |
| InvalidTags                 | At least one RAS tag is missing                                                                                                     |
| MissingDAGObj               | Desktop Application Group is missing                                                                                                |
| InvalidDAGTags              | RAS tags missing in Desktop Application Group                                                                                       |
| MissingDAGRoles             | Role assignment(s) mismatch in Desktop Application Group more                                                                       |
| MissingDAGWorkspaceLink     | The Desktop Application Group is not linked with the workspace. The linked desktop won't be visible in the wvd client feed.         |
| HostpoolAutomaticAssignment | Automatic assignment for personal host pool (expected direct)                                                                       |
| MissingRAGObj               | The RemoteApps Application Group is missing                                                                                         |
| InvalidRAGTags              | Tags missing for the RemoteApps Application Group                                                                                   |
| MissingRAGRoles             | Role assignment(s) mismatch in RemoteApps Application Group                                                                         |
| MissingRAGWorkspaceLink     | The RemoteApps Application Group is not linked with the workspace. The linked applications won't be visible in the wvd client feed. |
| MissingRAGRemoteApp         | RAS app missing in the RemoteApps Application Group (it is admissible as long as the host pool has no host registered)              |
| MissingObjectID             | Missing Object ID                                                                                                                   |

#### References to Types

| [AVDBrokenReason](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/AVDBrokenReason.html)     |
| ----------------------------------------------------------------------------------------------------------------------------------------------- |
| [AVDHostPoolStatus](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/AVDHostPoolStatus.html) |


---

# 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.parallels.com/landing/ras-powershell-api-guide/v19/parallels-ras-powershell-admin-module/enums/avdbrokenreason-enum.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.
