@waldekmastykarz / @VelinGeorgiev
Could you please review this new command and assign this to me?
API - https://docs.microsoft.com/en-us/graph/api/reportroot-getoffice365groupsactivitycounts?view=graph-rest-1.0&tabs=http
aad o365group report activitycounts
Get the number of group activities across group workloads.
Usage
aad o365group report activitycounts [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 across group workloads 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 number of group activities across group workloads for the last week
aad o365group report activitycounts --period D7
Get the number of group activities across group workloads for the last week and exports the report data in the specified path in text format
aad o365group report activitycounts --period D7 --output text --outputFile './o365groupactivitycounts.txt'
Get the number of group activities across group workloads for the last week and exports the report data in the specified path in json format
aad o365group report activitycounts --period D7 --output json --outputFile './o365groupactivitycounts.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-getoffice365groupsactivitycounts?view=graph-rest-1.0&tabs=http
aad o365group report activitycounts
Get the number of group activities across group workloads.
Usage
Options
--help-p, --period <period>-f, --outputFile [outputFile]-o, --output [output]--verbose--debugExamples
Get the number of group activities across group workloads for the last week
Get the number of group activities across group workloads for the last week and exports the report data in the specified path in text format
aad o365group report activitycounts --period D7 --output text --outputFile './o365groupactivitycounts.txt'Get the number of group activities across group workloads for the last week and exports the report data in the specified path in json format
aad o365group report activitycounts --period D7 --output json --outputFile './o365groupactivitycounts.json'