> 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/pt/automacao/runbooks/runbook-references/org/general/export-cloudpc-usage_scheduled.md).

# Exportar utilização do Cloud PC agendado

{% hint style="info" %}
Este é um runbook agendado. Ele foi projetado para ser executado em um agendamento recorrente, em vez de ser acionado para um único objeto. Veja [Agendamento](/pt/automacao/runbooks/scheduling.md) para detalhes sobre como configurar os agendamentos do runbook.
{% endhint %}

### Descrição

Recolhe o uso da ligação remota do Windows 365 Cloud PC do último dia completo e escreve-o numa Azure Table. O runbook cria a tabela, se necessário, e funde os registos por locatário e carimbo de data/hora.

### Localização

Organização → Geral → Exportar uso do Cloudpc (Agendado)

**Nome completo do runbook**

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

### Detalhes

| Propriedade         | Valor                                                              |
| ------------------- | ------------------------------------------------------------------ |
| Versão              | 1.0.1                                                              |
| Módulos necessários | <p>RealmJoin.RunbookHelper (>= 0.8.9)<br>Az.Storage (>= 9.7.2)</p> |
| Agendável           | sim                                                                |

### Permissões

#### Permissões de aplicação

* **Tipo**: Microsoft Graph
  * CloudPC.Read.All
    * *Lista todos os Cloud PCs e obtém os respetivos relatórios históricos de ligação remota*
  * Organization.Read.All
    * *Lê /organization para usar o ID do Tenant como chave de partição da tabela de armazenamento*

#### Notas de permissão

Azure IaaS: `Colaborador` função na Azure Storage Account usada para armazenar os dados de utilização do CloudPC

### Parâmetros

#### Tabela

Nome da tabela do Azure Table Storage para escrever.

| Propriedade  | Valor          |
| ------------ | -------------- |
| Obrigatório  | falso          |
| Valor padrão | CloudPCUsageV2 |
| Tipo         | String         |

#### ResourceGroupName

Nome do Grupo de Recursos do Azure que contém o Storage Account.

| Propriedade  | Valor      |
| ------------ | ---------- |
| Obrigatório  | verdadeiro |
| Valor padrão |            |
| Tipo         | String     |

#### StorageAccountName

Nome do Azure Storage Account que hospeda a tabela.

| Propriedade  | Valor      |
| ------------ | ---------- |
| Obrigatório  | verdadeiro |
| Valor padrão |            |
| Tipo         | String     |

#### Dias

Número de dias a retroceder ao recolher dados de utilização.

| Propriedade  | Valor |
| ------------ | ----- |
| Obrigatório  | falso |
| Valor padrão | 2     |
| Tipo         | Int32 |

[Voltar à visão geral da referência do runbook](/pt/automacao/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/pt/automacao/runbooks/runbook-references/org/general/export-cloudpc-usage_scheduled.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.
