@pnp/cli-microsoft365 7.3.0 → 7.4.0-beta.4388d3c

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 (220) hide show
  1. package/.eslintrc.cjs +1 -0
  2. package/README.md +1 -1
  3. package/allCommands.json +1 -1
  4. package/allCommandsFull.json +1 -1
  5. package/dist/m365/app/commands/app-get.js +1 -1
  6. package/dist/m365/app/commands/permission/permission-list.js +1 -1
  7. package/dist/m365/{aad/commands.js → entra/aadCommands.js} +1 -1
  8. package/dist/m365/{aad → entra}/commands/administrativeunit/administrativeunit-add.js +12 -8
  9. package/dist/m365/{aad → entra}/commands/administrativeunit/administrativeunit-get.js +18 -14
  10. package/dist/m365/{aad → entra}/commands/administrativeunit/administrativeunit-list.js +6 -2
  11. package/dist/m365/{aad → entra}/commands/administrativeunit/administrativeunit-member-add.js +16 -12
  12. package/dist/m365/{aad → entra}/commands/administrativeunit/administrativeunit-member-get.js +16 -12
  13. package/dist/m365/{aad → entra}/commands/administrativeunit/administrativeunit-member-list.js +16 -12
  14. package/dist/m365/{aad → entra}/commands/administrativeunit/administrativeunit-remove.js +18 -14
  15. package/dist/m365/{aad → entra}/commands/app/app-add.js +25 -21
  16. package/dist/m365/{aad → entra}/commands/app/app-get.js +17 -13
  17. package/dist/m365/{aad → entra}/commands/app/app-list.js +7 -3
  18. package/dist/m365/{aad → entra}/commands/app/app-permission-add.js +16 -12
  19. package/dist/m365/{aad → entra}/commands/app/app-remove.js +17 -13
  20. package/dist/m365/{aad → entra}/commands/app/app-role-add.js +18 -14
  21. package/dist/m365/{aad → entra}/commands/app/app-role-list.js +15 -11
  22. package/dist/m365/{aad → entra}/commands/app/app-role-remove.js +17 -13
  23. package/dist/m365/{aad → entra}/commands/app/app-set.js +18 -14
  24. package/dist/m365/{aad → entra}/commands/approleassignment/approleassignment-add.js +17 -13
  25. package/dist/m365/{aad → entra}/commands/approleassignment/approleassignment-list.js +16 -12
  26. package/dist/m365/{aad → entra}/commands/approleassignment/approleassignment-remove.js +17 -13
  27. package/dist/m365/{aad → entra}/commands/group/group-get.js +17 -13
  28. package/dist/m365/{aad → entra}/commands/group/group-list.js +16 -12
  29. package/dist/m365/{aad → entra}/commands/group/group-remove.js +19 -15
  30. package/dist/m365/{aad → entra}/commands/group/group-user-list.js +17 -13
  31. package/dist/m365/{aad → entra}/commands/groupsetting/groupsetting-add.js +12 -8
  32. package/dist/m365/{aad → entra}/commands/groupsetting/groupsetting-get.js +12 -8
  33. package/dist/m365/{aad → entra}/commands/groupsetting/groupsetting-list.js +7 -3
  34. package/dist/m365/{aad → entra}/commands/groupsetting/groupsetting-remove.js +14 -10
  35. package/dist/m365/{aad → entra}/commands/groupsetting/groupsetting-set.js +12 -8
  36. package/dist/m365/{aad → entra}/commands/groupsettingtemplate/groupsettingtemplate-get.js +17 -13
  37. package/dist/m365/{aad → entra}/commands/groupsettingtemplate/groupsettingtemplate-list.js +7 -3
  38. package/dist/m365/{aad → entra}/commands/license/license-list.js +6 -2
  39. package/dist/m365/{aad → entra}/commands/m365group/m365group-add.js +19 -15
  40. package/dist/m365/{aad → entra}/commands/m365group/m365group-conversation-list.js +12 -8
  41. package/dist/m365/{aad → entra}/commands/m365group/m365group-conversation-post-list.js +16 -12
  42. package/dist/m365/{aad → entra}/commands/m365group/m365group-get.js +12 -8
  43. package/dist/m365/{aad → entra}/commands/m365group/m365group-list.js +12 -8
  44. package/dist/m365/{aad → entra}/commands/m365group/m365group-recyclebinitem-clear.js +12 -8
  45. package/dist/m365/{aad → entra}/commands/m365group/m365group-recyclebinitem-list.js +12 -8
  46. package/dist/m365/{aad → entra}/commands/m365group/m365group-recyclebinitem-remove.js +16 -12
  47. package/dist/m365/{aad → entra}/commands/m365group/m365group-recyclebinitem-restore.js +16 -12
  48. package/dist/m365/{aad → entra}/commands/m365group/m365group-remove.js +17 -13
  49. package/dist/m365/{aad → entra}/commands/m365group/m365group-renew.js +12 -8
  50. package/dist/m365/{aad → entra}/commands/m365group/m365group-report-activitycounts.js +4 -0
  51. package/dist/m365/{aad → entra}/commands/m365group/m365group-report-activitydetail.js +4 -0
  52. package/dist/m365/{aad → entra}/commands/m365group/m365group-report-activityfilecounts.js +4 -0
  53. package/dist/m365/{aad → entra}/commands/m365group/m365group-report-activitygroupcounts.js +4 -0
  54. package/dist/m365/{aad → entra}/commands/m365group/m365group-report-activitystorage.js +4 -0
  55. package/dist/m365/{aad → entra}/commands/m365group/m365group-set.js +19 -15
  56. package/dist/m365/{aad → entra}/commands/m365group/m365group-teamify.js +16 -12
  57. package/dist/m365/{aad → entra}/commands/m365group/m365group-user-add.js +14 -13
  58. package/dist/m365/entra/commands/m365group/m365group-user-list.js +154 -0
  59. package/dist/m365/{aad → entra}/commands/m365group/m365group-user-remove.js +14 -13
  60. package/dist/m365/{aad → entra}/commands/m365group/m365group-user-set.js +14 -13
  61. package/dist/m365/{aad → entra}/commands/oauth2grant/oauth2grant-add.js +12 -8
  62. package/dist/m365/{aad → entra}/commands/oauth2grant/oauth2grant-list.js +12 -8
  63. package/dist/m365/{aad → entra}/commands/oauth2grant/oauth2grant-remove.js +10 -6
  64. package/dist/m365/{aad → entra}/commands/oauth2grant/oauth2grant-set.js +10 -6
  65. package/dist/m365/{aad → entra}/commands/policy/policy-list.js +16 -12
  66. package/dist/m365/{aad → entra}/commands/siteclassification/siteclassification-disable.js +12 -8
  67. package/dist/m365/{aad → entra}/commands/siteclassification/siteclassification-enable.js +12 -8
  68. package/dist/m365/{aad → entra}/commands/siteclassification/siteclassification-get.js +6 -2
  69. package/dist/m365/{aad → entra}/commands/siteclassification/siteclassification-set.js +14 -10
  70. package/dist/m365/{aad → entra}/commands/sp/sp-add.js +17 -13
  71. package/dist/m365/{aad → entra}/commands/sp/sp-get.js +16 -12
  72. package/dist/m365/{aad → entra}/commands/sp/sp-list.js +12 -8
  73. package/dist/m365/{aad → entra}/commands/user/user-add.js +18 -14
  74. package/dist/m365/{aad → entra}/commands/user/user-get.js +16 -12
  75. package/dist/m365/{aad → entra}/commands/user/user-guest-add.js +12 -8
  76. package/dist/m365/{aad → entra}/commands/user/user-hibp.js +14 -10
  77. package/dist/m365/{aad → entra}/commands/user/user-license-add.js +16 -12
  78. package/dist/m365/{aad → entra}/commands/user/user-license-list.js +16 -12
  79. package/dist/m365/{aad → entra}/commands/user/user-license-remove.js +16 -12
  80. package/dist/m365/{aad → entra}/commands/user/user-list.js +12 -8
  81. package/dist/m365/{aad → entra}/commands/user/user-password-validate.js +10 -6
  82. package/dist/m365/{aad → entra}/commands/user/user-recyclebinitem-clear.js +12 -8
  83. package/dist/m365/{aad → entra}/commands/user/user-recyclebinitem-list.js +6 -2
  84. package/dist/m365/{aad → entra}/commands/user/user-recyclebinitem-remove.js +14 -10
  85. package/dist/m365/{aad → entra}/commands/user/user-recyclebinitem-restore.js +12 -8
  86. package/dist/m365/{aad → entra}/commands/user/user-remove.js +16 -12
  87. package/dist/m365/{aad → entra}/commands/user/user-set.js +18 -14
  88. package/dist/m365/{aad → entra}/commands/user/user-signin-list.js +15 -11
  89. package/dist/m365/entra/commands.js +85 -0
  90. package/dist/m365/pa/commands/app/app-get.js +26 -11
  91. package/dist/m365/pa/commands/app/app-remove.js +19 -2
  92. package/dist/m365/spo/commands/group/group-member-remove.js +1 -1
  93. package/dist/m365/spo/commands/group/group-set.js +1 -1
  94. package/dist/m365/spo/commands/site/site-set.js +1 -1
  95. package/dist/m365/teams/commands/app/app-install.js +1 -1
  96. package/dist/m365/teams/commands/meeting/meeting-attendancereport-list.js +1 -1
  97. package/docs/docs/cmd/adaptivecard/adaptivecard-send.mdx +1 -1
  98. package/docs/docs/cmd/{aad → entra}/administrativeunit/administrativeunit-add.mdx +10 -4
  99. package/docs/docs/cmd/{aad → entra}/administrativeunit/administrativeunit-get.mdx +9 -3
  100. package/docs/docs/cmd/{aad → entra}/administrativeunit/administrativeunit-list.mdx +9 -3
  101. package/docs/docs/cmd/{aad → entra}/administrativeunit/administrativeunit-member-add.mdx +13 -7
  102. package/docs/docs/cmd/{aad → entra}/administrativeunit/administrativeunit-member-get.mdx +9 -3
  103. package/docs/docs/cmd/{aad → entra}/administrativeunit/administrativeunit-member-list.mdx +16 -10
  104. package/docs/docs/cmd/{aad → entra}/administrativeunit/administrativeunit-remove.mdx +9 -3
  105. package/docs/docs/cmd/{aad → entra}/app/app-add.mdx +44 -38
  106. package/docs/docs/cmd/{aad → entra}/app/app-get.mdx +23 -17
  107. package/docs/docs/cmd/{aad → entra}/app/app-list.mdx +11 -5
  108. package/docs/docs/cmd/entra/app/app-permission-add.mdx +68 -0
  109. package/docs/docs/cmd/entra/app/app-remove.mdx +65 -0
  110. package/docs/docs/cmd/entra/app/app-role-add.mdx +74 -0
  111. package/docs/docs/cmd/{aad → entra}/app/app-role-list.mdx +20 -14
  112. package/docs/docs/cmd/entra/app/app-role-remove.mdx +84 -0
  113. package/docs/docs/cmd/entra/app/app-set.mdx +103 -0
  114. package/docs/docs/cmd/{aad → entra}/approleassignment/approleassignment-add.mdx +14 -8
  115. package/docs/docs/cmd/{aad → entra}/approleassignment/approleassignment-list.mdx +12 -6
  116. package/docs/docs/cmd/{aad → entra}/approleassignment/approleassignment-remove.mdx +13 -7
  117. package/docs/docs/cmd/{aad → entra}/group/group-get.mdx +15 -9
  118. package/docs/docs/cmd/{aad → entra}/group/group-list.mdx +13 -7
  119. package/docs/docs/cmd/entra/group/group-remove.mdx +50 -0
  120. package/docs/docs/cmd/{aad → entra}/group/group-user-list.mdx +17 -11
  121. package/docs/docs/cmd/{aad → entra}/groupsetting/groupsetting-add.mdx +11 -5
  122. package/docs/docs/cmd/{aad → entra}/groupsetting/groupsetting-get.mdx +9 -3
  123. package/docs/docs/cmd/{aad → entra}/groupsetting/groupsetting-list.mdx +10 -4
  124. package/docs/docs/cmd/{aad → entra}/groupsetting/groupsetting-remove.mdx +9 -3
  125. package/docs/docs/cmd/{aad → entra}/groupsetting/groupsetting-set.mdx +10 -4
  126. package/docs/docs/cmd/{aad → entra}/groupsettingtemplate/groupsettingtemplate-get.mdx +11 -5
  127. package/docs/docs/cmd/{aad → entra}/groupsettingtemplate/groupsettingtemplate-list.mdx +10 -4
  128. package/docs/docs/cmd/{aad → entra}/license/license-list.mdx +9 -3
  129. package/docs/docs/cmd/{aad → entra}/m365group/m365group-add.mdx +17 -11
  130. package/docs/docs/cmd/{aad → entra}/m365group/m365group-conversation-list.mdx +9 -3
  131. package/docs/docs/cmd/{aad → entra}/m365group/m365group-conversation-post-list.mdx +10 -4
  132. package/docs/docs/cmd/{aad → entra}/m365group/m365group-get.mdx +10 -4
  133. package/docs/docs/cmd/{aad → entra}/m365group/m365group-list.mdx +13 -7
  134. package/docs/docs/cmd/{aad → entra}/m365group/m365group-recyclebinitem-clear.mdx +9 -3
  135. package/docs/docs/cmd/{aad → entra}/m365group/m365group-recyclebinitem-list.mdx +12 -6
  136. package/docs/docs/cmd/{aad → entra}/m365group/m365group-recyclebinitem-remove.mdx +10 -4
  137. package/docs/docs/cmd/{aad → entra}/m365group/m365group-recyclebinitem-restore.mdx +10 -4
  138. package/docs/docs/cmd/{aad → entra}/m365group/m365group-remove.mdx +10 -4
  139. package/docs/docs/cmd/{aad → entra}/m365group/m365group-renew.mdx +8 -2
  140. package/docs/docs/cmd/{aad → entra}/m365group/m365group-report-activitycounts.mdx +10 -4
  141. package/docs/docs/cmd/{aad → entra}/m365group/m365group-report-activitydetail.mdx +11 -5
  142. package/docs/docs/cmd/{aad → entra}/m365group/m365group-report-activityfilecounts.mdx +10 -4
  143. package/docs/docs/cmd/{aad → entra}/m365group/m365group-report-activitygroupcounts.mdx +10 -4
  144. package/docs/docs/cmd/{aad → entra}/m365group/m365group-report-activitystorage.mdx +10 -4
  145. package/docs/docs/cmd/{aad → entra}/m365group/m365group-set.mdx +12 -6
  146. package/docs/docs/cmd/{aad → entra}/m365group/m365group-teamify.mdx +9 -3
  147. package/docs/docs/cmd/{aad → entra}/m365group/m365group-user-add.mdx +9 -3
  148. package/docs/docs/cmd/entra/m365group/m365group-user-list.mdx +131 -0
  149. package/docs/docs/cmd/{aad → entra}/m365group/m365group-user-remove.mdx +9 -5
  150. package/docs/docs/cmd/{aad → entra}/m365group/m365group-user-set.mdx +10 -6
  151. package/docs/docs/cmd/{aad → entra}/oauth2grant/oauth2grant-add.mdx +15 -9
  152. package/docs/docs/cmd/{aad → entra}/oauth2grant/oauth2grant-list.mdx +11 -5
  153. package/docs/docs/cmd/{aad → entra}/oauth2grant/oauth2grant-remove.mdx +13 -7
  154. package/docs/docs/cmd/{aad → entra}/oauth2grant/oauth2grant-set.mdx +12 -6
  155. package/docs/docs/cmd/{aad → entra}/policy/policy-list.mdx +14 -8
  156. package/docs/docs/cmd/{aad → entra}/siteclassification/siteclassification-disable.mdx +9 -3
  157. package/docs/docs/cmd/{aad → entra}/siteclassification/siteclassification-enable.mdx +10 -4
  158. package/docs/docs/cmd/{aad → entra}/siteclassification/siteclassification-get.mdx +9 -3
  159. package/docs/docs/cmd/{aad → entra}/siteclassification/siteclassification-set.mdx +11 -5
  160. package/docs/docs/cmd/{aad → entra}/sp/sp-add.mdx +25 -19
  161. package/docs/docs/cmd/{aad → entra}/sp/sp-get.mdx +12 -6
  162. package/docs/docs/cmd/{aad → entra}/sp/sp-list.mdx +10 -4
  163. package/docs/docs/cmd/{aad → entra}/user/user-add.mdx +12 -6
  164. package/docs/docs/cmd/{aad → entra}/user/user-get.mdx +16 -10
  165. package/docs/docs/cmd/{aad → entra}/user/user-guest-add.mdx +11 -5
  166. package/docs/docs/cmd/{aad → entra}/user/user-hibp.mdx +10 -4
  167. package/docs/docs/cmd/{aad → entra}/user/user-license-add.mdx +10 -4
  168. package/docs/docs/cmd/{aad → entra}/user/user-license-list.mdx +11 -5
  169. package/docs/docs/cmd/{aad → entra}/user/user-license-remove.mdx +9 -3
  170. package/docs/docs/cmd/{aad → entra}/user/user-list.mdx +12 -6
  171. package/docs/docs/cmd/{aad → entra}/user/user-password-validate.mdx +9 -3
  172. package/docs/docs/cmd/{aad → entra}/user/user-recyclebinitem-clear.mdx +9 -3
  173. package/docs/docs/cmd/{aad → entra}/user/user-recyclebinitem-list.mdx +9 -3
  174. package/docs/docs/cmd/{aad → entra}/user/user-recyclebinitem-remove.mdx +9 -3
  175. package/docs/docs/cmd/{aad → entra}/user/user-recyclebinitem-restore.mdx +8 -2
  176. package/docs/docs/cmd/{aad → entra}/user/user-remove.mdx +9 -3
  177. package/docs/docs/cmd/{aad → entra}/user/user-set.mdx +15 -9
  178. package/docs/docs/cmd/{aad → entra}/user/user-signin-list.mdx +19 -13
  179. package/docs/docs/cmd/graph/schemaextension/schemaextension-add.mdx +1 -1
  180. package/docs/docs/cmd/graph/schemaextension/schemaextension-set.mdx +1 -1
  181. package/docs/docs/cmd/pa/app/app-get.mdx +15 -0
  182. package/docs/docs/cmd/pa/app/app-remove.mdx +14 -0
  183. package/docs/docs/cmd/planner/plan/plan-add.mdx +1 -1
  184. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-add.mdx +1 -1
  185. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-set.mdx +1 -1
  186. package/docs/docs/cmd/spo/commandset/commandset-add.mdx +1 -1
  187. package/docs/docs/cmd/spo/commandset/commandset-set.mdx +1 -1
  188. package/docs/docs/cmd/spo/contenttype/contenttype-set.mdx +1 -1
  189. package/docs/docs/cmd/spo/customaction/customaction-add.mdx +1 -1
  190. package/docs/docs/cmd/spo/customaction/customaction-set.mdx +1 -1
  191. package/docs/docs/cmd/spo/field/field-set.mdx +1 -1
  192. package/docs/docs/cmd/spo/list/list-view-set.mdx +1 -1
  193. package/docs/docs/cmd/spo/listitem/listitem-add.mdx +1 -1
  194. package/docs/docs/cmd/spo/listitem/listitem-batch-add.mdx +1 -1
  195. package/docs/docs/cmd/spo/listitem/listitem-set.mdx +1 -1
  196. package/docs/docs/cmd/spo/page/page-clientsidewebpart-add.mdx +1 -1
  197. package/docs/docs/cmd/spo/page/page-control-set.mdx +1 -1
  198. package/docs/docs/cmd/spo/page/page-set.mdx +2 -2
  199. package/docs/docs/cmd/spo/site/site-add.mdx +1 -1
  200. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-add.mdx +1 -1
  201. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-set.mdx +1 -1
  202. package/docs/docs/cmd/spo/tenant/tenant-commandset-add.mdx +1 -1
  203. package/docs/docs/cmd/spo/tenant/tenant-commandset-set.mdx +1 -1
  204. package/docs/docs/cmd/spo/term/term-add.mdx +1 -1
  205. package/docs/docs/cmd/spo/term/term-group-add.mdx +1 -1
  206. package/docs/docs/cmd/spo/term/term-set-add.mdx +1 -1
  207. package/docs/docs/cmd/teams/team/team-add.mdx +1 -1
  208. package/npm-shrinkwrap.json +6 -14
  209. package/package.json +3 -3
  210. package/dist/m365/aad/commands/m365group/m365group-user-list.js +0 -94
  211. package/docs/docs/cmd/aad/app/app-permission-add.mdx +0 -62
  212. package/docs/docs/cmd/aad/app/app-remove.mdx +0 -59
  213. package/docs/docs/cmd/aad/app/app-role-add.mdx +0 -68
  214. package/docs/docs/cmd/aad/app/app-role-remove.mdx +0 -78
  215. package/docs/docs/cmd/aad/app/app-set.mdx +0 -97
  216. package/docs/docs/cmd/aad/group/group-remove.mdx +0 -44
  217. package/docs/docs/cmd/aad/m365group/m365group-user-list.mdx +0 -99
  218. /package/dist/m365/{aad → entra}/commands/approleassignment/ServicePrincipal.js +0 -0
  219. /package/dist/m365/{aad → entra}/commands/m365group/GroupExtended.js +0 -0
  220. /package/dist/m365/{aad → entra}/commands/siteclassification/SiteClassificationSettings.js +0 -0
@@ -2,12 +2,18 @@ import Global from '/docs/cmd/_global.mdx';
2
2
  import Tabs from '@theme/Tabs';
3
3
  import TabItem from '@theme/TabItem';
4
4
 
5
- # aad groupsetting get
5
+ # entra groupsetting get
6
6
 
7
7
  Gets information about the particular group setting
8
8
 
9
9
  ## Usage
10
10
 
11
+ ```sh
12
+ m365 entra groupsetting get [options]
13
+ ```
14
+
15
+ ## Alias
16
+
11
17
  ```sh
12
18
  m365 aad groupsetting get [options]
13
19
  ```
@@ -26,7 +32,7 @@ m365 aad groupsetting get [options]
26
32
  Get information about the group setting with id _1caf7dcd-7e83-4c3a-94f7-932a1299c844_
27
33
 
28
34
  ```sh
29
- m365 aad groupsetting get --id 1caf7dcd-7e83-4c3a-94f7-932a1299c844
35
+ m365 entra groupsetting get --id 1caf7dcd-7e83-4c3a-94f7-932a1299c844
30
36
  ```
31
37
 
32
38
  ## Response
@@ -126,7 +132,7 @@ m365 aad groupsetting get --id 1caf7dcd-7e83-4c3a-94f7-932a1299c844
126
132
  <TabItem value="Markdown">
127
133
 
128
134
  ```md
129
- # aad groupsetting get --id "14b492fc-5cbe-456c-b083-ee62638c627c"
135
+ # entra groupsetting get --id "14b492fc-5cbe-456c-b083-ee62638c627c"
130
136
 
131
137
  Date: 2023-06-01
132
138
 
@@ -2,12 +2,18 @@ import Global from '/docs/cmd/_global.mdx';
2
2
  import Tabs from '@theme/Tabs';
3
3
  import TabItem from '@theme/TabItem';
4
4
 
5
- # aad groupsetting list
5
+ # entra groupsetting list
6
6
 
7
- Lists Azure AD group settings
7
+ Lists Entra group settings
8
8
 
9
9
  ## Usage
10
10
 
11
+ ```sh
12
+ m365 entra groupsetting list [options]
13
+ ```
14
+
15
+ ## Alias
16
+
11
17
  ```sh
12
18
  m365 aad groupsetting list [options]
13
19
  ```
@@ -21,7 +27,7 @@ m365 aad groupsetting list [options]
21
27
  List all group settings in the tenant
22
28
 
23
29
  ```sh
24
- m365 aad groupsetting list
30
+ m365 entra groupsetting list
25
31
  ```
26
32
 
27
33
  ## Response
@@ -121,7 +127,7 @@ m365 aad groupsetting list
121
127
  <TabItem value="Markdown">
122
128
 
123
129
  ```md
124
- # aad groupsetting list
130
+ # entra groupsetting list
125
131
 
126
132
  Date: 2023-06-01
127
133
 
@@ -1,11 +1,17 @@
1
1
  import Global from '/docs/cmd/_global.mdx';
2
2
 
3
- # aad groupsetting remove
3
+ # entra groupsetting remove
4
4
 
5
5
  Removes the particular group setting
6
6
 
7
7
  ## Usage
8
8
 
9
+ ```sh
10
+ m365 entra groupsetting remove [options]
11
+ ```
12
+
13
+ ## Alias
14
+
9
15
  ```sh
10
16
  m365 aad groupsetting remove [options]
11
17
  ```
@@ -31,13 +37,13 @@ If the specified _id_ doesn't refer to an existing group setting, you will get a
31
37
  Remove group setting with id _28beab62-7540-4db1-a23f-29a6018a3848_. Will prompt for confirmation before removing the group setting
32
38
 
33
39
  ```sh
34
- m365 aad groupsetting remove --id 28beab62-7540-4db1-a23f-29a6018a3848
40
+ m365 entra groupsetting remove --id 28beab62-7540-4db1-a23f-29a6018a3848
35
41
  ```
36
42
 
37
43
  Remove group setting with id _28beab62-7540-4db1-a23f-29a6018a3848_ without prompting for confirmation
38
44
 
39
45
  ```sh
40
- m365 aad groupsetting remove --id 28beab62-7540-4db1-a23f-29a6018a3848 --force
46
+ m365 entra groupsetting remove --id 28beab62-7540-4db1-a23f-29a6018a3848 --force
41
47
  ```
42
48
 
43
49
  ## Response
@@ -1,11 +1,17 @@
1
1
  import Global from '/docs/cmd/_global.mdx';
2
2
 
3
- # aad groupsetting set
3
+ # entra groupsetting set
4
4
 
5
5
  Updates the particular group setting
6
6
 
7
7
  ## Usage
8
8
 
9
+ ```sh
10
+ m365 entra groupsetting set [options]
11
+ ```
12
+
13
+ ## Alias
14
+
9
15
  ```sh
10
16
  m365 aad groupsetting set [options]
11
17
  ```
@@ -21,11 +27,11 @@ m365 aad groupsetting set [options]
21
27
 
22
28
  ## Remarks
23
29
 
24
- To update a group setting, you have to specify the ID of the group setting. You can retrieve the ID of the group setting using the [aad groupsetting list](./groupsetting-list.mdx) command.
30
+ To update a group setting, you have to specify the ID of the group setting. You can retrieve the ID of the group setting using the [entra groupsetting list](./groupsetting-list.mdx) command.
25
31
 
26
32
  To update values for the different properties specified in the group setting, include additional options that match the property in the group setting. For example `--ClassificationList 'HBI, MBI, LBI, GDPR'` will set the list of classifications to use on modern SharePoint sites.
27
33
 
28
- If you don't specify a value for the particular property, it will remain unchanged. To find out which properties are available for the particular group setting, use the [aad groupsetting get](./groupsetting-get.mdx) command.
34
+ If you don't specify a value for the particular property, it will remain unchanged. To find out which properties are available for the particular group setting, use the [entra groupsetting get](./groupsetting-get.mdx) command.
29
35
 
30
36
  If the specified id doesn't reference a valid group setting, you will get a _Resource 'xyz' does not exist or one of its queried reference-property objects are not present._ error.
31
37
 
@@ -34,7 +40,7 @@ If the specified id doesn't reference a valid group setting, you will get a _Res
34
40
  Configure classification for modern SharePoint sites
35
41
 
36
42
  ```sh
37
- m365 aad groupsetting set --id c391b57d-5783-4c53-9236-cefb5c6ef323 --UsageGuidelinesUrl https://contoso.sharepoint.com/sites/compliance --ClassificationList 'HBI, MBI, LBI, GDPR' --DefaultClassification MBI
43
+ m365 entra groupsetting set --id c391b57d-5783-4c53-9236-cefb5c6ef323 --UsageGuidelinesUrl https://contoso.sharepoint.com/sites/compliance --ClassificationList 'HBI, MBI, LBI, GDPR' --DefaultClassification MBI
38
44
  ```
39
45
 
40
46
  ## Response
@@ -2,12 +2,18 @@ import Global from '/docs/cmd/_global.mdx';
2
2
  import Tabs from '@theme/Tabs';
3
3
  import TabItem from '@theme/TabItem';
4
4
 
5
- # aad groupsettingtemplate get
5
+ # entra groupsettingtemplate get
6
6
 
7
- Gets information about the specified Azure AD group settings template
7
+ Gets information about the specified Entra group settings template
8
8
 
9
9
  ## Usage
10
10
 
11
+ ```sh
12
+ m365 entra groupsettingtemplate get [options]
13
+ ```
14
+
15
+ ## Alias
16
+
11
17
  ```sh
12
18
  m365 aad groupsettingtemplate get [options]
13
19
  ```
@@ -29,13 +35,13 @@ m365 aad groupsettingtemplate get [options]
29
35
  Get information about the group setting template with id _62375ab9-6b52-47ed-826b-58e47e0e304b_
30
36
 
31
37
  ```sh
32
- m365 aad groupsettingtemplate get --id 62375ab9-6b52-47ed-826b-58e47e0e304b
38
+ m365 entra groupsettingtemplate get --id 62375ab9-6b52-47ed-826b-58e47e0e304b
33
39
  ```
34
40
 
35
41
  Get information about the group setting template with display name _Group.Unified_
36
42
 
37
43
  ```sh
38
- m365 aad groupsettingtemplate get --displayName Group.Unified
44
+ m365 entra groupsettingtemplate get --displayName Group.Unified
39
45
  ```
40
46
 
41
47
  ## Response
@@ -83,7 +89,7 @@ m365 aad groupsettingtemplate get --displayName Group.Unified
83
89
  <TabItem value="Markdown">
84
90
 
85
91
  ```md
86
- # aad groupsettingtemplate get --id "08d542b9-071f-4e16-94b0-74abb372e3d9"
92
+ # entra groupsettingtemplate get --id "08d542b9-071f-4e16-94b0-74abb372e3d9"
87
93
 
88
94
  Date: 2023-06-01
89
95
 
@@ -2,12 +2,18 @@ import Global from '/docs/cmd/_global.mdx';
2
2
  import Tabs from '@theme/Tabs';
3
3
  import TabItem from '@theme/TabItem';
4
4
 
5
- # aad groupsettingtemplate list
5
+ # entra groupsettingtemplate list
6
6
 
7
- Lists Azure AD group settings templates
7
+ Lists Entra group settings templates
8
8
 
9
9
  ## Usage
10
10
 
11
+ ```sh
12
+ m365 entra groupsettingtemplate list [options]
13
+ ```
14
+
15
+ ## Alias
16
+
11
17
  ```sh
12
18
  m365 aad groupsettingtemplate list [options]
13
19
  ```
@@ -21,7 +27,7 @@ m365 aad groupsettingtemplate list [options]
21
27
  List all group setting templates in the tenant
22
28
 
23
29
  ```sh
24
- m365 aad groupsettingtemplate list
30
+ m365 entra groupsettingtemplate list
25
31
  ```
26
32
 
27
33
  ## Response
@@ -69,7 +75,7 @@ m365 aad groupsettingtemplate list
69
75
  <TabItem value="Markdown">
70
76
 
71
77
  ```md
72
- # aad groupsettingtemplate list
78
+ # entra groupsettingtemplate list
73
79
 
74
80
  Date: 2023-06-01
75
81
 
@@ -2,12 +2,18 @@ import Global from '/docs/cmd/_global.mdx';
2
2
  import Tabs from '@theme/Tabs';
3
3
  import TabItem from '@theme/TabItem';
4
4
 
5
- # aad license list
5
+ # entra license list
6
6
 
7
7
  Lists commercial subscriptions that an organization has acquired
8
8
 
9
9
  ## Usage
10
10
 
11
+ ```sh
12
+ m365 entra license list [options]
13
+ ```
14
+
15
+ ## Alias
16
+
11
17
  ```sh
12
18
  m365 aad license list [options]
13
19
  ```
@@ -21,7 +27,7 @@ m365 aad license list [options]
21
27
  List all licenses within the tenant.
22
28
 
23
29
  ```sh
24
- m365 aad license list
30
+ m365 entra license list
25
31
  ```
26
32
 
27
33
  ## Response
@@ -82,7 +88,7 @@ m365 aad license list
82
88
  <TabItem value="Markdown">
83
89
 
84
90
  ```md
85
- # aad license list
91
+ # entra license list
86
92
 
87
93
  Date: 14/2/2023
88
94
 
@@ -2,12 +2,18 @@ import Global from '/docs/cmd/_global.mdx';
2
2
  import Tabs from '@theme/Tabs';
3
3
  import TabItem from '@theme/TabItem';
4
4
 
5
- # aad m365group add
5
+ # entra m365group add
6
6
 
7
7
  Creates a Microsoft 365 Group
8
8
 
9
9
  ## Usage
10
10
 
11
+ ```sh
12
+ m365 entra m365group add [options]
13
+ ```
14
+
15
+ ## Alias
16
+
11
17
  ```sh
12
18
  m365 aad m365group add [options]
13
19
  ```
@@ -71,55 +77,55 @@ HiddenMembership | Owner permission is needed to join the group. Guest users can
71
77
  Create a public Microsoft 365 Group
72
78
 
73
79
  ```sh
74
- m365 aad m365group add --displayName Finance --description "This is the Contoso Finance Group. Please come here and check out the latest news, posts, files, and more." --mailNickname finance
80
+ m365 entra m365group add --displayName Finance --description "This is the Contoso Finance Group. Please come here and check out the latest news, posts, files, and more." --mailNickname finance
75
81
  ```
76
82
 
77
83
  Create a private Microsoft 365 Group
78
84
 
79
85
  ```sh
80
- m365 aad m365group add --displayName Finance --description "This is the Contoso Finance Group. Please come here and check out the latest news, posts, files, and more." --mailNickname finance --visibility Private
86
+ m365 entra m365group add --displayName Finance --description "This is the Contoso Finance Group. Please come here and check out the latest news, posts, files, and more." --mailNickname finance --visibility Private
81
87
  ```
82
88
 
83
89
  Create a public Microsoft 365 Group and set specified users as its owners
84
90
 
85
91
  ```sh
86
- m365 aad m365group add --displayName Finance --description "This is the Contoso Finance Group. Please come here and check out the latest news, posts, files, and more." --mailNickname finance --owners "DebraB@contoso.onmicrosoft.com,DiegoS@contoso.onmicrosoft.com"
92
+ m365 entra m365group add --displayName Finance --description "This is the Contoso Finance Group. Please come here and check out the latest news, posts, files, and more." --mailNickname finance --owners "DebraB@contoso.onmicrosoft.com,DiegoS@contoso.onmicrosoft.com"
87
93
  ```
88
94
 
89
95
  Create a public Microsoft 365 Group and set specified users as its members
90
96
 
91
97
  ```sh
92
- m365 aad m365group add --displayName Finance --description "This is the Contoso Finance Group. Please come here and check out the latest news, posts, files, and more." --mailNickname finance --members "DebraB@contoso.onmicrosoft.com,DiegoS@contoso.onmicrosoft.com"
98
+ m365 entra m365group add --displayName Finance --description "This is the Contoso Finance Group. Please come here and check out the latest news, posts, files, and more." --mailNickname finance --members "DebraB@contoso.onmicrosoft.com,DiegoS@contoso.onmicrosoft.com"
93
99
  ```
94
100
 
95
101
  Create a public Microsoft 365 Group and allow only group members to be able to post conversations to the group.
96
102
 
97
103
  ```sh
98
- m365 aad m365group add --displayName Finance --description "This is the Contoso Finance Group. Please come here and check out the latest news, posts, files, and more." --mailNickname finance --allowMembersToPost
104
+ m365 entra m365group add --displayName Finance --description "This is the Contoso Finance Group. Please come here and check out the latest news, posts, files, and more." --mailNickname finance --allowMembersToPost
99
105
  ```
100
106
 
101
107
  Create a public Microsoft 365 Group and hide it from the Outlook experiences (web and client).
102
108
 
103
109
  ```sh
104
- m365 aad m365group add --displayName Finance --description "This is the Contoso Finance Group. Please come here and check out the latest news, posts, files, and more." --mailNickname finance --hideGroupInOutlook
110
+ m365 entra m365group add --displayName Finance --description "This is the Contoso Finance Group. Please come here and check out the latest news, posts, files, and more." --mailNickname finance --hideGroupInOutlook
105
111
  ```
106
112
 
107
113
  Create a public Microsoft 365 Group and subscribe all new group members to receive group conversation emails when new messages are posted in the group.
108
114
 
109
115
  ```sh
110
- m365 aad m365group add --displayName Finance --description "This is the Contoso Finance Group. Please come here and check out the latest news, posts, files, and more." --mailNickname finance --subscribeNewGroupMembers
116
+ m365 entra m365group add --displayName Finance --description "This is the Contoso Finance Group. Please come here and check out the latest news, posts, files, and more." --mailNickname finance --subscribeNewGroupMembers
111
117
  ```
112
118
 
113
119
  Create a public Microsoft 365 Group and set to not send welcome emails to new group members.
114
120
 
115
121
  ```sh
116
- m365 aad m365group add --displayName Finance --description "This is the Contoso Finance Group. Please come here and check out the latest news, posts, files, and more." --mailNickname finance --welcomeEmailDisabled
122
+ m365 entra m365group add --displayName Finance --description "This is the Contoso Finance Group. Please come here and check out the latest news, posts, files, and more." --mailNickname finance --welcomeEmailDisabled
117
123
  ```
118
124
 
119
125
  Create a public Microsoft 365 Group and set its logo
120
126
 
121
127
  ```sh
122
- m365 aad m365group add --displayName Finance --description "This is the Contoso Finance Group. Please come here and check out the latest news, posts, files, and more." --mailNickname finance --logoPath images/logo.png
128
+ m365 entra m365group add --displayName Finance --description "This is the Contoso Finance Group. Please come here and check out the latest news, posts, files, and more." --mailNickname finance --logoPath images/logo.png
123
129
  ```
124
130
 
125
131
  ## Response
@@ -218,7 +224,7 @@ m365 aad m365group add --displayName Finance --description "This is the Contoso
218
224
  <TabItem value="Markdown">
219
225
 
220
226
  ```md
221
- # aad m365group add --displayName "Finance" --description "This is the Contoso Finance Group. Please come here and check out the latest news, posts, files, and more." --mailNickname "finance"
227
+ # entra m365group add --displayName "Finance" --description "This is the Contoso Finance Group. Please come here and check out the latest news, posts, files, and more." --mailNickname "finance"
222
228
 
223
229
  Date: 2023-06-01
224
230
 
@@ -2,12 +2,18 @@ import Global from '/docs/cmd/_global.mdx';
2
2
  import Tabs from '@theme/Tabs';
3
3
  import TabItem from '@theme/TabItem';
4
4
 
5
- # aad m365group conversation list
5
+ # entra m365group conversation list
6
6
 
7
7
  Lists conversations for the specified Microsoft 365 group
8
8
 
9
9
  ## Usage
10
10
 
11
+ ```sh
12
+ m365 entra m365group conversation list [options]
13
+ ```
14
+
15
+ ## Alias
16
+
11
17
  ```sh
12
18
  m365 aad m365group conversation list [options]
13
19
  ```
@@ -26,7 +32,7 @@ m365 aad m365group conversation list [options]
26
32
  Lists conversations for the specified Microsoft 365 group
27
33
 
28
34
  ```sh
29
- m365 aad m365group conversation list --groupId '00000000-0000-0000-0000-000000000000'
35
+ m365 entra m365group conversation list --groupId '00000000-0000-0000-0000-000000000000'
30
36
  ```
31
37
 
32
38
  ## Response
@@ -77,7 +83,7 @@ m365 aad m365group conversation list --groupId '00000000-0000-0000-0000-00000000
77
83
  <TabItem value="Markdown">
78
84
 
79
85
  ```md
80
- # aad m365group conversation list --groupId "1cdce329-46a9-4fd3-8826-fe6587d25a8c"
86
+ # entra m365group conversation list --groupId "1cdce329-46a9-4fd3-8826-fe6587d25a8c"
81
87
 
82
88
  Date: 2023-06-01
83
89
 
@@ -2,12 +2,18 @@ import Global from '/docs/cmd/_global.mdx';
2
2
  import Tabs from '@theme/Tabs';
3
3
  import TabItem from '@theme/TabItem';
4
4
 
5
- # aad m365group conversation post list
5
+ # entra m365group conversation post list
6
6
 
7
7
  Lists conversation posts of a Microsoft 365 group
8
8
 
9
9
  ## Usage
10
10
 
11
+ ```sh
12
+ m365 entra m365group conversation post list [options]
13
+ ```
14
+
15
+ ## Alias
16
+
11
17
  ```sh
12
18
  m365 aad m365group conversation post list [options]
13
19
  ```
@@ -32,13 +38,13 @@ m365 aad m365group conversation post list [options]
32
38
  Lists the posts of the specific conversation of Microsoft 365 group by groupId
33
39
 
34
40
  ```sh
35
- m365 aad m365group conversation post list --groupId '00000000-0000-0000-0000-000000000000' --threadId 'AAQkADkwN2Q2NDg1LWQ3ZGYtNDViZi1iNGRiLTVhYjJmN2Q5NDkxZQAQAOnRAfDf71lIvrdK85FAn5E='
41
+ m365 entra m365group conversation post list --groupId '00000000-0000-0000-0000-000000000000' --threadId 'AAQkADkwN2Q2NDg1LWQ3ZGYtNDViZi1iNGRiLTVhYjJmN2Q5NDkxZQAQAOnRAfDf71lIvrdK85FAn5E='
36
42
  ```
37
43
 
38
44
  Lists the posts of the specific conversation of Microsoft 365 group by groupDisplayName
39
45
 
40
46
  ```sh
41
- m365 aad m365group conversation post list --groupDisplayName 'MyGroup' --threadId 'AAQkADkwN2Q2NDg1LWQ3ZGYtNDViZi1iNGRiLTVhYjJmN2Q5NDkxZQAQAOnRAfDf71lIvrdK85FAn5E='
47
+ m365 entra m365group conversation post list --groupDisplayName 'MyGroup' --threadId 'AAQkADkwN2Q2NDg1LWQ3ZGYtNDViZi1iNGRiLTVhYjJmN2Q5NDkxZQAQAOnRAfDf71lIvrdK85FAn5E='
42
48
  ```
43
49
 
44
50
  ## Response
@@ -97,7 +103,7 @@ m365 aad m365group conversation post list --groupDisplayName 'MyGroup' --threadI
97
103
  <TabItem value="Markdown">
98
104
 
99
105
  ```md
100
- # aad m365group conversation post list --groupId "1cdce329-46a9-4fd3-8826-fe6587d25a8c" --threadId "AAQkADEzYjY5N2FmLTVmZDYtNDgyYi1iZjBlLTgyNDU5ZTYyNGFkZQAQAGhnITi5DTNEgxisPwMQu74="
106
+ # entra m365group conversation post list --groupId "1cdce329-46a9-4fd3-8826-fe6587d25a8c" --threadId "AAQkADEzYjY5N2FmLTVmZDYtNDgyYi1iZjBlLTgyNDU5ZTYyNGFkZQAQAGhnITi5DTNEgxisPwMQu74="
101
107
 
102
108
  Date: 2023-06-02
103
109
 
@@ -2,12 +2,18 @@ import Global from '/docs/cmd/_global.mdx';
2
2
  import Tabs from '@theme/Tabs';
3
3
  import TabItem from '@theme/TabItem';
4
4
 
5
- # aad m365group get
5
+ # entra m365group get
6
6
 
7
7
  Gets information about the specified Microsoft 365 Group or Microsoft Teams team
8
8
 
9
9
  ## Usage
10
10
 
11
+ ```sh
12
+ m365 entra m365group get [options]
13
+ ```
14
+
15
+ ## Alias
16
+
11
17
  ```sh
12
18
  m365 aad m365group get [options]
13
19
  ```
@@ -29,13 +35,13 @@ m365 aad m365group get [options]
29
35
  Get information about the Microsoft 365 Group with id _1caf7dcd-7e83-4c3a-94f7-932a1299c844_
30
36
 
31
37
  ```sh
32
- m365 aad m365group get --id 1caf7dcd-7e83-4c3a-94f7-932a1299c844
38
+ m365 entra m365group get --id 1caf7dcd-7e83-4c3a-94f7-932a1299c844
33
39
  ```
34
40
 
35
41
  Get information about the Microsoft 365 Group with id _1caf7dcd-7e83-4c3a-94f7-932a1299c844_ and also retrieve the URL of the corresponding SharePoint site
36
42
 
37
43
  ```sh
38
- m365 aad m365group get --id 1caf7dcd-7e83-4c3a-94f7-932a1299c844 --includeSiteUrl
44
+ m365 entra m365group get --id 1caf7dcd-7e83-4c3a-94f7-932a1299c844 --includeSiteUrl
39
45
  ```
40
46
 
41
47
  ## Response
@@ -134,7 +140,7 @@ m365 aad m365group get --id 1caf7dcd-7e83-4c3a-94f7-932a1299c844 --includeSiteUr
134
140
  <TabItem value="Markdown">
135
141
 
136
142
  ```md
137
- # aad m365group get --id "ff99b38f-0a4b-4fbb-a034-b86988061e6d"
143
+ # entra m365group get --id "ff99b38f-0a4b-4fbb-a034-b86988061e6d"
138
144
 
139
145
  Date: 2023-06-01
140
146
 
@@ -2,12 +2,18 @@ import Global from '/docs/cmd/_global.mdx';
2
2
  import Tabs from '@theme/Tabs';
3
3
  import TabItem from '@theme/TabItem';
4
4
 
5
- # aad m365group list
5
+ # entra m365group list
6
6
 
7
7
  Lists Microsoft 365 Groups in the current tenant
8
8
 
9
9
  ## Usage
10
10
 
11
+ ```sh
12
+ m365 entra m365group list [options]
13
+ ```
14
+
15
+ ## Alias
16
+
11
17
  ```sh
12
18
  m365 aad m365group list [options]
13
19
  ```
@@ -41,32 +47,32 @@ Using the `--orphaned` option, you can retrieve Microsoft 365 Groups without own
41
47
  List all Microsoft 365 Groups in the tenant
42
48
 
43
49
  ```sh
44
- m365 aad m365group list
50
+ m365 entra m365group list
45
51
  ```
46
52
 
47
53
  List Microsoft 365 Groups with display name starting with _Project_
48
54
 
49
55
  ```sh
50
- m365 aad m365group list --displayName Project
56
+ m365 entra m365group list --displayName Project
51
57
  ```
52
58
 
53
59
  List Microsoft 365 Groups mail nick name starting with _team_
54
60
 
55
61
  ```sh
56
- m365 aad m365group list --mailNickname team
62
+ m365 entra m365group list --mailNickname team
57
63
  ```
58
64
 
59
65
  List Microsoft 365 Groups with display name starting with _Project_ including
60
66
  the URL of the corresponding SharePoint site
61
67
 
62
68
  ```sh
63
- m365 aad m365group list --displayName Project --includeSiteUrl
69
+ m365 entra m365group list --displayName Project --includeSiteUrl
64
70
  ```
65
71
 
66
72
  List Microsoft 365 Groups without owners
67
73
 
68
74
  ```sh
69
- m365 aad m365group list --orphaned
75
+ m365 entra m365group list --orphaned
70
76
  ```
71
77
 
72
78
  ## Response
@@ -142,7 +148,7 @@ m365 aad m365group list --orphaned
142
148
  <TabItem value="Markdown">
143
149
 
144
150
  ```md
145
- # aad m365group list
151
+ # entra m365group list
146
152
 
147
153
  Date: 2023-06-01
148
154
 
@@ -1,11 +1,17 @@
1
1
  import Global from '/docs/cmd/_global.mdx';
2
2
 
3
- # aad m365group recyclebinitem clear
3
+ # entra m365group recyclebinitem clear
4
4
 
5
5
  Clears Microsoft 365 Groups from the recycle bin in the current tenant
6
6
 
7
7
  ## Usage
8
8
 
9
+ ```sh
10
+ m365 entra m365group recyclebinitem clear [options]
11
+ ```
12
+
13
+ ## Alias
14
+
9
15
  ```sh
10
16
  m365 aad m365group recyclebinitem clear [options]
11
17
  ```
@@ -24,13 +30,13 @@ m365 aad m365group recyclebinitem clear [options]
24
30
  Removes all deleted Microsoft 365 Groups in the tenant. Will prompt for confirmation before permanently removing groups.
25
31
 
26
32
  ```sh
27
- m365 aad m365group recyclebinitem clear
33
+ m365 entra m365group recyclebinitem clear
28
34
  ```
29
35
 
30
36
  Removes all deleted Microsoft 365 Groups in the tenant. Will NOT prompt for confirmation before permanently removing groups.
31
37
 
32
38
  ```sh
33
- m365 aad m365group recyclebinitem clear --force
39
+ m365 entra m365group recyclebinitem clear --force
34
40
  ```
35
41
 
36
42
  ## Response
@@ -2,12 +2,18 @@ import Global from '/docs/cmd/_global.mdx';
2
2
  import Tabs from '@theme/Tabs';
3
3
  import TabItem from '@theme/TabItem';
4
4
 
5
- # aad m365group recyclebinitem list
5
+ # entra m365group recyclebinitem list
6
6
 
7
7
  Lists Groups from the recycle bin in the current tenant
8
8
 
9
9
  ## Usage
10
10
 
11
+ ```sh
12
+ m365 entra m365group recyclebinitem list [options]
13
+ ```
14
+
15
+ ## Alias
16
+
11
17
  ```sh
12
18
  m365 aad m365group recyclebinitem list [options]
13
19
  ```
@@ -29,25 +35,25 @@ m365 aad m365group recyclebinitem list [options]
29
35
  List all deleted Microsoft 365 Groups in the tenant
30
36
 
31
37
  ```sh
32
- m365 aad m365group recyclebinitem list
38
+ m365 entra m365group recyclebinitem list
33
39
  ```
34
40
 
35
41
  List deleted Microsoft 365 Groups with display name starting with _Project_
36
42
 
37
43
  ```sh
38
- m365 aad m365group recyclebinitem list --groupDisplayName Project
44
+ m365 entra m365group recyclebinitem list --groupDisplayName Project
39
45
  ```
40
46
 
41
47
  List deleted Microsoft 365 Groups mail nick name starting with _team_
42
48
 
43
49
  ```sh
44
- m365 aad m365group recyclebinitem list --groupMailNickname team
50
+ m365 entra m365group recyclebinitem list --groupMailNickname team
45
51
  ```
46
52
 
47
53
  List deleted Microsoft 365 Groups mail nick name starting with _team_ and with display name starting with _Project_
48
54
 
49
55
  ```sh
50
- m365 aad m365group recyclebinitem list --groupMailNickname team --groupDisplayName Project
56
+ m365 entra m365group recyclebinitem list --groupMailNickname team --groupDisplayName Project
51
57
  ```
52
58
 
53
59
  ## Response
@@ -119,7 +125,7 @@ m365 aad m365group recyclebinitem list --groupMailNickname team --groupDisplayNa
119
125
  <TabItem value="Markdown">
120
126
 
121
127
  ```md
122
- # aad m365group recyclebinitem list
128
+ # entra m365group recyclebinitem list
123
129
 
124
130
  Date: 2023-06-02
125
131