Skip to main content

tenant report office365activationcounts

Get the count of Microsoft 365 activations on desktops and devices

Usage

m365 tenant report office365activationcounts [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 the count of Microsoft 365 activations on desktops and devices

m365 tenant report office365activationcounts

Response

[
{
"Report Refresh Date": "2022-10-25",
"Product Type": "MICROSOFT 365 APPS FOR ENTERPRISE",
"Windows": 5,
"Mac": 0,
"Android": 0,
"iOS": 0,
"Windows 10 Mobile": 0
}
]
CTRL + M