Skip to content

New Command : Get the daily total number of groups and how many of them were active based on email conversations, Yammer posts, and SharePoint file activities. #1160

@sprider

Description

@sprider

@waldekmastykarz / @VelinGeorgiev
Could you please review this new command and assign this to me?

API - https://docs.microsoft.com/en-us/graph/api/reportroot-getoffice365groupsactivitygroupcounts?view=graph-rest-1.0&tabs=http

aad o365group report activitygroupcounts

Get the daily total number of groups and how many of them were active based on email conversations, Yammer posts, and SharePoint file activities.

Usage

aad o365group report activitygroupcounts [options]

Options

Option Description
--help output usage information
-p, --period [period] The length of time over which the report is aggregated. Supported values `D7
-f, --outputFile [outputFile] Path to the file where the Office 365 Groups activities report should be stored in
-o, --output [output] Output type. `text
--verbose Runs command with verbose logging
--debug Runs command with debug logging

Examples

Get the daily total number of groups and how many of them were active based on activities for the last week

aad o365group report activitygroupcounts --period D7

Get the daily total number of groups and how many of them were active based on activities for the last week and exports the report data in the specified path in text format

aad o365group report activitygroupcounts --period D7 --output text --outputFile './o365groupactivitygroupcounts.txt'

Get the daily total number of groups and how many of them were active based on activities for the last week and exports the report data in the specified path in json format

aad o365group report activitygroupcounts --period D7 --output json --outputFile './o365groupactivitygroupcounts.json'

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions