@waldekmastykarz / @VelinGeorgiev
Could you please review this new command and assign this to me?
API - https://docs.microsoft.com/en-us/graph/api/reportroot-getoffice365groupsactivitydetail?view=graph-rest-1.0&tabs=http
aad o365group report activitydetail
Get details about Office 365 Groups activity by group.
Usage
aad o365group report activitydetail [options]
Options
| Option |
Description |
--help |
output usage information |
-p, --period [period] |
The length of time over which the report is aggregated. Supported values `D7 |
-d, --date [date] |
The date for which you would like to view the users who performed any activity. Supported date format is YYYY-MM-DD. Specify the date or period, but not both. |
-f, --outputFile [outputFile] |
Path to the file where the Office 365 Groups activity by group 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 details about Office 365 Groups activity by group for the last week
aad o365group report activitydetail --period D7
Get details about Office 365 Groups activity by group for September 09, 2019
aad o365group report activitydetail --date 2019-09-28
Get details about Office 365 Groups activity by group for the last week and exports the report data in the specified path in text format
aad o365group report activitydetail --period D7 --output text --outputFile './o365groupactivitydetail.txt'
Get details about Office 365 Groups activity by group for the last week and exports the report data in the specified path in json format
aad o365group report activitydetail --period D7 --output json --outputFile './o365groupactivitydetail.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-getoffice365groupsactivitydetail?view=graph-rest-1.0&tabs=http
aad o365group report activitydetail
Get details about Office 365 Groups activity by group.
Usage
Options
--help-p, --period [period]-d, --date [date]YYYY-MM-DD. Specify thedateorperiod, but not both.-f, --outputFile [outputFile]-o, --output [output]--verbose--debugExamples
Get details about Office 365 Groups activity by group for the last week
Get details about Office 365 Groups activity by group for September 09, 2019
Get details about Office 365 Groups activity by group for the last week and exports the report data in the specified path in text format
aad o365group report activitydetail --period D7 --output text --outputFile './o365groupactivitydetail.txt'Get details about Office 365 Groups activity by group for the last week and exports the report data in the specified path in json format
aad o365group report activitydetail --period D7 --output json --outputFile './o365groupactivitydetail.json'