@pnp/cli-microsoft365 5.1.0 → 5.2.0-beta.307d8f5

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 (275) hide show
  1. package/.mocharc.json +1 -0
  2. package/dist/Auth.js +2 -1
  3. package/dist/Command.js +10 -1
  4. package/dist/cli/Cli.js +2 -18
  5. package/dist/m365/aad/commands/user/user-signin-list.js +81 -0
  6. package/dist/m365/aad/commands.js +2 -1
  7. package/dist/m365/app/commands/app-get.js +3 -0
  8. package/dist/m365/cli/commands/cli-reconsent.js +20 -2
  9. package/dist/m365/cli/commands/config/config-set.js +1 -0
  10. package/dist/m365/pp/commands/environment/environment-list.js +57 -0
  11. package/dist/m365/pp/commands/managementapp/managementapp-list.js +24 -0
  12. package/dist/m365/pp/commands.js +3 -1
  13. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN002019_DEVDEP_spfx_fast_serve_helpers.js +14 -0
  14. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.12.0.js +2 -0
  15. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.13.0.js +2 -0
  16. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.14.0.js +2 -0
  17. package/dist/m365/spfx/commands/project/project-upgrade/{upgrade-1.15.0-beta.1.js → upgrade-1.15.0-beta.6.js} +27 -27
  18. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.4.1.js +2 -0
  19. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.9.1.js +2 -0
  20. package/dist/m365/spfx/commands/project/project-upgrade.js +5 -2
  21. package/dist/m365/spfx/commands/spfx-doctor.js +1 -105
  22. package/dist/m365/spo/commands/file/file-checkout.js +2 -2
  23. package/dist/m365/spo/commands/site/site-remove.js +4 -3
  24. package/dist/m365/spo/commands/tenant/tenant-recyclebinitem-restore.js +10 -44
  25. package/dist/m365/spo/commands/tenant/tenant-settings-set.js +21 -0
  26. package/dist/m365/teams/commands/app/app-install.js +1 -1
  27. package/dist/m365/teams/commands/channel/channel-add.js +44 -14
  28. package/dist/m365/teams/commands/channel/channel-list.js +11 -1
  29. package/dist/m365/teams/commands/{conversationmember/conversationmember-add.js → channel/channel-member-add.js} +15 -22
  30. package/dist/m365/teams/commands/channel/channel-member-list.js +157 -0
  31. package/dist/m365/teams/commands/channel/channel-member-set.js +206 -0
  32. package/dist/m365/teams/commands/chat/chat-get.js +143 -0
  33. package/dist/m365/teams/commands/chat/chat-message-send.js +5 -30
  34. package/dist/m365/teams/commands/chat/chatUtil.js +62 -0
  35. package/dist/m365/teams/commands.js +4 -0
  36. package/dist/settingsNames.js +1 -0
  37. package/dist/utils/index.js +1 -0
  38. package/dist/utils/md.js +81 -0
  39. package/docs/docs/cmd/aad/approleassignment/approleassignment-list.md +1 -1
  40. package/docs/docs/cmd/aad/group/group-list.md +1 -1
  41. package/docs/docs/cmd/aad/groupsetting/groupsetting-add.md +1 -1
  42. package/docs/docs/cmd/aad/groupsetting/groupsetting-get.md +1 -1
  43. package/docs/docs/cmd/aad/groupsetting/groupsetting-list.md +1 -1
  44. package/docs/docs/cmd/aad/groupsetting/groupsetting-remove.md +1 -1
  45. package/docs/docs/cmd/aad/groupsetting/groupsetting-set.md +1 -1
  46. package/docs/docs/cmd/aad/groupsettingtemplate/groupsettingtemplate-get.md +1 -1
  47. package/docs/docs/cmd/aad/groupsettingtemplate/groupsettingtemplate-list.md +1 -1
  48. package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-clear.md +1 -1
  49. package/docs/docs/cmd/aad/o365group/o365group-remove.md +1 -1
  50. package/docs/docs/cmd/aad/o365group/o365group-renew.md +1 -1
  51. package/docs/docs/cmd/aad/o365group/o365group-report-activitycounts.md +1 -1
  52. package/docs/docs/cmd/aad/o365group/o365group-report-activityfilecounts.md +1 -1
  53. package/docs/docs/cmd/aad/o365group/o365group-report-activitygroupcounts.md +1 -1
  54. package/docs/docs/cmd/aad/o365group/o365group-teamify.md +1 -1
  55. package/docs/docs/cmd/aad/o365group/o365group-user-add.md +1 -1
  56. package/docs/docs/cmd/aad/o365group/o365group-user-remove.md +1 -1
  57. package/docs/docs/cmd/aad/oauth2grant/oauth2grant-add.md +1 -1
  58. package/docs/docs/cmd/aad/oauth2grant/oauth2grant-list.md +1 -1
  59. package/docs/docs/cmd/aad/oauth2grant/oauth2grant-remove.md +1 -1
  60. package/docs/docs/cmd/aad/oauth2grant/oauth2grant-set.md +1 -1
  61. package/docs/docs/cmd/aad/siteclassification/siteclassification-disable.md +1 -1
  62. package/docs/docs/cmd/aad/siteclassification/siteclassification-enable.md +1 -1
  63. package/docs/docs/cmd/aad/siteclassification/siteclassification-get.md +1 -1
  64. package/docs/docs/cmd/aad/siteclassification/siteclassification-set.md +1 -1
  65. package/docs/docs/cmd/aad/sp/sp-get.md +1 -1
  66. package/docs/docs/cmd/aad/user/user-password-validate.md +1 -1
  67. package/docs/docs/cmd/aad/user/user-signin-list.md +81 -0
  68. package/docs/docs/cmd/cli/cli-doctor.md +1 -1
  69. package/docs/docs/cmd/flow/environment/environment-get.md +1 -1
  70. package/docs/docs/cmd/flow/environment/environment-list.md +1 -1
  71. package/docs/docs/cmd/flow/run/run-list.md +1 -1
  72. package/docs/docs/cmd/graph/schemaextension/schemaextension-add.md +1 -1
  73. package/docs/docs/cmd/logout.md +1 -1
  74. package/docs/docs/cmd/onedrive/onedrive-list.md +1 -1
  75. package/docs/docs/cmd/planner/bucket/bucket-list.md +1 -1
  76. package/docs/docs/cmd/planner/task/task-list.md +1 -1
  77. package/docs/docs/cmd/pp/environment/environment-list.md +37 -0
  78. package/docs/docs/cmd/pp/managementapp/managementapp-list.md +21 -0
  79. package/docs/docs/cmd/spfx/project/project-upgrade.md +1 -1
  80. package/docs/docs/cmd/spfx/spfx-doctor.md +1 -1
  81. package/docs/docs/cmd/spo/app/app-add.md +1 -1
  82. package/docs/docs/cmd/spo/app/app-deploy.md +1 -1
  83. package/docs/docs/cmd/spo/app/app-get.md +1 -1
  84. package/docs/docs/cmd/spo/app/app-install.md +1 -1
  85. package/docs/docs/cmd/spo/app/app-instance-list.md +1 -1
  86. package/docs/docs/cmd/spo/app/app-list.md +1 -1
  87. package/docs/docs/cmd/spo/app/app-remove.md +1 -1
  88. package/docs/docs/cmd/spo/app/app-retract.md +1 -1
  89. package/docs/docs/cmd/spo/app/app-uninstall.md +1 -1
  90. package/docs/docs/cmd/spo/app/app-upgrade.md +1 -1
  91. package/docs/docs/cmd/spo/apppage/apppage-add.md +1 -1
  92. package/docs/docs/cmd/spo/cdn/cdn-get.md +1 -1
  93. package/docs/docs/cmd/spo/cdn/cdn-origin-add.md +1 -1
  94. package/docs/docs/cmd/spo/cdn/cdn-origin-list.md +1 -1
  95. package/docs/docs/cmd/spo/cdn/cdn-policy-set.md +1 -1
  96. package/docs/docs/cmd/spo/contenttype/contenttype-add.md +1 -1
  97. package/docs/docs/cmd/spo/contenttype/contenttype-field-remove.md +1 -1
  98. package/docs/docs/cmd/spo/contenttype/contenttype-field-set.md +1 -1
  99. package/docs/docs/cmd/spo/contenttype/contenttype-remove.md +1 -1
  100. package/docs/docs/cmd/spo/customaction/customaction-add.md +1 -1
  101. package/docs/docs/cmd/spo/customaction/customaction-clear.md +1 -1
  102. package/docs/docs/cmd/spo/customaction/customaction-get.md +1 -1
  103. package/docs/docs/cmd/spo/customaction/customaction-list.md +1 -1
  104. package/docs/docs/cmd/spo/customaction/customaction-remove.md +1 -1
  105. package/docs/docs/cmd/spo/customaction/customaction-set.md +1 -1
  106. package/docs/docs/cmd/spo/externaluser/externaluser-list.md +1 -1
  107. package/docs/docs/cmd/spo/feature/feature-list.md +1 -1
  108. package/docs/docs/cmd/spo/field/field-add.md +1 -1
  109. package/docs/docs/cmd/spo/field/field-get.md +1 -1
  110. package/docs/docs/cmd/spo/field/field-set.md +1 -1
  111. package/docs/docs/cmd/spo/file/file-add.md +1 -1
  112. package/docs/docs/cmd/spo/file/file-checkin.md +1 -1
  113. package/docs/docs/cmd/spo/file/file-checkout.md +1 -1
  114. package/docs/docs/cmd/spo/file/file-copy.md +1 -1
  115. package/docs/docs/cmd/spo/file/file-get.md +1 -1
  116. package/docs/docs/cmd/spo/file/file-move.md +1 -1
  117. package/docs/docs/cmd/spo/file/file-remove.md +1 -1
  118. package/docs/docs/cmd/spo/folder/folder-add.md +1 -1
  119. package/docs/docs/cmd/spo/folder/folder-copy.md +1 -1
  120. package/docs/docs/cmd/spo/folder/folder-get.md +1 -1
  121. package/docs/docs/cmd/spo/folder/folder-list.md +1 -1
  122. package/docs/docs/cmd/spo/folder/folder-move.md +1 -1
  123. package/docs/docs/cmd/spo/folder/folder-remove.md +1 -1
  124. package/docs/docs/cmd/spo/folder/folder-rename.md +1 -1
  125. package/docs/docs/cmd/spo/group/group-user-add.md +1 -1
  126. package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-get.md +1 -1
  127. package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-set.md +1 -1
  128. package/docs/docs/cmd/spo/homesite/homesite-get.md +1 -1
  129. package/docs/docs/cmd/spo/homesite/homesite-set.md +1 -1
  130. package/docs/docs/cmd/spo/hubsite/hubsite-connect.md +1 -1
  131. package/docs/docs/cmd/spo/hubsite/hubsite-data-get.md +1 -1
  132. package/docs/docs/cmd/spo/hubsite/hubsite-disconnect.md +1 -1
  133. package/docs/docs/cmd/spo/hubsite/hubsite-get.md +1 -1
  134. package/docs/docs/cmd/spo/hubsite/hubsite-list.md +1 -1
  135. package/docs/docs/cmd/spo/hubsite/hubsite-register.md +1 -1
  136. package/docs/docs/cmd/spo/hubsite/hubsite-set.md +1 -1
  137. package/docs/docs/cmd/spo/hubsite/hubsite-theme-sync.md +1 -1
  138. package/docs/docs/cmd/spo/hubsite/hubsite-unregister.md +1 -1
  139. package/docs/docs/cmd/spo/list/list-add.md +1 -1
  140. package/docs/docs/cmd/spo/list/list-contenttype-add.md +1 -1
  141. package/docs/docs/cmd/spo/list/list-contenttype-list.md +1 -1
  142. package/docs/docs/cmd/spo/list/list-contenttype-remove.md +1 -1
  143. package/docs/docs/cmd/spo/list/list-get.md +1 -1
  144. package/docs/docs/cmd/spo/list/list-label-get.md +1 -1
  145. package/docs/docs/cmd/spo/list/list-label-set.md +1 -1
  146. package/docs/docs/cmd/spo/list/list-list.md +1 -1
  147. package/docs/docs/cmd/spo/list/list-remove.md +1 -1
  148. package/docs/docs/cmd/spo/list/list-set.md +1 -1
  149. package/docs/docs/cmd/spo/list/list-sitescript-get.md +1 -1
  150. package/docs/docs/cmd/spo/list/list-view-field-add.md +1 -1
  151. package/docs/docs/cmd/spo/list/list-view-field-remove.md +1 -1
  152. package/docs/docs/cmd/spo/list/list-view-get.md +1 -1
  153. package/docs/docs/cmd/spo/list/list-view-remove.md +1 -1
  154. package/docs/docs/cmd/spo/list/list-view-set.md +1 -1
  155. package/docs/docs/cmd/spo/list/list-webhook-add.md +1 -1
  156. package/docs/docs/cmd/spo/list/list-webhook-get.md +1 -1
  157. package/docs/docs/cmd/spo/list/list-webhook-list.md +1 -1
  158. package/docs/docs/cmd/spo/list/list-webhook-remove.md +1 -1
  159. package/docs/docs/cmd/spo/list/list-webhook-set.md +1 -1
  160. package/docs/docs/cmd/spo/listitem/listitem-add.md +1 -1
  161. package/docs/docs/cmd/spo/listitem/listitem-list.md +2 -2
  162. package/docs/docs/cmd/spo/listitem/listitem-record-declare.md +1 -1
  163. package/docs/docs/cmd/spo/listitem/listitem-record-undeclare.md +1 -1
  164. package/docs/docs/cmd/spo/listitem/listitem-set.md +1 -1
  165. package/docs/docs/cmd/spo/navigation/navigation-node-add.md +1 -1
  166. package/docs/docs/cmd/spo/navigation/navigation-node-list.md +1 -1
  167. package/docs/docs/cmd/spo/navigation/navigation-node-remove.md +1 -1
  168. package/docs/docs/cmd/spo/orgnewssite/orgnewssite-list.md +1 -1
  169. package/docs/docs/cmd/spo/orgnewssite/orgnewssite-remove.md +1 -1
  170. package/docs/docs/cmd/spo/page/page-add.md +1 -1
  171. package/docs/docs/cmd/spo/page/page-clientsidewebpart-add.md +1 -1
  172. package/docs/docs/cmd/spo/page/page-column-get.md +1 -1
  173. package/docs/docs/cmd/spo/page/page-column-list.md +1 -1
  174. package/docs/docs/cmd/spo/page/page-control-get.md +1 -1
  175. package/docs/docs/cmd/spo/page/page-control-list.md +1 -1
  176. package/docs/docs/cmd/spo/page/page-list.md +1 -1
  177. package/docs/docs/cmd/spo/page/page-remove.md +1 -1
  178. package/docs/docs/cmd/spo/page/page-section-add.md +1 -1
  179. package/docs/docs/cmd/spo/page/page-section-get.md +1 -1
  180. package/docs/docs/cmd/spo/page/page-section-list.md +1 -1
  181. package/docs/docs/cmd/spo/page/page-set.md +1 -1
  182. package/docs/docs/cmd/spo/page/page-template-list.md +1 -1
  183. package/docs/docs/cmd/spo/page/page-text-add.md +1 -1
  184. package/docs/docs/cmd/spo/propertybag/propertybag-get.md +1 -1
  185. package/docs/docs/cmd/spo/propertybag/propertybag-list.md +1 -1
  186. package/docs/docs/cmd/spo/propertybag/propertybag-remove.md +1 -1
  187. package/docs/docs/cmd/spo/propertybag/propertybag-set.md +1 -1
  188. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-add.md +1 -1
  189. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-list.md +1 -1
  190. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-grant-revoke.md +1 -1
  191. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-permissionrequest-approve.md +1 -1
  192. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-permissionrequest-deny.md +1 -1
  193. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-permissionrequest-list.md +1 -1
  194. package/docs/docs/cmd/spo/serviceprincipal/serviceprincipal-set.md +1 -1
  195. package/docs/docs/cmd/spo/site/site-add.md +1 -1
  196. package/docs/docs/cmd/spo/site/site-appcatalog-add.md +1 -1
  197. package/docs/docs/cmd/spo/site/site-appcatalog-remove.md +1 -1
  198. package/docs/docs/cmd/spo/site/site-classic-add.md +1 -1
  199. package/docs/docs/cmd/spo/site/site-commsite-enable.md +1 -1
  200. package/docs/docs/cmd/spo/site/site-inplacerecordsmanagement-set.md +1 -1
  201. package/docs/docs/cmd/spo/site/site-set.md +1 -1
  202. package/docs/docs/cmd/spo/sitedesign/sitedesign-apply.md +1 -1
  203. package/docs/docs/cmd/spo/sitedesign/sitedesign-get.md +1 -1
  204. package/docs/docs/cmd/spo/sitedesign/sitedesign-list.md +1 -1
  205. package/docs/docs/cmd/spo/sitedesign/sitedesign-remove.md +1 -1
  206. package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-list.md +1 -1
  207. package/docs/docs/cmd/spo/sitedesign/sitedesign-run-list.md +1 -1
  208. package/docs/docs/cmd/spo/sitedesign/sitedesign-run-status-get.md +1 -1
  209. package/docs/docs/cmd/spo/sitedesign/sitedesign-task-get.md +1 -1
  210. package/docs/docs/cmd/spo/sitedesign/sitedesign-task-list.md +1 -1
  211. package/docs/docs/cmd/spo/sitedesign/sitedesign-task-remove.md +1 -1
  212. package/docs/docs/cmd/spo/sitescript/sitescript-add.md +1 -1
  213. package/docs/docs/cmd/spo/sitescript/sitescript-get.md +1 -1
  214. package/docs/docs/cmd/spo/sitescript/sitescript-list.md +1 -1
  215. package/docs/docs/cmd/spo/sitescript/sitescript-remove.md +1 -1
  216. package/docs/docs/cmd/spo/sitescript/sitescript-set.md +1 -1
  217. package/docs/docs/cmd/spo/spo-get.md +1 -1
  218. package/docs/docs/cmd/spo/storageentity/storageentity-list.md +1 -1
  219. package/docs/docs/cmd/spo/storageentity/storageentity-remove.md +1 -1
  220. package/docs/docs/cmd/spo/tenant/tenant-appcatalogurl-get.md +1 -1
  221. package/docs/docs/cmd/spo/tenant/tenant-settings-list.md +1 -1
  222. package/docs/docs/cmd/spo/tenant/tenant-settings-set.md +52 -33
  223. package/docs/docs/cmd/spo/term/term-add.md +1 -1
  224. package/docs/docs/cmd/spo/term/term-get.md +1 -1
  225. package/docs/docs/cmd/spo/term/term-group-add.md +1 -1
  226. package/docs/docs/cmd/spo/term/term-group-get.md +1 -1
  227. package/docs/docs/cmd/spo/term/term-group-list.md +1 -1
  228. package/docs/docs/cmd/spo/term/term-list.md +1 -1
  229. package/docs/docs/cmd/spo/term/term-set-add.md +1 -1
  230. package/docs/docs/cmd/spo/term/term-set-get.md +1 -1
  231. package/docs/docs/cmd/spo/term/term-set-list.md +1 -1
  232. package/docs/docs/cmd/spo/theme/theme-apply.md +1 -1
  233. package/docs/docs/cmd/spo/theme/theme-get.md +1 -1
  234. package/docs/docs/cmd/spo/theme/theme-list.md +1 -1
  235. package/docs/docs/cmd/spo/theme/theme-remove.md +1 -1
  236. package/docs/docs/cmd/spo/user/user-remove.md +1 -1
  237. package/docs/docs/cmd/spo/web/web-add.md +1 -1
  238. package/docs/docs/cmd/spo/web/web-clientsidewebpart-list.md +1 -1
  239. package/docs/docs/cmd/spo/web/web-get.md +1 -1
  240. package/docs/docs/cmd/spo/web/web-list.md +1 -1
  241. package/docs/docs/cmd/spo/web/web-reindex.md +1 -1
  242. package/docs/docs/cmd/spo/web/web-remove.md +1 -1
  243. package/docs/docs/cmd/teams/app/app-publish.md +1 -1
  244. package/docs/docs/cmd/teams/app/app-remove.md +1 -1
  245. package/docs/docs/cmd/teams/app/app-uninstall.md +1 -1
  246. package/docs/docs/cmd/teams/channel/channel-add.md +18 -0
  247. package/docs/docs/cmd/teams/channel/channel-list.md +12 -3
  248. package/docs/docs/cmd/teams/{conversationmember/conversationmember-add.md → channel/channel-member-add.md} +10 -4
  249. package/docs/docs/cmd/teams/channel/channel-member-list.md +54 -0
  250. package/docs/docs/cmd/teams/channel/channel-member-set.md +51 -0
  251. package/docs/docs/cmd/teams/channel/channel-set.md +1 -1
  252. package/docs/docs/cmd/teams/chat/chat-get.md +53 -0
  253. package/docs/docs/cmd/teams/guestsettings/guestsettings-list.md +1 -1
  254. package/docs/docs/cmd/teams/guestsettings/guestsettings-set.md +1 -1
  255. package/docs/docs/cmd/teams/membersettings/membersettings-list.md +1 -1
  256. package/docs/docs/cmd/teams/membersettings/membersettings-set.md +1 -1
  257. package/docs/docs/cmd/teams/message/message-get.md +1 -1
  258. package/docs/docs/cmd/teams/message/message-reply-list.md +1 -1
  259. package/docs/docs/cmd/teams/messagingsettings/messagingsettings-list.md +1 -1
  260. package/docs/docs/cmd/teams/messagingsettings/messagingsettings-set.md +1 -1
  261. package/docs/docs/cmd/teams/report/report-pstncalls.md +1 -1
  262. package/docs/docs/cmd/teams/tab/tab-list.md +1 -1
  263. package/docs/docs/cmd/teams/team/team-archive.md +1 -1
  264. package/docs/docs/cmd/teams/team/team-clone.md +1 -1
  265. package/docs/docs/cmd/teams/team/team-get.md +1 -1
  266. package/docs/docs/cmd/teams/team/team-list.md +1 -1
  267. package/docs/docs/cmd/teams/team/team-remove.md +1 -1
  268. package/docs/docs/cmd/teams/team/team-set.md +1 -1
  269. package/docs/docs/cmd/teams/team/team-unarchive.md +1 -1
  270. package/docs/docs/cmd/todo/task/task-list.md +1 -1
  271. package/docs/docs/cmd/todo/task/task-set.md +1 -1
  272. package/npm-shrinkwrap.json +24 -738
  273. package/package.json +5 -4
  274. package/dist/m365/teams/commands/conversationmember/conversationmember-list.js +0 -164
  275. package/docs/docs/cmd/teams/conversationmember/conversationmember-list.md +0 -39
@@ -13,34 +13,34 @@ m365 spo tenant settings set [options]
13
13
  --8<-- "docs/cmd/_global.md"
14
14
 
15
15
  `--MinCompatibilityLevel [MinCompatibilityLevel]`
16
- : Specifies the lower bound on the compatibility level for new sites'
16
+ : Specifies the lower bound on the compatibility level for new sites
17
17
 
18
18
  `--MaxCompatibilityLevel [MaxCompatibilityLevel]`
19
- : Specifies the upper bound on the compatibility level for new sites'
19
+ : Specifies the upper bound on the compatibility level for new sites
20
20
 
21
21
  `--ExternalServicesEnabled [ExternalServicesEnabled]`
22
22
  : Enables external services for a tenant. External services are defined as services that are not in the Microsoft 365 datacenters. Allowed values `true,false`
23
23
 
24
24
  `--NoAccessRedirectUrl [NoAccessRedirectUrl]`
25
- : Specifies the URL of the redirected site for those site collections which have the locked state "NoAccess"'
25
+ : Specifies the URL of the redirected site for those site collections which have the locked state "NoAccess"
26
26
 
27
27
  `--SharingCapability [SharingCapability]`
28
- : Determines what level of sharing is available for the site. The valid values are: ExternalUserAndGuestSharing (default) - External user sharing (share by email) and guest link sharing are both enabled. Disabled - External user sharing (share by email) and guest link sharing are both disabled. ExternalUserSharingOnly - External user sharing (share by email) is enabled, but guest link sharing is disabled. Allowed values Disabled,ExternalUserSharingOnly,ExternalUserAndGuestSharing,ExistingExternalUserSharingOnly
28
+ : Determines what level of sharing is available for the site. The valid values are: ExternalUserAndGuestSharing (default) - External user sharing (share by email) and guest link sharing are both enabled. Disabled - External user sharing (share by email) and guest link sharing are both disabled. ExternalUserSharingOnly - External user sharing (share by email) is enabled, but guest link sharing is disabled. Allowed values `Disabled,ExternalUserSharingOnly,ExternalUserAndGuestSharing,ExistingExternalUserSharingOnly`
29
29
 
30
30
  `--DisplayStartASiteOption [DisplayStartASiteOption]`
31
31
  : Determines whether tenant users see the Start a Site menu option. Allowed values `true,false`
32
32
 
33
33
  `--StartASiteFormUrl [StartASiteFormUrl]`
34
- : Specifies URL of the form to load in the Start a Site dialog. The valid values are: "" (default) - Blank by default, this will also remove or clear any value that has been set. Full URL - Example:"https://contoso.sharepoint.com/path/to/form"'
34
+ : Specifies URL of the form to load in the Start a Site dialog. The valid values are: "" (default) - Blank by default, this will also remove or clear any value that has been set. Full URL - Example:"https://contoso.sharepoint.com/path/to/form"
35
35
 
36
36
  `--ShowEveryoneClaim [ShowEveryoneClaim]`
37
37
  : Enables the administrator to hide the Everyone claim in the People Picker. When users share an item with Everyone, it is accessible to all authenticated users in the tenant\'s Azure Active Directory, including any active external users who have previously accepted invitations. Note, that some SharePoint system resources such as templates and pages are required to be shared to Everyone and this type of sharing does not expose any user data or metadata. Allowed values `true,false`
38
38
 
39
39
  `--ShowAllUsersClaim [ShowAllUsersClaim]`
40
- : Enables the administrator to hide the All Users claim groups in People Picker. When users share an item with "All Users (x)", it is accessible to all organization members in the tenant\'s Azure Active Directory who have authenticated with via this method. When users share an item with "All Users (x)" it is accessible to all organtization members in the tenant that used NTLM to authentication with SharePoint. Allowed values `true,false`
40
+ : Enables the administrator to hide the All Users claim groups in People Picker. When users share an item with "All Users (x)", it is accessible to all organization members in the tenant\'s Azure Active Directory who have authenticated with via this method. When users share an item with "All Users (x)" it is accessible to all organization members in the tenant that used NTLM to authentication with SharePoint. Allowed values `true,false`
41
41
 
42
42
  `--ShowEveryoneExceptExternalUsersClaim [ShowEveryoneExceptExternalUsersClaim]`
43
- : Enables the administrator to hide the "Everyone except external users" claim in the People Picker. When users share an item with "Everyone except external users", it is accessible to all organization members in the tenant\'s Azure Active Directory, but not to any users who have previously accepted invitations. Allowed values `true,false`
43
+ : Enables the administrator to hide the "Everyone except external users" claim in the People Picker. When users share an item with "Everyone except external users", it is accessible to all organization members in the tenant's Azure Active Directory, but not to any users who have previously accepted invitations. Allowed values `true,false`
44
44
 
45
45
  `--SearchResolveExactEmailOrUPN [SearchResolveExactEmailOrUPN]`
46
46
  : Removes the search capability from People Picker. Note, recently resolved names will still appear in the list until browser cache is cleared or expired. SharePoint Administrators will still be able to use starts with or partial name matching when enabled. Allowed values `true,false`
@@ -49,7 +49,7 @@ m365 spo tenant settings set [options]
49
49
  : When set to true this will disable the ability to use Modern Authentication that leverages ADAL across the tenant. Allowed values `true,false`
50
50
 
51
51
  `--LegacyAuthProtocolsEnabled [LegacyAuthProtocolsEnabled]`
52
- : By default this value is set to true. Setting this parameter prevents Office clients using non-modern authentication protocols from accessing SharePoint Online resources. A value of true - Enables Office clients using non-modern authentication protocols(such as, Forms-Based Authentication (FBA) or Identity Client Runtime Library (IDCRL)) to access SharePoint resources. Allowed values `true,false`
52
+ : By default this value is set to true. Setting this parameter prevents Office clients using non-modern authentication protocols from accessing SharePoint Online resources. A value of true - Enables Office clients using non-modern authentication protocols (such as, Forms-Based Authentication (FBA) or Identity Client Runtime Library (IDCRL)) to access SharePoint resources. Allowed values `true,false`
53
53
 
54
54
  `--RequireAcceptingAccountMatchInvitedAccount [RequireAcceptingAccountMatchInvitedAccount]`
55
55
  : Ensures that an external user can only accept an external sharing invitation with an account matching the invited email address. Administrators who desire increased control over external collaborators should consider enabling this feature. Allowed values `true,false`
@@ -58,7 +58,7 @@ m365 spo tenant settings set [options]
58
58
  : Creates a Shared with Everyone folder in every user\'s new OneDrive for Business document library. The valid values are: True (default) - The Shared with Everyone folder is created. False - No folder is created when the site and OneDrive for Business document library is created. Allowed values `true,false`
59
59
 
60
60
  `--SignInAccelerationDomain [SignInAccelerationDomain]`
61
- : Specifies the home realm discovery value to be sent to Azure Active Directory (AAD) during the user sign-in process. When the organization uses a third-party identity provider, this prevents the user from seeing the Azure Active Directory Home Realm Discovery web page and ensures the user only sees their company\'s Identity Provider\'s portal. This value can also be used with Azure Active Directory Premium to customize the Azure Active Directory login page. Acceleration will not occur on site collections that are shared externally. This value should be configured with the login domain that is used by your company (that is, example@contoso.com). If your company has multiple third-party identity providers, configuring the sign-in acceleration value will break sign-in for your organization. The valid values are: "" (default) - Blank by default, this will also remove or clear any value that has been set. Login Domain - For example: "contoso.com". No value assigned by default'
61
+ : Specifies the home realm discovery value to be sent to Azure Active Directory (AAD) during the user sign-in process. When the organization uses a third-party identity provider, this prevents the user from seeing the Azure Active Directory Home Realm Discovery web page and ensures the user only sees their company's Identity Provider's portal. This value can also be used with Azure Active Directory Premium to customize the Azure Active Directory login page. Acceleration will not occur on site collections that are shared externally. This value should be configured with the login domain that is used by your company (that is, example@contoso.com). If your company has multiple third-party identity providers, configuring the sign-in acceleration value will break sign-in for your organization. The valid values are: "" (default) - Blank by default, this will also remove or clear any value that has been set. Login Domain - For example: "contoso.com". No value assigned by default
62
62
 
63
63
  `--EnableGuestSignInAcceleration [EnableGuestSignInAcceleration]`
64
64
  : Accelerates guest-enabled site collections as well as member-only site collections when the SignInAccelerationDomain parameter is set. Allowed values `true,false`
@@ -70,7 +70,7 @@ m365 spo tenant settings set [options]
70
70
  : When the feature is enabled, all external sharing invitations that are sent will blind copy the e-mail messages listed in the BccExternalSharingsInvitationList. Allowed values `true,false`
71
71
 
72
72
  `--BccExternalSharingInvitationsList [BccExternalSharingInvitationsList]`
73
- : Specifies a list of e-mail addresses to be BCC\'d when the BCC for External Sharing feature is enabled. Multiple addresses can be specified by creating a comma separated list with no spaces'
73
+ : Specifies a list of e-mail addresses to be BCC'd when the BCC for External Sharing feature is enabled. Multiple addresses can be specified by creating a comma separated list with no spaces
74
74
 
75
75
  `--UserVoiceForFeedbackEnabled [UserVoiceForFeedbackEnabled]`
76
76
  : Enables or disables the User Voice Feedback button. Allowed values `true,false`
@@ -79,22 +79,22 @@ m365 spo tenant settings set [options]
79
79
  : Enables or disables the publish CDN. Allowed values `true,false`
80
80
 
81
81
  `--PublicCdnAllowedFileTypes [PublicCdnAllowedFileTypes]`
82
- : Sets public CDN allowed file types'
82
+ : Sets public CDN allowed file types
83
83
 
84
84
  `--RequireAnonymousLinksExpireInDays [RequireAnonymousLinksExpireInDays]`
85
- : Specifies all anonymous links that have been created (or will be created) will expire after the set number of days. To remove the expiration requirement, set the value to zero (0)'
85
+ : Specifies all anonymous links that have been created (or will be created) will expire after the set number of days. To remove the expiration requirement, set the value to zero (0)
86
86
 
87
87
  `--SharingAllowedDomainList [SharingAllowedDomainList]`
88
- : Specifies a list of email domains that is allowed for sharing with the external collaborators. Use the space character as the delimiter for entering multiple values. For example, "contoso.com fabrikam.com"'
88
+ : Specifies a list of email domains that is allowed for sharing with the external collaborators. Use the space character as the delimiter for entering multiple values. For example, "contoso.com fabrikam.com"
89
89
 
90
90
  `--SharingBlockedDomainList [SharingBlockedDomainList]`
91
- : Specifies a list of email domains that is blocked or prohibited for sharing with the external collaborators. Use space character as the delimiter for entering multiple values. For example, "contoso.com fabrikam.com"'
91
+ : Specifies a list of email domains that is blocked or prohibited for sharing with the external collaborators. Use space character as the delimiter for entering multiple values. For example, "contoso.com fabrikam.com"
92
92
 
93
93
  `--SharingDomainRestrictionMode [SharingDomainRestrictionMode]`
94
- : Specifies the external sharing mode for domains. Allowed values None,AllowList,BlockList
94
+ : Specifies the external sharing mode for domains. Allowed values `None,AllowList,BlockList`
95
95
 
96
96
  `--OneDriveStorageQuota [OneDriveStorageQuota]`
97
- : Sets a default OneDrive for Business storage quota for the tenant. It will be used for new OneDrive for Business sites created. A typical use will be to reduce the amount of storage associated with OneDrive for Business to a level below what the License entitles the users. For example, it could be used to set the quota to 10 gigabytes (GB) by default'
97
+ : Sets a default OneDrive for Business storage quota for the tenant. It will be used for new OneDrive for Business sites created. A typical use will be to reduce the amount of storage associated with OneDrive for Business to a level below what the License entitles the users. For example, it could be used to set the quota to 10 gigabytes (GB) by default
98
98
 
99
99
  `--OneDriveForGuestsEnabled [OneDriveForGuestsEnabled]`
100
100
  : Lets OneDrive for Business creation for administrator managed guest users. Administrator managed Guest users use credentials in the resource tenant to access the resources. Allowed values `true,false`
@@ -103,7 +103,7 @@ m365 spo tenant settings set [options]
103
103
  : Allows access from network locations that are defined by an administrator. The values are true and false. The default value is false which means the setting is disabled. Before the iPAddressEnforcement parameter is set, make sure you add a valid IPv4 or IPv6 address to the iPAddressAllowList parameter. Allowed values `true,false`
104
104
 
105
105
  `--IPAddressAllowList [IPAddressAllowList]`
106
- : Configures multiple IP addresses or IP address ranges (IPv4 or IPv6). Use commas to separate multiple IP addresses or IP address ranges. Verify there are no overlapping IP addresses and ensure IP ranges use Classless Inter-Domain Routing (CIDR) notation. For example, 172.16.0.0, 192.168.1.0/27. No value is assigned by default'
106
+ : Configures multiple IP addresses or IP address ranges (IPv4 or IPv6). Use commas to separate multiple IP addresses or IP address ranges. Verify there are no overlapping IP addresses and ensure IP ranges use Classless Inter-Domain Routing (CIDR) notation. For example, `172.16.0.0, 192.168.1.0/27`. No value is assigned by default
107
107
 
108
108
  `--IPAddressWACTokenLifetime [IPAddressWACTokenLifetime]`
109
109
  : Sets IP Address WAC token lifetime'
@@ -112,13 +112,13 @@ m365 spo tenant settings set [options]
112
112
  : Sets use find people in PeoplePicker to true or false. Note: When set to true, users aren\'t able to share with security groups or SharePoint groups. Allowed values `true,false`
113
113
 
114
114
  `--DefaultSharingLinkType [DefaultSharingLinkType]`
115
- : Lets administrators choose what type of link appears is selected in the “Get a link” sharing dialog box in OneDrive for Business and SharePoint Online. Allowed values None,Direct,Internal,AnonymousAccess
115
+ : Lets administrators choose what type of link appears is selected in the “Get a link” sharing dialog box in OneDrive for Business and SharePoint Online. Allowed values `None,Direct,Internal,AnonymousAccess`
116
116
 
117
117
  `--ODBMembersCanShare [ODBMembersCanShare]`
118
- : Lets administrators set policy on re-sharing behavior in OneDrive for Business. Allowed values Unspecified,On,Off
118
+ : Lets administrators set policy on re-sharing behavior in OneDrive for Business. Allowed values `Unspecified,On,Off`
119
119
 
120
120
  `--ODBAccessRequests [ODBAccessRequests]`
121
- : Lets administrators set policy on access requests and requests to share in OneDrive for Business. Allowed values Unspecified,On,Off
121
+ : Lets administrators set policy on access requests and requests to share in OneDrive for Business. Allowed values `Unspecified,On,Off`
122
122
 
123
123
  `--PreventExternalUsersFromResharing [PreventExternalUsersFromResharing]`
124
124
  : Prevents external users from resharing. Allowed values `true,false`
@@ -127,16 +127,16 @@ m365 spo tenant settings set [options]
127
127
  : Shows people picker suggestions for guest users. Allowed values `true,false`
128
128
 
129
129
  `--FileAnonymousLinkType [FileAnonymousLinkType]`
130
- : Sets the file anonymous link type to None, View or Edit
130
+ : Sets the file anonymous link type to `None`, `View` or `Edit`
131
131
 
132
132
  `--FolderAnonymousLinkType [FolderAnonymousLinkType]`
133
- : Sets the folder anonymous link type to None, View or Edit
133
+ : Sets the folder anonymous link type to `None`, `View` or `Edit`
134
134
 
135
135
  `--NotifyOwnersWhenItemsReshared [NotifyOwnersWhenItemsReshared]`
136
- : When this parameter is set to true and another user re-shares a document from a user\'s OneDrive for Business, the OneDrive for Business owner is notified by email. For additional information about how to configure notifications for external sharing, see Configure notifications for external sharing for OneDrive for Business. Allowed values `true,false`
136
+ : When this parameter is set to true and another user re-shares a document from a user's OneDrive for Business, the OneDrive for Business owner is notified by email. For additional information about how to configure notifications for external sharing, see Configure notifications for external sharing for OneDrive for Business. Allowed values `true,false`
137
137
 
138
138
  `--NotifyOwnersWhenInvitationsAccepted [NotifyOwnersWhenInvitationsAccepted]`
139
- : When this parameter is set to true and when an external user accepts an invitation to a resource in a user\'s OneDrive for Business, the OneDrive for Business owner is notified by email. For additional information about how to configure notifications for external sharing, see Configure notifications for external sharing for OneDrive for Business. Allowed values `true,false`
139
+ : When this parameter is set to true and when an external user accepts an invitation to a resource in a user's OneDrive for Business, the OneDrive for Business owner is notified by email. For additional information about how to configure notifications for external sharing, see Configure notifications for external sharing for OneDrive for Business. Allowed values `true,false`
140
140
 
141
141
  `--NotificationsInOneDriveForBusinessEnabled [NotificationsInOneDriveForBusinessEnabled]`
142
142
  : Enables or disables notifications in OneDrive for business. Allowed values `true,false`
@@ -154,16 +154,16 @@ m365 spo tenant settings set [options]
154
154
  : Enables or disables social bar on site pages. Allowed values `true,false`
155
155
 
156
156
  `--OrphanedPersonalSitesRetentionPeriod [OrphanedPersonalSitesRetentionPeriod]`
157
- : Specifies the number of days after a user\'s Active Directory account is deleted that their OneDrive for Business content will be deleted. The value range is in days, between 30 and 3650. The default value is 30'
157
+ : Specifies the number of days after a user's Active Directory account is deleted that their OneDrive for Business content will be deleted. The value range is in days, between 30 and 3650. The default value is 30
158
158
 
159
159
  `--DisallowInfectedFileDownload [DisallowInfectedFileDownload]`
160
160
  : Prevents the Download button from being displayed on the Virus Found warning page. Allowed values `true,false`
161
161
 
162
162
  `--DefaultLinkPermission [DefaultLinkPermission]`
163
- : Choose the dafault permission that is selected when users share. This applies to anonymous access, internal and direct links. Allowed values None,View,Edit
163
+ : Choose the dafault permission that is selected when users share. This applies to anonymous access, internal and direct links. Allowed values `None,View,Edit`
164
164
 
165
165
  `--ConditionalAccessPolicy [ConditionalAccessPolicy]`
166
- : Configures conditional access policy. Allowed values AllowFullAccess,AllowLimitedAccess,BlockAccess
166
+ : Configures conditional access policy. Allowed values `AllowFullAccess,AllowLimitedAccess,BlockAccess`
167
167
 
168
168
  `--AllowDownloadingNonWebViewableFiles [AllowDownloadingNonWebViewableFiles]`
169
169
  : Allows downloading non web viewable files. The Allowed values `true,false`
@@ -181,7 +181,7 @@ m365 spo tenant settings set [options]
181
181
  : Sets email attestation to required. Allowed values `true,false`
182
182
 
183
183
  `--EmailAttestationReAuthDays [EmailAttestationReAuthDays]`
184
- : Sets email attestation re-auth days'
184
+ : Sets email attestation re-auth days
185
185
 
186
186
  `--HideDefaultThemes [HideDefaultThemes]`
187
187
  : Defines if the default themes are visible or hidden. Allowed values `true,false`
@@ -223,7 +223,7 @@ m365 spo tenant settings set [options]
223
223
  : Is unmanaged sync client for tenant restricted. Allowed values `true,false`
224
224
 
225
225
  `--LimitedAccessFileType [LimitedAccessFileType]`
226
- : Allows users to preview only Office files in the browser. This option increases security but may be a barrier to user productivity. Allowed values OfficeOnlineFilesOnly,WebPreviewableFiles,OtherFiles
226
+ : Allows users to preview only Office files in the browser. This option increases security but may be a barrier to user productivity. Allowed values `OfficeOnlineFilesOnly,WebPreviewableFiles,OtherFiles`
227
227
 
228
228
  `--OptOutOfGrooveBlock [OptOutOfGrooveBlock]`
229
229
  : Opts out of the groove block. Allowed values `true,false`
@@ -241,23 +241,29 @@ m365 spo tenant settings set [options]
241
241
  : Show NGSC dialog for sync on OneDrive for Business. Allowed values `true,false`
242
242
 
243
243
  `--SpecialCharactersStateInFileFolderNames [SpecialCharactersStateInFileFolderNames]`
244
- : Sets the special characters state in file and folder names in SharePoint and OneDrive for Business. Allowed values NoPreference,Allowed,Disallowed
244
+ : Sets the special characters state in file and folder names in SharePoint and OneDrive for Business. Allowed values `NoPreference,Allowed,Disallowed`
245
245
 
246
246
  `--SyncPrivacyProfileProperties [SyncPrivacyProfileProperties]`
247
247
  : Syncs privacy profile properties. Allowed values `true,false`
248
248
 
249
249
  `--ExcludedFileExtensionsForSyncClient [ExcludedFileExtensionsForSyncClient]`
250
- : Excluded file extensions for sync client. Array of strings split by comma (\',\')'
250
+ : Excluded file extensions for sync client. Array of strings split by comma
251
251
 
252
252
  `--AllowedDomainListForSyncClient [AllowedDomainListForSyncClient]`
253
- : Sets allowed domain list for sync client. Array of GUIDs split by comma (\',\'). Example:c9b1909e-901a-0000-2cdb-e91c3f46320a,c9b1909e-901a-0000-2cdb-e91c3f463201'
253
+ : Sets allowed domain list for sync client. Array of GUIDs split by comma. Example: `c9b1909e-901a-0000-2cdb-e91c3f46320a,c9b1909e-901a-0000-2cdb-e91c3f463201`
254
254
 
255
255
  `--DisabledWebPartIds [DisabledWebPartIds]`
256
- : Sets disabled web part Ids. Array of GUIDs split by comma (\',\'). Example:c9b1909e-901a-0000-2cdb-e91c3f46320a,c9b1909e-901a-0000-2cdb-e91c3f463201'
256
+ : Sets disabled web part Ids. Array of GUIDs split by comma. Example: `c9b1909e-901a-0000-2cdb-e91c3f46320a,c9b1909e-901a-0000-2cdb-e91c3f463201`
257
257
 
258
258
  `--DisableCustomAppAuthentication [DisableCustomAppAuthentication]`
259
259
  : Configure if ACS-based app-only auth should be disabled or not. Allowed values `true,false`
260
260
 
261
+ `--EnableAzureADB2BIntegration [EnableAzureADB2BIntegration]`
262
+ : Enables the preview for OneDrive and SharePoint integration with Azure AD B2B. Allowed values `true,false`. Azure AD one-time passcode needs to be enabled for this integration to work. For more information see [http://aka.ms/spo-b2b-integration](https://aka.ms/spo-b2b-integration).
263
+
264
+ `--SyncAadB2BManagementPolicy [SyncAadB2BManagementPolicy]`
265
+ : Syncs Azure B2B Management Policies. Allowed values `true,false`. For more information, see [SharePoint and OneDrive integration with Azure AD B2B](https://aka.ms/spo-b2b-integration).
266
+
261
267
  !!! important
262
268
  To use this command you have to have permissions to access the tenant admin site.
263
269
 
@@ -274,3 +280,16 @@ Sets multiple tenant global settings at once
274
280
  ```sh
275
281
  m365 spo tenant settings set --UserVoiceForFeedbackEnabled true --HideSyncButtonOnODB true --AllowedDomainListForSyncClient c9b1909e-901a-0000-2cdb-e91c3f46320a,c9b1909e-901a-0000-2cdb-e91c3f463201
276
282
  ```
283
+
284
+ Enable Azure AD B2B integration for SharePoint and OneDrive and sync the Azure AD B2B management policies
285
+
286
+ ```sh
287
+ m365 spo tenant settings set --EnableAzureADB2BIntegration true
288
+ m365 spo tenant settings set --SyncAadB2BManagementPolicy true
289
+ ```
290
+
291
+ Disable Azure AD B2B integration for SharePoint and OneDrive
292
+
293
+ ```sh
294
+ m365 spo tenant settings set --EnableAzureADB2BIntegration false
295
+ ```
@@ -75,4 +75,4 @@ Add taxonomy term below the specified term
75
75
 
76
76
  ```sh
77
77
  m365 spo term add --name IT --parentTermId 5c928151-c140-4d48-aab9-54da901c7fef --termGroupName People
78
- ```
78
+ ```
@@ -55,4 +55,4 @@ Get information about a taxonomy term using its name, retrieving the parent term
55
55
 
56
56
  ```sh
57
57
  m365 spo term get --name IT --termGroupId 5c928151-c140-4d48-aab9-54da901c7fef --termSetId 8ed8c9ea-7052-4c1d-a4d7-b9c10bffea6f
58
- ```
58
+ ```
@@ -42,4 +42,4 @@ Add a new taxonomy term group with the specified name and description
42
42
 
43
43
  ```sh
44
44
  m365 spo term group add --name PnPTermSets --description 'Term sets for PnP'
45
- ```
45
+ ```
@@ -33,4 +33,4 @@ Get information about a taxonomy term group using its name
33
33
 
34
34
  ```sh
35
35
  m365 spo term group get --name PnPTermSets
36
- ```
36
+ ```
@@ -21,4 +21,4 @@ List taxonomy term groups
21
21
 
22
22
  ```sh
23
23
  m365 spo term group list
24
- ```
24
+ ```
@@ -39,4 +39,4 @@ List taxonomy terms from the term group and term set with the given ID
39
39
 
40
40
  ```sh
41
41
  m365 spo term list --termGroupId 0e8f395e-ff58-4d45-9ff7-e331ab728beb --termSetId 0e8f395e-ff58-4d45-9ff7-e331ab728bec
42
- ```
42
+ ```
@@ -57,4 +57,4 @@ Add taxonomy term set and set its custom properties
57
57
 
58
58
  ```sh
59
59
  m365 spo term set add --name PnP-Organizations --termGroupId 0e8f395e-ff58-4d45-9ff7-e331ab728beb --customProperties '`{"Property":"Value"}`'
60
- ```
60
+ ```
@@ -39,4 +39,4 @@ Get information about a taxonomy term set using its name
39
39
 
40
40
  ```sh
41
41
  m365 spo term set get --name PnPTermSets --termGroupId 0e8f395e-ff58-4d45-9ff7-e331ab728beb
42
- ```
42
+ ```
@@ -33,4 +33,4 @@ List taxonomy term sets from the term group with the given ID
33
33
 
34
34
  ```sh
35
35
  m365 spo term set list --termGroupId 0e8f395e-ff58-4d45-9ff7-e331ab728beb
36
- ```
36
+ ```
@@ -45,4 +45,4 @@ m365 spo theme apply --name Blue --webUrl https://contoso.sharepoint.com/sites/p
45
45
  ## More information
46
46
 
47
47
  - SharePoint site theming: [https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-theming/sharepoint-site-theming-overview](https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-theming/sharepoint-site-theming-overview)
48
- - Theme Generator: [https://aka.ms/themedesigner](https://aka.ms/themedesigner)
48
+ - Theme Generator: [https://aka.ms/themedesigner](https://aka.ms/themedesigner)
@@ -28,4 +28,4 @@ m365 spo theme get --name Contoso-Blue
28
28
 
29
29
  ## More information
30
30
 
31
- - SharePoint site theming: [https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-theming/sharepoint-site-theming-overview](https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-theming/sharepoint-site-theming-overview)
31
+ - SharePoint site theming: [https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-theming/sharepoint-site-theming-overview](https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-theming/sharepoint-site-theming-overview)
@@ -25,4 +25,4 @@ m365 spo theme list
25
25
 
26
26
  ## More information
27
27
 
28
- - SharePoint site theming: [https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-theming/sharepoint-site-theming-overview](https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-theming/sharepoint-site-theming-overview)
28
+ - SharePoint site theming: [https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-theming/sharepoint-site-theming-overview](https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-theming/sharepoint-site-theming-overview)
@@ -37,4 +37,4 @@ m365 spo theme remove --name Contoso-Blue --confirm
37
37
 
38
38
  ## More information
39
39
 
40
- - SharePoint site theming: [https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-theming/sharepoint-site-theming-overview](https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-theming/sharepoint-site-theming-overview)
40
+ - SharePoint site theming: [https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-theming/sharepoint-site-theming-overview](https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-theming/sharepoint-site-theming-overview)
@@ -44,4 +44,4 @@ m365 spo user remove --webUrl "https://contoso.sharepoint.com/sites/HR" --loginN
44
44
 
45
45
  ## More information
46
46
 
47
- - Remove-PnPUser - [https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/remove-pnpuser?view=sharepoint-ps](https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/remove-pnpuser?view=sharepoint-ps)
47
+ - Remove-PnPUser - [https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/remove-pnpuser?view=sharepoint-ps](https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/remove-pnpuser?view=sharepoint-ps)
@@ -54,4 +54,4 @@ Create subsite with the same navigation as the parent site
54
54
 
55
55
  ```sh
56
56
  m365 spo web add --title Subsite --webUrl subsite --webTemplate STS#0 --parentWebUrl https://contoso.sharepoint.com --inheritNavigation
57
- ```
57
+ ```
@@ -21,4 +21,4 @@ Lists all the available client-side web parts for the specified site
21
21
 
22
22
  ```sh
23
23
  m365 spo web clientsidewebpart list --webUrl https://contoso.sharepoint.com
24
- ```
24
+ ```
@@ -30,4 +30,4 @@ Retrieve information about the site _https://contoso.sharepoint.com/subsite_ alo
30
30
 
31
31
  ```sh
32
32
  m365 spo web get --webUrl https://contoso.sharepoint.com/subsite --withGroups
33
- ```
33
+ ```
@@ -21,4 +21,4 @@ Return all subsites from site _https://contoso.sharepoint.com/_
21
21
 
22
22
  ```sh
23
23
  m365 spo web list -u https://contoso.sharepoint.com
24
- ```
24
+ ```
@@ -25,4 +25,4 @@ Request reindexing the subsite _https://contoso.sharepoint.com/subsite_
25
25
 
26
26
  ```sh
27
27
  m365 spo web reindex --webUrl https://contoso.sharepoint.com/subsite
28
- ```
28
+ ```
@@ -24,4 +24,4 @@ Delete subsite without prompting for confirmation
24
24
 
25
25
  ```sh
26
26
  m365 spo web remove --webUrl https://contoso.sharepoint.com/subsite --confirm
27
- ```
27
+ ```
@@ -25,4 +25,4 @@ Add the _teams-manifest.zip_ file to the organization's app catalog
25
25
 
26
26
  ```sh
27
27
  m365 teams app publish --filePath ./teams-manifest.zip
28
- ```
28
+ ```
@@ -34,4 +34,4 @@ Remove the Teams app with ID _83cece1e-938d-44a1-8b86-918cf6151957_ from the org
34
34
 
35
35
  ```sh
36
36
  m365 teams app remove --id 83cece1e-938d-44a1-8b86-918cf6151957 --confirm
37
- ```
37
+ ```
@@ -32,4 +32,4 @@ Uninstall an app from a Microsoft Teams team
32
32
 
33
33
  ```sh
34
34
  m365 teams app uninstall --appId YzUyN2E0NzAtYTg4Mi00ODFjLTk4MWMtZWU2ZWZhYmE4NWM3IyM0ZDFlYTA0Ny1mMTk2LTQ1MGQtYjJlOS0wZDI4NTViYTA1YTY= --teamId 2609af39-7775-4f94-a3dc-0dd67657e900
35
- ```
35
+ ```
@@ -22,6 +22,12 @@ m365 teams channel add [options]
22
22
  `-d, --description [description]`
23
23
  : The description of the channel to add
24
24
 
25
+ `--type [type]`
26
+ : Type of channel to create: `standard,private`. Default `standard`.
27
+
28
+ `--owner [owner]`
29
+ : User with this ID or UPN will be added as owner of the private channel. This option is required when type is `private`.
30
+
25
31
  --8<-- "docs/cmd/_global.md"
26
32
 
27
33
  ## Remarks
@@ -41,3 +47,15 @@ Add channel to the specified Microsoft Teams team with name _Team Name_
41
47
  ```sh
42
48
  m365 teams channel add --teamName "Team Name" --name climicrosoft365 --description development
43
49
  ```
50
+
51
+ Add private channel to the specified Microsoft Teams team with owner UPN
52
+
53
+ ```sh
54
+ m365 teams channel add --teamName "Team Name" --name climicrosoft365 --type private --owner john.doe@contoso.com
55
+ ```
56
+
57
+ Add private channel to the specified Microsoft Teams team with owner ID
58
+
59
+ ```sh
60
+ m365 teams channel add --teamId 6703ac8a-c49b-4fd4-8223-28f0ac3a6402 --name climicrosoft365 --type private --owner cc693a7d-4833-4911-a89a-f0fe6e49bf69
61
+ ```
@@ -16,18 +16,27 @@ m365 teams channel list [options]
16
16
  `--teamName [teamName]`
17
17
  : The display name of the team to list the channels of. Specify either `teamId` or `teamName` but not both
18
18
 
19
+ `--type [type]`
20
+ : Filter the results to only channels of a given type: `standard, private`. By default all channels are listed.
21
+
19
22
  --8<-- "docs/cmd/_global.md"
20
23
 
21
24
  ## Examples
22
25
 
23
- List the channels in a specified Microsoft Teams team with id 00000000-0000-0000-0000-000000000000
26
+ List all channels in a specified Microsoft Teams team with id 00000000-0000-0000-0000-000000000000
24
27
 
25
28
  ```sh
26
29
  m365 teams channel list --teamId 00000000-0000-0000-0000-000000000000
27
30
  ```
28
31
 
29
- List the channels in a specified Microsoft Teams team with name _Team Name_
32
+ List all channels in a specified Microsoft Teams team with name _Team Name_
30
33
 
31
34
  ```sh
32
35
  m365 teams channel list --teamName "Team Name"
33
- ```
36
+ ```
37
+
38
+ List private channels in a specified Microsoft Teams team with id 00000000-0000-0000-0000-000000000000
39
+
40
+ ```sh
41
+ m365 teams channel list --teamId 00000000-0000-0000-0000-000000000000 --type private
42
+ ```
@@ -1,9 +1,15 @@
1
- # teams conversationmember add
1
+ # teams channel member add
2
2
 
3
- Adds a conversation member in a private channel
3
+ Adds a specified member in the specified Microsoft Teams private team channel
4
4
 
5
5
  ## Usage
6
6
 
7
+ ```sh
8
+ m365 teams channel member add [options]
9
+ ```
10
+
11
+ ## Alias
12
+
7
13
  ```sh
8
14
  m365 teams conversationmember add [options]
9
15
  ```
@@ -44,11 +50,11 @@ You can only add members and owners of a Team to a private channel.
44
50
  Add members to a channel based on their id or user principal name
45
51
 
46
52
  ```sh
47
- m365 teams conversationmember add --teamId 47d6625d-a540-4b59-a4ab-19b787e40593 --channelId 19:586a8b9e36c4479bbbd378e439a96df2@thread.skype --userId "85a50aa1-e5b8-48ac-b8ce-8e338033c366,john.doe@contoso.com"
53
+ m365 teams channel member add --teamId 47d6625d-a540-4b59-a4ab-19b787e40593 --channelId 19:586a8b9e36c4479bbbd378e439a96df2@thread.skype --userId "85a50aa1-e5b8-48ac-b8ce-8e338033c366,john.doe@contoso.com"
48
54
  ```
49
55
 
50
56
  Add owners to a channel based on their display names
51
57
 
52
58
  ```sh
53
- m365 teams conversationmember add --teamName "Human Resources" --channelName "Private Channel" --userDisplayName "Anne Matthews,John Doe" --owner
59
+ m365 teams channel member add --teamName "Human Resources" --channelName "Private Channel" --userDisplayName "Anne Matthews,John Doe" --owner
54
60
  ```
@@ -0,0 +1,54 @@
1
+ # teams channel member list
2
+
3
+ Lists members of the specified Microsoft Teams team channel
4
+
5
+ ## Usage
6
+
7
+ ```sh
8
+ m365 teams channel member list [options]
9
+ ```
10
+
11
+ ## Alias
12
+
13
+ ```sh
14
+ m365 teams conversationmember list [options]
15
+ ```
16
+
17
+ ## Options
18
+
19
+ `-i, --teamId [teamId]`
20
+ : The Id of the Microsoft Teams team. Specify either `teamId` or `teamName` but not both
21
+
22
+ `--teamName [teamName]`
23
+ : The display name of the Microsoft Teams team. Specify either `teamId` or `teamName` but not both
24
+
25
+ `-c, --channelId [channelId]`
26
+ : The Id of the Microsoft Teams team channel. Specify either `channelId` or `channelName` but not both
27
+
28
+ `--channelName [channelName]`
29
+ : The display name of the Microsoft Teams team channel. Specify either `channelId` or `channelName` but not both
30
+
31
+ `-r, --role [role]`
32
+ : Filter the results to only users with the given role: owner, member, guest
33
+
34
+ --8<-- "docs/cmd/_global.md"
35
+
36
+ ## Examples
37
+
38
+ List the members of a specified Microsoft Teams team with id 00000000-0000-0000-0000-000000000000 and channel id 00:00000000000000000000000000000000@thread.skype
39
+
40
+ ```sh
41
+ m365 teams channel member list --teamId 00000000-0000-0000-0000-000000000000 --channelId 00:00000000000000000000000000000000@thread.skype
42
+ ```
43
+
44
+ List the members of a specified Microsoft Teams team with name _Team Name_ and channel with name _Channel Name_
45
+
46
+ ```sh
47
+ m365 teams channel member list --teamName "Team Name" --channelName "Channel Name"
48
+ ```
49
+
50
+ List all owners of the specified Microsoft Teams team with id 00000000-0000-0000-0000-000000000000 and channel id 00:00000000000000000000000000000000@thread.skype
51
+
52
+ ```sh
53
+ m365 teams channel member list --teamId 00000000-0000-0000-0000-000000000000 --channelId 00:00000000000000000000000000000000@thread.skype --role owner
54
+ ```
@@ -0,0 +1,51 @@
1
+ # teams channel member set
2
+
3
+ Updates the role of the specified member in the specified Microsoft Teams private team channel
4
+
5
+ ## Usage
6
+
7
+ ```sh
8
+ m365 teams channel member set [options]
9
+ ```
10
+
11
+ ## Options
12
+
13
+ `--teamId [teamId]`
14
+ : The Id of the Microsoft Teams team. Specify either `teamId` or `teamName` but not both
15
+
16
+ `--teamName [teamName]`
17
+ : The display name of the Microsoft Teams team. Specify either `teamId` or `teamName` but not both
18
+
19
+ `--channelId [channelId]`
20
+ : The Id of the Microsoft Teams team channel. Specify either `channelId` or `channelName` but not both
21
+
22
+ `--channelName [channelName]`
23
+ : The display name of the Microsoft Teams team channel. Specify either `channelId` or `channelName` but not both
24
+
25
+ `--userName [userName]`
26
+ : User's UPN (user principal name, e.g. johndoe@example.com). Specify either userName, userId or id but not multiple.
27
+
28
+ `--userId [userId]`
29
+ : User's Azure AD Id. Specify either userName, userId or id but not multiple.
30
+
31
+ `--id [id]`
32
+ : Channel member Id of a user. Specify either userName, userId or id but not multiple.
33
+
34
+ `-r, --role <role>`
35
+ : The role to be assigned to the user: owner, member.
36
+
37
+ --8<-- "docs/cmd/_global.md"
38
+
39
+ ## Examples
40
+
41
+ Updates the role of the user _johndoe@example.com_ to owner in the Microsoft Teams team with id 00000000-0000-0000-0000-000000000000 and channel id 00:00000000000000000000000000000000@thread.skype
42
+
43
+ ```sh
44
+ m365 teams channel member set --teamId 00000000-0000-0000-0000-000000000000 --channelId 00:00000000000000000000000000000000@thread.skype --userName "johndoe@example.com" --role owner
45
+ ```
46
+
47
+ Updates the role of the user with id 00000000-0000-0000-0000-000000000000 to member in the Microsoft Teams team with name _Team Name_ and channel with name _Channel Name_
48
+
49
+ ```sh
50
+ m365 teams channel member set --teamName "Team Name" --channelName "Channel Name" --userId 00000000-0000-0000-0000-000000000000 --role member
51
+ ```
@@ -36,4 +36,4 @@ Set new display name for the specified channel in the given Microsoft Teams team
36
36
 
37
37
  ```sh
38
38
  m365 teams channel set --teamId "00000000-0000-0000-0000-000000000000" --channelName Reviews --newChannelName Projects
39
- ```
39
+ ```