@pnp/cli-microsoft365 6.4.0-beta.3946b02 → 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 (105) 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/flow/commands/owner/owner-add.js +147 -0
  6. package/dist/m365/flow/commands/owner/owner-remove.js +147 -0
  7. package/dist/m365/flow/commands/run/run-list.js +5 -2
  8. package/dist/m365/flow/commands.js +2 -0
  9. package/dist/m365/planner/commands/roster/roster-member-add.js +3 -0
  10. package/dist/m365/planner/commands/roster/roster-member-get.js +98 -0
  11. package/dist/m365/planner/commands.js +1 -0
  12. package/dist/m365/spfx/commands/spfx-doctor.js +43 -29
  13. package/dist/m365/spo/commands/customaction/customaction-get.js +27 -7
  14. package/dist/m365/spo/commands/file/file-move.js +1 -1
  15. package/dist/m365/spo/commands/list/list-add.js +11 -8
  16. package/dist/m365/spo/commands/list/list-set.js +3 -3
  17. package/dist/m365/spo/commands/tenant/tenant-applicationcustomizer-get.js +118 -0
  18. package/dist/m365/spo/commands.js +1 -0
  19. package/dist/utils/aadGroup.js +18 -0
  20. package/dist/utils/md.js +7 -0
  21. package/dist/utils/spo.js +14 -0
  22. package/docs/docs/cmd/flow/owner/owner-add.md +61 -0
  23. package/docs/docs/cmd/flow/owner/owner-remove.md +67 -0
  24. package/docs/docs/cmd/flow/run/run-list.md +28 -0
  25. package/docs/docs/cmd/onenote/page/page-list.md +1 -1
  26. package/docs/docs/cmd/outlook/mail/mail-send.md +4 -0
  27. package/docs/docs/cmd/outlook/message/message-get.md +143 -0
  28. package/docs/docs/cmd/outlook/message/message-list.md +119 -0
  29. package/docs/docs/cmd/outlook/message/message-move.md +4 -0
  30. package/docs/docs/cmd/outlook/report/report-mailactivitycounts.md +40 -0
  31. package/docs/docs/cmd/outlook/report/report-mailactivityusercounts.md +40 -0
  32. package/docs/docs/cmd/outlook/report/report-mailactivityuserdetail.md +45 -0
  33. package/docs/docs/cmd/outlook/report/report-mailappusageappsusercounts.md +43 -0
  34. package/docs/docs/cmd/outlook/report/report-mailappusageusercounts.md +44 -0
  35. package/docs/docs/cmd/outlook/report/report-mailappusageuserdetail.md +48 -0
  36. package/docs/docs/cmd/outlook/report/report-mailappusageversionsusercounts.md +41 -0
  37. package/docs/docs/cmd/outlook/report/report-mailboxusagedetail.md +49 -0
  38. package/docs/docs/cmd/outlook/report/report-mailboxusagemailboxcount.md +37 -0
  39. package/docs/docs/cmd/outlook/report/report-mailboxusagequotastatusmailboxcounts.md +40 -0
  40. package/docs/docs/cmd/outlook/report/report-mailboxusagestorage.md +36 -0
  41. package/docs/docs/cmd/outlook/room/room-list.md +81 -0
  42. package/docs/docs/cmd/outlook/roomlist/roomlist-list.md +58 -0
  43. package/docs/docs/cmd/planner/plan/plan-add.md +3 -3
  44. package/docs/docs/cmd/planner/plan/plan-set.md +73 -7
  45. package/docs/docs/cmd/planner/roster/roster-add.md +16 -1
  46. package/docs/docs/cmd/planner/roster/roster-member-get.md +87 -0
  47. package/docs/docs/cmd/planner/task/task-add.md +230 -0
  48. package/docs/docs/cmd/planner/task/task-checklistitem-add.md +55 -0
  49. package/docs/docs/cmd/planner/task/task-checklistitem-list.md +55 -0
  50. package/docs/docs/cmd/planner/task/task-checklistitem-remove.md +4 -0
  51. package/docs/docs/cmd/planner/task/task-get.md +131 -0
  52. package/docs/docs/cmd/planner/task/task-list.md +92 -0
  53. package/docs/docs/cmd/planner/task/task-reference-add.md +46 -0
  54. package/docs/docs/cmd/planner/task/task-reference-list.md +46 -0
  55. package/docs/docs/cmd/planner/task/task-reference-remove.md +4 -0
  56. package/docs/docs/cmd/planner/task/task-remove.md +4 -0
  57. package/docs/docs/cmd/planner/task/task-set.md +230 -0
  58. package/docs/docs/cmd/planner/tenant/tenant-settings-list.md +55 -0
  59. package/docs/docs/cmd/planner/tenant/tenant-settings-set.md +55 -0
  60. package/docs/docs/cmd/pp/card/card-get.md +2 -2
  61. package/docs/docs/cmd/pp/card/card-list.md +2 -2
  62. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-add.md +7 -7
  63. package/docs/docs/cmd/skype/report/report-activitycounts.md +38 -0
  64. package/docs/docs/cmd/skype/report/report-activityusercounts.md +38 -0
  65. package/docs/docs/cmd/skype/report/report-activityuserdetail.md +67 -0
  66. package/docs/docs/cmd/spo/customaction/customaction-get.md +113 -11
  67. package/docs/docs/cmd/spo/list/list-add.md +2 -2
  68. package/docs/docs/cmd/spo/list/list-set.md +2 -2
  69. package/docs/docs/cmd/spo/listitem/listitem-add.md +1 -1
  70. package/docs/docs/cmd/spo/listitem/listitem-batch-add.md +1 -1
  71. package/docs/docs/cmd/spo/listitem/listitem-set.md +1 -1
  72. package/docs/docs/cmd/spo/site/site-set.md +2 -2
  73. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-get.md +142 -0
  74. package/docs/docs/cmd/spo/term/term-list.md +1 -1
  75. package/docs/docs/cmd/teams/channel/channel-get.md +1 -1
  76. package/docs/docs/cmd/teams/message/message-get.md +39 -4
  77. package/docs/docs/cmd/teams/message/message-list.md +41 -6
  78. package/docs/docs/cmd/teams/message/message-reply-list.md +39 -4
  79. package/docs/docs/cmd/teams/messagingsettings/messagingsettings-list.md +20 -2
  80. package/docs/docs/cmd/teams/messagingsettings/messagingsettings-set.md +8 -8
  81. package/docs/docs/cmd/teams/report/report-deviceusagedistributionusercounts.md +12 -5
  82. package/docs/docs/cmd/teams/report/report-deviceusageusercounts.md +13 -6
  83. package/docs/docs/cmd/teams/report/report-deviceusageuserdetail.md +14 -7
  84. package/docs/docs/cmd/teams/report/report-directroutingcalls.md +13 -6
  85. package/docs/docs/cmd/teams/report/report-pstncalls.md +13 -6
  86. package/docs/docs/cmd/teams/report/report-useractivitycounts.md +13 -6
  87. package/docs/docs/cmd/teams/report/report-useractivityusercounts.md +13 -6
  88. package/docs/docs/cmd/teams/report/report-useractivityuserdetail.md +13 -6
  89. package/docs/docs/cmd/teams/tab/tab-add.md +16 -0
  90. package/docs/docs/cmd/teams/tab/tab-get.md +17 -0
  91. package/docs/docs/cmd/teams/tab/tab-list.md +19 -0
  92. package/docs/docs/cmd/teams/team/team-add.md +77 -8
  93. package/docs/docs/cmd/teams/team/team-app-list.md +18 -2
  94. package/docs/docs/cmd/teams/team/team-archive.md +2 -2
  95. package/docs/docs/cmd/teams/team/team-clone.md +8 -8
  96. package/docs/docs/cmd/teams/team/team-get.md +34 -4
  97. package/docs/docs/cmd/teams/team/team-list.md +34 -3
  98. package/docs/docs/cmd/teams/team/team-remove.md +3 -3
  99. package/docs/docs/cmd/teams/team/team-set.md +8 -8
  100. package/docs/docs/cmd/teams/team/team-unarchive.md +3 -2
  101. package/docs/docs/cmd/teams/user/user-app-add.md +3 -3
  102. package/docs/docs/cmd/teams/user/user-app-list.md +18 -2
  103. package/docs/docs/cmd/teams/user/user-app-remove.md +4 -4
  104. package/docs/docs/cmd/teams/user/user-list.md +21 -4
  105. package/package.json +1 -1
@@ -22,3 +22,49 @@ Retrieve the references of the specified planner task
22
22
  ```sh
23
23
  m365 planner task reference list --taskId uBk5fK_MHkeyuPYlCo4OFpcAM
24
24
  ```
25
+
26
+ ## Response
27
+
28
+ === "JSON"
29
+
30
+ ```json
31
+ {
32
+ "https%3A//microsoft%2Ecom": {
33
+ "alias": null,
34
+ "type": null,
35
+ "previewPriority": "8585269191724168649Pp",
36
+ "lastModifiedDateTime": "2023-01-25T23:02:53.107589Z",
37
+ "lastModifiedBy": {
38
+ "user": {
39
+ "displayName": null,
40
+ "id": "b2091e18-7882-4efe-b7d1-90703f5a5c65"
41
+ }
42
+ }
43
+ }
44
+ }
45
+ ```
46
+
47
+ === "Text"
48
+
49
+ ```txt
50
+ https%3A//microsoft%2Ecom: {"alias":null,"type":null,"previewPriority":"8585269191724168649Pp","lastModifiedDateTime":"2023-01-25T23:02:53.107589Z","lastModifiedBy":{"user":{"displayName":null,"id":"b2091e18-7882-4efe-b7d1-90703f5a5c65"}}}
51
+ ```
52
+
53
+ === "CSV"
54
+
55
+ ```csv
56
+ https%3A//microsoft%2Ecom
57
+ "{""alias"":null,""type"":null,""previewPriority"":""8585269191724168649Pp"",""lastModifiedDateTime"":""2023-01-25T23:02:53.107589Z"",""lastModifiedBy"":{""user"":{""displayName"":null,""id"":""b2091e18-7882-4efe-b7d1-90703f5a5c65""}}}"
58
+ ```
59
+
60
+ === "Markdown"
61
+
62
+ ```md
63
+ # planner task reference list --taskId "OopX1ANphEu7Lm4-0tVtl5cAFRGQ"
64
+
65
+ Date: 4/2/2023
66
+
67
+ Property | Value
68
+ ---------|-------
69
+ https%3A//microsoft%2Ecom | {"alias":null,"type":null,"previewPriority":"8585269191724168649Pp;","lastModifiedDateTime":"2023-01-25T23:02:53.107589Z","lastModifiedBy":{"user":{"displayName":null,"id":"b2091e18-7882-4efe-b7d1-90703f5a5c65"}}}
70
+ ```
@@ -37,3 +37,7 @@ Removes a reference with the alias _Parker_ from the Planner task with the id _2
37
37
  ```sh
38
38
  m365 planner task reference remove --alias "Parker" --taskId "2Vf8JHgsBUiIf-nuvBtv-ZgAAYw2"
39
39
  ```
40
+
41
+ ## Response
42
+
43
+ The command won't return a response on success.
@@ -76,3 +76,7 @@ Removes the Microsoft Planner task with title _My Task_ in the bucket with name
76
76
  ```sh
77
77
  m365 planner task remove --title "My Task" --bucketName "My Bucket" --planTitle "My Plan" --ownerGroupId "00000000-0000-0000-0000-000000000000"
78
78
  ```
79
+
80
+ ## Response
81
+
82
+ The command won't return a response on success.
@@ -103,6 +103,236 @@ Marks a Microsoft Planner task with the ID _Z-RLQGfppU6H3663DBzfs5gAMD3o_ as 50%
103
103
  m365 planner task set --id "2Vf8JHgsBUiIf-nuvBtv-ZgAAYw2" --percentComplete 50 --appliedCategories "category1,category3"
104
104
  ```
105
105
 
106
+ ## Response
107
+
108
+ ### Standard response
109
+
110
+ === "JSON"
111
+
112
+ ```json
113
+ {
114
+ "planId": "oUHpnKBFekqfGE_PS6GGUZcAFY7b",
115
+ "bucketId": "vncYUXCRBke28qMLB-d4xJcACtNz",
116
+ "title": "Important task",
117
+ "orderHint": "8585269241124027581",
118
+ "assigneePriority": "",
119
+ "percentComplete": 50,
120
+ "startDateTime": "2023-01-20T00:00:00Z",
121
+ "createdDateTime": "2023-01-25T21:39:33.0748226Z",
122
+ "dueDateTime": "2023-02-15T00:00:00Z",
123
+ "hasDescription": false,
124
+ "previewType": "automatic",
125
+ "completedDateTime": null,
126
+ "completedBy": null,
127
+ "referenceCount": 0,
128
+ "checklistItemCount": 0,
129
+ "activeChecklistItemCount": 0,
130
+ "conversationThreadId": null,
131
+ "priority": 5,
132
+ "id": "D-ys8Ef4kEuwYG4r68Um3pcAAe9M",
133
+ "createdBy": {
134
+ "user": {
135
+ "displayName": null,
136
+ "id": "b2091e18-7882-4efe-b7d1-90703f5a5c65"
137
+ },
138
+ "application": {
139
+ "displayName": null,
140
+ "id": "31359c7f-bd7e-475c-86db-fdb8c937548e"
141
+ }
142
+ },
143
+ "appliedCategories": {},
144
+ "assignments": {}
145
+ }
146
+ ```
147
+
148
+ === "Text"
149
+
150
+ ```text
151
+ activeChecklistItemCount: 0
152
+ appliedCategories : {}
153
+ assigneePriority :
154
+ assignments : {}
155
+ bucketId : vncYUXCRBke28qMLB-d4xJcACtNz
156
+ checklistItemCount : 0
157
+ completedBy : null
158
+ completedDateTime : null
159
+ conversationThreadId : null
160
+ createdBy : {"user":{"displayName":null,"id":"b2091e18-7882-4efe-b7d1-90703f5a5c65"},"application":{"displayName":null,"id":"31359c7f-bd7e-475c-86db-fdb8c937548e"}}
161
+ createdDateTime : 2023-01-25T21:44:10.6044385Z
162
+ dueDateTime : 2023-02-15T00:00:00Z
163
+ hasDescription : false
164
+ id : D-ys8Ef4kEuwYG4r68Um3pcAAe9M
165
+ orderHint : 8585269238348731422
166
+ percentComplete : 50
167
+ planId : oUHpnKBFekqfGE_PS6GGUZcAFY7b
168
+ previewType : automatic
169
+ priority : 5
170
+ referenceCount : 0
171
+ references : {}
172
+ startDateTime : 2023-01-20T00:00:00Z
173
+ title : Important task
174
+ ```
175
+
176
+ === "CSV"
177
+
178
+ ```csv
179
+ planId,bucketId,title,orderHint,assigneePriority,percentComplete,startDateTime,createdDateTime,dueDateTime,hasDescription,previewType,completedDateTime,completedBy,referenceCount,checklistItemCount,activeChecklistItemCount,conversationThreadId,priority,id,createdBy,appliedCategories,assignments
180
+ oUHpnKBFekqfGE_PS6GGUZcAFY7b,vncYUXCRBke28qMLB-d4xJcACtNz,Important task,8585269237867589640,,50,2023-01-20T00:00:00Z,2023-01-25T21:44:58.7186167Z,2023-02-15T00:00:00Z,,automatic,,,0,0,0,,5,D-ys8Ef4kEuwYG4r68Um3pcAAe9M,"{""user"":{""displayName"":null,""id"":""b2091e18-7882-4efe-b7d1-90703f5a5c65""},""application"":{""displayName"":null,""id"":""31359c7f-bd7e-475c-86db-fdb8c937548e""}}",{},{}
181
+ ```
182
+
183
+ === "Markdown"
184
+
185
+ ```md
186
+ # planner task set --id "D-ys8Ef4kEuwYG4r68Um3pcAAe9M" --startDateTime "2023-01-20" --dueDateTime "2023-02-15" --percentComplete "50" --title "Important task"
187
+
188
+ Date: 25/1/2023
189
+
190
+ ## Important task (D-ys8Ef4kEuwYG4r68Um3pcAAe9M)
191
+
192
+ Property | Value
193
+ ---------|-------
194
+ planId | oUHpnKBFekqfGE\_PS6GGUZcAFY7b
195
+ bucketId | vncYUXCRBke28qMLB-d4xJcACtNz
196
+ title | Important task
197
+ orderHint | 8585269235419217847
198
+ assigneePriority |
199
+ percentComplete | 50
200
+ startDateTime | 2023-01-20T00:00:00Z
201
+ createdDateTime | 2023-01-25T21:49:03.555796Z
202
+ dueDateTime | 2023-02-15T00:00:00Z
203
+ hasDescription | false
204
+ previewType | automatic
205
+ completedDateTime | null
206
+ completedBy | null
207
+ referenceCount | 0
208
+ checklistItemCount | 0
209
+ activeChecklistItemCount | 0
210
+ conversationThreadId | null
211
+ priority | 5
212
+ id | D-ys8Ef4kEuwYG4r68Um3pcAAe9M
213
+ createdBy | {"user":{"displayName":null,"id":"b2091e18-7882-4efe-b7d1-90703f5a5c65"},"application":{"displayName":null,"id":"31359c7f-bd7e-475c-86db-fdb8c937548e"}}
214
+ appliedCategories | {}
215
+ assignments | {}
216
+ ```
217
+
218
+ ### `description`, `previewType` response
219
+
220
+ === "JSON"
221
+
222
+ ```json
223
+ {
224
+ "planId": "oUHpnKBFekqfGE_PS6GGUZcAFY7b",
225
+ "bucketId": "vncYUXCRBke28qMLB-d4xJcACtNz",
226
+ "title": "Important task",
227
+ "orderHint": "8585269241124027581",
228
+ "assigneePriority": "",
229
+ "percentComplete": 50,
230
+ "startDateTime": "2023-01-20T00:00:00Z",
231
+ "createdDateTime": "2023-01-25T21:39:33.0748226Z",
232
+ "dueDateTime": "2023-02-15T00:00:00Z",
233
+ "hasDescription": true,
234
+ "previewType": "automatic",
235
+ "completedDateTime": null,
236
+ "completedBy": null,
237
+ "referenceCount": 0,
238
+ "checklistItemCount": 0,
239
+ "activeChecklistItemCount": 0,
240
+ "conversationThreadId": null,
241
+ "priority": 5,
242
+ "id": "D-ys8Ef4kEuwYG4r68Um3pcAAe9M",
243
+ "createdBy": {
244
+ "user": {
245
+ "displayName": null,
246
+ "id": "b2091e18-7882-4efe-b7d1-90703f5a5c65"
247
+ },
248
+ "application": {
249
+ "displayName": null,
250
+ "id": "31359c7f-bd7e-475c-86db-fdb8c937548e"
251
+ }
252
+ },
253
+ "appliedCategories": {},
254
+ "assignments": {},
255
+ "description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit.",
256
+ "references": {},
257
+ "checklist": {}
258
+ }
259
+ ```
260
+
261
+ === "Text"
262
+
263
+ ```txt
264
+ activeChecklistItemCount: 0
265
+ appliedCategories : {}
266
+ assigneePriority :
267
+ assignments : {}
268
+ bucketId : vncYUXCRBke28qMLB-d4xJcACtNz
269
+ checklist : {}
270
+ checklistItemCount : 0
271
+ completedBy : null
272
+ completedDateTime : null
273
+ conversationThreadId : null
274
+ createdBy : {"user":{"displayName":null,"id":"b2091e18-7882-4efe-b7d1-90703f5a5c65"},"application":{"displayName":null,"id":"31359c7f-bd7e-475c-86db-fdb8c937548e"}}
275
+ createdDateTime : 2023-01-25T21:44:10.6044385Z
276
+ description : Lorem ipsum dolor sit amet, consectetur adipiscing elit.
277
+ dueDateTime : 2023-02-15T00:00:00Z
278
+ hasDescription : true
279
+ id : D-ys8Ef4kEuwYG4r68Um3pcAAe9M
280
+ orderHint : 8585269238348731422
281
+ percentComplete : 50
282
+ planId : oUHpnKBFekqfGE_PS6GGUZcAFY7b
283
+ previewType : automatic
284
+ priority : 5
285
+ referenceCount : 0
286
+ references : {}
287
+ startDateTime : 2023-01-20T00:00:00Z
288
+ title : Important task
289
+ ```
290
+
291
+ === "CSV"
292
+
293
+ ```csv
294
+ planId,bucketId,title,orderHint,assigneePriority,percentComplete,startDateTime,createdDateTime,dueDateTime,hasDescription,previewType,completedDateTime,completedBy,referenceCount,checklistItemCount,activeChecklistItemCount,conversationThreadId,priority,id,createdBy,appliedCategories,assignments,description,references,checklist
295
+ oUHpnKBFekqfGE_PS6GGUZcAFY7b,vncYUXCRBke28qMLB-d4xJcACtNz,Important task,8585269237867589640,,50,2023-01-20T00:00:00Z,2023-01-25T21:44:58.7186167Z,2023-02-15T00:00:00Z,1,automatic,,,0,0,0,,5,D-ys8Ef4kEuwYG4r68Um3pcAAe9M,"{""user"":{""displayName"":null,""id"":""b2091e18-7882-4efe-b7d1-90703f5a5c65""},""application"":{""displayName"":null,""id"":""31359c7f-bd7e-475c-86db-fdb8c937548e""}}",{},{},"Lorem ipsum dolor sit amet, consectetur adipiscing elit.",{},{}
296
+ ```
297
+
298
+ === "Markdown"
299
+
300
+ ```md
301
+ # planner task set --id "D-ys8Ef4kEuwYG4r68Um3pcAAe9M" --title "Important task" --description "Lorem ipsum dolor sit amet, consectetur adipiscing elit."
302
+
303
+ Date: 25/1/2023
304
+
305
+ ## Important task (D-ys8Ef4kEuwYG4r68Um3pcAAe9M)
306
+
307
+ Property | Value
308
+ ---------|-------
309
+ planId | oUHpnKBFekqfGE\_PS6GGUZcAFY7b
310
+ bucketId | vncYUXCRBke28qMLB-d4xJcACtNz
311
+ title | Important task
312
+ orderHint | 8585269235419217847
313
+ assigneePriority |
314
+ percentComplete | 50
315
+ startDateTime | 2023-01-20T00:00:00Z
316
+ createdDateTime | 2023-01-25T21:49:03.555796Z
317
+ dueDateTime | 2023-02-15T00:00:00Z
318
+ hasDescription | true
319
+ previewType | automatic
320
+ completedDateTime | null
321
+ completedBy | null
322
+ referenceCount | 0
323
+ checklistItemCount | 0
324
+ activeChecklistItemCount | 0
325
+ conversationThreadId | null
326
+ priority | 5
327
+ id | D-ys8Ef4kEuwYG4r68Um3pcAAe9M
328
+ createdBy | {"user":{"displayName":null,"id":"b2091e18-7882-4efe-b7d1-90703f5a5c65"},"application":{"displayName":null,"id":"31359c7f-bd7e-475c-86db-fdb8c937548e"}}
329
+ appliedCategories | {}
330
+ assignments | {}
331
+ description | Lorem ipsum dolor sit amet, consectetur adipiscing elit.
332
+ references | {}
333
+ checklist | {}
334
+ ```
335
+
106
336
  ## Additional information
107
337
 
108
338
  - Using order hints in Planner: [https://docs.microsoft.com/graph/api/resources/planner-order-hint-format?view=graph-rest-1.0](https://docs.microsoft.com/graph/api/resources/planner-order-hint-format?view=graph-rest-1.0)
@@ -26,3 +26,58 @@ Lists the Microsoft Planner settings of the tenant
26
26
  ```sh
27
27
  m365 planner tenant settings list
28
28
  ```
29
+
30
+ ## Response
31
+
32
+ === "JSON"
33
+
34
+ ```json
35
+ {
36
+ "id": "1",
37
+ "isPlannerAllowed": true,
38
+ "allowCalendarSharing": true,
39
+ "allowTenantMoveWithDataLoss": false,
40
+ "allowTenantMoveWithDataMigration": false,
41
+ "allowRosterCreation": true,
42
+ "allowPlannerMobilePushNotifications": true
43
+ }
44
+ ```
45
+
46
+ === "Text"
47
+
48
+ ```txt
49
+ allowCalendarSharing : true
50
+ allowPlannerMobilePushNotifications: true
51
+ allowRosterCreation : true
52
+ allowTenantMoveWithDataLoss : false
53
+ allowTenantMoveWithDataMigration : false
54
+ isPlannerAllowed : true
55
+ ```
56
+
57
+ === "CSV"
58
+
59
+ ```csv
60
+ isPlannerAllowed,allowCalendarSharing,allowTenantMoveWithDataLoss,allowTenantMoveWithDataMigration,allowRosterCreation,allowPlannerMobilePushNotifications
61
+ 1,1,,,1,1
62
+ ```
63
+
64
+ === "Markdown"
65
+
66
+ ```md
67
+ # planner tenant settings list
68
+
69
+ Date: 4/2/2023
70
+
71
+ ## 1
72
+
73
+ Property | Value
74
+ ---------|-------
75
+ id | 1
76
+ isPlannerAllowed | true
77
+ allowCalendarSharing | true
78
+ allowTenantMoveWithDataLoss | false
79
+ allowTenantMoveWithDataMigration | false
80
+ allowRosterCreation | true
81
+ allowPlannerMobilePushNotifications | true
82
+ disallowedSharedWithContainerTypes | []
83
+ ```
@@ -54,3 +54,58 @@ Enable Microsoft Planner but disallow roster plans to be created
54
54
  ```sh
55
55
  m365 planner tenant settings set --isPlannerAllowed true --allowRosterCreation false
56
56
  ```
57
+
58
+ ## Response
59
+
60
+ === "JSON"
61
+
62
+ ```json
63
+ {
64
+ "id": "1",
65
+ "isPlannerAllowed": true,
66
+ "allowCalendarSharing": true,
67
+ "allowTenantMoveWithDataLoss": false,
68
+ "allowTenantMoveWithDataMigration": false,
69
+ "allowRosterCreation": true,
70
+ "allowPlannerMobilePushNotifications": true
71
+ }
72
+ ```
73
+
74
+ === "Text"
75
+
76
+ ```txt
77
+ allowCalendarSharing : true
78
+ allowPlannerMobilePushNotifications: true
79
+ allowRosterCreation : true
80
+ allowTenantMoveWithDataLoss : false
81
+ allowTenantMoveWithDataMigration : false
82
+ isPlannerAllowed : true
83
+ ```
84
+
85
+ === "CSV"
86
+
87
+ ```csv
88
+ isPlannerAllowed,allowCalendarSharing,allowTenantMoveWithDataLoss,allowTenantMoveWithDataMigration,allowRosterCreation,allowPlannerMobilePushNotifications
89
+ 1,1,,,1,1
90
+ ```
91
+
92
+ === "Markdown"
93
+
94
+ ```md
95
+ # planner tenant settings list
96
+
97
+ Date: 4/2/2023
98
+
99
+ ## 1
100
+
101
+ Property | Value
102
+ ---------|-------
103
+ id | 1
104
+ isPlannerAllowed | true
105
+ allowCalendarSharing | true
106
+ allowTenantMoveWithDataLoss | false
107
+ allowTenantMoveWithDataMigration | false
108
+ allowRosterCreation | true
109
+ allowPlannerMobilePushNotifications | true
110
+ disallowedSharedWithContainerTypes | []
111
+ ```
@@ -97,7 +97,7 @@ m365 pp card get --environment "Default-d87a7535-dd31-4437-bfe1-95340acd55c5" --
97
97
  },
98
98
  "owninguser":{
99
99
  "azureactivedirectoryobjectid":"78637d62-e872-4dc9-b7c1-bd161e631682",
100
- "fullname":"# Nico",
100
+ "fullname":"# John Doe",
101
101
  "systemuserid":"4f175d04-b952-ed11-bba2-000d3adf774e",
102
102
  "ownerid":"4f175d04-b952-ed11-bba2-000d3adf774e"
103
103
  }
@@ -167,5 +167,5 @@ m365 pp card get --environment "Default-d87a7535-dd31-4437-bfe1-95340acd55c5" --
167
167
  publishsourceid | null
168
168
  timezoneruleversionnumber | null
169
169
  iscustomizable | {"Value":true,"CanBeChanged":true,"ManagedPropertyLogicalName":"iscustomizableanddeletable"}
170
- owninguser | {"azureactivedirectoryobjectid":"78ccf530-bbf0-47e4-aae6-da5f8c6fb142","fullname":"# Nico","systemuserid":"4f175d04-b952-ed11-bba2-000d3adf774e","ownerid":"4f175d04-b952-ed11-bba2-000d3adf774e"}
170
+ owninguser | {"azureactivedirectoryobjectid":"78ccf530-bbf0-47e4-aae6-da5f8c6fb142","fullname":"# John Doe","systemuserid":"4f175d04-b952-ed11-bba2-000d3adf774e","ownerid":"4f175d04-b952-ed11-bba2-000d3adf774e"}
171
171
  ```
@@ -80,7 +80,7 @@ m365 pp card list --environment "Default-d87a7535-dd31-4437-bfe1-95340acd55c5" -
80
80
  },
81
81
  "owninguser":{
82
82
  "azureactivedirectoryobjectid":"78637d62-e872-4dc9-b7c1-bd161e631682",
83
- "fullname":"# Nico",
83
+ "fullname":"# John Doe",
84
84
  "systemuserid":"4f175d04-b952-ed11-bba2-000d3adf774e",
85
85
  "ownerid":"4f175d04-b952-ed11-bba2-000d3adf774e"
86
86
  }
@@ -149,5 +149,5 @@ m365 pp card list --environment "Default-d87a7535-dd31-4437-bfe1-95340acd55c5" -
149
149
  publishsourceid | null
150
150
  timezoneruleversionnumber | null
151
151
  iscustomizable | {"Value":true,"CanBeChanged":true,"ManagedPropertyLogicalName":"iscustomizableanddeletable"}
152
- owninguser | {"azureactivedirectoryobjectid":"78ccf530-bbf0-47e4-aae6-da5f8c6fb142","fullname":"# Nico","systemuserid":"4f175d04-b952-ed11-bba2-000d3adf774e","ownerid":"4f175d04-b952-ed11-bba2-000d3adf774e"}
152
+ owninguser | {"azureactivedirectoryobjectid":"78ccf530-bbf0-47e4-aae6-da5f8c6fb142","fullname":"# John Doe","systemuserid":"4f175d04-b952-ed11-bba2-000d3adf774e","ownerid":"4f175d04-b952-ed11-bba2-000d3adf774e"}
153
153
  ```
@@ -53,13 +53,13 @@ This command is part of a series of commands that have to do with event-based re
53
53
  "createdBy": {
54
54
  "user": {
55
55
  "id": null,
56
- "displayName": "Mathijs Verbeeck"
56
+ "displayName": "John Doe"
57
57
  }
58
58
  },
59
59
  "lastModifiedBy": {
60
60
  "user": {
61
61
  "id": null,
62
- "displayName": "Mathijs Verbeeck"
62
+ "displayName": "John Doe"
63
63
  }
64
64
  }
65
65
  }
@@ -69,12 +69,12 @@ This command is part of a series of commands that have to do with event-based re
69
69
  === "Text"
70
70
 
71
71
  ```text
72
- createdBy : {"user":{"id":null,"displayName":"Mathijs Verbeeck"}}
72
+ createdBy : {"user":{"id":null,"displayName":"John Doe"}}
73
73
  createdDateTime : 2023-01-31T20:40:40Z
74
74
  description : A retention event type to start a retention period based on the date that a contract expired.
75
75
  displayName : Contract Expiry
76
76
  id : 806cb481-4cc6-47c3-af26-26d64f6e7aab
77
- lastModifiedBy : {"user":{"id":null,"displayName":"Mathijs Verbeeck"}}
77
+ lastModifiedBy : {"user":{"id":null,"displayName":"John Doe"}}
78
78
  lastModifiedDateTime: 2023-01-31T20:40:40Z
79
79
  ```
80
80
 
@@ -82,7 +82,7 @@ This command is part of a series of commands that have to do with event-based re
82
82
 
83
83
  ```csv
84
84
  displayName,description,createdDateTime,lastModifiedDateTime,id,createdBy,lastModifiedBy
85
- Contract Expiry,A retention event type to start a retention period based on the date that a contract expired.,2023-01-31T20:53:23Z,2023-01-31T20:53:23Z,b430ae4c-1e26-422f-9544-67df3abfb200,"{""user"":{""id"":null,""displayName"":""Mathijs Verbeeck""}}","{""user"":{""id"":null,""displayName"":""Mathijs Verbeeck""}}"
85
+ Contract Expiry,A retention event type to start a retention period based on the date that a contract expired.,2023-01-31T20:53:23Z,2023-01-31T20:53:23Z,b430ae4c-1e26-422f-9544-67df3abfb200,"{""user"":{""id"":null,""displayName"":""John Doe""}}","{""user"":{""id"":null,""displayName"":""John Doe""}}"
86
86
  ```
87
87
 
88
88
  === "Markdown"
@@ -101,6 +101,6 @@ This command is part of a series of commands that have to do with event-based re
101
101
  createdDateTime | 2023-01-31T20:55:35Z
102
102
  lastModifiedDateTime | 2023-01-31T20:55:35Z
103
103
  id | ca0e1f8d-4e42-4a81-be85-022502d70c4e
104
- createdBy | {"user":{"id":null,"displayName":"Mathijs Verbeeck"}}
105
- lastModifiedBy | {"user":{"id":null,"displayName":"Mathijs Verbeeck"}}
104
+ createdBy | {"user":{"id":null,"displayName":"John Doe"}}
105
+ lastModifiedBy | {"user":{"id":null,"displayName":"John Doe"}}
106
106
  ```
@@ -37,3 +37,41 @@ Gets the trends on how many users organized and participated in conference sessi
37
37
  ```sh
38
38
  m365 skype report activitycounts --period D7 --output json > "activitycounts.json"
39
39
  ```
40
+
41
+ ## Response
42
+
43
+ === "JSON"
44
+
45
+ ```json
46
+ [
47
+ {
48
+ "Report Refresh Date": "2023-01-25",
49
+ "Report Date": "2023-01-19",
50
+ "Report Period": "7",
51
+ "Peer-to-peer": "0",
52
+ "Organized": "0",
53
+ "Participated": "0"
54
+ }
55
+ ]
56
+ ```
57
+
58
+ === "Text"
59
+
60
+ ```txt
61
+ Report Refresh Date,Report Date,Report Period,Peer-to-peer,Organized,Participated
62
+ 2023-01-25,2023-01-19,7,0,0,0
63
+ ```
64
+
65
+ === "CSV"
66
+
67
+ ```csv
68
+ Report Refresh Date,Report Date,Report Period,Peer-to-peer,Organized,Participated
69
+ 2023-01-25,2023-01-19,7,0,0,0
70
+ ```
71
+
72
+ === "Markdown"
73
+
74
+ ```md
75
+ Report Refresh Date,Report Date,Report Period,Peer-to-peer,Organized,Participated
76
+ 2023-01-25,2023-01-19,7,0,0,0
77
+ ```
@@ -37,3 +37,41 @@ Gets the trends on how many unique users organized and participated in conferenc
37
37
  ```sh
38
38
  m365 skype report activityusercounts --period D7 --output json > "activityusercounts.json"
39
39
  ```
40
+
41
+ ## Response
42
+
43
+ === "JSON"
44
+
45
+ ```json
46
+ [
47
+ {
48
+ "Report Refresh Date": "2023-01-25",
49
+ "Report Date": "2023-01-19",
50
+ "Report Period": "7",
51
+ "Peer-to-peer": "0",
52
+ "Organized": "0",
53
+ "Participated": "0"
54
+ }
55
+ ]
56
+ ```
57
+
58
+ === "Text"
59
+
60
+ ```txt
61
+ Report Refresh Date,Report Date,Report Period,Peer-to-peer,Organized,Participated
62
+ 2023-01-25,2023-01-19,7,0,0,0
63
+ ```
64
+
65
+ === "CSV"
66
+
67
+ ```csv
68
+ Report Refresh Date,Report Date,Report Period,Peer-to-peer,Organized,Participated
69
+ 2023-01-25,2023-01-19,7,0,0,0
70
+ ```
71
+
72
+ === "Markdown"
73
+
74
+ ```md
75
+ Report Refresh Date,Report Date,Report Period,Peer-to-peer,Organized,Participated
76
+ 2023-01-25,2023-01-19,7,0,0,0
77
+ ```
@@ -46,3 +46,70 @@ Gets details about Skype for Business activity by user for the last week and exp
46
46
  ```sh
47
47
  m365 skype report activityuserdetail --period D7 --output json > "activityuserdetail.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
+ "Is Deleted": "False",
60
+ "Deleted Date": "",
61
+ "Last Activity Date": "2021-03-22",
62
+ "Total Peer-to-peer Session Count": "0",
63
+ "Total Organized Conference Count": "0",
64
+ "Total Participated Conference Count": "0",
65
+ "Peer-to-peer Last Activity Date": "2021-03-22",
66
+ "Organized Conference Last Activity Date": "2021-02-15",
67
+ "Participated Conference Last Activity Date": "2021-02-15",
68
+ "Peer-to-peer IM Count": "0",
69
+ "Peer-to-peer Audio Count": "0",
70
+ "Peer-to-peer Audio Minutes": "0",
71
+ "Peer-to-peer Video Count": "0",
72
+ "Peer-to-peer Video Minutes": "0",
73
+ "Peer-to-peer App Sharing Count": "0",
74
+ "Peer-to-peer File Transfer Count": "0",
75
+ "Organized Conference IM Count": "0",
76
+ "Organized Conference Audio/Video Count": "0",
77
+ "Organized Conference Audio/Video Minutes": "0",
78
+ "Organized Conference App Sharing Count": "0",
79
+ "Organized Conference Web Count": "0",
80
+ "Organized Conference Dial-in/out 3rd Party Count": "0",
81
+ "Organized Conference Dial-in/out Microsoft Count": "0",
82
+ "Organized Conference Dial-in Microsoft Minutes": "0",
83
+ "Organized Conference Dial-out Microsoft Minutes": "0",
84
+ "Participated Conference IM Count": "0",
85
+ "Participated Conference Audio/Video Count": "0",
86
+ "Participated Conference Audio/Video Minutes": "0",
87
+ "Participated Conference App Sharing Count": "0",
88
+ "Participated Conference Web Count": "0",
89
+ "Participated Conference Dial-in/out 3rd Party Count": "0",
90
+ "Assigned Products": "MICROSOFT 365 E5+MICROSOFT POWER APPS PLAN 2 TRIAL+POWER BI (FREE)+MICROSOFT POWER AUTOMATE FREE+POWER AUTOMATE PER USER PLAN",
91
+ "Report Period": "7"
92
+ }
93
+ ]
94
+ ```
95
+
96
+ === "Text"
97
+
98
+ ```txt
99
+ Report Refresh Date,User Principal Name,Is Deleted,Deleted Date,Last Activity Date,Total Peer-to-peer Session Count,Total Organized Conference Count,Total Participated Conference Count,Peer-to-peer Last Activity Date,Organized Conference Last Activity Date,Participated Conference Last Activity Date,Peer-to-peer IM Count,Peer-to-peer Audio Count,Peer-to-peer Audio Minutes,Peer-to-peer Video Count,Peer-to-peer Video Minutes,Peer-to-peer App Sharing Count,Peer-to-peer File Transfer Count,Organized Conference IM Count,Organized Conference Audio/Video Count,Organized Conference Audio/Video Minutes,Organized Conference App Sharing Count,Organized Conference Web Count,Organized Conference Dial-in/out 3rd Party Count,Organized Conference Dial-in/out Microsoft Count,Organized Conference Dial-in Microsoft Minutes,Organized Conference Dial-out Microsoft Minutes,Participated Conference IM Count,Participated Conference Audio/Video Count,Participated Conference Audio/Video Minutes,Participated Conference App Sharing Count,Participated Conference Web Count,Participated Conference Dial-in/out 3rd Party Count,Assigned Products,Report Period
100
+ 2023-01-25,john.doe@contoso.com,False,,2021-03-22,0,0,0,2021-03-22,2021-02-15,2021-02-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,MICROSOFT 365 E5+MICROSOFT POWER APPS PLAN 2 TRIAL+POWER BI (FREE)+MICROSOFT POWER AUTOMATE FREE+POWER AUTOMATE PER USER PLAN,7
101
+ ```
102
+
103
+ === "CSV"
104
+
105
+ ```csv
106
+ Report Refresh Date,User Principal Name,Is Deleted,Deleted Date,Last Activity Date,Total Peer-to-peer Session Count,Total Organized Conference Count,Total Participated Conference Count,Peer-to-peer Last Activity Date,Organized Conference Last Activity Date,Participated Conference Last Activity Date,Peer-to-peer IM Count,Peer-to-peer Audio Count,Peer-to-peer Audio Minutes,Peer-to-peer Video Count,Peer-to-peer Video Minutes,Peer-to-peer App Sharing Count,Peer-to-peer File Transfer Count,Organized Conference IM Count,Organized Conference Audio/Video Count,Organized Conference Audio/Video Minutes,Organized Conference App Sharing Count,Organized Conference Web Count,Organized Conference Dial-in/out 3rd Party Count,Organized Conference Dial-in/out Microsoft Count,Organized Conference Dial-in Microsoft Minutes,Organized Conference Dial-out Microsoft Minutes,Participated Conference IM Count,Participated Conference Audio/Video Count,Participated Conference Audio/Video Minutes,Participated Conference App Sharing Count,Participated Conference Web Count,Participated Conference Dial-in/out 3rd Party Count,Assigned Products,Report Period
107
+ 2023-01-25,john.doe@contoso.com,False,,2021-03-22,0,0,0,2021-03-22,2021-02-15,2021-02-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,MICROSOFT 365 E5+MICROSOFT POWER APPS PLAN 2 TRIAL+POWER BI (FREE)+MICROSOFT POWER AUTOMATE FREE+POWER AUTOMATE PER USER PLAN,7
108
+ ```
109
+
110
+ === "Markdown"
111
+
112
+ ```md
113
+ Report Refresh Date,User Principal Name,Is Deleted,Deleted Date,Last Activity Date,Total Peer-to-peer Session Count,Total Organized Conference Count,Total Participated Conference Count,Peer-to-peer Last Activity Date,Organized Conference Last Activity Date,Participated Conference Last Activity Date,Peer-to-peer IM Count,Peer-to-peer Audio Count,Peer-to-peer Audio Minutes,Peer-to-peer Video Count,Peer-to-peer Video Minutes,Peer-to-peer App Sharing Count,Peer-to-peer File Transfer Count,Organized Conference IM Count,Organized Conference Audio/Video Count,Organized Conference Audio/Video Minutes,Organized Conference App Sharing Count,Organized Conference Web Count,Organized Conference Dial-in/out 3rd Party Count,Organized Conference Dial-in/out Microsoft Count,Organized Conference Dial-in Microsoft Minutes,Organized Conference Dial-out Microsoft Minutes,Participated Conference IM Count,Participated Conference Audio/Video Count,Participated Conference Audio/Video Minutes,Participated Conference App Sharing Count,Participated Conference Web Count,Participated Conference Dial-in/out 3rd Party Count,Assigned Products,Report Period
114
+ 2023-01-25,john.doe@contoso.com,False,,2021-03-22,0,0,0,2021-03-22,2021-02-15,2021-02-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,MICROSOFT 365 E5+MICROSOFT POWER APPS PLAN 2 TRIAL+POWER BI (FREE)+MICROSOFT POWER AUTOMATE FREE+POWER AUTOMATE PER USER PLAN,7
115
+ ```