Skip to main content

tenant report office365activationsuserdetail

Get details about users who have activated Microsoft 365

Usage

m365 tenant report office365activationsuserdetail [options]

Options

-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

Get details about users who have activated Microsoft 365

m365 tenant report office365activationsuserdetail

Response

[
{
"Report Refresh Date": "2022-10-25",
"User Principal Name": "554630B7593DDE8E04F27933A965D5B2",
"Display Name": "2BA57CC6348F53C9EE6347528301E896",
"Product Type": "MICROSOFT EXCEL ADVANCED ANALYTICS",
"Last Activated Date": "2021-01-10",
"Windows": 0,
"Mac": 0,
"Windows 10 Mobile": 0,
"iOS": 0,
"Android": 0,
"Activated On Shared Computer": "False"
}
]
CTRL + M