@pnp/cli-microsoft365 6.7.0-beta.54db310 → 6.7.0-beta.7321771

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 (57) hide show
  1. package/.devcontainer/Dockerfile +1 -1
  2. package/README.md +10 -10
  3. package/dist/Auth.js +75 -4
  4. package/dist/AuthServer.js +2 -1
  5. package/dist/Command.js +56 -7
  6. package/dist/m365/aad/commands/user/user-set.js +145 -30
  7. package/dist/m365/base/AzmgmtCommand.js +11 -0
  8. package/dist/m365/base/PowerAppsCommand.js +11 -0
  9. package/dist/m365/base/PowerPlatformCommand.js +11 -0
  10. package/dist/m365/commands/login.js +17 -1
  11. package/dist/m365/commands/status.js +4 -2
  12. package/dist/m365/flow/commands/run/run-get.js +31 -1
  13. package/dist/m365/spo/commands/file/file-list.js +108 -32
  14. package/dist/m365/spo/commands/folder/folder-list.js +73 -16
  15. package/dist/m365/spo/commands/listitem/listitem-list.js +113 -55
  16. package/dist/m365/spo/commands/site/site-recyclebinitem-clear.js +115 -0
  17. package/dist/m365/spo/commands.js +1 -0
  18. package/dist/request.js +7 -0
  19. package/dist/utils/misc.js +11 -0
  20. package/docs/docs/cmd/aad/user/user-set.md +53 -8
  21. package/docs/docs/cmd/flow/run/run-get.md +110 -9
  22. package/docs/docs/cmd/login.md +5 -2
  23. package/docs/docs/cmd/planner/task/task-add.md +3 -1
  24. package/docs/docs/cmd/planner/task/task-set.md +6 -4
  25. package/docs/docs/cmd/spo/file/file-list.md +87 -2
  26. package/docs/docs/cmd/spo/folder/folder-list.md +36 -1
  27. package/docs/docs/cmd/spo/listitem/listitem-list.md +22 -8
  28. package/docs/docs/cmd/spo/site/site-recyclebinitem-clear.md +45 -0
  29. package/docs/docs/cmd/spo/spo-get.md +12 -0
  30. package/docs/docs/cmd/spo/spo-search.md +16 -3
  31. package/docs/docs/cmd/spo/user/user-ensure.md +1 -2
  32. package/docs/docs/cmd/spo/user/user-get.md +24 -0
  33. package/docs/docs/cmd/spo/user/user-list.md +27 -3
  34. package/docs/docs/cmd/spo/userprofile/userprofile-get.md +21 -0
  35. package/docs/docs/cmd/spo/web/web-add.md +24 -0
  36. package/docs/docs/cmd/spo/web/web-clientsidewebpart-list.md +16 -0
  37. package/docs/docs/cmd/spo/web/web-get.md +124 -0
  38. package/docs/docs/cmd/spo/web/web-installedlanguage-list.md +16 -0
  39. package/docs/docs/cmd/spo/web/web-list.md +16 -0
  40. package/docs/docs/cmd/spo/web/web-retentionlabel-list.md +29 -2
  41. package/docs/docs/cmd/tenant/id/id-get.md +6 -0
  42. package/docs/docs/cmd/tenant/report/report-activeusercounts.md +7 -0
  43. package/docs/docs/cmd/tenant/report/report-activeuserdetail.md +7 -0
  44. package/docs/docs/cmd/tenant/report/report-office365activationcounts.md +7 -0
  45. package/docs/docs/cmd/tenant/report/report-office365activationsusercounts.md +7 -0
  46. package/docs/docs/cmd/tenant/report/report-office365activationsuserdetail.md +7 -0
  47. package/docs/docs/cmd/tenant/report/report-servicesusercounts.md +7 -0
  48. package/docs/docs/cmd/tenant/security/security-alerts-list.md +23 -0
  49. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-health-get.md +32 -0
  50. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-health-list.md +32 -0
  51. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-healthissue-get.md +26 -0
  52. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-healthissue-list.md +26 -0
  53. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-message-get.md +22 -0
  54. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-message-list.md +22 -0
  55. package/package.json +3 -1
  56. package/dist/m365/spo/commands/file/FilePropertiesCollection.js +0 -3
  57. package/dist/m365/spo/commands/folder/FileFolderCollection.js +0 -3
@@ -168,6 +168,68 @@ m365 spo web get --url https://contoso.sharepoint.com/subsite --withPermissions
168
168
  1,,00000000-0000-0000-0000-000000000000,,0,2022-09-12T18:18:07.253,"{""StringValue"":""1;2;d8b65bb3-6ca1-4df2-a4be-0efe08af2580;638032554734300000;715586625""}",/_catalogs/masterpage/seattle.master,,00000000-0000-0000-0000-000000000000,,,0,1,0,0,0,,,d8b65bb3-6ca1-4df2-a4be-0efe08af2580,,,,,1,,1033,2022-11-05T14:06:21Z,2022-10-31T07:29:33Z,0,/_catalogs/masterpage/seattle.master,1,,,,,"{""DecodedUrl"":""https://contoso.sharepoint.com""}",1,1,0,/,,1,0,Communication site,,15,,https://contoso.sharepoint.com,SITEPAGEPUBLISHING,SitePages/Home.aspx
169
169
  ```
170
170
 
171
+ === "Markdown"
172
+
173
+ ```md
174
+ # spo web get --url "https://contoso.sharepoint.com/subsite"
175
+
176
+ Date: 4/10/2023
177
+
178
+ ## Subsite (c59dae7c-48bd-4241-96b7-b81d4bbc25cb)
179
+
180
+ Property | Value
181
+ ---------|-------
182
+ AllowRssFeeds | true
183
+ AlternateCssUrl |
184
+ AppInstanceId | 00000000-0000-0000-0000-000000000000
185
+ ClassicWelcomePage | null
186
+ Configuration | 0
187
+ Created | 2021-09-22T01:54:52.18
188
+ CustomMasterUrl | /subsite/\_catalogs/masterpage/seattle.master
189
+ Description |
190
+ DesignPackageId | 00000000-0000-0000-0000-000000000000
191
+ DocumentLibraryCalloutOfficeWebAppPreviewersDisabled | false
192
+ EnableMinimalDownload | false
193
+ FooterEmphasis | 0
194
+ FooterEnabled | false
195
+ FooterLayout | 0
196
+ HeaderEmphasis | 0
197
+ HeaderLayout | 2
198
+ HideTitleInHeader | false
199
+ HorizontalQuickLaunch | false
200
+ Id | c59dae7c-48bd-4241-96b7-b81d4bbc25cb
201
+ IsEduClass | false
202
+ IsEduClassProvisionChecked | false
203
+ IsEduClassProvisionPending | false
204
+ IsHomepageModernized | false
205
+ IsMultilingual | true
206
+ IsRevertHomepageLinkHidden | false
207
+ Language | 1033
208
+ LastItemModifiedDate | 2023-04-10T06:07:56Z
209
+ LastItemUserModifiedDate | 2023-03-05T08:33:24Z
210
+ LogoAlignment | 0
211
+ MasterUrl | /subsite/\_catalogs/masterpage/seattle.master
212
+ MegaMenuEnabled | false
213
+ NavAudienceTargetingEnabled | false
214
+ NoCrawl | false
215
+ ObjectCacheEnabled | false
216
+ OverwriteTranslationsOnChange | false
217
+ QuickLaunchEnabled | true
218
+ RecycleBinEnabled | true
219
+ SearchScope | 0
220
+ ServerRelativeUrl | /subsite
221
+ SiteLogoUrl | /subsite/\_api/GroupService/GetGroupImage?id='58c0c654-ce7d-444b-9f5f-bc246400f176'&hash=637696347741828775
222
+ SyndicationEnabled | true
223
+ TenantAdminMembersCanShare | 0
224
+ Title | Subsite
225
+ TreeViewEnabled | false
226
+ UIVersion | 15
227
+ UIVersionConfigurationEnabled | false
228
+ Url | https://contoso.sharepoint.com/subsite
229
+ WebTemplate | GROUP
230
+ WelcomePage | SitePages/Home.aspx
231
+ ```
232
+
171
233
  ### `withGroups`, `withPermissions` response
172
234
 
173
235
  When we make use of the option `withGroups` or `withPermissions` the response will differ.
@@ -414,3 +476,65 @@ When we make use of the option `withGroups` or `withPermissions` the response wi
414
476
  AssociatedMemberGroup,AssociatedOwnerGroup,AssociatedVisitorGroup,AllowRssFeeds,AlternateCssUrl,AppInstanceId,ClassicWelcomePage,Configuration,Created,CurrentChangeToken,CustomMasterUrl,Description,DesignPackageId,DocumentLibraryCalloutOfficeWebAppPreviewersDisabled,EnableMinimalDownload,FooterEmphasis,FooterEnabled,FooterLayout,HeaderEmphasis,HeaderLayout,HideTitleInHeader,HorizontalQuickLaunch,Id,IsEduClass,IsEduClassProvisionChecked,IsEduClassProvisionPending,IsHomepageModernized,IsMultilingual,IsRevertHomepageLinkHidden,Language,LastItemModifiedDate,LastItemUserModifiedDate,LogoAlignment,MasterUrl,MegaMenuEnabled,NavAudienceTargetingEnabled,NoCrawl,ObjectCacheEnabled,OverwriteTranslationsOnChange,ResourcePath,QuickLaunchEnabled,RecycleBinEnabled,SearchScope,ServerRelativeUrl,SiteLogoUrl,SyndicationEnabled,TenantAdminMembersCanShare,Title,TreeViewEnabled,UIVersion,UIVersionConfigurationEnabled,Url,WebTemplate,WelcomePage,RoleAssignments
415
477
  "{""Id"":5,""IsHiddenInUI"":false,""LoginName"":""Communication site Members"",""Title"":""Communication site Members"",""PrincipalType"":8,""AllowMembersEditMembership"":true,""AllowRequestToJoinLeave"":false,""AutoAcceptRequestToJoinLeave"":false,""Description"":null,""OnlyAllowMembersViewMembership"":false,""OwnerTitle"":""Communication site Owners"",""RequestToJoinLeaveEmailSetting"":""""}","{""Id"":3,""IsHiddenInUI"":false,""LoginName"":""Communication site Owners"",""Title"":""Communication site Owners"",""PrincipalType"":8,""AllowMembersEditMembership"":false,""AllowRequestToJoinLeave"":false,""AutoAcceptRequestToJoinLeave"":false,""Description"":null,""OnlyAllowMembersViewMembership"":false,""OwnerTitle"":""Communication site Owners"",""RequestToJoinLeaveEmailSetting"":""""}","{""Id"":4,""IsHiddenInUI"":false,""LoginName"":""Communication site Visitors"",""Title"":""Communication site Visitors"",""PrincipalType"":8,""AllowMembersEditMembership"":false,""AllowRequestToJoinLeave"":false,""AutoAcceptRequestToJoinLeave"":false,""Description"":null,""OnlyAllowMembersViewMembership"":false,""OwnerTitle"":""Communication site Owners"",""RequestToJoinLeaveEmailSetting"":""""}",1,,00000000-0000-0000-0000-000000000000,,0,2022-09-12T18:18:07.253,"{""StringValue"":""1;2;d8b65bb3-6ca1-4df2-a4be-0efe08af2580;638032554734300000;715586625""}",/_catalogs/masterpage/seattle.master,,00000000-0000-0000-0000-000000000000,,,0,1,0,0,0,,,d8b65bb3-6ca1-4df2-a4be-0efe08af2580,,,,,1,,1033,2022-11-05T14:06:21Z,2022-10-31T07:29:33Z,0,/_catalogs/masterpage/seattle.master,1,,,,,"{""DecodedUrl"":""https://contoso.sharepoint.com""}",1,1,0,/,,1,0,Communication site,,15,,https://contoso.sharepoint.com,SITEPAGEPUBLISHING,SitePages/Home.aspx,"[{""Member"":{""Id"":3,""IsHiddenInUI"":false,""LoginName"":""Communication site Owners"",""Title"":""Communication site Owners"",""PrincipalType"":8,""AllowMembersEditMembership"":false,""AllowRequestToJoinLeave"":false,""AutoAcceptRequestToJoinLeave"":false,""Description"":null,""OnlyAllowMembersViewMembership"":false,""OwnerTitle"":""Communication site Owners"",""RequestToJoinLeaveEmailSetting"":""""},""RoleDefinitionBindings"":[{""BasePermissions"":{""High"":""2147483647"",""Low"":""4294967295""},""Description"":""Has full control."",""Hidden"":false,""Id"":1073741829,""Name"":""Full Control"",""Order"":1,""RoleTypeKind"":5,""BasePermissionsValue"":[""ViewListItems"",""AddListItems"",""EditListItems"",""DeleteListItems"",""ApproveItems"",""OpenItems"",""ViewVersions"",""DeleteVersions"",""CancelCheckout"",""ManagePersonalViews"",""ManageLists"",""ViewFormPages"",""AnonymousSearchAccessList"",""Open"",""ViewPages"",""AddAndCustomizePages"",""ApplyThemeAndBorder"",""ApplyStyleSheets"",""ViewUsageData"",""CreateSSCSite"",""ManageSubwebs"",""CreateGroups"",""ManagePermissions"",""BrowseDirectories"",""BrowseUserInfo"",""AddDelPrivateWebParts"",""UpdatePersonalWebParts"",""ManageWeb"",""AnonymousSearchAccessWebLists"",""UseClientIntegration"",""UseRemoteAPIs"",""ManageAlerts"",""CreateAlerts"",""EditMyUserInfo"",""EnumeratePermissions""],""RoleTypeKindValue"":""Administrator""}],""PrincipalId"":3}]"
416
478
  ```
479
+
480
+ === "Markdown"
481
+
482
+ ```md
483
+ # spo web get --url "https://contoso.sharepoint.com/subsite" --withGroups "true"
484
+
485
+ Date: 4/10/2023
486
+
487
+ ## Subsite (c59dae7c-48bd-4241-96b7-b81d4bbc25cb)
488
+
489
+ Property | Value
490
+ ---------|-------
491
+ AllowRssFeeds | true
492
+ AlternateCssUrl |
493
+ AppInstanceId | 00000000-0000-0000-0000-000000000000
494
+ ClassicWelcomePage | null
495
+ Configuration | 0
496
+ Created | 2021-09-22T01:54:52.18
497
+ CustomMasterUrl | /subsite/\_catalogs/masterpage/seattle.master
498
+ Description |
499
+ DesignPackageId | 00000000-0000-0000-0000-000000000000
500
+ DocumentLibraryCalloutOfficeWebAppPreviewersDisabled | false
501
+ EnableMinimalDownload | false
502
+ FooterEmphasis | 0
503
+ FooterEnabled | false
504
+ FooterLayout | 0
505
+ HeaderEmphasis | 0
506
+ HeaderLayout | 2
507
+ HideTitleInHeader | false
508
+ HorizontalQuickLaunch | false
509
+ Id | c59dae7c-48bd-4241-96b7-b81d4bbc25cb
510
+ IsEduClass | false
511
+ IsEduClassProvisionChecked | false
512
+ IsEduClassProvisionPending | false
513
+ IsHomepageModernized | false
514
+ IsMultilingual | true
515
+ IsRevertHomepageLinkHidden | false
516
+ Language | 1033
517
+ LastItemModifiedDate | 2023-04-10T06:07:56Z
518
+ LastItemUserModifiedDate | 2023-03-05T08:33:24Z
519
+ LogoAlignment | 0
520
+ MasterUrl | /subsite/\_catalogs/masterpage/seattle.master
521
+ MegaMenuEnabled | false
522
+ NavAudienceTargetingEnabled | false
523
+ NoCrawl | false
524
+ ObjectCacheEnabled | false
525
+ OverwriteTranslationsOnChange | false
526
+ QuickLaunchEnabled | true
527
+ RecycleBinEnabled | true
528
+ SearchScope | 0
529
+ ServerRelativeUrl | /subsite
530
+ SiteLogoUrl | /subsite/\_api/GroupService/GetGroupImage?id='58c0c654-ce7d-444b-9f5f-bc246400f176'&hash=637696347741828775
531
+ SyndicationEnabled | true
532
+ TenantAdminMembersCanShare | 0
533
+ Title | Subsite
534
+ TreeViewEnabled | false
535
+ UIVersion | 15
536
+ UIVersionConfigurationEnabled | false
537
+ Url | https://contoso.sharepoint.com/subsite
538
+ WebTemplate | GROUP
539
+ WelcomePage | SitePages/Home.aspx
540
+ ```
@@ -51,3 +51,19 @@ m365 spo web installedlanguage list --webUrl https://contoso.sharepoint.com
51
51
  DisplayName,LanguageTag,Lcid
52
52
  English,en-US,1033
53
53
  ```
54
+
55
+ === "Markdown"
56
+
57
+ ```md
58
+ # spo web installedlanguage list --webUrl "https://contoso.sharepoint.com"
59
+
60
+ Date: 4/10/2023
61
+
62
+ ## English
63
+
64
+ Property | Value
65
+ ---------|-------
66
+ DisplayName | English
67
+ LanguageTag | en-US
68
+ Lcid | 1033
69
+ ```
@@ -103,3 +103,19 @@ m365 spo web list --url https://contoso.sharepoint.com
103
103
  Title,Url,Id
104
104
  Subsite,https://contoso.sharepoint.com/subsite,b60137df-c3dc-4984-9def-8edcf7c98ab9
105
105
  ```
106
+
107
+ === "Markdown"
108
+
109
+ ```md
110
+ # spo web list --url "https://contoso.sharepoint.com"
111
+
112
+ Date: 4/10/2023
113
+
114
+ ## Subsite (b60137df-c3dc-4984-9def-8edcf7c98ab9)
115
+
116
+ Property | Value
117
+ ---------|-------
118
+ Id | b60137df-c3dc-4984-9def-8edcf7c98ab9
119
+ Title | Subsite
120
+ Url | https://contoso.sharepoint.com/subsite
121
+ ```
@@ -69,6 +69,33 @@ m365 spo web retentionlabel list --webUrl 'https://contoso.sharepoint.com/sites/
69
69
  === "CSV"
70
70
 
71
71
  ```csv
72
- TagId,TagName
73
- def61080-111c-4aea-b72f-5b60e516e36c,Some label,true
72
+ AcceptMessagesOnlyFromSendersOrMembers,AutoDelete,BlockDelete,BlockEdit,ComplianceFlags,ContainsSiteLabel,DisplayName,HasRetentionAction,IsEventTag,RequireSenderAuthenticationEnabled,SuperLock,TagDuration,TagId,TagName,TagRetentionBasedOn,UnlockedAsDefault
73
+ ,1,1,,1,,,1,,,,2555,def61080-111c-4aea-b72f-5b60e516e36c,Some label,CreationAgeInDays,
74
+ ```
75
+
76
+ === "Markdown"
77
+
78
+ ```md
79
+ # spo web retentionlabel list --webUrl "https://contoso.sharepoint.com/sites/sales"
80
+
81
+ Date: 4/11/2023
82
+
83
+ Property | Value
84
+ ---------|-------
85
+ AcceptMessagesOnlyFromSendersOrMembers | false
86
+ AutoDelete | true
87
+ BlockDelete | true
88
+ BlockEdit | false
89
+ ComplianceFlags | 1
90
+ ContainsSiteLabel | false
91
+ DisplayName |
92
+ HasRetentionAction | true
93
+ IsEventTag | false
94
+ RequireSenderAuthenticationEnabled | false
95
+ SuperLock | false
96
+ TagDuration | 2555
97
+ TagId | def61080-111c-4aea-b72f-5b60e516e36c
98
+ TagName | Some Label
99
+ TagRetentionBasedOn | CreationAgeInDays
100
+ UnlockedAsDefault | false
74
101
  ```
@@ -52,3 +52,9 @@ m365 tenant id get
52
52
  ```csv
53
53
  e65b162c-6f87-4eb1-a24e-1b37d3504663
54
54
  ```
55
+
56
+ === "Markdown"
57
+
58
+ ```md
59
+ e65b162c-6f87-4eb1-a24e-1b37d3504663
60
+ ```
@@ -72,3 +72,10 @@ m365 tenant report activeusercounts --period D7 --output json > "activeusercount
72
72
  Report Refresh Date,Office 365,Exchange,OneDrive,SharePoint,Skype For Business,Yammer,Teams,Report Date,Report Period
73
73
  2022-10-25,1,5,4,3,2,3,1,2022-10-19,7
74
74
  ```
75
+
76
+ === "Markdown"
77
+
78
+ ```md
79
+ Report Refresh Date,Office 365,Exchange,OneDrive,SharePoint,Skype For Business,Yammer,Teams,Report Date,Report Period
80
+ 2022-10-25,1,5,4,3,2,3,1,2022-10-19,7
81
+ ```
@@ -99,3 +99,10 @@ m365 tenant report activeuserdetail --period D7 --output json > "activeuserdetai
99
99
  Report Refresh Date,User Principal Name,Display Name,Is Deleted,Deleted Date,Has Exchange License,Has OneDrive License,Has SharePoint License,Has Skype For Business License,Has Yammer License,Has Teams License,Exchange Last Activity Date,OneDrive Last Activity Date,SharePoint Last Activity Date,Skype For Business Last Activity Date,Yammer Last Activity Date,Teams Last Activity Date,Exchange License Assign Date,OneDrive License Assign Date,SharePoint License Assign Date,Skype For Business License Assign Date,Yammer License Assign Date,Teams License Assign Date,Assigned Products
100
100
  2022-10-23,77E5979DD60BA6EAA53E814DBEEEFA5F,4291DA7C39EE3263E97336B42734A667,False,,True,True,True,True,True,True,,2022-09-12,2020-09-12,2022-09-12,2021-10-30,2020-10-30,2019-04-21,2017-09-20,2021-01-10,2021-01-10,2021-01-10,2021-01-10,2021-01-10,2021-01-10,MICROSOFT 365 E5 DEVELOPER (WITHOUT WINDOWS AND AUDIO CONFERENCING)
101
101
  ```
102
+
103
+ === "Markdown"
104
+
105
+ ```md
106
+ Report Refresh Date,User Principal Name,Display Name,Is Deleted,Deleted Date,Has Exchange License,Has OneDrive License,Has SharePoint License,Has Skype For Business License,Has Yammer License,Has Teams License,Exchange Last Activity Date,OneDrive Last Activity Date,SharePoint Last Activity Date,Skype For Business Last Activity Date,Yammer Last Activity Date,Teams Last Activity Date,Exchange License Assign Date,OneDrive License Assign Date,SharePoint License Assign Date,Skype For Business License Assign Date,Yammer License Assign Date,Teams License Assign Date,Assigned Products
107
+ 2022-10-23,77E5979DD60BA6EAA53E814DBEEEFA5F,4291DA7C39EE3263E97336B42734A667,False,,True,True,True,True,True,True,,2022-09-12,2020-09-12,2022-09-12,2021-10-30,2020-10-30,2019-04-21,2017-09-20,2021-01-10,2021-01-10,2021-01-10,2021-01-10,2021-01-10,2021-01-10,MICROSOFT 365 E5 DEVELOPER (WITHOUT WINDOWS AND AUDIO CONFERENCING)
108
+ ```
@@ -51,3 +51,10 @@ m365 tenant report office365activationcounts
51
51
  Report Refresh Date,Product Type,Windows,Mac,Android,iOS,Windows 10 Mobile
52
52
  2022-10-25,MICROSOFT 365 APPS FOR ENTERPRISE,5,0,0,0,0
53
53
  ```
54
+
55
+ === "Markdown"
56
+
57
+ ```md
58
+ Report Refresh Date,Product Type,Windows,Mac,Android,iOS,Windows 10 Mobile
59
+ 2022-10-25,MICROSOFT 365 APPS FOR ENTERPRISE,5,0,0,0,0
60
+ ```
@@ -49,3 +49,10 @@ m365 tenant report office365activationsusercounts
49
49
  Report Refresh Date,Product Type,Assigned,Activated,Shared Computer Activation
50
50
  2022-10-25,MICROSOFT 365 APPS FOR ENTERPRISE,24,5,0
51
51
  ```
52
+
53
+ === "Markdown"
54
+
55
+ ```md
56
+ Report Refresh Date,Product Type,Assigned,Activated,Shared Computer Activation
57
+ 2022-10-25,MICROSOFT 365 APPS FOR ENTERPRISE,24,5,0
58
+ ```
@@ -55,3 +55,10 @@ m365 tenant report office365activationsuserdetail
55
55
  Report Refresh Date,User Principal Name,Display Name,Product Type,Last Activated Date,Windows,Mac,Windows 10 Mobile,iOS,Android,Activated On Shared Computer
56
56
  2022-10-25,77E5979DD60BA6EAA53E814DBEEEFA5F,4291DA7C39EE3263E97336B42734A667,MICROSOFT 365 APPS FOR ENTERPRISE,2021-01-10,1,0,0,0,0,False
57
57
  ```
58
+
59
+ === "Markdown"
60
+
61
+ ```md
62
+ Report Refresh Date,User Principal Name,Display Name,Product Type,Last Activated Date,Windows,Mac,Windows 10 Mobile,iOS,Android,Activated On Shared Computer
63
+ 2022-10-25,77E5979DD60BA6EAA53E814DBEEEFA5F,4291DA7C39EE3263E97336B42734A667,MICROSOFT 365 APPS FOR ENTERPRISE,2021-01-10,1,0,0,0,0,False
64
+ ```
@@ -78,3 +78,10 @@ m365 tenant report servicesusercounts --period D7 --output json > "servicesuserc
78
78
  Report Refresh Date,Exchange Active,Exchange Inactive,OneDrive Active,OneDrive Inactive,SharePoint Active,SharePoint Inactive,Skype For Business Active,Skype For Business Inactive,Yammer Active,Yammer Inactive,Teams Active,Teams Inactive,Office 365 Active,Office 365 Inactive,Report Period
79
79
  2022-10-23,1,23,1,23,1,23,0,24,0,24,1,23,2,22,7
80
80
  ```
81
+
82
+ === "Markdown"
83
+
84
+ ```md
85
+ Report Refresh Date,Exchange Active,Exchange Inactive,OneDrive Active,OneDrive Inactive,SharePoint Active,SharePoint Inactive,Skype For Business Active,Skype For Business Inactive,Yammer Active,Yammer Inactive,Teams Active,Teams Inactive,Office 365 Active,Office 365 Inactive,Report Period
86
+ 2022-10-23,1,23,1,23,1,23,0,24,0,24,1,23,2,22,7
87
+ ```
@@ -133,3 +133,26 @@ m365 tenant security alerts list --vendor "Azure Sentinel"
133
133
  id,title,severity
134
134
  4ece2cf8-cbc0-5a42-92c3-e23f96006907,SharePoint Bulk Edit Items,medium
135
135
  ```
136
+
137
+ === "Markdown"
138
+
139
+ ```md
140
+ # tenant security alerts list
141
+
142
+ Date: 3/20/2022
143
+
144
+ ## Unfamiliar sign-in properties (2517536653831539999_658fa695-a5e6-4b60-ac7c-b2c1396df384)
145
+
146
+ Property | Value
147
+ ---------|-------
148
+ id | 2517536653831539999_658fa695-a5e6-4b60-ac7c-b2c1396df384
149
+ azureTenantId | b8e1599d-b418-4be9-8f39-df03c3abe27a
150
+ category | Storage.Blob_GeoAnomaly
151
+ createdDateTime | 2022-03-30T13:19:15.8039138Z
152
+ description | The following properties of this sign-in are unfamiliar for the given user: ASN, Browser, Device, IP, Location, EASId, TenantIPsubnet
153
+ eventDateTime | 2022-03-30T10:16:56.846Z
154
+ lastModifiedDateTime | 2022-03-30T13:19:48.5196488Z
155
+ severity | low
156
+ status | newAlert
157
+ title | Access from an unusual location to a storage blob container
158
+ ```
@@ -61,6 +61,22 @@ m365 tenant serviceannouncement health get --serviceName "Exchange Online" --iss
61
61
  Exchange,serviceDegradation,Exchange Online
62
62
  ```
63
63
 
64
+ === "Markdown"
65
+
66
+ ```md
67
+ # tenant serviceannouncement health get --serviceName "Exchange Online"
68
+
69
+ Date: 4/19/2023
70
+
71
+ ## Exchange
72
+
73
+ Property | Value
74
+ ---------|-------
75
+ service | Exchange Online
76
+ status | serviceDegradation
77
+ id | Exchange
78
+ ```
79
+
64
80
  ### `issues` response
65
81
 
66
82
  When we make use of the option `issues` the response will differ.
@@ -118,3 +134,19 @@ When we make use of the option `issues` the response will differ.
118
134
  id,status,service
119
135
  Exchange,serviceDegradation,Exchange Online
120
136
  ```
137
+
138
+ === "Markdown"
139
+
140
+ ```md
141
+ # tenant serviceannouncement health get --serviceName "Exchange Online" --issues "true"
142
+
143
+ Date: 4/19/2023
144
+
145
+ ## Exchange
146
+
147
+ Property | Value
148
+ ---------|-------
149
+ service | Exchange Online
150
+ status | serviceDegradation
151
+ id | Exchange
152
+ ```
@@ -60,6 +60,22 @@ m365 tenant serviceannouncement health list --issues
60
60
  Exchange,serviceDegradation,Exchange Online
61
61
  ```
62
62
 
63
+ === "Markdown"
64
+
65
+ ```md
66
+ # tenant serviceannouncement health list
67
+
68
+ Date: 4/19/2023
69
+
70
+ ## Exchange
71
+
72
+ Property | Value
73
+ ---------|-------
74
+ service | Exchange Online
75
+ status | serviceDegradation
76
+ id | Exchange
77
+ ```
78
+
63
79
  ### `issues` response
64
80
 
65
81
  When we make use of the option `issues` the response will differ.
@@ -119,3 +135,19 @@ When we make use of the option `issues` the response will differ.
119
135
  id,status,service
120
136
  Exchange,serviceDegradation,Exchange Online
121
137
  ```
138
+
139
+ === "Markdown"
140
+
141
+ ```md
142
+ # tenant serviceannouncement health list --issues "true"
143
+
144
+ Date: 4/19/2023
145
+
146
+ ## Exchange
147
+
148
+ Property | Value
149
+ ---------|-------
150
+ service | Exchange Online
151
+ status | serviceDegradation
152
+ id | Exchange
153
+ ```
@@ -84,3 +84,29 @@ m365 tenant serviceannouncement healthissue get --id MO226784
84
84
  startDateTime,endDateTime,lastModifiedDateTime,title,id,impactDescription,classification,origin,status,service,feature,featureGroup,isResolved,highImpact,details,posts
85
85
  2022-05-24T16:00:00Z,2022-05-24T22:20:00Z,2022-05-24T22:27:18.63Z,Installation delays within the Power Platform admin center,CR384241,Users may have experienced delays when installing applications within the Power Platform admin center.,advisory,microsoft,serviceRestored,Dynamics 365 Apps,Other,Other,1,,[],"[{""createdDateTime"":""2022-05-24T21:22:56.817Z"",""postType"":""regular"",""description"":{""contentType"":""html"",""content"":""Title: Installation delays within the Power Platform admin center\n\nUser Impact: Users may experience delays when installing applications within the Power Platform admin center.\n\nWe are aware of an emerging issue where users are experiencing delays when installing applications through the Power Platform admin center. We are investigating the issue and will provide another update within the next 30 minutes.\n\nThis information is preliminary and may be subject to changes, corrections, and updates.""}}]"
86
86
  ```
87
+
88
+ === "Markdown"
89
+
90
+ ```md
91
+ # tenant serviceannouncement healthissue get --id "MO226784"
92
+
93
+ Date: 5/24/2022
94
+
95
+ ## Installation delays within the Power Platform admin center (MO226784)
96
+
97
+ Property | Value
98
+ ---------|-------
99
+ startDateTime | 2022-05-24T16:00:00Z
100
+ endDateTime | 2022-05-24T22:20:00Z
101
+ lastModifiedDateTime | 2022-05-24T22:27:18.63Z
102
+ title | Installation delays within the Power Platform admin center
103
+ id | CR384241
104
+ impactDescription | Users may have experienced delays when installing applications within the Power Platform admin center.
105
+ classification | advisory
106
+ origin | microsoft
107
+ status | serviceRestored
108
+ service | Dynamics 365 Apps
109
+ feature | Other
110
+ featureGroup | Other
111
+ isResolved | true
112
+ ```
@@ -80,6 +80,32 @@ m365 tenant serviceannouncement healthissue list --service "Microsoft Forms"
80
80
  CR384241,Installation delays within the Power Platform admin center
81
81
  ```
82
82
 
83
+ === "Markdown"
84
+
85
+ ```md
86
+ # tenant serviceannouncement healthissue list
87
+
88
+ Date: 5/24/2022
89
+
90
+ ## Installation delays within the Power Platform admin center (CR384241)
91
+
92
+ Property | Value
93
+ ---------|-------
94
+ startDateTime | 2022-05-24T16:00:00Z
95
+ endDateTime | 2022-05-24T22:20:00Z
96
+ lastModifiedDateTime | 2022-05-24T22:27:18.63Z
97
+ title | Installation delays within the Power Platform admin center
98
+ id | CR384241
99
+ impactDescription | Users may have experienced delays when installing applications within the Power Platform admin center.
100
+ classification | advisory
101
+ origin | microsoft
102
+ status | serviceRestored
103
+ service | Dynamics 365 Apps
104
+ feature | Other
105
+ featureGroup | Other
106
+ isResolved | true
107
+ ```
108
+
83
109
  ## More information
84
110
 
85
111
  - List serviceAnnouncement issues: [https://docs.microsoft.com/en-us/graph/api/serviceannouncement-list-issues](https://docs.microsoft.com/en-us/graph/api/serviceannouncement-list-issues)
@@ -86,6 +86,28 @@ m365 tenant serviceannouncement message get --id MC001337
86
86
  2021-07-08T00:37:37Z,2022-12-09T07:00:00Z,2022-06-07T20:21:06.713Z,(Updated) Microsoft Lists: Custom list templates,MC267581,planForChange,normal,"[""Updated message"",""New feature"",""User impact"",""Admin impact""]",,,"[""SharePoint Online""]",,,,[],"{""contentType"":""html"",""content"":""<p>Updated June 7, 2022: We have updated the rollout timeline below. Thank you for your patience.</p><p>This new feature will support the addition of custom list templates from your organization alongside the ready-made templates Microsoft provides to make it easy to get started tracking and managing information.</p> \n<p>[Key points]</p> \n<ul> \n<li>Microsoft 365 <a href=\""https://www.microsoft.com/microsoft-365/roadmap?filters=&amp;searchterms=70753\"" target=\""_blank\"">Roadmap ID: 70753</a></li> \n<li>Timing:<ul><li>Targeted release (entire org): Complete</li><li>Standard release: will roll out in mid-September (previously mid-May) and be complete by early November (previously mid-June)</li></ul></li> \n<li>Roll-out: tenant level </li> \n<li>Control type: user control / admin control</li> \n<li>Action: review, assess and educate</li></ul><p>[How this will affect your organization]</p><p>This feature will give organizations the ability to create their own custom list templates with custom formatting and schema. It will also empower organizations to create repeatable solutions within the same Microsoft Lists infrastructure (including list creation in SharePoint, Teams, and within the Lists app itself).</p><p>End-user impact:</p>\n<p>Visual updates to the list creation dialog and the addition of a<i> From your organization</i> tab when creating a new list. This new tab is where your custom list templates appear alongside the ready-made templates from Microsoft.</p>\n<p><img src=\""https://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE4P81n?ver=c93f\"" alt=\""Your custom list templates along with Microsoft ready-made templates\"" width=\""550\""><br>\nAdmin impact:</p>\n<p>Custom list templates can only be uploaded by a SharePoint administrator for Microsoft 365 by using PowerShell cmdlets. For consistency, the process of defining and uploading custom list templates is like the custom site templates experience.</p><p>To define and upload custom list templates, admins will use the following site template PowerShell cmdlets:</p><ul><li>Use the <a href=\""https://docs.microsoft.com/powershell/module/sharepoint-online/get-spositescriptfromlist?view=sharepoint-ps\"" target=\""_blank\"">Get-SPOSiteScriptFromList</a> cmdlet to extract the site script from any list</li><li>Run <a href=\""https://docs.microsoft.com/powershell/module/sharepoint-online/add-spositescript?view=sharepoint-ps\"" target=\""_blank\"">Add-SPOSiteScript</a> and <b style=\""\"">Add-SPOListDesign</b> to add the custom list template to your organization.</li><li>Scope who sees the template by using <a href=\""https://docs.microsoft.com/powershell/module/sharepoint-online/grant-spositedesignrights?view=sharepoint-ps\"" target=\""_blank\"">Grant-SPOSiteDesignRights</a> (Optional).</li></ul><p>The visual updates for this feature will be seen by end-users in the updated user interface (UI) when creating a list.</p><p>The <i>From your organization</i> tab will be empty until your organization defines and publishes custom list templates.</p>\n<p><img src=\""https://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE4P81t?ver=70be\"" alt=\""Your custom list templates along with Microsoft ready-made templates\"" width=\""550\""></p><p>[What you need to do to prepare]</p><p>You might want to notify your users about this new capability and update your training and documentation as appropriate.</p>\n<p>Learn more:</p><ul><li><a href=\""https://docs.microsoft.com/sharepoint/dev/declarative-customization/site-design-overview\"" target=\""_blank\"">PowerShell Cmdlets documentation for custom list templates</a></li><li> <a href=\""https://docs.microsoft.com/sharepoint/lists-custom-template\"" target=\""_blank\"">Creating custom list templates</a></li></ul>""}"
87
87
  ```
88
88
 
89
+ === "Markdown"
90
+
91
+ ```md
92
+ # tenant serviceannouncement message get --id "MC267581"
93
+
94
+ Date: 5/24/2022
95
+
96
+ ## (Updated) Microsoft Lists: Custom list templates (MC267581)
97
+
98
+ Property | Value
99
+ ---------|-------
100
+ startDateTime | 2021-07-08T00:37:37Z
101
+ endDateTime | 2022-12-09T07:00:00Z
102
+ lastModifiedDateTime | 2022-06-07T20:21:06.713Z
103
+ title | (Updated) Microsoft Lists: Custom list templates
104
+ id | MC267581
105
+ category | planForChange
106
+ severity | normal
107
+ isMajorChange | false
108
+ hasAttachments | false
109
+ ```
110
+
89
111
  ## More information
90
112
 
91
113
  - Microsoft Graph REST API reference: [https://docs.microsoft.com/en-us/graph/api/serviceupdatemessage-get](https://docs.microsoft.com/en-us/graph/api/serviceupdatemessage-get)
@@ -80,6 +80,28 @@ m365 tenant serviceannouncement message list --service "Microsoft Teams"
80
80
  id,title
81
81
  MC267581,(Updated) Microsoft Lists: Custom list templates
82
82
  ```
83
+
84
+ === "Markdown"
85
+
86
+ ```md
87
+ # tenant serviceannouncement message list
88
+
89
+ Date: 5/24/2022
90
+
91
+ ## (Updated) Microsoft Lists: Custom list templates (MC267581)
92
+
93
+ Property | Value
94
+ ---------|-------
95
+ startDateTime | 2021-07-08T00:37:37Z
96
+ endDateTime | 2022-12-09T07:00:00Z
97
+ lastModifiedDateTime | 2023-04-11T19:33:45.553Z
98
+ title | (Updated) Microsoft Lists: Custom list templates
99
+ id | MC267581
100
+ category | planForChange
101
+ severity | normal
102
+ isMajorChange | false
103
+ hasAttachments | false
104
+ ```
83
105
 
84
106
  ## More information
85
107
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnp/cli-microsoft365",
3
- "version": "6.7.0-beta.54db310",
3
+ "version": "6.7.0-beta.7321771",
4
4
  "description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
5
5
  "license": "MIT",
6
6
  "main": "./dist/api.js",
@@ -157,6 +157,7 @@
157
157
  "Mastykarz, Waldek <waldek@mastykarz.nl>",
158
158
  "McDonnell, Kevin <kevin@mcd79.com>",
159
159
  "Menon, Arjun <arjun.umenon@gmail.com>",
160
+ "Moon, Andrew <21320638+andrewjymoon@users.noreply.github.com>",
160
161
  "Moujahid, Abderahman <rags_place@hotmail.com>",
161
162
  "Mücklisch, Steve <steve.muecklisch@gmail.com>",
162
163
  "Nachan, Nanddeep <nanddeepnachan@gmail.com>",
@@ -207,6 +208,7 @@
207
208
  "Thangavel, Sekar <sekar.thangavel@gmail.com>",
208
209
  "Thorild, Fredrik <fredrik.thorild@sogeti.com>",
209
210
  "Trinder, Garry <garry.trinder@live.com>",
211
+ "Tripathi, Saurabh <saurabh.k.a.tripathi@avanade.com>",
210
212
  "Vaghasia, Siddharth <siddh.vaghasia@gmail.com>",
211
213
  "Van de Voorde, Tim <tim.vdv1995@hotmail.com>",
212
214
  "van Dijk, Mark <mark@ichicraft.com>",
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=FilePropertiesCollection.js.map
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=FileFolderCollection.js.map