@pnp/cli-microsoft365 10.11.0 → 11.0.0-beta.3143306

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 (159) hide show
  1. package/.devproxy/api-specs/sharepoint.yaml +54 -0
  2. package/.eslintrc.cjs +2 -0
  3. package/allCommands.json +1 -1
  4. package/allCommandsFull.json +1 -1
  5. package/dist/Command.js +4 -0
  6. package/dist/config.js +1 -0
  7. package/dist/m365/adaptivecard/commands/adaptivecard-send.js +1 -1
  8. package/dist/m365/entra/commands/administrativeunit/administrativeunit-add.js +13 -27
  9. package/dist/m365/entra/commands/administrativeunit/administrativeunit-get.js +18 -43
  10. package/dist/m365/entra/commands/administrativeunit/administrativeunit-list.js +10 -21
  11. package/dist/m365/entra/commands/administrativeunit/administrativeunit-remove.js +25 -49
  12. package/dist/m365/entra/commands/app/app-add.js +14 -2
  13. package/dist/m365/entra/commands/group/group-member-add.js +6 -27
  14. package/dist/m365/entra/commands/group/group-member-set.js +5 -26
  15. package/dist/m365/entra/commands/m365group/m365group-get.js +1 -7
  16. package/dist/m365/entra/commands/m365group/m365group-list.js +1 -7
  17. package/dist/m365/entra/commands/pim/pim-role-assignment-eligibility-list.js +1 -7
  18. package/dist/m365/entra/commands/pim/pim-role-assignment-list.js +1 -7
  19. package/dist/m365/entra/commands/pim/pim-role-request-list.js +1 -7
  20. package/dist/m365/entra/commands/roleassignment/roleassignment-add.js +146 -0
  21. package/dist/m365/entra/commands.js +1 -0
  22. package/dist/m365/flow/commands/environment/environment-get.js +19 -29
  23. package/dist/m365/flow/commands/flow-list.js +7 -14
  24. package/dist/m365/flow/commands/run/run-get.js +1 -7
  25. package/dist/m365/graph/commands/openextension/openextension-add.js +2 -2
  26. package/dist/m365/graph/commands/openextension/openextension-set.js +2 -6
  27. package/dist/m365/graph/commands/subscription/subscription-add.js +3 -10
  28. package/dist/m365/outlook/commands/mail/mail-searchfolder-add.js +85 -0
  29. package/dist/m365/outlook/commands.js +1 -0
  30. package/dist/m365/pa/commands/environment/environment-get.js +18 -23
  31. package/dist/m365/pp/commands/copilot/copilot-get.js +0 -4
  32. package/dist/m365/pp/commands/copilot/copilot-list.js +0 -4
  33. package/dist/m365/pp/commands/copilot/copilot-remove.js +0 -4
  34. package/dist/m365/pp/commands/environment/environment-get.js +19 -26
  35. package/dist/m365/pp/commands/solution/solution-publisher-list.js +1 -8
  36. package/dist/m365/pp/commands.js +0 -7
  37. package/dist/m365/purview/commands/threatassessment/threatassessment-get.js +1 -7
  38. package/dist/m365/spe/commands/container/container-add.js +1 -3
  39. package/dist/m365/spe/commands/container/container-list.js +1 -3
  40. package/dist/m365/spe/commands/container/container-recyclebinitem-list.js +1 -3
  41. package/dist/m365/spe/commands/container/container-recyclebinitem-restore.js +1 -3
  42. package/dist/m365/spe/commands/container/container-remove.js +1 -3
  43. package/dist/m365/spe/commands/containertype/containertype-add.js +67 -90
  44. package/dist/m365/spe/commands/containertype/containertype-get.js +53 -81
  45. package/dist/m365/spe/commands/containertype/containertype-list.js +8 -19
  46. package/dist/m365/spe/commands/containertype/containertype-remove.js +27 -5
  47. package/dist/m365/spfx/commands/project/project-upgrade.js +23 -66
  48. package/dist/m365/spo/commands/customaction/customaction-list.js +3 -10
  49. package/dist/m365/spo/commands/file/file-move.js +2 -8
  50. package/dist/m365/spo/commands/file/file-version-keep.js +78 -0
  51. package/dist/m365/spo/commands/homesite/homesite-add.js +26 -2
  52. package/dist/m365/spo/commands/homesite/homesite-get.js +28 -14
  53. package/dist/m365/spo/commands/homesite/homesite-list.js +1 -12
  54. package/dist/m365/spo/commands/homesite/homesite-remove.js +6 -34
  55. package/dist/m365/spo/commands/homesite/homesite-set.js +88 -44
  56. package/dist/m365/spo/commands/hubsite/hubsite-get.js +4 -13
  57. package/dist/m365/spo/commands/hubsite/hubsite-list.js +1 -8
  58. package/dist/m365/spo/commands/list/list-view-add.js +1 -1
  59. package/dist/m365/spo/commands/serviceprincipal/serviceprincipal-grant-list.js +17 -25
  60. package/dist/m365/spo/commands/{tenant/tenant-site-archive.js → site/site-archive.js} +14 -14
  61. package/dist/m365/spo/commands/{tenant/tenant-site-list.js → site/site-list.js} +16 -27
  62. package/dist/m365/spo/commands/{tenant/tenant-site-membership-list.js → site/site-membership-list.js} +15 -15
  63. package/dist/m365/spo/commands/{tenant/tenant-site-rename.js → site/site-rename.js} +14 -14
  64. package/dist/m365/spo/commands/{tenant/tenant-site-unarchive.js → site/site-unarchive.js} +14 -14
  65. package/dist/m365/spo/commands/term/term-list.js +1 -7
  66. package/dist/m365/spo/commands.js +5 -7
  67. package/dist/m365/teams/commands/chat/chat-member-add.js +3 -9
  68. package/dist/m365/teams/commands/report/report-directroutingcalls.js +5 -12
  69. package/dist/m365/teams/commands/report/report-pstncalls.js +5 -12
  70. package/dist/m365/viva/commands/engage/engage-network-list.js +1 -7
  71. package/dist/m365/viva/commands.js +0 -3
  72. package/dist/utils/entraAdministrativeUnit.js +1 -1
  73. package/dist/utils/entraApp.js +15 -0
  74. package/dist/utils/spe.js +5 -39
  75. package/docs/docs/cmd/entra/app/app-add.mdx +7 -1
  76. package/docs/docs/cmd/entra/group/group-member-add.mdx +7 -26
  77. package/docs/docs/cmd/entra/group/group-member-set.mdx +5 -23
  78. package/docs/docs/cmd/entra/m365group/m365group-get.mdx +0 -3
  79. package/docs/docs/cmd/entra/m365group/m365group-list.mdx +0 -3
  80. package/docs/docs/cmd/entra/pim/pim-role-assignment-eligibility-list.mdx +0 -3
  81. package/docs/docs/cmd/entra/pim/pim-role-assignment-list.mdx +0 -3
  82. package/docs/docs/cmd/entra/pim/pim-role-request-list.mdx +0 -3
  83. package/docs/docs/cmd/entra/roleassignment/roleassignment-add.mdx +163 -0
  84. package/docs/docs/cmd/flow/environment/environment-get.mdx +6 -5
  85. package/docs/docs/cmd/flow/flow-list.mdx +0 -3
  86. package/docs/docs/cmd/flow/run/run-get.mdx +0 -3
  87. package/docs/docs/cmd/graph/subscription/subscription-add.mdx +0 -3
  88. package/docs/docs/cmd/outlook/mail/mail-searchfolder-add.mdx +147 -0
  89. package/docs/docs/cmd/pa/environment/environment-get.mdx +5 -2
  90. package/docs/docs/cmd/pp/copilot/copilot-get.mdx +0 -6
  91. package/docs/docs/cmd/pp/copilot/copilot-list.mdx +0 -6
  92. package/docs/docs/cmd/pp/copilot/copilot-remove.mdx +0 -6
  93. package/docs/docs/cmd/pp/environment/environment-get.mdx +5 -2
  94. package/docs/docs/cmd/pp/solution/solution-publisher-list.mdx +0 -3
  95. package/docs/docs/cmd/purview/threatassessment/threatassessment-get.mdx +0 -3
  96. package/docs/docs/cmd/spe/container/container-activate.mdx +21 -0
  97. package/docs/docs/cmd/spe/container/container-add.mdx +29 -0
  98. package/docs/docs/cmd/spe/container/container-get.mdx +20 -1
  99. package/docs/docs/cmd/spe/container/container-list.mdx +29 -0
  100. package/docs/docs/cmd/spe/container/container-permission-list.mdx +19 -0
  101. package/docs/docs/cmd/spe/container/container-recyclebinitem-list.mdx +29 -0
  102. package/docs/docs/cmd/spe/container/container-recyclebinitem-restore.mdx +31 -0
  103. package/docs/docs/cmd/spe/container/container-remove.mdx +31 -0
  104. package/docs/docs/cmd/spe/containertype/containertype-add.mdx +111 -55
  105. package/docs/docs/cmd/spe/containertype/containertype-get.mdx +69 -38
  106. package/docs/docs/cmd/spe/containertype/containertype-list.mdx +59 -31
  107. package/docs/docs/cmd/spe/containertype/containertype-remove.mdx +31 -4
  108. package/docs/docs/cmd/spfx/project/project-upgrade.mdx +18 -5
  109. package/docs/docs/cmd/spo/file/file-move.mdx +0 -3
  110. package/docs/docs/cmd/spo/file/file-version-keep.mdx +68 -0
  111. package/docs/docs/cmd/spo/homesite/homesite-add.mdx +13 -4
  112. package/docs/docs/cmd/spo/homesite/homesite-get.mdx +44 -23
  113. package/docs/docs/cmd/spo/homesite/homesite-list.mdx +0 -6
  114. package/docs/docs/cmd/spo/homesite/homesite-remove.mdx +10 -35
  115. package/docs/docs/cmd/spo/homesite/homesite-set.mdx +84 -44
  116. package/docs/docs/cmd/spo/hubsite/hubsite-get.mdx +0 -3
  117. package/docs/docs/cmd/spo/hubsite/hubsite-list.mdx +0 -3
  118. package/docs/docs/cmd/spo/list/list-view-add.mdx +11 -11
  119. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-list.mdx +18 -18
  120. package/docs/docs/cmd/spo/{tenant/tenant-site-archive.mdx → site/site-archive.mdx} +4 -4
  121. package/docs/docs/cmd/spo/{tenant/tenant-site-list.mdx → site/site-list.mdx} +7 -16
  122. package/docs/docs/cmd/spo/{tenant/tenant-site-membership-list.mdx → site/site-membership-list.mdx} +5 -5
  123. package/docs/docs/cmd/spo/{tenant/tenant-site-rename.mdx → site/site-rename.mdx} +7 -7
  124. package/docs/docs/cmd/spo/{tenant/tenant-site-unarchive.mdx → site/site-unarchive.mdx} +4 -4
  125. package/docs/docs/cmd/spo/term/term-list.mdx +0 -3
  126. package/docs/docs/cmd/teams/chat/chat-member-add.mdx +2 -5
  127. package/docs/docs/cmd/teams/report/report-directroutingcalls.mdx +25 -44
  128. package/docs/docs/cmd/teams/report/report-pstncalls.mdx +25 -48
  129. package/docs/docs/cmd/viva/engage/engage-community-list.mdx +19 -0
  130. package/docs/docs/cmd/viva/engage/engage-community-user-add.mdx +19 -0
  131. package/docs/docs/cmd/viva/engage/engage-community-user-remove.mdx +19 -0
  132. package/docs/docs/cmd/viva/engage/engage-network-list.mdx +0 -3
  133. package/npm-shrinkwrap.json +53 -53
  134. package/package.json +13 -13
  135. package/dist/m365/pp/commands/card/card-clone.js +0 -101
  136. package/dist/m365/pp/commands/card/card-get.js +0 -89
  137. package/dist/m365/pp/commands/card/card-list.js +0 -55
  138. package/dist/m365/pp/commands/card/card-remove.js +0 -105
  139. package/dist/m365/skype/commands/report/report-activitycounts.js +0 -15
  140. package/dist/m365/skype/commands/report/report-activityusercounts.js +0 -15
  141. package/dist/m365/skype/commands/report/report-activityuserdetail.js +0 -15
  142. package/dist/m365/skype/commands.js +0 -7
  143. package/dist/m365/spo/commands/mail/mail-send.js +0 -108
  144. package/dist/m365/spo/commands/tenant/SPOTenantSitePropertiesEnumerable.js +0 -2
  145. package/dist/m365/spo/commands/tenant/TenantSiteProperties.js +0 -2
  146. package/dist/m365/viva/commands/engage/engage-group-list.js +0 -93
  147. package/dist/m365/viva/commands/engage/engage-group-user-add.js +0 -73
  148. package/dist/m365/viva/commands/engage/engage-group-user-remove.js +0 -88
  149. package/docs/docs/cmd/pp/card/card-clone.mdx +0 -103
  150. package/docs/docs/cmd/pp/card/card-get.mdx +0 -212
  151. package/docs/docs/cmd/pp/card/card-list.mdx +0 -163
  152. package/docs/docs/cmd/pp/card/card-remove.mdx +0 -86
  153. package/docs/docs/cmd/skype/report/report-activitycounts.mdx +0 -96
  154. package/docs/docs/cmd/skype/report/report-activityusercounts.mdx +0 -96
  155. package/docs/docs/cmd/skype/report/report-activityuserdetail.mdx +0 -134
  156. package/docs/docs/cmd/spo/mail/mail-send.mdx +0 -69
  157. package/docs/docs/cmd/viva/engage/engage-group-list.mdx +0 -174
  158. package/docs/docs/cmd/viva/engage/engage-group-user-add.mdx +0 -60
  159. package/docs/docs/cmd/viva/engage/engage-group-user-remove.mdx +0 -58
@@ -1,6 +1,4 @@
1
1
  import Global from '/docs/cmd/_global.mdx';
2
- import Tabs from '@theme/Tabs';
3
- import TabItem from '@theme/TabItem';
4
2
 
5
3
  # spo homesite remove
6
4
 
@@ -15,11 +13,11 @@ m365 spo homesite remove [options]
15
13
  ## Options
16
14
 
17
15
  ```md definition-list
18
- `-u, --url [url]`
16
+ `-u, --url <url>`
19
17
  : URL of the home site to remove.
20
18
 
21
19
  `-f, --force`
22
- : Do not prompt for confirmation before removing the Home Site.
20
+ : Do not prompt for confirmation.
23
21
  ```
24
22
 
25
23
  <Global />
@@ -34,44 +32,21 @@ To use this command you must be either **SharePoint Administrator** or **Global
34
32
 
35
33
  ## Examples
36
34
 
37
- Removes a Home site specified by URL without prompting for confirmation.
35
+ Removes a Home site specified by URL.
38
36
 
39
37
  ```sh
40
- m365 spo homesite remove --url "https://contoso.sharepoint.com/sites/testcomms" --force
38
+ m365 spo homesite remove --url "https://contoso.sharepoint.com/sites/Europe"
41
39
  ```
42
40
 
43
- ## Response
44
-
45
- <Tabs>
46
- <TabItem value="JSON">
47
-
48
- ```json
49
- "https://contoso.sharepoint.com has been removed as a Home site. It may take some time for the change to apply. Check aka.ms/homesites for details."
50
- ```
51
-
52
- </TabItem>
53
- <TabItem value="Text">
54
-
55
- ```text
56
- https://contoso.sharepoint.com has been removed as a Home site. It may take some time for the change to apply. Check aka.ms/homesites for details.
57
- ```
58
-
59
- </TabItem>
60
- <TabItem value="CSV">
61
-
62
- ```csv
63
- https://contoso.sharepoint.com has been removed as a Home site. It may take some time for the change to apply. Check aka.ms/homesites for details.
64
- ```
41
+ Removes a Home site specified by URL without prompting for confirmation.
65
42
 
66
- </TabItem>
67
- <TabItem value="Markdown">
43
+ ```sh
44
+ m365 spo homesite remove --url "https://contoso.sharepoint.com/sites/Europe" --force
45
+ ```
68
46
 
69
- ```md
70
- https://contoso.sharepoint.com has been removed as a Home site. It may take some time for the change to apply. Check aka.ms/homesites for details.
71
- ```
47
+ ## Response
72
48
 
73
- </TabItem>
74
- </Tabs>
49
+ The command won't return a response on success.
75
50
 
76
51
  ## More information
77
52
 
@@ -4,7 +4,7 @@ import TabItem from '@theme/TabItem';
4
4
 
5
5
  # spo homesite set
6
6
 
7
- Sets the specified site as the Home Site
7
+ Updates an existing SharePoint home site.
8
8
 
9
9
  ## Usage
10
10
 
@@ -15,11 +15,23 @@ m365 spo homesite set [options]
15
15
  ## Options
16
16
 
17
17
  ```md definition-list
18
- `-u, --siteUrl <siteUrl>`
18
+ `-u, --url <url>`
19
19
  : The URL of the site to set as Home site.
20
20
 
21
+ `--draftMode [draftMode]`
22
+ : Set draft status. Valid values are: `true`, `false`.
23
+
24
+ `--audienceIds [audienceIds]`
25
+ : Comma-separated list of group Ids to set as audiences. Specify either `audienceIds` or `audienceNames`, but not both.
26
+
27
+ `--audienceNames [audienceNames]`
28
+ : Comma-separated list of group names to set as audiences. You must use either `audienceIds` or `audienceNames`, but not both. Pass `''` to clear audience.
29
+
30
+ `--targetedLicenseType [targetedLicenseType]`
31
+ : Value of either `everyone`, `frontLineWorkers` or `informationWorkers` to create an experience for a distinct audience by license type.
32
+
21
33
  `--vivaConnectionsDefaultStart [vivaConnectionsDefaultStart]`
22
- : When set to `true`, the Viva Connections landing experience is set to the SharePoint home site. If set to `false`, the Viva Connections home experience will be used.
34
+ : Specifies whether the home site is the default start for Viva Connections. Accepts `true` or `false`.
23
35
  ```
24
36
 
25
37
  <Global />
@@ -34,91 +46,119 @@ To use this command you must be a Global or SharePoint administrator.
34
46
 
35
47
  ## Examples
36
48
 
37
- Set the specified site as the Home Site.
49
+ Sets the home site to the provided site collection url and sets the Viva Connections landing experience to the SharePoint home site
38
50
 
39
51
  ```sh
40
- m365 spo homesite set --siteUrl https://contoso.sharepoint.com/sites/comms
52
+ m365 spo homesite set --url https://contoso.sharepoint.com/sites/comms --vivaConnectionsDefaultStart true
41
53
  ```
42
54
 
43
- Sets the Home site to the provided site collection url and sets the Viva Connections landing experience to the SharePoint home site
55
+ Set the home site in draft mode
44
56
 
45
57
  ```sh
46
- m365 spo homesite set --siteUrl https://contoso.sharepoint.com/sites/comms --vivaConnectionsDefaultStart true
58
+ m365 spo homesite set --url https://contoso.sharepoint.com/sites/contosoportal --draftMode true
47
59
  ```
48
60
 
49
- Sets the Home site to the provided site collection url and sets the Viva Connections landing experience to the default experience
61
+ Set the audience to everyone
50
62
 
51
63
  ```sh
52
- m365 spo homesite set --siteUrl https://contoso.sharepoint.com/sites/comms --vivaConnectionsDefaultStart false
64
+ m365 spo homesite set --url https://contoso.sharepoint.com/sites/contosoportal --targetedLicenseType "everyone"
53
65
  ```
54
66
 
55
- ## Response
56
-
57
- ### Standard response
58
-
59
- <Tabs>
60
- <TabItem value="JSON">
61
-
62
- ```json
63
- "The Home site has been set to https://contoso.sharepoint.com. It may take some time for the change to apply. Check aka.ms/homesites for details."
64
- ```
67
+ Set the audience to groups using groups Ids
65
68
 
66
- </TabItem>
67
- <TabItem value="Text">
69
+ ```sh
70
+ m365 spo homesite set --url https://contoso.sharepoint.com/sites/contosoportal --audienceIds "978b5280-4f80-47ea-a1db-b0d1d2fb1ba4,21af775d-17b3-4637-94a4-2ba8625277cb"
71
+ ```
68
72
 
69
- ```text
70
- The Home site has been set to https://contoso.sharepoint.com. It may take some time for the change to apply. Check aka.ms/homesites for details.
71
- ```
73
+ Set the audience to using their display name
72
74
 
73
- </TabItem>
74
- <TabItem value="CSV">
75
+ ```sh
76
+ m365 spo homesite set --url https://contoso.sharepoint.com/sites/contosoportal --audienceNames "Marketing, IT department"
77
+ ```
75
78
 
76
- ```csv
77
- The Home site has been set to https://contoso.sharepoint.com. It may take some time for the change to apply. Check aka.ms/homesites for details.
78
- ```
79
+ Clear the audience and set to draft
79
80
 
80
- </TabItem>
81
- <TabItem value="Markdown">
81
+ ```sh
82
+ m365 spo homesite set --url https://contoso.sharepoint.com/sites/contosoportal --audienceNames '' --draftMode true
83
+ ```
82
84
 
83
- ```md
84
- The Home site has been set to https://contoso.sharepoint.com. It may take some time for the change to apply. Check aka.ms/homesites for details.
85
- ```
85
+ Configure multiple options
86
86
 
87
- </TabItem>
88
- </Tabs>
87
+ ```sh
88
+ m365 spo homesite set --url https://contoso.sharepoint.com/sites/contosoportal --audienceNames 'Marketing, IT department' --draftMode true --targetedLicenseType "everyone" --vivaConnectionsDefaultStart true
89
+ ```
89
90
 
90
- ### `vivaConnectionsDefaultStart` response
91
+ ## Response
91
92
 
92
- When we make use of the option `vivaConnectionsDefaultStart` the response will differ.
93
+ ### Standard response
93
94
 
94
95
  <Tabs>
95
96
  <TabItem value="JSON">
96
97
 
97
98
  ```json
98
- "The Home site has been set to https://contoso.sharepoint.com and the Viva Connections default experience to True. It may take some time for the change to apply. Check aka.ms/homesites for details."
99
+ {
100
+ "Audiences": [
101
+ {
102
+ "Email": "active@contoso.onmicrosoft.com",
103
+ "Id": "7a1eea7f-9ab0-40ff-8f2e-0083d9d63451",
104
+ "Title": "active Members"
105
+ }
106
+ ],
107
+ "IsInDraftMode": true,
108
+ "IsVivaBackendSite": false,
109
+ "SiteId": "431d7819-4aaf-49a1-b664-b2fe9e609b63",
110
+ "TargetedLicenseType": 2,
111
+ "Title": "The Landing",
112
+ "Url": "https://contoso.sharepoint.com/sites/TheLanding",
113
+ "VivaConnectionsDefaultStart": true,
114
+ "WebId": "626c1724-8ac8-45d5-af87-c07c752fab75"
115
+ }
99
116
  ```
100
117
 
101
118
  </TabItem>
102
119
  <TabItem value="Text">
103
120
 
104
121
  ```text
105
- The Home site has been set to https://contoso.sharepoint.com and the Viva Connections default experience to True. It may take some time for the change to apply. Check aka.ms/homesites for details.
122
+ Audiences : [{"Email":"active@contoso.onmicrosoft.com","Id":"7a1eea7f-9ab0-40ff-8f2e-0083d9d63451","Title":"active Members"}]
123
+ IsInDraftMode : true
124
+ IsVivaBackendSite : false
125
+ SiteId : 431d7819-4aaf-49a1-b664-b2fe9e609b63
126
+ TargetedLicenseType : 2
127
+ Title : The Landing
128
+ Url : https://contoso.sharepoint.com/sites/TheLanding
129
+ VivaConnectionsDefaultStart: true
130
+ WebId : 626c1724-8ac8-45d5-af87-c07c752fab75
106
131
  ```
107
132
 
108
133
  </TabItem>
109
134
  <TabItem value="CSV">
110
135
 
111
136
  ```csv
112
- The Home site has been set to https://contoso.sharepoint.com and the Viva Connections default experience to True. It may take some time for the change to apply. Check aka.ms/homesites for details.
137
+ IsInDraftMode,IsVivaBackendSite,SiteId,TargetedLicenseType,Title,Url,VivaConnectionsDefaultStart,WebId
138
+ 1,0,431d7819-4aaf-49a1-b664-b2fe9e609b63,2,The Landing,https://contoso.sharepoint.com/sites/TheLanding,1,626c1724-8ac8-45d5-af87-c07c752fab75
113
139
  ```
114
-
140
+
115
141
  </TabItem>
116
142
  <TabItem value="Markdown">
117
143
 
118
144
  ```md
119
- The Home site has been set to https://contoso.sharepoint.com and the Viva Connections default experience to True. It may take some time for the change to apply. Check aka.ms/homesites for details.
145
+ # spo homesite set --url "https://contoso.sharepoint.com/sites/TheLanding" --vivaConnectionsDefaultStart "true" --audienceNames "active"
146
+
147
+ Date: 7/27/2025
148
+
149
+ ## The Landing (https://contoso.sharepoint.com/sites/TheLanding)
150
+
151
+ Property | Value
152
+ ---------|-------
153
+ IsInDraftMode | true
154
+ IsVivaBackendSite | false
155
+ SiteId | 431d7819-4aaf-49a1-b664-b2fe9e609b63
156
+ TargetedLicenseType | 2
157
+ Title | The Landing
158
+ Url | https://contoso.sharepoint.com/sites/TheLanding
159
+ VivaConnectionsDefaultStart | true
160
+ WebId | 626c1724-8ac8-45d5-af87-c07c752fab75
120
161
  ```
121
-
122
162
  </TabItem>
123
163
  </Tabs>
124
164
 
@@ -24,9 +24,6 @@ m365 spo hubsite get [options]
24
24
  `-u, --url [url]`
25
25
  : URL of the hub site. Specify either `id`, `title`, or `url` but not multiple.
26
26
 
27
- `--includeAssociatedSites`
28
- : (deprecated. Use option `withAssociatedSites` instead) Include the associated sites in the result (only in JSON output).
29
-
30
27
  `--withAssociatedSites`
31
28
  : Include the associated sites in the result (only in JSON output)
32
29
  ```
@@ -15,9 +15,6 @@ m365 spo hubsite list [options]
15
15
  ## Options
16
16
 
17
17
  ```md definition-list
18
- `-i, --includeAssociatedSites`
19
- : (deprecated. Use option `withAssociatedSites` instead) Include the associated sites in the result (only in JSON output).
20
-
21
18
  `--withAssociatedSites`
22
19
  : Include the associated sites in the result (only in JSON output).
23
20
  ```
@@ -63,8 +63,8 @@ m365 spo list view add [options]
63
63
  `--default`
64
64
  : View will be set as default view, if specified.
65
65
 
66
- `--paged`
67
- : View supports paging, if specified (recommended to use this).
66
+ `--paged [paged]`
67
+ : View supports paging. Valid values are `true`, `false`. Defaults to `true`.
68
68
 
69
69
  `--rowLimit [rowLimit]`
70
70
  : Sets the number of items to display for the view. Default value is 30.
@@ -76,7 +76,7 @@ m365 spo list view add [options]
76
76
 
77
77
  :::tip
78
78
 
79
- We recommend using the `paged` option. When specified, the view supports displaying more items page by page (default behavior). When not specified, the `rowLimit` is absolute, and there is no link to see more items.
79
+ We recommend using the `paged` option. Paging is enabled by default: the view shows items page by page, up to the specified `rowLimit` per page. To disable paging, set `paged` to `false`; in a non-paged view, the `rowLimit` is absolute and there is no link to see more items.
80
80
 
81
81
  :::
82
82
 
@@ -85,43 +85,43 @@ We recommend using the `paged` option. When specified, the view supports display
85
85
  Add a list view called to a list with specific title.
86
86
 
87
87
  ```sh
88
- m365 spo list view add --webUrl https://contoso.sharepoint.com/sites/Sales --listTitle "Customers" --title "All customers" --fields "LinkTitle,Country,Sector,Country,Address,Contact" --paged
88
+ m365 spo list view add --webUrl https://contoso.sharepoint.com/sites/Sales --listTitle "Customers" --title "All customers" --fields "LinkTitle,Country,Sector,Country,Address,Contact"
89
89
  ```
90
90
 
91
91
  Add a gallery view as default view to a list with a specific URL.
92
92
 
93
93
  ```sh
94
- m365 spo list view add --webUrl https://contoso.sharepoint.com/sites/Sales --listUrl "/Lists/Customers" --title "All customers" --type gallery --fields "LinkTitle,Country,Sector,Country,Address,Contact" --paged --default
94
+ m365 spo list view add --webUrl https://contoso.sharepoint.com/sites/Sales --listUrl "/Lists/Customers" --title "All customers" --type gallery --fields "LinkTitle,Country,Sector,Country,Address,Contact" --default
95
95
  ```
96
96
 
97
97
  Add a view with defined filter and sorting.
98
98
 
99
99
  ```sh
100
- m365 spo list view add --webUrl https://contoso.sharepoint.com/sites/Sales --listTitle "Customers" --title "Transport customers" --fields "LinkTitle,Country,Country,Address,Contact" --viewQuery "<OrderBy><FieldRef Name='LinkTitle' Ascending='TRUE' /></OrderBy><Where><Eq><FieldRef Name='Sector' /><Value Type='Text'>Transportation</Value></Eq></Where>" --paged
100
+ m365 spo list view add --webUrl https://contoso.sharepoint.com/sites/Sales --listTitle "Customers" --title "Transport customers" --fields "LinkTitle,Country,Country,Address,Contact" --viewQuery "<OrderBy><FieldRef Name='LinkTitle' Ascending='TRUE' /></OrderBy><Where><Eq><FieldRef Name='Sector' /><Value Type='Text'>Transportation</Value></Eq></Where>"
101
101
  ```
102
102
 
103
103
  Add a gallery view as personal view.
104
104
 
105
105
  ```sh
106
- m365 spo list view add --webUrl https://contoso.sharepoint.com/sites/Sales --listTitle "Customers" --title "All customers" --type gallery --fields "LinkTitle,Country,Sector,Country,Address,Contact" --paged --personal
106
+ m365 spo list view add --webUrl https://contoso.sharepoint.com/sites/Sales --listTitle "Customers" --title "All customers" --type gallery --fields "LinkTitle,Country,Sector,Country,Address,Contact" --personal
107
107
  ```
108
108
 
109
109
  Add a calendar view with month layout.
110
110
 
111
111
  ```sh
112
- m365 spo list view add --webUrl https://contoso.sharepoint.com/sites/Sales --listTitle "Events" --title "All events" --type calendar --fields "EventType,InternalExternal" --calendarStartDateField EventStartDate --calendarEndDateField EventEndDate --calendarTitleField LinkTitle --paged
112
+ m365 spo list view add --webUrl https://contoso.sharepoint.com/sites/Sales --listTitle "Events" --title "All events" --type calendar --fields "EventType,InternalExternal" --calendarStartDateField EventStartDate --calendarEndDateField EventEndDate --calendarTitleField LinkTitle
113
113
  ```
114
114
 
115
115
  Add a calendar view with week layout and subtitle.
116
116
 
117
117
  ```sh
118
- m365 spo list view add --webUrl https://contoso.sharepoint.com/sites/Sales --listTitle "Events" --title "All events" --type calendar --fields "EventType,InternalExternal" --calendarStartDateField EventStartDate --calendarEndDateField EventEndDate --calendarTitleField LinkTitle --calendarSubTitleField Location --calendarDefaultLayout week --paged
118
+ m365 spo list view add --webUrl https://contoso.sharepoint.com/sites/Sales --listTitle "Events" --title "All events" --type calendar --fields "EventType,InternalExternal" --calendarStartDateField EventStartDate --calendarEndDateField EventEndDate --calendarTitleField LinkTitle --calendarSubTitleField Location --calendarDefaultLayout week
119
119
  ```
120
120
 
121
121
  Add a Kanban board view.
122
122
 
123
123
  ```sh
124
- m365 spo list view add --webUrl https://contoso.sharepoint.com/sites/Sales --listTitle "Tasks" --title "All tasks" --type kanban --fields "Title,AssignedTo" --kanbanBucketField Status --paged
124
+ m365 spo list view add --webUrl https://contoso.sharepoint.com/sites/Sales --listTitle "Tasks" --title "All tasks" --type kanban --fields "Title,AssignedTo" --kanbanBucketField Status
125
125
  ```
126
126
 
127
127
  ## Response
@@ -252,7 +252,7 @@ m365 spo list view add --webUrl https://contoso.sharepoint.com/sites/Sales --lis
252
252
  <TabItem value="Markdown">
253
253
 
254
254
  ```md
255
- # spo list view add --webUrl "https://contoso.sharepoint.com" --listTitle "Test" --title "All events" --fields "FieldName1" --viewQuery "<OrderBy><FieldRef Name='Created' Ascending='FALSE' /></OrderBy><Where><Eq><FieldRef Name='TextFieldName' /><Value Type='Text'>Field value</Value></Eq></Where>" --paged "true"
255
+ # spo list view add --webUrl "https://contoso.sharepoint.com" --listTitle "Test" --title "All events" --fields "FieldName1" --viewQuery "<OrderBy><FieldRef Name='Created' Ascending='FALSE' /></OrderBy><Where><Eq><FieldRef Name='TextFieldName' /><Value Type='Text'>Field value</Value></Eq></Where>"
256
256
 
257
257
  Date: 2/20/2023
258
258
 
@@ -46,12 +46,12 @@ m365 spo serviceprincipal grant list
46
46
  ```json
47
47
  [
48
48
  {
49
- "IsDomainIsolated": false,
50
- "ObjectId": "QqYEYFwYmkeZKhXRwj4iKV5QwbD60RVCo6xeMUG407E",
51
- "PackageName": null,
52
- "Resource": "Windows Azure Active Directory",
53
- "ResourceId": "b0c1505e-d1fa-4215-a3ac-5e3141b8d3b1",
54
- "Scope": "User.Read"
49
+ "clientId": "1e551032-3e2d-4d6b-9392-9b25451313a0",
50
+ "consentType": "AllPrincipals",
51
+ "id": "MhBVHi0-a02TkpslRRMToFw7FM2TduxCifs3fo6XqP8",
52
+ "principalId": null,
53
+ "resourceId": "cd143b5c-7693-42ec-89fb-377e8e97a8ff",
54
+ "scope": "User.Read"
55
55
  }
56
56
  ]
57
57
  ```
@@ -60,17 +60,17 @@ m365 spo serviceprincipal grant list
60
60
  <TabItem value="Text">
61
61
 
62
62
  ```text
63
- IsDomainIsolated ObjectId PackageName Resource ResourceId Scope
64
- ---------------- ------------------------------------------- ----------- ------------------------------ ------------------------------------ --------------------------
65
- false QqYEYFwYmkeZKhXRwj4iKV5QwbD60RVCo6xeMUG407E null Windows Azure Active Directory b0c1505e-d1fa-4215-a3ac-5e3141b8d3b1 User.Read
63
+ clientId consentType id principalId resourceId scope
64
+ ------------------------------------ ------------- ------------------------------------------- ----------- ------------------------------------ ----------
65
+ 1e551032-3e2d-4d6b-9392-9b25451313a0 AllPrincipals MhBVHi0-a02TkpslRRMToFw7FM2TduxCifs3fo6XqP8 null cd143b5c-7693-42ec-89fb-377e8e97a8ff User.Read
66
66
  ```
67
67
 
68
68
  </TabItem>
69
69
  <TabItem value="CSV">
70
70
 
71
71
  ```csv
72
- IsDomainIsolated,ObjectId,PackageName,Resource,ResourceId,Scope
73
- ,QqYEYFwYmkeZKhXRwj4iKV5QwbD60RVCo6xeMUG407E,,Windows Azure Active Directory,b0c1505e-d1fa-4215-a3ac-5e3141b8d3b1,User.Read
72
+ clientId,consentType,id,principalId,resourceId,scope
73
+ 1e551032-3e2d-4d6b-9392-9b25451313a0,AllPrincipals,MhBVHi0-a02TkpslRRMToFw7FM2TduxCifs3fo6XqP8,,cd143b5c-7693-42ec-89fb-377e8e97a8ff,User.Read
74
74
  ```
75
75
 
76
76
  </TabItem>
@@ -79,17 +79,17 @@ m365 spo serviceprincipal grant list
79
79
  ```md
80
80
  # spo serviceprincipal grant list
81
81
 
82
- Date: 5/7/2023
82
+ Date: 7/8/2025
83
83
 
84
- ## 4WtBzD8u5kW-sYuikIWL_8ZYTP5mJB1LnC6OT4Ibr94
84
+ ## MhBVHi0-a02TkpslRRMToFw7FM2TduxCifs3fo6XqP8
85
85
 
86
86
  Property | Value
87
87
  ---------|-------
88
- IsDomainIsolated | false
89
- ObjectId | 4WtBzD8u5kW-sYuikIWL\_8ZYTP5mJB1LnC6OT4Ibr94
90
- Resource | Microsoft Graph
91
- ResourceId | fe4c58c6-2466-4b1d-9c2e-8e4f821bafde
92
- Scope | Mail.Read
88
+ clientId | 1e551032-3e2d-4d6b-9392-9b25451313a0
89
+ consentType | AllPrincipals
90
+ id | MhBVHi0-a02TkpslRRMToFw7FM2TduxCifs3fo6XqP8
91
+ resourceId | cd143b5c-7693-42ec-89fb-377e8e97a8ff
92
+ scope | User.Read
93
93
  ```
94
94
 
95
95
  </TabItem>
@@ -2,14 +2,14 @@ import Global from '/docs/cmd/_global.mdx';
2
2
  import Tabs from '@theme/Tabs';
3
3
  import TabItem from '@theme/TabItem';
4
4
 
5
- # spo tenant site archive
5
+ # spo site archive
6
6
 
7
7
  Archives a site collection
8
8
 
9
9
  ## Usage
10
10
 
11
11
  ```sh
12
- m365 spo tenant site archive [options]
12
+ m365 spo site archive [options]
13
13
  ```
14
14
 
15
15
  ## Options
@@ -44,13 +44,13 @@ After running this command, it may take a few minutes for the site to be fully a
44
44
  Archive a specific SharePoint site collection
45
45
 
46
46
  ```sh
47
- m365 spo tenant site archive --url "https://contoso.sharepoint.com/sites/Marketing"
47
+ m365 spo site archive --url "https://contoso.sharepoint.com/sites/Marketing"
48
48
  ```
49
49
 
50
50
  Archive a specific SharePoint site collection without confirmation prompt
51
51
 
52
52
  ```sh
53
- m365 spo tenant site archive --url "https://contoso.sharepoint.com/sites/Marketing" --force
53
+ m365 spo site archive --url "https://contoso.sharepoint.com/sites/Marketing" --force
54
54
  ```
55
55
 
56
56
  ## Response
@@ -2,20 +2,14 @@ import Global from '/docs/cmd/_global.mdx';
2
2
  import Tabs from '@theme/Tabs';
3
3
  import TabItem from '@theme/TabItem';
4
4
 
5
- # spo tenant site list
5
+ # spo site list
6
6
 
7
7
  Lists modern sites of the given type
8
8
 
9
9
  ## Usage
10
10
 
11
11
  ```sh
12
- m365 spo tenant site list [options]
13
- ```
14
-
15
- ## Alias
16
-
17
- ```sh
18
- m365 spo site list
12
+ m365 spo site list [options]
19
13
  ```
20
14
 
21
15
  ## Options
@@ -30,9 +24,6 @@ m365 spo site list
30
24
  `--filter [filter]`
31
25
  : filter to apply when retrieving sites.
32
26
 
33
- `--includeOneDriveSites`
34
- : (deprecated. Use option `withOneDriveSites` instead) use this switch to include OneDrive sites in the result when retrieving sites. Do not specify the `type` or `webTemplate` options when using this.
35
-
36
27
  `--withOneDriveSites`
37
28
  : use this switch to include OneDrive sites in the result when retrieving sites. Do not specify the `type` or `webTemplate` options when using this.
38
29
  ```
@@ -58,31 +49,31 @@ To use this command you have to have permissions to access the tenant admin site
58
49
  List all sites in the currently connected tenant.
59
50
 
60
51
  ```sh
61
- m365 spo tenant site list
52
+ m365 spo site list
62
53
  ```
63
54
 
64
55
  List all group connected team sites in the currently connected tenant.
65
56
 
66
57
  ```sh
67
- m365 spo tenant site list --type TeamSite
58
+ m365 spo site list --type TeamSite
68
59
  ```
69
60
 
70
61
  List all communication sites in the currently connected tenant.
71
62
 
72
63
  ```sh
73
- m365 spo tenant site list --type CommunicationSite
64
+ m365 spo site list --type CommunicationSite
74
65
  ```
75
66
 
76
67
  List all group connected team sites that contain _project_ in the URL.
77
68
 
78
69
  ```sh
79
- m365 spo tenant site list --type TeamSite --filter "Url -like 'project'"
70
+ m365 spo site list --type TeamSite --filter "Url -like 'project'"
80
71
  ```
81
72
 
82
73
  List all sites in the currently connected tenant including OneDrive sites.
83
74
 
84
75
  ```sh
85
- m365 spo tenant site list --withOneDriveSites
76
+ m365 spo site list --withOneDriveSites
86
77
  ```
87
78
 
88
79
  ## Response
@@ -2,14 +2,14 @@ import Global from '/docs/cmd/_global.mdx';
2
2
  import Tabs from '@theme/Tabs';
3
3
  import TabItem from '@theme/TabItem';
4
4
 
5
- # spo tenant site membership list
5
+ # spo site membership list
6
6
 
7
7
  Retrieves information about default site groups' membership
8
8
 
9
9
  ## Usage
10
10
 
11
11
  ```sh
12
- m365 spo tenant site membership list [options]
12
+ m365 spo site membership list [options]
13
13
  ```
14
14
 
15
15
  ## Options
@@ -39,13 +39,13 @@ For other scenarios, refer to the [spo web get --withGroups](../web/web-get.mdx)
39
39
  Retrieve information about default site groups' owners, members, and visitors of the site.
40
40
 
41
41
  ```sh
42
- m365 spo tenant site membership list --siteUrl https://contoso.sharepoint.com
42
+ m365 spo site membership list --siteUrl https://contoso.sharepoint.com
43
43
  ```
44
44
 
45
45
  Retrieve information about site owners.
46
46
 
47
47
  ```sh
48
- m365 spo tenant site membership list --siteUrl https://contoso.sharepoint.com --role Owner
48
+ m365 spo site membership list --siteUrl https://contoso.sharepoint.com --role Owner
49
49
  ```
50
50
 
51
51
  ## Response
@@ -102,7 +102,7 @@ m365 spo tenant site membership list --siteUrl https://contoso.sharepoint.com --
102
102
  <TabItem value="Markdown">
103
103
 
104
104
  ```md
105
- # spo tenant site membership list --siteUrl "https://contoso.sharepoint.com/sites/AudienceTest"
105
+ # spo site membership list --siteUrl "https://contoso.sharepoint.com/sites/AudienceTest"
106
106
 
107
107
  Date: 11/08/2024
108
108
 
@@ -2,14 +2,14 @@ import Global from '/docs/cmd/_global.mdx';
2
2
  import Tabs from '@theme/Tabs';
3
3
  import TabItem from '@theme/TabItem';
4
4
 
5
- # spo tenant site rename
5
+ # spo site rename
6
6
 
7
7
  Renames the URL and title of a site collection
8
8
 
9
9
  ## Usage
10
10
 
11
11
  ```sh
12
- m365 spo tenant site rename [options]
12
+ m365 spo site rename [options]
13
13
  ```
14
14
 
15
15
  ## Options
@@ -38,7 +38,7 @@ m365 spo tenant site rename [options]
38
38
 
39
39
  ## Remarks
40
40
 
41
- Renaming site collections is by default asynchronous and depending on the current state of Microsoft 365, might take up to few minutes. If you're building a script with steps that require the operation to complete fully, you should use the `--wait` flag. When using this flag, the `spo tenant site rename` command will keep running until it receives confirmation from Microsoft 365 that the site rename operation has completed.
41
+ Renaming site collections is by default asynchronous and depending on the current state of Microsoft 365, might take up to few minutes. If you're building a script with steps that require the operation to complete fully, you should use the `--wait` flag. When using this flag, the `spo site rename` command will keep running until it receives confirmation from Microsoft 365 that the site rename operation has completed.
42
42
 
43
43
  :::info
44
44
 
@@ -51,19 +51,19 @@ To use this command you must have permissions to access the tenant admin site.
51
51
  Starts the rename of the site collection with name "samplesite" to "renamed" without modifying the title
52
52
 
53
53
  ```sh
54
- m365 spo tenant site rename --url http://contoso.sharepoint.com/samplesite --newUrl http://contoso.sharepoint.com/renamed
54
+ m365 spo site rename --url http://contoso.sharepoint.com/samplesite --newUrl http://contoso.sharepoint.com/renamed
55
55
  ```
56
56
 
57
57
  Starts the rename of the site collection with name "samplesite" to "renamed" modifying the title of the site to "New Title"
58
58
 
59
59
  ```sh
60
- m365 spo tenant site rename --url http://contoso.sharepoint.com/samplesite --newUrl http://contoso.sharepoint.com/renamed --newTitle "New Title"
60
+ m365 spo site rename --url http://contoso.sharepoint.com/samplesite --newUrl http://contoso.sharepoint.com/renamed --newTitle "New Title"
61
61
  ```
62
62
 
63
63
  Renames the specified site collection and waits for the operation to complete
64
64
 
65
65
  ```sh
66
- m365 spo tenant site rename --url http://contoso.sharepoint.com/samplesite --newUrl http://contoso.sharepoint.com/renamed --newTitle "New Title" --wait
66
+ m365 spo site rename --url http://contoso.sharepoint.com/samplesite --newUrl http://contoso.sharepoint.com/renamed --newTitle "New Title" --wait
67
67
  ```
68
68
 
69
69
  ## Response
@@ -130,7 +130,7 @@ m365 spo tenant site rename --url http://contoso.sharepoint.com/samplesite --new
130
130
  <TabItem value="Markdown">
131
131
 
132
132
  ```md
133
- # spo tenant site rename --url "https://contoso.sharepoint.com/sites/team1" --newUrl "https://contoso.sharepoint.com/sites/team2"
133
+ # spo site rename --url "https://contoso.sharepoint.com/sites/team1" --newUrl "https://contoso.sharepoint.com/sites/team2"
134
134
 
135
135
  Date: 2023-06-21
136
136