Skip to content

Commit

Permalink
Fixes output check on report commands. Closes #5040
Browse files Browse the repository at this point in the history
  • Loading branch information
MathijsVerbeeck authored and waldekmastykarz committed Mar 23, 2024
1 parent 35eed0a commit 9317cb6
Show file tree
Hide file tree
Showing 64 changed files with 459 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ m365 aad m365group report activitycounts [options]

<Global />

## Remarks

:::info

This command supports only csv and json output.

:::

## Examples

Get the number of group activities across group workloads for the last week
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ m365 aad m365group report activitydetail [options]

<Global />

## Remarks

:::info

This command supports only csv and json output.

:::

## Examples

Get details about Microsoft 365 Groups activity by group for the last week
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ m365 aad m365group report activityfilecounts [options]

<Global />

## Remarks

:::info

This command supports only csv and json output.

:::

## Examples

Get the total number of files and how many of them were active across all group sites associated with an Microsoft 365 Group for the last week
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ m365 aad m365group report activitygroupcounts [options]

<Global />

## Remarks

:::info

This command supports only csv and json output.

:::

## Examples

Get the daily total number of groups and how many of them were active based on activities for the last week
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ m365 aad m365group report activitystorage [options]

<Global />

## Remarks

:::info

This command supports only csv and json output.

:::

## Examples

Get the total storage used across all group mailboxes and group sites for the last week
Expand Down
8 changes: 8 additions & 0 deletions docs/docs/cmd/onedrive/report/report-activityfilecounts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ m365 onedrive report activityfilecounts [options]

<Global />

## Remarks

:::info

This command supports only csv and json output.

:::

## Examples

Gets the number of unique, licensed users that performed file interactions against any OneDrive account for the last week
Expand Down
8 changes: 8 additions & 0 deletions docs/docs/cmd/onedrive/report/report-activityusercounts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ m365 onedrive report activityusercounts [options]

<Global />

## Remarks

:::info

This command supports only csv and json output.

:::

## Examples

Gets the trend in the number of active OneDrive users for the last week
Expand Down
8 changes: 8 additions & 0 deletions docs/docs/cmd/onedrive/report/report-activityuserdetail.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ m365 onedrive report activityuserdetail [options]

<Global />

## Remarks

:::info

This command supports only csv and json output.

:::

## Examples

Gets details about OneDrive activity by user for the last week
Expand Down
8 changes: 8 additions & 0 deletions docs/docs/cmd/onedrive/report/report-usageaccountcounts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ m365 onedrive report usageaccountcounts [options]

## Remarks

:::info

This command supports only csv and json output.

:::

## Remarks

Any site on which users viewed, modified, uploaded, downloaded, shared, or synced files is considered an active site

## Examples
Expand Down
8 changes: 8 additions & 0 deletions docs/docs/cmd/onedrive/report/report-usageaccountdetail.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ m365 onedrive report usageaccountdetail [options]

<Global />

## Remarks

:::info

This command supports only csv and json output.

:::

## Examples

Gets details about OneDrive usage by account for the last week
Expand Down
6 changes: 6 additions & 0 deletions docs/docs/cmd/onedrive/report/report-usagefilecounts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ m365 onedrive report usagefilecounts [options]

A file is considered active if it has been saved, synced, modified, or shared within the specified time period.

:::info

This command supports only csv and json output.

:::

## Examples

Gets the total number of files across all sites and how many are active files for the last week
Expand Down
8 changes: 8 additions & 0 deletions docs/docs/cmd/onedrive/report/report-usagestorage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ m365 onedrive report usagestorage [options]

<Global />

## Remarks

:::info

This command supports only csv and json output.

:::

## Examples

Gets the trend on the amount of storage you are using in OneDrive for Business for the last week
Expand Down
8 changes: 8 additions & 0 deletions docs/docs/cmd/outlook/report/report-mailactivitycounts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ Enables you to understand the trends of email activity (like how many were sent,
m365 outlook report mailactivitycounts [options]
```

## Remarks

:::info

This command supports only csv and json output.

:::

## Options

```md definition-list
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ Enables you to understand trends on the number of unique users who are performin
m365 outlook report mailactivityusercounts [options]
```

## Remarks

:::info

This command supports only csv and json output.

:::

## Options

```md definition-list
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ Gets details about email activity users have performed
m365 outlook report mailactivityuserdetail [options]
```

## Remarks

:::info

This command supports only csv and json output.

:::

## Options

```md definition-list
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ Gets the count of unique users per email app
```sh
m365 outlook report mailappusageappsusercounts [options]
```
## Remarks

:::info

This command supports only csv and json output.

:::

## Options

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ Gets the count of unique users that connected to Exchange Online using any email
m365 outlook report mailappusageusercounts [options]
```

## Remarks

:::info

This command supports only csv and json output.

:::

## Options

```md definition-list
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ Gets details about which activities users performed on the various email apps
m365 outlook report mailappusageuserdetail [options]
```

## Remarks

:::info

This command supports only csv and json output.

:::

## Options

```md definition-list
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ Gets the count of unique users by Outlook desktop version.
m365 outlook report mailappusageversionsusercounts [options]
```

## Remarks

:::info

This command supports only csv and json output.

:::

## Options

```md definition-list
Expand Down
8 changes: 8 additions & 0 deletions docs/docs/cmd/outlook/report/report-mailboxusagedetail.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ m365 outlook report mailboxusagedetail [options]

<Global />

## Remarks

:::info

This command supports only csv and json output.

:::

## Examples

Gets details about mailbox usage for the last week
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ m365 outlook report mailboxusagemailboxcount [options]

A mailbox is considered active if the user sent or read any email.

:::info

This command supports only csv and json output.

:::

## Examples

Gets the total number of user mailboxes in your organization and how many are active each day for the last week.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ m365 outlook report mailboxusagequotastatusmailboxcounts [options]

<Global />

## Remarks

:::info

This command supports only csv and json output.

:::

## Examples

Gets the count of user mailboxes in each quota category for the last week
Expand Down
8 changes: 8 additions & 0 deletions docs/docs/cmd/outlook/report/report-mailboxusagestorage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ m365 outlook report mailboxusagestorage [options]

<Global />

## Remarks

:::info

This command supports only csv and json output.

:::

## Examples

Gets the amount of mailbox storage used in your organization for the last week
Expand Down
8 changes: 8 additions & 0 deletions docs/docs/cmd/skype/report/report-activitycounts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ m365 skype report activitycounts [options]

<Global />

## Remarks

:::info

This command supports only csv and json output.

:::

## Examples

Gets the trends on how many users organized and participated in conference sessions held in your organization through Skype for Business. The report also includes the number of peer-to-peer sessions for the last week
Expand Down
8 changes: 8 additions & 0 deletions docs/docs/cmd/skype/report/report-activityusercounts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ m365 skype report activityusercounts [options]

<Global />

## Remarks

:::info

This command supports only csv and json output.

:::

## Examples

Gets the trends on how many unique users organized and participated in conference sessions held in your organization through Skype for Business. The report also includes the number of peer-to-peer sessions for the last week
Expand Down
8 changes: 8 additions & 0 deletions docs/docs/cmd/skype/report/report-activityuserdetail.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ m365 skype report activityuserdetail [options]

<Global />

## Remarks

:::info

This command supports only csv and json output.

:::

## Examples

Gets details about Skype for Business activity by user for the last week
Expand Down
8 changes: 8 additions & 0 deletions docs/docs/cmd/spo/report/report-activityfilecounts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ m365 spo report activityfilecounts [options]

<Global />

## Remarks

:::info

This command supports only csv and json output.

:::

## Examples

Gets the number of unique, licensed users who interacted with files stored on SharePoint sites for the last week
Expand Down
Loading

0 comments on commit 9317cb6

Please sign in to comment.