Skip to main content

skype report activityuserdetail

Gets details about Skype for Business activity by user

Usage

m365 skype report activityuserdetail [options]

Options

-p, --period [period]

The length of time over which the report is aggregated. Supported values D7, D30, D90, D180.

-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

-h, --help [help]

Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are options, examples, remarks, response, full. Default is options.

--query [query]

JMESPath query string. See http://jmespath.org/ for more information and examples.

-o, --output [output]

Output type. json, text, csv, md, none. Default json.

--verbose

Runs command with verbose logging.

--debug

Runs command with debug logging.

Remarks

info

This command supports only csv and json output.

Examples

Gets details about Skype for Business activity by user for the last week

m365 skype report activityuserdetail --period D7

Gets details about Skype for Business activity by user for May 1, 2019

m365 skype report activityuserdetail --date 2019-05-01

Gets details about Skype for Business activity by user for the last week and exports the report data in the specified path in text format

m365 skype report activityuserdetail --period D7 --output text > "activityuserdetail.txt"

Gets details about Skype for Business activity by user for the last week and exports the report data in the specified path in json format

m365 skype report activityuserdetail --period D7 --output json > "activityuserdetail.json"

Response

[
{
"Report Refresh Date": "2023-01-25",
"User Principal Name": "john.doe@contoso.com",
"Is Deleted": "False",
"Deleted Date": "",
"Last Activity Date": "2021-03-22",
"Total Peer-to-peer Session Count": "0",
"Total Organized Conference Count": "0",
"Total Participated Conference Count": "0",
"Peer-to-peer Last Activity Date": "2021-03-22",
"Organized Conference Last Activity Date": "2021-02-15",
"Participated Conference Last Activity Date": "2021-02-15",
"Peer-to-peer IM Count": "0",
"Peer-to-peer Audio Count": "0",
"Peer-to-peer Audio Minutes": "0",
"Peer-to-peer Video Count": "0",
"Peer-to-peer Video Minutes": "0",
"Peer-to-peer App Sharing Count": "0",
"Peer-to-peer File Transfer Count": "0",
"Organized Conference IM Count": "0",
"Organized Conference Audio/Video Count": "0",
"Organized Conference Audio/Video Minutes": "0",
"Organized Conference App Sharing Count": "0",
"Organized Conference Web Count": "0",
"Organized Conference Dial-in/out 3rd Party Count": "0",
"Organized Conference Dial-in/out Microsoft Count": "0",
"Organized Conference Dial-in Microsoft Minutes": "0",
"Organized Conference Dial-out Microsoft Minutes": "0",
"Participated Conference IM Count": "0",
"Participated Conference Audio/Video Count": "0",
"Participated Conference Audio/Video Minutes": "0",
"Participated Conference App Sharing Count": "0",
"Participated Conference Web Count": "0",
"Participated Conference Dial-in/out 3rd Party Count": "0",
"Assigned Products": "MICROSOFT 365 E5+MICROSOFT POWER APPS PLAN 2 TRIAL+POWER BI (FREE)+MICROSOFT POWER AUTOMATE FREE+POWER AUTOMATE PER USER PLAN",
"Report Period": "7"
}
]
CTRL + M