@pnp/cli-microsoft365 6.4.0-beta.6b65014 → 6.4.0-beta.91f8cd3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. package/README.md +12 -1
  2. package/dist/m365/aad/commands/user/user-get.js +3 -0
  3. package/dist/m365/aad/commands/user/user-set.js +3 -0
  4. package/dist/m365/aad/commands/user/user-signin-list.js +3 -0
  5. package/dist/m365/planner/commands/roster/roster-member-add.js +3 -0
  6. package/dist/m365/spfx/commands/spfx-doctor.js +43 -29
  7. package/dist/m365/spo/commands/tenant/tenant-applicationcustomizer-get.js +118 -0
  8. package/dist/m365/spo/commands.js +1 -0
  9. package/dist/utils/md.js +7 -0
  10. package/dist/utils/spo.js +14 -0
  11. package/docs/docs/cmd/onenote/page/page-list.md +1 -1
  12. package/docs/docs/cmd/outlook/mail/mail-send.md +4 -0
  13. package/docs/docs/cmd/outlook/message/message-get.md +143 -0
  14. package/docs/docs/cmd/outlook/message/message-list.md +119 -0
  15. package/docs/docs/cmd/outlook/message/message-move.md +4 -0
  16. package/docs/docs/cmd/outlook/report/report-mailactivitycounts.md +40 -0
  17. package/docs/docs/cmd/outlook/report/report-mailactivityusercounts.md +40 -0
  18. package/docs/docs/cmd/outlook/report/report-mailactivityuserdetail.md +45 -0
  19. package/docs/docs/cmd/outlook/report/report-mailappusageappsusercounts.md +43 -0
  20. package/docs/docs/cmd/outlook/report/report-mailappusageusercounts.md +44 -0
  21. package/docs/docs/cmd/outlook/report/report-mailappusageuserdetail.md +48 -0
  22. package/docs/docs/cmd/outlook/report/report-mailappusageversionsusercounts.md +41 -0
  23. package/docs/docs/cmd/outlook/report/report-mailboxusagedetail.md +49 -0
  24. package/docs/docs/cmd/outlook/report/report-mailboxusagemailboxcount.md +37 -0
  25. package/docs/docs/cmd/outlook/report/report-mailboxusagequotastatusmailboxcounts.md +40 -0
  26. package/docs/docs/cmd/outlook/report/report-mailboxusagestorage.md +36 -0
  27. package/docs/docs/cmd/outlook/room/room-list.md +81 -0
  28. package/docs/docs/cmd/outlook/roomlist/roomlist-list.md +58 -0
  29. package/docs/docs/cmd/planner/plan/plan-add.md +3 -3
  30. package/docs/docs/cmd/planner/plan/plan-set.md +73 -7
  31. package/docs/docs/cmd/planner/roster/roster-add.md +16 -1
  32. package/docs/docs/cmd/planner/task/task-add.md +230 -0
  33. package/docs/docs/cmd/planner/task/task-checklistitem-add.md +55 -0
  34. package/docs/docs/cmd/planner/task/task-checklistitem-list.md +55 -0
  35. package/docs/docs/cmd/planner/task/task-checklistitem-remove.md +4 -0
  36. package/docs/docs/cmd/planner/task/task-get.md +131 -0
  37. package/docs/docs/cmd/planner/task/task-list.md +92 -0
  38. package/docs/docs/cmd/planner/task/task-reference-add.md +46 -0
  39. package/docs/docs/cmd/planner/task/task-reference-list.md +46 -0
  40. package/docs/docs/cmd/planner/task/task-reference-remove.md +4 -0
  41. package/docs/docs/cmd/planner/task/task-remove.md +4 -0
  42. package/docs/docs/cmd/planner/task/task-set.md +230 -0
  43. package/docs/docs/cmd/planner/tenant/tenant-settings-list.md +55 -0
  44. package/docs/docs/cmd/planner/tenant/tenant-settings-set.md +55 -0
  45. package/docs/docs/cmd/pp/card/card-get.md +2 -2
  46. package/docs/docs/cmd/pp/card/card-list.md +2 -2
  47. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-add.md +7 -7
  48. package/docs/docs/cmd/skype/report/report-activitycounts.md +38 -0
  49. package/docs/docs/cmd/skype/report/report-activityusercounts.md +38 -0
  50. package/docs/docs/cmd/skype/report/report-activityuserdetail.md +67 -0
  51. package/docs/docs/cmd/spo/listitem/listitem-add.md +1 -1
  52. package/docs/docs/cmd/spo/listitem/listitem-batch-add.md +1 -1
  53. package/docs/docs/cmd/spo/listitem/listitem-set.md +1 -1
  54. package/docs/docs/cmd/spo/site/site-set.md +2 -2
  55. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-get.md +142 -0
  56. package/docs/docs/cmd/spo/term/term-list.md +1 -1
  57. package/docs/docs/cmd/teams/channel/channel-get.md +1 -1
  58. package/docs/docs/cmd/teams/message/message-get.md +39 -4
  59. package/docs/docs/cmd/teams/message/message-list.md +41 -6
  60. package/docs/docs/cmd/teams/message/message-reply-list.md +39 -4
  61. package/docs/docs/cmd/teams/messagingsettings/messagingsettings-list.md +20 -2
  62. package/docs/docs/cmd/teams/messagingsettings/messagingsettings-set.md +8 -8
  63. package/docs/docs/cmd/teams/report/report-deviceusagedistributionusercounts.md +12 -5
  64. package/docs/docs/cmd/teams/report/report-deviceusageusercounts.md +13 -6
  65. package/docs/docs/cmd/teams/report/report-deviceusageuserdetail.md +14 -7
  66. package/docs/docs/cmd/teams/report/report-directroutingcalls.md +13 -6
  67. package/docs/docs/cmd/teams/report/report-pstncalls.md +13 -6
  68. package/docs/docs/cmd/teams/report/report-useractivitycounts.md +13 -6
  69. package/docs/docs/cmd/teams/report/report-useractivityusercounts.md +13 -6
  70. package/docs/docs/cmd/teams/report/report-useractivityuserdetail.md +13 -6
  71. package/docs/docs/cmd/teams/tab/tab-add.md +16 -0
  72. package/docs/docs/cmd/teams/tab/tab-get.md +17 -0
  73. package/docs/docs/cmd/teams/tab/tab-list.md +19 -0
  74. package/docs/docs/cmd/teams/team/team-add.md +77 -8
  75. package/docs/docs/cmd/teams/team/team-app-list.md +18 -2
  76. package/docs/docs/cmd/teams/team/team-archive.md +2 -2
  77. package/docs/docs/cmd/teams/team/team-clone.md +8 -8
  78. package/docs/docs/cmd/teams/team/team-get.md +34 -4
  79. package/docs/docs/cmd/teams/team/team-list.md +34 -3
  80. package/docs/docs/cmd/teams/team/team-remove.md +3 -3
  81. package/docs/docs/cmd/teams/team/team-set.md +8 -8
  82. package/docs/docs/cmd/teams/team/team-unarchive.md +3 -2
  83. package/docs/docs/cmd/teams/user/user-app-add.md +3 -3
  84. package/docs/docs/cmd/teams/user/user-app-list.md +18 -2
  85. package/docs/docs/cmd/teams/user/user-app-remove.md +4 -4
  86. package/docs/docs/cmd/teams/user/user-list.md +21 -4
  87. package/package.json +1 -1
@@ -38,6 +38,125 @@ List all messages in the folder with the specified well-known name
38
38
  m365 outlook message list --folderName inbox
39
39
  ```
40
40
 
41
+ ## Response
42
+
43
+ === "JSON"
44
+
45
+ ```json
46
+ [
47
+ {
48
+ "id": "AAMkAGUzZWVmZWU4LTM5ZmItNDA4My04OTIzLWY1MGUxNzdiYTQ0MQBGAAAAAABn1FpEFqPeR7YAnkzP_VgXBwAhebtol4HnTZCmNsr9Gnh6AAAAAAEMAAAhebtol4HnTZCmNsr9Gnh6AAPfHbtVAAA=",
49
+ "createdDateTime": "2023-01-26T19:22:44Z",
50
+ "lastModifiedDateTime": "2023-01-26T19:22:46Z",
51
+ "changeKey": "CQAAABYAAAAhebtol4HnTZCmNsr9Gnh6AAPehsHb",
52
+ "categories": [],
53
+ "receivedDateTime": "2023-01-26T19:22:45Z",
54
+ "sentDateTime": "2023-01-26T19:22:42Z",
55
+ "hasAttachments": true,
56
+ "internetMessageId": "<HE1P190MB032953D4D9C86FCEF5FFA8C4CECF9@HE1P190MB0329.EURP190.PROD.OUTLOOK.COM>",
57
+ "subject": "Lorem ipsum",
58
+ "bodyPreview": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis vel diam gravida, auctor mauris nec, posuere tellus. Vivamus placerat, nunc ac cursus feugiat, arcu tellus mattis nisl, id cursus nisl lectus eu lacus. Praesent malesuada ut orci vitae viverra.",
59
+ "importance": "normal",
60
+ "parentFolderId": "AAMkAGUzZWVmZWU4LTM5ZmItNDA4My04OTIzLWY1MGUxNzdiYTQ0MQAuAAAAAABn1FpEFqPeR7YAnkzP_VgXAQAhebtol4HnTZCmNsr9Gnh6AAAAAAEMAAA=",
61
+ "conversationId": "AAQkAGUzZWVmZWU4LTM5ZmItNDA4My04OTIzLWY1MGUxNzdiYTQ0MQAQAJfvGq77YHxJvRN73_QiuVw=",
62
+ "conversationIndex": "AQHZMbuNl+8arvtgfEm9E3vf5CK5XA==",
63
+ "isDeliveryReceiptRequested": false,
64
+ "isReadReceiptRequested": false,
65
+ "isRead": false,
66
+ "isDraft": false,
67
+ "webLink": "https://outlook.office365.com/owa/?ItemID=AAMkAGUzZWVmZWU4LTM5ZmItNDA4My04OTIzLWY1MGUxNzdiYTQ0MQBGAAAAAABn1FpEFqPeR7YAnkzP%2BVgXBwAhebtol4HnTZCmNsr9Gnh6AAAAAAEMAAAhebtol4HnTZCmNsr9Gnh6AAPfHbtVAAA%3D&exvsurl=1&viewmodel=ReadMessageItem",
68
+ "inferenceClassification": "focused",
69
+ "body": {
70
+ "contentType": "html",
71
+ "content": "<html><head>\r\\\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"><style type=\"text/css\" style=\"display:none\">\r\\\n<!--\r\\\np\r\\\n\t{margin-top:0;\r\\\n\tmargin-bottom:0}\r\\\n-->\r\\\n</style></head><body dir=\"ltr\"><div class=\"elementToProof ContentPasted0\" style=\"font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0); background-color:rgb(255,255,255)\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis vel diam gravida, auctor mauris nec, posuere tellus. Vivamus placerat, nunc ac cursus feugiat, arcu tellus mattis nisl, id cursus nisl lectus eu lacus. Praesent malesuada ut orci vitae viverra. Suspendisse cursus turpis vel urna volutpat congue. Etiam auctor nec nulla sed suscipit. Vestibulum rhoncus quis mi ac faucibus. Curabitur eget eleifend felis. Vestibulum ut dolor non elit molestie ornare. <br></div></body></html>"
72
+ },
73
+ "sender": {
74
+ "emailAddress": {
75
+ "name": "John Doe",
76
+ "address": "john.doe@contoso.com"
77
+ }
78
+ },
79
+ "from": {
80
+ "emailAddress": {
81
+ "name": "John Doe",
82
+ "address": "john.doe@contoso.com"
83
+ }
84
+ },
85
+ "toRecipients": [
86
+ {
87
+ "emailAddress": {
88
+ "name": "Megan Bowen",
89
+ "address": "megan.bowen@contoso.com"
90
+ }
91
+ }
92
+ ],
93
+ "ccRecipients": [],
94
+ "bccRecipients": [],
95
+ "replyTo": [],
96
+ "flag": {
97
+ "flagStatus": "notFlagged"
98
+ }
99
+ }
100
+ ]
101
+ ```
102
+
103
+ === "Text"
104
+
105
+ ```txt
106
+ subject receivedDateTime
107
+ ----------- --------------------
108
+ Lorem ipsum 2023-01-26T19:22:45Z
109
+ ```
110
+
111
+ === "CSV"
112
+
113
+ ```csv
114
+ subject,receivedDateTime
115
+ Lorem ipsum,2023-01-26T19:22:45Z
116
+ ```
117
+
118
+ === "Markdown"
119
+
120
+ ```md
121
+ # outlook message list --folderName "inbox"
122
+
123
+ Date: 4/2/2023
124
+
125
+ ## AAMkAGUzZWVmZWU4LTM5ZmItNDA4My04OTIzLWY1MGUxNzdiYTQ0MQBGAAAAAABn1FpEFqPeR7YAnkzP_VgXBwAhebtol4HnTZCmNsr9Gnh6AAAAAAEMAAAhebtol4HnTZCmNsr9Gnh6AAPfHbtVAAA=
126
+
127
+ Property | Value
128
+ ---------|-------
129
+ id | AAMkAGUzZWVmZWU4LTM5ZmItNDA4My04OTIzLWY1MGUxNzdiYTQ0MQBGAAAAAABn1FpEFqPeR7YAnkzP_VgXBwAhebtol4HnTZCmNsr9Gnh6AAAAAAEMAAAhebtol4HnTZCmNsr9Gnh6AAPfHbtVAAA=
130
+ createdDateTime | 2023-01-26T19:22:44Z
131
+ lastModifiedDateTime | 2023-01-26T19:22:46Z
132
+ changeKey | CQAAABYAAAAhebtol4HnTZCmNsr9Gnh6AAPk7Plc
133
+ categories | []
134
+ receivedDateTime | 2023-01-26T19:22:45Z
135
+ sentDateTime | 2023-01-26T19:22:42Z
136
+ hasAttachments | true
137
+ internetMessageId | <HE1P190MB032953D4D9C86FCEF5FFA8C4CECF9@HE1P190MB0329.EURP190.PROD.OUTLOOK.COM>
138
+ subject | Lorem ipsum
139
+ bodyPreview | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis vel diam gravida, auctor mauris nec, posuere tellus. Vivamus placerat, nunc ac cursus feugiat, arcu tellus mattis nisl, id cursus nisl lectus eu lacus. Praesent malesuada ut orci vitae viverra.
140
+ importance | normal
141
+ parentFolderId | AAMkAGUzZWVmZWU4LTM5ZmItNDA4My04OTIzLWY1MGUxNzdiYTQ0MQAuAAAAAABn1FpEFqPeR7YAnkzP\_VgXAQAhebtol4HnTZCmNsr9Gnh6AAAAAAEMAAA=
142
+ conversationId | AAQkAGUzZWVmZWU4LTM5ZmItNDA4My04OTIzLWY1MGUxNzdiYTQ0MQAQAJfvGq77YHxJvRN73\_QiuVw=
143
+ conversationIndex | AQHZMbuNl+8arvtgfEm9E3vf5CK5XA==
144
+ isDeliveryReceiptRequested | false
145
+ isReadReceiptRequested | false
146
+ isRead | true
147
+ isDraft | false
148
+ webLink | https://outlook.office365.com/owa/?ItemID=AAMkAGUzZWVmZWU4LTM5ZmItNDA4My04OTIzLWY1MGUxNzdiYTQ0MQBGAAAAAABn1FpEFqPeR7YAnkzP%2BVgXBwAhebtol4HnTZCmNsr9Gnh6AAAAAAEMAAAhebtol4HnTZCmNsr9Gnh6AAPfHbtVAAA%3D&exvsurl=1&viewmodel=ReadMessageItem
149
+ inferenceClassification | focused
150
+ body | {"contentType":"html","content":"<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"><style type=\"text/css\" style=\"display:none\">\r\n<!--\r\np\r\n\t{margin-top:0;\r\n\tmargin-bottom:0}\r\n-->\r\n</style></head><body dir=\"ltr\"><div class=\"elementToProof ContentPasted0\" style=\"font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0); background-color:rgb(255,255,255)\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis vel diam gravida, auctor mauris nec, posuere tellus. Vivamus placerat, nunc ac cursus feugiat, arcu tellus mattis nisl, id cursus nisl lectus eu lacus. Praesent malesuada ut orci vitae viverra. Suspendisse cursus turpis vel urna volutpat congue. Etiam auctor nec nulla sed suscipit. Vestibulum rhoncus quis mi ac faucibus. Curabitur eget eleifend felis. Vestibulum ut dolor non elit molestie ornare. <br></div></body></html>"}
151
+ sender | {"emailAddress":{"name":"John Doe","address":"john.doe@contoso.com"}}
152
+ from | {"emailAddress":{"name":"John Doe","address":"john.doe@contoso.com"}}
153
+ toRecipients | [{"emailAddress":{"name":"Megan Bowen","address":"megan.bowen@contoso.com"}}]
154
+ ccRecipients | []
155
+ bccRecipients | []
156
+ replyTo | []
157
+ flag | {"flagStatus":"notFlagged"}
158
+ ```
159
+
41
160
  ## More information
42
161
 
43
162
  - Well-known folder names: [https://docs.microsoft.com/en-us/graph/api/resources/mailfolder?view=graph-rest-1.0](https://docs.microsoft.com/en-us/graph/api/resources/mailfolder?view=graph-rest-1.0)
@@ -48,6 +48,10 @@ name
48
48
  m365 outlook message move --id AAMkAGVmMDEzMTM4LTZmYWUtNDdkNC1hMDZiLTU1OGY5OTZhYmY4OABGAAAAAAAiQ8W967B7TKBjgx9rVEURBwAiIsqMbYjsT5e-T7KzowPTAAAAAAEMAAAiIsqMbYjsT5e-T7KzowPTAALdyzhHAAA= --sourceFolderName inbox --targetFolderName archive
49
49
  ```
50
50
 
51
+ ## Response
52
+
53
+ The command won't return a response on success.
54
+
51
55
  ## More information
52
56
 
53
57
  - Well-known folder names: [https://docs.microsoft.com/en-us/graph/api/resources/mailfolder?view=graph-rest-1.0](https://docs.microsoft.com/en-us/graph/api/resources/mailfolder?view=graph-rest-1.0)
@@ -37,3 +37,43 @@ Gets the trends of email activity (like how many were sent, read, and received)
37
37
  ```sh
38
38
  m365 outlook report mailactivitycounts --period D7 --output json > "mailactivitycounts.json"
39
39
  ```
40
+
41
+ ## Response
42
+
43
+ === "JSON"
44
+
45
+ ```json
46
+ [
47
+ {
48
+ "Report Refresh Date": "2023-01-24",
49
+ "Send": "",
50
+ "Receive": "2",
51
+ "Read": "",
52
+ "Meeting Created": "0",
53
+ "Meeting Interacted": "",
54
+ "Report Date": "2023-01-18",
55
+ "Report Period": "7"
56
+ }
57
+ ]
58
+ ```
59
+
60
+ === "Text"
61
+
62
+ ```txt
63
+ Report Refresh Date,Send,Receive,Read,Meeting Created,Meeting Interacted,Report Date,Report Period
64
+ 2023-01-24,,2,,0,,2023-01-18,7
65
+ ```
66
+
67
+ === "CSV"
68
+
69
+ ```csv
70
+ Report Refresh Date,Send,Receive,Read,Meeting Created,Meeting Interacted,Report Date,Report Period
71
+ 2023-01-24,,2,,0,,2023-01-18,7
72
+ ```
73
+
74
+ === "Markdown"
75
+
76
+ ```md
77
+ Report Refresh Date,Send,Receive,Read,Meeting Created,Meeting Interacted,Report Date,Report Period
78
+ 2023-01-24,,2,,0,,2023-01-18,7
79
+ ```
@@ -37,3 +37,43 @@ Gets the trends on the number of unique users who are performing email activitie
37
37
  ```sh
38
38
  m365 outlook report mailactivityusercounts --period D7 --output json > "mailactivityusercounts.json"
39
39
  ```
40
+
41
+ ## Response
42
+
43
+ === "JSON"
44
+
45
+ ```json
46
+ [
47
+ {
48
+ "Report Refresh Date": "2023-01-24",
49
+ "Send": "",
50
+ "Receive": "2",
51
+ "Read": "",
52
+ "Meeting Created": "0",
53
+ "Meeting Interacted": "",
54
+ "Report Date": "2023-01-18",
55
+ "Report Period": "7"
56
+ }
57
+ ]
58
+ ```
59
+
60
+ === "Text"
61
+
62
+ ```txt
63
+ Report Refresh Date,Send,Receive,Read,Meeting Created,Meeting Interacted,Report Date,Report Period
64
+ 2023-01-24,,2,,0,,2023-01-18,7
65
+ ```
66
+
67
+ === "CSV"
68
+
69
+ ```csv
70
+ Report Refresh Date,Send,Receive,Read,Meeting Created,Meeting Interacted,Report Date,Report Period
71
+ 2023-01-24,,2,,0,,2023-01-18,7
72
+ ```
73
+
74
+ === "Markdown"
75
+
76
+ ```md
77
+ Report Refresh Date,Send,Receive,Read,Meeting Created,Meeting Interacted,Report Date,Report Period
78
+ 2023-01-24,,2,,0,,2023-01-18,7
79
+ ```
@@ -46,3 +46,48 @@ Gets details about email activity users have performed for the last week and exp
46
46
  ```sh
47
47
  m365 outlook report mailactivityuserdetail --period D7 --output json > "mailactivityuserdetail.json"
48
48
  ```
49
+
50
+ ## Response
51
+
52
+ === "JSON"
53
+
54
+ ```json
55
+ [
56
+ {
57
+ "Report Refresh Date": "2023-01-24",
58
+ "User Principal Name": "5535B4D580981B19AD1942C38063507F",
59
+ "Display Name": "F8C53518381F605C8FBA65C52CB43A1D",
60
+ "Is Deleted": "False",
61
+ "Deleted Date": "",
62
+ "Last Activity Date": "2022-11-29",
63
+ "Send Count": "0",
64
+ "Receive Count": "0",
65
+ "Read Count": "0",
66
+ "Meeting Created Count": "0",
67
+ "Meeting Interacted Count": "0",
68
+ "Assigned Products": "OFFICE 365 E5+MICROSOFT POWER AUTOMATE FREE+MICROSOFT POWER APPS PLAN 2 TRIAL+POWER BI (FREE)",
69
+ "Report Period": "7"
70
+ }
71
+ ]
72
+ ```
73
+
74
+ === "Text"
75
+
76
+ ```txt
77
+ Report Refresh Date,User Principal Name,Display Name,Is Deleted,Deleted Date,Last Activity Date,Send Count,Receive Count,Read Count,Meeting Created Count,Meeting Interacted Count,Assigned Products,Report Period
78
+ 2023-01-24,5535B4D580981B19AD1942C38063507F,F8C53518381F605C8FBA65C52CB43A1D,False,,2022-11-29,0,0,0,0,0,OFFICE 365 E5+MICROSOFT POWER AUTOMATE FREE+MICROSOFT POWER APPS PLAN 2 TRIAL+POWER BI (FREE),7
79
+ ```
80
+
81
+ === "CSV"
82
+
83
+ ```csv
84
+ Report Refresh Date,User Principal Name,Display Name,Is Deleted,Deleted Date,Last Activity Date,Send Count,Receive Count,Read Count,Meeting Created Count,Meeting Interacted Count,Assigned Products,Report Period
85
+ 2023-01-24,5535B4D580981B19AD1942C38063507F,F8C53518381F605C8FBA65C52CB43A1D,False,,2022-11-29,0,0,0,0,0,OFFICE 365 E5+MICROSOFT POWER AUTOMATE FREE+MICROSOFT POWER APPS PLAN 2 TRIAL+POWER BI (FREE),7
86
+ ```
87
+
88
+ === "Markdown"
89
+
90
+ ```md
91
+ Report Refresh Date,User Principal Name,Display Name,Is Deleted,Deleted Date,Last Activity Date,Send Count,Receive Count,Read Count,Meeting Created Count,Meeting Interacted Count,Assigned Products,Report Period
92
+ 2023-01-24,5535B4D580981B19AD1942C38063507F,F8C53518381F605C8FBA65C52CB43A1D,False,,2022-11-29,0,0,0,0,0,OFFICE 365 E5+MICROSOFT POWER AUTOMATE FREE+MICROSOFT POWER APPS PLAN 2 TRIAL+POWER BI (FREE),7
93
+ ```
@@ -37,3 +37,46 @@ Gets the count of unique users per email app for the last week and exports the r
37
37
  ```sh
38
38
  m365 outlook report mailappusageappsusercounts --period D7 --output json > "mailappusageappsusercounts.json"
39
39
  ```
40
+
41
+ ## Response
42
+
43
+ === "JSON"
44
+
45
+ ```json
46
+ [
47
+ {
48
+ "Report Refresh Date": "2023-01-25",
49
+ "Mail For Mac": "",
50
+ "Outlook For Mac": "6",
51
+ "Outlook For Windows": "108",
52
+ "Outlook For Mobile": "61",
53
+ "Other For Mobile": "",
54
+ "Outlook For Web": "2",
55
+ "POP3 App": "",
56
+ "IMAP4 App": "",
57
+ "SMTP App": "",
58
+ "Report Period": "7"
59
+ }
60
+ ]
61
+ ```
62
+
63
+ === "Text"
64
+
65
+ ```txt
66
+ Report Refresh Date,Mail For Mac,Outlook For Mac,Outlook For Windows,Outlook For Mobile,Other For Mobile,Outlook For Web,POP3 App,IMAP4 App,SMTP App,Report Period
67
+ 2023-01-25,,6,108,61,,2,,,,7
68
+ ```
69
+
70
+ === "CSV"
71
+
72
+ ```csv
73
+ Report Refresh Date,Mail For Mac,Outlook For Mac,Outlook For Windows,Outlook For Mobile,Other For Mobile,Outlook For Web,POP3 App,IMAP4 App,SMTP App,Report Period
74
+ 2023-01-25,,6,108,61,,2,,,,7
75
+ ```
76
+
77
+ === "Markdown"
78
+
79
+ ```md
80
+ Report Refresh Date,Mail For Mac,Outlook For Mac,Outlook For Windows,Outlook For Mobile,Other For Mobile,Outlook For Web,POP3 App,IMAP4 App,SMTP App,Report Period
81
+ 2023-01-25,,6,108,61,,2,,,,7
82
+ ```
@@ -37,3 +37,47 @@ Gets the count of unique users that connected to Exchange Online using any email
37
37
  ```sh
38
38
  m365 outlook report mailappusageusercounts --period D7 --output json > "mailappusageusercounts.json"
39
39
  ```
40
+
41
+ ## Response
42
+
43
+ === "JSON"
44
+
45
+ ```json
46
+ [
47
+ {
48
+ "Report Refresh Date": "2023-01-25",
49
+ "Mail For Mac": "",
50
+ "Outlook For Mac": "2",
51
+ "Outlook For Windows": "99",
52
+ "Outlook For Mobile": "46",
53
+ "Other For Mobile": "",
54
+ "Outlook For Web": "",
55
+ "POP3 App": "",
56
+ "IMAP4 App": "",
57
+ "SMTP App": "",
58
+ "Report Date": "2023-01-19",
59
+ "Report Period": "7"
60
+ }
61
+ ]
62
+ ```
63
+
64
+ === "Text"
65
+
66
+ ```txt
67
+ Report Refresh Date,Mail For Mac,Outlook For Mac,Outlook For Windows,Outlook For Mobile,Other For Mobile,Outlook For Web,POP3 App,IMAP4 App,SMTP App,Report Date,Report Period
68
+ 2023-01-25,,2,99,46,,,,,,2023-01-19,7
69
+ ```
70
+
71
+ === "CSV"
72
+
73
+ ```csv
74
+ Report Refresh Date,Mail For Mac,Outlook For Mac,Outlook For Windows,Outlook For Mobile,Other For Mobile,Outlook For Web,POP3 App,IMAP4 App,SMTP App,Report Date,Report Period
75
+ 2023-01-25,,2,99,46,,,,,,2023-01-19,7
76
+ ```
77
+
78
+ === "Markdown"
79
+
80
+ ```md
81
+ Report Refresh Date,Mail For Mac,Outlook For Mac,Outlook For Windows,Outlook For Mobile,Other For Mobile,Outlook For Web,POP3 App,IMAP4 App,SMTP App,Report Date,Report Period
82
+ 2023-01-25,,2,99,46,,,,,,2023-01-19,7
83
+ ```
@@ -46,3 +46,51 @@ Gets details about which activities users performed on the various email apps fo
46
46
  ```sh
47
47
  m365 outlook report mailappusageuserdetail --period D7 --output json > "mailappusageuserdetail.json"
48
48
  ```
49
+
50
+ ## Response
51
+
52
+ === "JSON"
53
+
54
+ ```json
55
+ [
56
+ {
57
+ "Report Refresh Date": "2023-01-25",
58
+ "User Principal Name": "john.doe@contoso.com",
59
+ "Display Name": "John Doe",
60
+ "Is Deleted": "False",
61
+ "Deleted Date": "",
62
+ "Last Activity Date": "2023-01-25",
63
+ "Mail For Mac": "",
64
+ "Outlook For Mac": "",
65
+ "Outlook For Windows": "ProPlus",
66
+ "Outlook For Mobile": "",
67
+ "Other For Mobile": "",
68
+ "Outlook For Web": "",
69
+ "POP3 App": "",
70
+ "IMAP4 App": "",
71
+ "SMTP App": "",
72
+ "Report Period": "7"
73
+ }
74
+ ]
75
+ ```
76
+
77
+ === "Text"
78
+
79
+ ```txt
80
+ Report Refresh Date,User Principal Name,Display Name,Is Deleted,Deleted Date,Last Activity Date,Mail For Mac,Outlook For Mac,Outlook For Windows,Outlook For Mobile,Other For Mobile,Outlook For Web,POP3 App,IMAP4 App,SMTP App,Report Period
81
+ 2023-01-25,john.doe@contoso.com,John Doe,False,,2023-01-25,,,ProPlus,,,,,,,7
82
+ ```
83
+
84
+ === "CSV"
85
+
86
+ ```csv
87
+ Report Refresh Date,User Principal Name,Display Name,Is Deleted,Deleted Date,Last Activity Date,Mail For Mac,Outlook For Mac,Outlook For Windows,Outlook For Mobile,Other For Mobile,Outlook For Web,POP3 App,IMAP4 App,SMTP App,Report Period
88
+ 2023-01-25,john.doe@contoso.com,John Doe,False,,2023-01-25,,,ProPlus,,,,,,,7
89
+ ```
90
+
91
+ === "Markdown"
92
+
93
+ ```md
94
+ Report Refresh Date,User Principal Name,Display Name,Is Deleted,Deleted Date,Last Activity Date,Mail For Mac,Outlook For Mac,Outlook For Windows,Outlook For Mobile,Other For Mobile,Outlook For Web,POP3 App,IMAP4 App,SMTP App,Report Period
95
+ 2023-01-25,john.doe@contoso.com,John Doe,False,,2023-01-25,,,ProPlus,,,,,,,7
96
+ ```
@@ -37,3 +37,44 @@ Gets the count of unique users by Outlook desktop version for the last week and
37
37
  ```sh
38
38
  m365 outlook report mailappusageversionsusercounts --period D7 --output json > "mailappusageversionsusercounts.json"
39
39
  ```
40
+
41
+ ## Response
42
+
43
+ === "JSON"
44
+
45
+ ```json
46
+ [
47
+ {
48
+ "Report Refresh Date": "2023-01-25",
49
+ "Outlook 2016": "",
50
+ "Outlook 2013": "",
51
+ "Outlook 2010": "",
52
+ "Outlook 2007": "",
53
+ "Undetermined": "",
54
+ "Report Period": "7",
55
+ "Outlook M365": "108",
56
+ "Outlook 2019": ""
57
+ }
58
+ ]
59
+ ```
60
+
61
+ === "Text"
62
+
63
+ ```txt
64
+ Report Refresh Date,Outlook 2016,Outlook 2013,Outlook 2010,Outlook 2007,Undetermined,Report Period,Outlook M365,Outlook 2019
65
+ 2023-01-25,,,,,,7,108,
66
+ ```
67
+
68
+ === "CSV"
69
+
70
+ ```csv
71
+ Report Refresh Date,Outlook 2016,Outlook 2013,Outlook 2010,Outlook 2007,Undetermined,Report Period,Outlook M365,Outlook 2019
72
+ 2023-01-25,,,,,,7,108,
73
+ ```
74
+
75
+ === "Markdown"
76
+
77
+ ```md
78
+ Report Refresh Date,Outlook 2016,Outlook 2013,Outlook 2010,Outlook 2007,Undetermined,Report Period,Outlook M365,Outlook 2019
79
+ 2023-01-25,,,,,,7,108,
80
+ ```
@@ -37,3 +37,52 @@ Gets details about mailbox usage for the last week and exports the report data i
37
37
  ```sh
38
38
  m365 outlook report mailboxusagedetail --period D7 --output json > "mailboxusagedetail.json"
39
39
  ```
40
+
41
+ ## Response
42
+
43
+ === "JSON"
44
+
45
+ ```json
46
+ [
47
+ {
48
+ "Report Refresh Date": "2023-01-24",
49
+ "User Principal Name": "john.doe@contoso.com",
50
+ "Display Name": "John Doe",
51
+ "Is Deleted": "False",
52
+ "Deleted Date": "",
53
+ "Created Date": "2023-01-18",
54
+ "Last Activity Date": "2023-01-24",
55
+ "Item Count": "191",
56
+ "Storage Used (Byte)": "5719031",
57
+ "Issue Warning Quota (Byte)": "105226698752",
58
+ "Prohibit Send Quota (Byte)": "106300440576",
59
+ "Prohibit Send/Receive Quota (Byte)": "107374182400",
60
+ "Deleted Item Count": "25",
61
+ "Deleted Item Size (Byte)": "582157",
62
+ "Deleted Item Quota (Byte)": "32212254720",
63
+ "Has Archive": "False",
64
+ "Report Period": "7"
65
+ }
66
+ ]
67
+ ```
68
+
69
+ === "Text"
70
+
71
+ ```txt
72
+ Report Refresh Date,User Principal Name,Display Name,Is Deleted,Deleted Date,Created Date,Last Activity Date,Item Count,Storage Used (Byte),Issue Warning Quota (Byte),Prohibit Send Quota (Byte),Prohibit Send/Receive Quota (Byte),Deleted Item Count,Deleted Item Size (Byte),Deleted Item Quota (Byte),Has Archive,Report Period
73
+ 2023-01-24,john.doe@contoso.com,John Doe,False,,2023-01-18,2023-01-24,191,5719031,105226698752,106300440576,107374182400,25,582157,32212254720,False,7
74
+ ```
75
+
76
+ === "CSV"
77
+
78
+ ```csv
79
+ Report Refresh Date,User Principal Name,Display Name,Is Deleted,Deleted Date,Created Date,Last Activity Date,Item Count,Storage Used (Byte),Issue Warning Quota (Byte),Prohibit Send Quota (Byte),Prohibit Send/Receive Quota (Byte),Deleted Item Count,Deleted Item Size (Byte),Deleted Item Quota (Byte),Has Archive,Report Period
80
+ 2023-01-24,john.doe@contoso.com,John Doe,False,,2023-01-18,2023-01-24,191,5719031,105226698752,106300440576,107374182400,25,582157,32212254720,False,7
81
+ ```
82
+
83
+ === "Markdown"
84
+
85
+ ```md
86
+ Report Refresh Date,User Principal Name,Display Name,Is Deleted,Deleted Date,Created Date,Last Activity Date,Item Count,Storage Used (Byte),Issue Warning Quota (Byte),Prohibit Send Quota (Byte),Prohibit Send/Receive Quota (Byte),Deleted Item Count,Deleted Item Size (Byte),Deleted Item Quota (Byte),Has Archive,Report Period
87
+ 2023-01-24,john.doe@contoso.com,John Doe,False,,2023-01-18,2023-01-24,191,5719031,105226698752,106300440576,107374182400,25,582157,32212254720,False,7
88
+ ```
@@ -41,3 +41,40 @@ Gets the total number of user mailboxes in your organization and how many are ac
41
41
  ```sh
42
42
  m365 outlook report mailboxusagemailboxcount --period D7 --output json > "mailboxusagemailboxcount.json"
43
43
  ```
44
+
45
+ ## Response
46
+
47
+ === "JSON"
48
+
49
+ ```json
50
+ [
51
+ {
52
+ "Report Refresh Date": "2023-01-24",
53
+ "Total": "146",
54
+ "Active": "131",
55
+ "Report Date": "2023-01-18",
56
+ "Report Period": "7"
57
+ }
58
+ ]
59
+ ```
60
+
61
+ === "Text"
62
+
63
+ ```txt
64
+ Report Refresh Date,Total,Active,Report Date,Report Period
65
+ 2023-01-24,146,131,2023-01-18,7
66
+ ```
67
+
68
+ === "CSV"
69
+
70
+ ```csv
71
+ Report Refresh Date,Total,Active,Report Date,Report Period
72
+ 2023-01-24,146,131,2023-01-18,7
73
+ ```
74
+
75
+ === "Markdown"
76
+
77
+ ```md
78
+ Report Refresh Date,Total,Active,Report Date,Report Period
79
+ 2023-01-24,146,131,2023-01-18,7
80
+ ```
@@ -37,3 +37,43 @@ Gets the count of user mailboxes in each quota category for the last week and ex
37
37
  ```sh
38
38
  m365 outlook report mailboxusagequotastatusmailboxcounts --period D7 --output json > "mailboxusagequotastatusmailboxcounts.json"
39
39
  ```
40
+
41
+ ## Response
42
+
43
+ === "JSON"
44
+
45
+ ```json
46
+ [
47
+ {
48
+ "Report Refresh Date": "2023-01-24",
49
+ "Under Limit": "146",
50
+ "Warning Issued": "0",
51
+ "Send Prohibited": "0",
52
+ "Send/Receive Prohibited": "0",
53
+ "Indeterminate": "0",
54
+ "Report Date": "2023-01-18",
55
+ "Report Period": "7"
56
+ }
57
+ ]
58
+ ```
59
+
60
+ === "Text"
61
+
62
+ ```txt
63
+ Report Refresh Date,Under Limit,Warning Issued,Send Prohibited,Send/Receive Prohibited,Indeterminate,Report Date,Report Period
64
+ 2023-01-24,146,0,0,0,0,2023-01-18,7
65
+ ```
66
+
67
+ === "CSV"
68
+
69
+ ```csv
70
+ Report Refresh Date,Under Limit,Warning Issued,Send Prohibited,Send/Receive Prohibited,Indeterminate,Report Date,Report Period
71
+ 2023-01-24,146,0,0,0,0,2023-01-18,7
72
+ ```
73
+
74
+ === "Markdown"
75
+
76
+ ```md
77
+ Report Refresh Date,Under Limit,Warning Issued,Send Prohibited,Send/Receive Prohibited,Indeterminate,Report Date,Report Period
78
+ 2023-01-24,146,0,0,0,0,2023-01-18,7
79
+ ```
@@ -37,3 +37,39 @@ Gets the amount of mailbox storage used in your organization for the last week a
37
37
  ```sh
38
38
  m365 outlook report mailboxusagestorage --period D7 --output json > "mailboxusagestorage.json"
39
39
  ```
40
+
41
+ ## Response
42
+
43
+ === "JSON"
44
+
45
+ ```json
46
+ [
47
+ {
48
+ "Report Refresh Date": "2023-01-24",
49
+ "Storage Used (Byte)": "791481624264",
50
+ "Report Date": "2023-01-18",
51
+ "Report Period": "7"
52
+ }
53
+ ]
54
+ ```
55
+
56
+ === "Text"
57
+
58
+ ```txt
59
+ Report Refresh Date,Storage Used (Byte),Report Date,Report Period
60
+ 2023-01-24,791481624264,2023-01-18,7
61
+ ```
62
+
63
+ === "CSV"
64
+
65
+ ```csv
66
+ Report Refresh Date,Storage Used (Byte),Report Date,Report Period
67
+ 2023-01-24,791481624264,2023-01-18,7
68
+ ```
69
+
70
+ === "Markdown"
71
+
72
+ ```md
73
+ Report Refresh Date,Storage Used (Byte),Report Date,Report Period
74
+ 2023-01-24,791481624264,2023-01-18,7
75
+ ```