@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'
@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
Options
--help-p, --period [period]-f, --outputFile [outputFile]-o, --output [output]--verbose--debugExamples
Get the daily total number of groups and how many of them were active based on activities for the last week
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'