@pnp/cli-microsoft365 10.0.0-beta.d126736 → 10.0.0-beta.d92b1c2

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 (188) hide show
  1. package/allCommands.json +1 -1
  2. package/allCommandsFull.json +1 -1
  3. package/dist/m365/commands/login.js +122 -69
  4. package/dist/m365/commands/setup.js +1 -1
  5. package/dist/m365/entra/commands/administrativeunit/administrativeunit-add.js +0 -5
  6. package/dist/m365/entra/commands/administrativeunit/administrativeunit-get.js +0 -5
  7. package/dist/m365/entra/commands/administrativeunit/administrativeunit-list.js +0 -5
  8. package/dist/m365/entra/commands/administrativeunit/administrativeunit-member-add.js +0 -5
  9. package/dist/m365/entra/commands/administrativeunit/administrativeunit-member-get.js +0 -5
  10. package/dist/m365/entra/commands/administrativeunit/administrativeunit-member-list.js +0 -5
  11. package/dist/m365/entra/commands/administrativeunit/administrativeunit-remove.js +0 -5
  12. package/dist/m365/entra/commands/app/app-add.js +0 -5
  13. package/dist/m365/entra/commands/app/app-get.js +0 -5
  14. package/dist/m365/entra/commands/app/app-list.js +0 -5
  15. package/dist/m365/entra/commands/app/app-permission-add.js +0 -5
  16. package/dist/m365/entra/commands/app/app-remove.js +0 -5
  17. package/dist/m365/entra/commands/app/app-role-add.js +0 -5
  18. package/dist/m365/entra/commands/app/app-role-list.js +0 -5
  19. package/dist/m365/entra/commands/app/app-role-remove.js +0 -5
  20. package/dist/m365/entra/commands/app/app-set.js +0 -5
  21. package/dist/m365/entra/commands/approleassignment/approleassignment-add.js +0 -5
  22. package/dist/m365/entra/commands/approleassignment/approleassignment-list.js +0 -5
  23. package/dist/m365/entra/commands/approleassignment/approleassignment-remove.js +0 -5
  24. package/dist/m365/entra/commands/enterpriseapp/enterpriseapp-add.js +0 -5
  25. package/dist/m365/entra/commands/enterpriseapp/enterpriseapp-get.js +0 -5
  26. package/dist/m365/entra/commands/enterpriseapp/enterpriseapp-list.js +0 -5
  27. package/dist/m365/entra/commands/group/group-add.js +0 -4
  28. package/dist/m365/entra/commands/group/group-get.js +0 -5
  29. package/dist/m365/entra/commands/group/group-list.js +0 -5
  30. package/dist/m365/entra/commands/group/{group-user-add.js → group-member-add.js} +18 -18
  31. package/dist/m365/entra/commands/group/{group-user-list.js → group-member-list.js} +16 -21
  32. package/dist/m365/entra/commands/group/{group-user-set.js → group-member-set.js} +19 -19
  33. package/dist/m365/entra/commands/group/group-remove.js +0 -5
  34. package/dist/m365/entra/commands/groupsetting/groupsetting-add.js +0 -5
  35. package/dist/m365/entra/commands/groupsetting/groupsetting-get.js +0 -5
  36. package/dist/m365/entra/commands/groupsetting/groupsetting-list.js +0 -5
  37. package/dist/m365/entra/commands/groupsetting/groupsetting-remove.js +0 -5
  38. package/dist/m365/entra/commands/groupsetting/groupsetting-set.js +0 -5
  39. package/dist/m365/entra/commands/groupsettingtemplate/groupsettingtemplate-get.js +0 -5
  40. package/dist/m365/entra/commands/groupsettingtemplate/groupsettingtemplate-list.js +0 -5
  41. package/dist/m365/entra/commands/license/license-list.js +0 -5
  42. package/dist/m365/entra/commands/m365group/m365group-add.js +0 -5
  43. package/dist/m365/entra/commands/m365group/m365group-conversation-list.js +0 -5
  44. package/dist/m365/entra/commands/m365group/m365group-conversation-post-list.js +0 -5
  45. package/dist/m365/entra/commands/m365group/m365group-get.js +0 -5
  46. package/dist/m365/entra/commands/m365group/m365group-list.js +0 -5
  47. package/dist/m365/entra/commands/m365group/m365group-recyclebinitem-clear.js +0 -5
  48. package/dist/m365/entra/commands/m365group/m365group-recyclebinitem-list.js +0 -5
  49. package/dist/m365/entra/commands/m365group/m365group-recyclebinitem-remove.js +0 -5
  50. package/dist/m365/entra/commands/m365group/m365group-recyclebinitem-restore.js +0 -5
  51. package/dist/m365/entra/commands/m365group/m365group-remove.js +0 -5
  52. package/dist/m365/entra/commands/m365group/m365group-renew.js +0 -5
  53. package/dist/m365/entra/commands/m365group/m365group-report-activitycounts.js +0 -4
  54. package/dist/m365/entra/commands/m365group/m365group-report-activitydetail.js +0 -4
  55. package/dist/m365/entra/commands/m365group/m365group-report-activityfilecounts.js +0 -4
  56. package/dist/m365/entra/commands/m365group/m365group-report-activitygroupcounts.js +0 -4
  57. package/dist/m365/entra/commands/m365group/m365group-report-activitystorage.js +0 -4
  58. package/dist/m365/entra/commands/m365group/m365group-set.js +138 -73
  59. package/dist/m365/entra/commands/m365group/m365group-teamify.js +0 -5
  60. package/dist/m365/entra/commands/m365group/m365group-user-add.js +0 -6
  61. package/dist/m365/entra/commands/m365group/m365group-user-list.js +0 -5
  62. package/dist/m365/entra/commands/m365group/m365group-user-remove.js +0 -6
  63. package/dist/m365/entra/commands/m365group/m365group-user-set.js +0 -6
  64. package/dist/m365/entra/commands/oauth2grant/oauth2grant-add.js +0 -5
  65. package/dist/m365/entra/commands/oauth2grant/oauth2grant-list.js +0 -5
  66. package/dist/m365/entra/commands/oauth2grant/oauth2grant-remove.js +0 -5
  67. package/dist/m365/entra/commands/oauth2grant/oauth2grant-set.js +0 -5
  68. package/dist/m365/entra/commands/policy/policy-list.js +0 -5
  69. package/dist/m365/entra/commands/siteclassification/siteclassification-disable.js +0 -5
  70. package/dist/m365/entra/commands/siteclassification/siteclassification-enable.js +0 -5
  71. package/dist/m365/entra/commands/siteclassification/siteclassification-get.js +0 -5
  72. package/dist/m365/entra/commands/siteclassification/siteclassification-set.js +0 -5
  73. package/dist/m365/entra/commands/user/user-add.js +0 -5
  74. package/dist/m365/entra/commands/user/user-get.js +0 -5
  75. package/dist/m365/entra/commands/user/user-guest-add.js +0 -5
  76. package/dist/m365/entra/commands/user/user-hibp.js +0 -5
  77. package/dist/m365/entra/commands/user/user-license-add.js +0 -5
  78. package/dist/m365/entra/commands/user/user-license-list.js +0 -5
  79. package/dist/m365/entra/commands/user/user-license-remove.js +0 -5
  80. package/dist/m365/entra/commands/user/user-list.js +0 -5
  81. package/dist/m365/entra/commands/user/user-password-validate.js +0 -5
  82. package/dist/m365/entra/commands/user/user-recyclebinitem-clear.js +0 -5
  83. package/dist/m365/entra/commands/user/user-recyclebinitem-list.js +0 -5
  84. package/dist/m365/entra/commands/user/user-recyclebinitem-remove.js +0 -5
  85. package/dist/m365/entra/commands/user/user-recyclebinitem-restore.js +0 -5
  86. package/dist/m365/entra/commands/user/user-registrationdetails-list.js +0 -4
  87. package/dist/m365/entra/commands/user/user-remove.js +0 -5
  88. package/dist/m365/entra/commands/user/user-set.js +0 -5
  89. package/dist/m365/entra/commands/user/user-signin-list.js +0 -5
  90. package/dist/m365/entra/commands.js +3 -3
  91. package/dist/m365/spo/commands/group/group-member-add.js +3 -23
  92. package/dist/m365/spo/commands/group/group-member-remove.js +1 -18
  93. package/dist/m365/spo/commands/user/user-ensure.js +1 -11
  94. package/dist/utils/zod.js +11 -2
  95. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-add.mdx +0 -6
  96. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-get.mdx +0 -6
  97. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-list.mdx +0 -6
  98. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-member-add.mdx +0 -6
  99. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-member-get.mdx +0 -6
  100. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-member-list.mdx +0 -6
  101. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-remove.mdx +0 -6
  102. package/docs/docs/cmd/entra/app/app-add.mdx +0 -1
  103. package/docs/docs/cmd/entra/app/app-get.mdx +0 -1
  104. package/docs/docs/cmd/entra/app/app-list.mdx +0 -1
  105. package/docs/docs/cmd/entra/app/app-permission-add.mdx +0 -1
  106. package/docs/docs/cmd/entra/app/app-permission-list.mdx +0 -6
  107. package/docs/docs/cmd/entra/app/app-remove.mdx +0 -1
  108. package/docs/docs/cmd/entra/app/app-role-add.mdx +0 -1
  109. package/docs/docs/cmd/entra/app/app-role-list.mdx +0 -1
  110. package/docs/docs/cmd/entra/app/app-role-remove.mdx +0 -1
  111. package/docs/docs/cmd/entra/app/app-set.mdx +0 -1
  112. package/docs/docs/cmd/entra/approleassignment/approleassignment-add.mdx +0 -6
  113. package/docs/docs/cmd/entra/approleassignment/approleassignment-list.mdx +0 -6
  114. package/docs/docs/cmd/entra/approleassignment/approleassignment-remove.mdx +0 -6
  115. package/docs/docs/cmd/entra/enterpriseapp/enterpriseapp-add.mdx +0 -1
  116. package/docs/docs/cmd/entra/enterpriseapp/enterpriseapp-get.mdx +0 -1
  117. package/docs/docs/cmd/entra/enterpriseapp/enterpriseapp-list.mdx +0 -1
  118. package/docs/docs/cmd/entra/group/group-add.mdx +0 -6
  119. package/docs/docs/cmd/entra/group/group-get.mdx +0 -6
  120. package/docs/docs/cmd/entra/group/group-list.mdx +0 -6
  121. package/docs/docs/cmd/entra/group/group-member-add.mdx +62 -0
  122. package/docs/docs/cmd/entra/group/{group-user-list.mdx → group-member-list.mdx} +14 -20
  123. package/docs/docs/cmd/entra/group/group-member-set.mdx +62 -0
  124. package/docs/docs/cmd/entra/group/group-remove.mdx +0 -6
  125. package/docs/docs/cmd/entra/groupsetting/groupsetting-add.mdx +0 -6
  126. package/docs/docs/cmd/entra/groupsetting/groupsetting-get.mdx +0 -6
  127. package/docs/docs/cmd/entra/groupsetting/groupsetting-list.mdx +0 -6
  128. package/docs/docs/cmd/entra/groupsetting/groupsetting-remove.mdx +0 -6
  129. package/docs/docs/cmd/entra/groupsetting/groupsetting-set.mdx +0 -6
  130. package/docs/docs/cmd/entra/groupsettingtemplate/groupsettingtemplate-get.mdx +0 -6
  131. package/docs/docs/cmd/entra/groupsettingtemplate/groupsettingtemplate-list.mdx +0 -6
  132. package/docs/docs/cmd/entra/license/license-list.mdx +0 -6
  133. package/docs/docs/cmd/entra/m365group/m365group-add.mdx +0 -6
  134. package/docs/docs/cmd/entra/m365group/m365group-conversation-list.mdx +0 -6
  135. package/docs/docs/cmd/entra/m365group/m365group-conversation-post-list.mdx +0 -6
  136. package/docs/docs/cmd/entra/m365group/m365group-get.mdx +0 -6
  137. package/docs/docs/cmd/entra/m365group/m365group-list.mdx +0 -6
  138. package/docs/docs/cmd/entra/m365group/m365group-recyclebinitem-clear.mdx +0 -6
  139. package/docs/docs/cmd/entra/m365group/m365group-recyclebinitem-list.mdx +0 -6
  140. package/docs/docs/cmd/entra/m365group/m365group-recyclebinitem-remove.mdx +0 -6
  141. package/docs/docs/cmd/entra/m365group/m365group-recyclebinitem-restore.mdx +0 -6
  142. package/docs/docs/cmd/entra/m365group/m365group-remove.mdx +0 -6
  143. package/docs/docs/cmd/entra/m365group/m365group-renew.mdx +0 -6
  144. package/docs/docs/cmd/entra/m365group/m365group-report-activitycounts.mdx +0 -6
  145. package/docs/docs/cmd/entra/m365group/m365group-report-activitydetail.mdx +0 -6
  146. package/docs/docs/cmd/entra/m365group/m365group-report-activityfilecounts.mdx +0 -6
  147. package/docs/docs/cmd/entra/m365group/m365group-report-activitygroupcounts.mdx +2 -8
  148. package/docs/docs/cmd/entra/m365group/m365group-report-activitystorage.mdx +2 -8
  149. package/docs/docs/cmd/entra/m365group/m365group-set.mdx +34 -22
  150. package/docs/docs/cmd/entra/m365group/m365group-teamify.mdx +5 -11
  151. package/docs/docs/cmd/entra/m365group/m365group-user-add.mdx +5 -11
  152. package/docs/docs/cmd/entra/m365group/m365group-user-list.mdx +0 -12
  153. package/docs/docs/cmd/entra/m365group/m365group-user-remove.mdx +7 -17
  154. package/docs/docs/cmd/entra/m365group/m365group-user-set.mdx +0 -10
  155. package/docs/docs/cmd/entra/oauth2grant/oauth2grant-add.mdx +3 -9
  156. package/docs/docs/cmd/entra/oauth2grant/oauth2grant-list.mdx +1 -7
  157. package/docs/docs/cmd/entra/oauth2grant/oauth2grant-remove.mdx +4 -10
  158. package/docs/docs/cmd/entra/oauth2grant/oauth2grant-set.mdx +3 -9
  159. package/docs/docs/cmd/entra/policy/policy-list.mdx +3 -9
  160. package/docs/docs/cmd/entra/siteclassification/siteclassification-disable.mdx +3 -9
  161. package/docs/docs/cmd/entra/siteclassification/siteclassification-enable.mdx +7 -13
  162. package/docs/docs/cmd/entra/siteclassification/siteclassification-get.mdx +1 -7
  163. package/docs/docs/cmd/entra/siteclassification/siteclassification-set.mdx +8 -14
  164. package/docs/docs/cmd/entra/user/user-add.mdx +4 -10
  165. package/docs/docs/cmd/entra/user/user-get.mdx +7 -13
  166. package/docs/docs/cmd/entra/user/user-guest-add.mdx +3 -9
  167. package/docs/docs/cmd/entra/user/user-hibp.mdx +2 -8
  168. package/docs/docs/cmd/entra/user/user-license-add.mdx +0 -6
  169. package/docs/docs/cmd/entra/user/user-license-list.mdx +0 -6
  170. package/docs/docs/cmd/entra/user/user-license-remove.mdx +2 -8
  171. package/docs/docs/cmd/entra/user/user-list.mdx +1 -7
  172. package/docs/docs/cmd/entra/user/user-password-validate.mdx +1 -7
  173. package/docs/docs/cmd/entra/user/user-recyclebinitem-clear.mdx +2 -8
  174. package/docs/docs/cmd/entra/user/user-recyclebinitem-list.mdx +0 -6
  175. package/docs/docs/cmd/entra/user/user-recyclebinitem-remove.mdx +2 -8
  176. package/docs/docs/cmd/entra/user/user-recyclebinitem-restore.mdx +0 -6
  177. package/docs/docs/cmd/entra/user/user-registrationdetails-list.mdx +7 -13
  178. package/docs/docs/cmd/entra/user/user-remove.mdx +2 -8
  179. package/docs/docs/cmd/entra/user/user-set.mdx +0 -6
  180. package/docs/docs/cmd/entra/user/user-signin-list.mdx +9 -15
  181. package/docs/docs/cmd/login.mdx +9 -0
  182. package/docs/docs/cmd/spo/group/group-member-add.mdx +8 -14
  183. package/docs/docs/cmd/spo/group/group-member-remove.mdx +5 -11
  184. package/docs/docs/cmd/spo/user/user-ensure.mdx +2 -5
  185. package/package.json +1 -1
  186. package/dist/m365/entra/aadCommands.js +0 -89
  187. package/docs/docs/cmd/entra/group/group-user-add.mdx +0 -62
  188. package/docs/docs/cmd/entra/group/group-user-set.mdx +0 -62
@@ -12,12 +12,6 @@ Gets information about a specific administrative unit
12
12
  m365 entra administrativeunit get [options]
13
13
  ```
14
14
 
15
- ## Alias
16
-
17
- ```sh
18
- m365 aad administrativeunit get [options]
19
- ```
20
-
21
15
  ## Options
22
16
 
23
17
  ```md definition-list
@@ -12,12 +12,6 @@ Retrieves a list of administrative units
12
12
  m365 entra administrativeunit list [options]
13
13
  ```
14
14
 
15
- ## Alias
16
-
17
- ```sh
18
- m365 aad administrativeunit list [options]
19
- ```
20
-
21
15
  ## Options
22
16
 
23
17
  <Global />
@@ -10,12 +10,6 @@ Add a member (user, group, or device) to an administrative unit
10
10
  m365 entra administrativeunit member add [options]
11
11
  ```
12
12
 
13
- ## Alias
14
-
15
- ```sh
16
- m365 aad administrativeunit member add [options]
17
- ```
18
-
19
13
  ## Options
20
14
 
21
15
  ```md definition-list
@@ -12,12 +12,6 @@ Retrieves info about a specific member of an administrative unit
12
12
  m365 entra administrativeunit member get [options]
13
13
  ```
14
14
 
15
- ## Alias
16
-
17
- ```sh
18
- m365 aad administrativeunit member get [options]
19
- ```
20
-
21
15
  ## Options
22
16
 
23
17
  ```md definition-list
@@ -12,12 +12,6 @@ Retrieves members (users, groups, or devices) of an administrative unit
12
12
  m365 entra administrativeunit member list [options]
13
13
  ```
14
14
 
15
- ## Alias
16
-
17
- ```sh
18
- m365 aad administrativeunit member list [options]
19
- ```
20
-
21
15
  ## Options
22
16
 
23
17
  ```md definition-list
@@ -10,12 +10,6 @@ Removes an administrative unit
10
10
  m365 entra administrativeunit remove [options]
11
11
  ```
12
12
 
13
- ## Alias
14
-
15
- ```sh
16
- m365 aad administrativeunit remove [options]
17
- ```
18
-
19
13
  ## options
20
14
 
21
15
  ```md definition-list
@@ -15,7 +15,6 @@ m365 entra app add [options]
15
15
  ## Alias
16
16
 
17
17
  ```sh
18
- m365 aad app add [options]
19
18
  m365 entra appregistration add [options]
20
19
  ```
21
20
 
@@ -15,7 +15,6 @@ m365 entra app get [options]
15
15
  ## Alias
16
16
 
17
17
  ```sh
18
- m365 aad app get [options]
19
18
  m365 entra appregistration get [options]
20
19
  ```
21
20
 
@@ -15,7 +15,6 @@ m365 entra app list [options]
15
15
  ## Alias
16
16
 
17
17
  ```sh
18
- m365 aad app list [options]
19
18
  m365 entra appregistration list [options]
20
19
  ```
21
20
 
@@ -15,7 +15,6 @@ m365 entra app permission add [options]
15
15
  ## Alias
16
16
 
17
17
  ```sh
18
- m365 aad app permission add [options]
19
18
  m365 entra appregistration permission add [options]
20
19
  ```
21
20
 
@@ -12,12 +12,6 @@ Lists the application and delegated permissions for a specified Entra Applicatio
12
12
  m365 entra app permission list [options]
13
13
  ```
14
14
 
15
- ## Alias
16
-
17
- ```sh
18
- m365 aad app permission list [options]
19
- ```
20
-
21
15
  ## Options
22
16
 
23
17
  ```md definition-list
@@ -13,7 +13,6 @@ m365 entra app remove [options]
13
13
  ## Alias
14
14
 
15
15
  ```sh
16
- m365 aad app remove [options]
17
16
  m365 entra appregistration remove [options]
18
17
  ```
19
18
 
@@ -13,7 +13,6 @@ m365 entra app role add [options]
13
13
  ## Alias
14
14
 
15
15
  ```sh
16
- m365 aad app role add [options]
17
16
  m365 entra appregistration role add [options]
18
17
  ```
19
18
 
@@ -15,7 +15,6 @@ m365 entra app role list [options]
15
15
  ## Alias
16
16
 
17
17
  ```sh
18
- m365 aad app role list [options]
19
18
  m365 entra appregistration role list [options]
20
19
  ```
21
20
 
@@ -13,7 +13,6 @@ m365 entra app role remove [options]
13
13
  ## Alias
14
14
 
15
15
  ```sh
16
- m365 aad app role remove [options]
17
16
  m365 entra appregistration role remove [options]
18
17
  ```
19
18
 
@@ -13,7 +13,6 @@ m365 entra app set [options]
13
13
  ## Alias
14
14
 
15
15
  ```sh
16
- m365 aad app set [options]
17
16
  m365 entra appregistration set [options]
18
17
  ```
19
18
 
@@ -12,12 +12,6 @@ Adds service principal permissions also known as scopes and app role assignments
12
12
  m365 entra approleassignment add [options]
13
13
  ```
14
14
 
15
- ## Alias
16
-
17
- ```sh
18
- m365 aad approleassignment add [options]
19
- ```
20
-
21
15
  ## Options
22
16
 
23
17
  ```md definition-list
@@ -12,12 +12,6 @@ Lists app role assignments for the specified application registration
12
12
  m365 entra approleassignment list [options]
13
13
  ```
14
14
 
15
- ## Alias
16
-
17
- ```sh
18
- m365 aad approleassignment list [options]
19
- ```
20
-
21
15
  ## Options
22
16
 
23
17
  ```md definition-list
@@ -10,12 +10,6 @@ Deletes an app role assignment for the specified Entra application registration
10
10
  m365 entra approleassignment remove [options]
11
11
  ```
12
12
 
13
- ## Alias
14
-
15
- ```sh
16
- m365 aad approleassignment remove [options]
17
- ```
18
-
19
13
  ## Options
20
14
 
21
15
  ```md definition-list
@@ -15,7 +15,6 @@ m365 entra enterpriseapp add [options]
15
15
  ## Alias
16
16
 
17
17
  ```sh
18
- m365 aad sp add [options]
19
18
  m365 entra sp add [options]
20
19
  ```
21
20
 
@@ -15,7 +15,6 @@ m365 entra enterpriseapp get [options]
15
15
  ## Alias
16
16
 
17
17
  ```sh
18
- m365 aad sp get [options]
19
18
  m365 entra sp get [options]
20
19
  ```
21
20
 
@@ -15,7 +15,6 @@ m365 entra enterpriseapp list [options]
15
15
  ## Alias
16
16
 
17
17
  ```sh
18
- m365 aad sp list [options]
19
18
  m365 entra sp list [options]
20
19
  ```
21
20
 
@@ -12,12 +12,6 @@ Creates a Microsoft Entra group
12
12
  m365 entra group add [options]
13
13
  ```
14
14
 
15
- ## Alias
16
-
17
- ```sh
18
- m365 aad group add [options]
19
- ```
20
-
21
15
  ## Options
22
16
 
23
17
  ```md definition-list
@@ -12,12 +12,6 @@ Gets information about the specified Entra group
12
12
  m365 entra group get [options]
13
13
  ```
14
14
 
15
- ## Alias
16
-
17
- ```sh
18
- m365 aad group get [options]
19
- ```
20
-
21
15
  ## Options
22
16
 
23
17
  ```md definition-list
@@ -12,12 +12,6 @@ Lists Entra groups
12
12
  m365 entra group list [options]
13
13
  ```
14
14
 
15
- ## Alias
16
-
17
- ```sh
18
- m365 aad group list [options]
19
- ```
20
-
21
15
  ## Options
22
16
 
23
17
  ```md definition-list
@@ -0,0 +1,62 @@
1
+ import Global from '/docs/cmd/_global.mdx';
2
+
3
+ # entra group member add
4
+
5
+ Adds a member to a Microsoft Entra ID group
6
+
7
+ ## Usage
8
+
9
+ ```sh
10
+ m365 entra group member add [options]
11
+ ```
12
+
13
+ ## Options
14
+
15
+ ```md definition-list
16
+ `-i, --groupId [groupId]`
17
+ : The ID of the Microsoft Entra group. Specify `groupId` or `groupDisplayName` but not both.
18
+
19
+ `-n, --groupDisplayName [groupDisplayName]`
20
+ : The display name of the Microsoft Entra group. Specify `groupId` or `groupDisplayName` but not both.
21
+
22
+ `--ids [ids]`
23
+ : Microsoft Entra IDs of users. You can also pass a comma-separated list of IDs. Specify either `ids` or `userNames` but not both.
24
+
25
+ `--userNames [userNames]`
26
+ : The user principal names of users. You can also pass a comma-separated list of UPNs. Specify either `ids` or `userNames` but not both.
27
+
28
+ `-r, --role <role>`
29
+ : The role to be assigned to the new users. Valid values: `Owner`, `Member`.
30
+ ```
31
+
32
+ <Global />
33
+
34
+ ## Examples
35
+
36
+ Add a single member specified by ID as a member to a group specified by display name.
37
+
38
+ ```sh
39
+ m365 entra group member add --groupDisplayName Developers --ids 098b9f52-f48c-4401-819f-29c33794c3f5 --role Member
40
+ ```
41
+
42
+ Add multiple members specified by ID as members to a group specified by ID.
43
+
44
+ ```sh
45
+ m365 entra group member add --groupId a03c0c35-ef9a-419b-8cab-f89e0a8d2d2a --ids "098b9f52-f48c-4401-819f-29c33794c3f5,f1e06e31-3abf-4746-83c2-1513d71f38b8" --role Member
46
+ ```
47
+
48
+ Add a single member specified by UPN as an owner to a group specified by display name.
49
+
50
+ ```sh
51
+ m365 entra group member add --groupDisplayName Developers --userNames john.doe@contoso.com --role Owner
52
+ ```
53
+
54
+ Adds multiple members specified by UPN as owners to a group specified by ID.
55
+
56
+ ```sh
57
+ m365 entra group member add --groupId a03c0c35-ef9a-419b-8cab-f89e0a8d2d2a --userNames "john.doe@contoso.com,adele.vance@contoso.com" --role Owner
58
+ ```
59
+
60
+ ## Response
61
+
62
+ The command won't return a response on success.
@@ -2,20 +2,14 @@ import Global from '/docs/cmd/_global.mdx';
2
2
  import Tabs from '@theme/Tabs';
3
3
  import TabItem from '@theme/TabItem';
4
4
 
5
- # entra group user list
5
+ # entra group member list
6
6
 
7
- Lists users of a specific Entra group
7
+ Lists members of a specific Entra group
8
8
 
9
9
  ## Usage
10
10
 
11
11
  ```sh
12
- m365 entra group user list [options]
13
- ```
14
-
15
- ## Alias
16
-
17
- ```sh
18
- m365 aad group user list [options]
12
+ m365 entra group member list [options]
19
13
  ```
20
14
 
21
15
  ## Options
@@ -28,13 +22,13 @@ m365 aad group user list [options]
28
22
  : The display name of the Entra group. Specify `groupId` or `groupName` but not both.
29
23
 
30
24
  `-r, --role [role]`
31
- : Filter the results to only users with the given role: `Owner`, `Member`.
25
+ : Filter the results to only members with the given role: `Owner`, `Member`.
32
26
 
33
27
  `-p, --properties [properties]`
34
28
  : Comma-separated list of properties to retrieve.
35
29
 
36
30
  `-f, --filter [filter]`
37
- : OData filter to use to query the list of users with.
31
+ : OData filter to use to query the list of members with.
38
32
  ```
39
33
 
40
34
  <Global />
@@ -45,34 +39,34 @@ When the `properties` option includes values with a `/`, for example: `manager/d
45
39
 
46
40
  ## Examples
47
41
 
48
- List all group users from a group specified by ID.
42
+ List all group members from a group specified by ID.
49
43
 
50
44
  ```sh
51
- m365 entra group user list --groupId 03cba9da-3974-46c1-afaf-79caa2e45bbe
45
+ m365 entra group member list --groupId 03cba9da-3974-46c1-afaf-79caa2e45bbe
52
46
  ```
53
47
 
54
48
  List all owners from a group specified by display name.
55
49
 
56
50
  ```sh
57
- m365 entra group user list --groupName Developers --role Owner
51
+ m365 entra group member list --groupName Developers --role Owner
58
52
  ```
59
53
 
60
- List all group users from a group specified by name. For each one return the display name, e-mail address, and manager display name.
54
+ List all group members from a group specified by name. For each one return the display name, e-mail address, and manager display name.
61
55
 
62
56
  ```sh
63
- m365 entra group user list --groupName Developers --properties "displayName,mail,manager/displayName"
57
+ m365 entra group member list --groupName Developers --properties "displayName,mail,manager/displayName"
64
58
  ```
65
59
 
66
- List all group users from a group specified by name. For each one return the display name, e-mail address, and manager information.
60
+ List all group members from a group specified by name. For each one return the display name, e-mail address, and manager information.
67
61
 
68
62
  ```sh
69
- m365 entra group user list --groupName Developers --properties "displayName,mail,manager/*"
63
+ m365 entra group member list --groupName Developers --properties "displayName,mail,manager/*"
70
64
  ```
71
65
 
72
- List all group members that are guest users.
66
+ List all group members that are guest members.
73
67
 
74
68
  ```sh
75
- m365 entra group user list --groupName Developers --filter "userType eq 'Guest'"
69
+ m365 entra group member list --groupName Developers --filter "userType eq 'Guest'"
76
70
  ```
77
71
 
78
72
  ## Response
@@ -0,0 +1,62 @@
1
+ import Global from '/docs/cmd/_global.mdx';
2
+
3
+ # entra group member set
4
+
5
+ Updates role of members in a Microsoft Entra ID group
6
+
7
+ ## Usage
8
+
9
+ ```sh
10
+ m365 entra group member set [options]
11
+ ```
12
+
13
+ ## Options
14
+
15
+ ```md definition-list
16
+ `-i, --groupId [groupId]`
17
+ : The ID of the Entra ID group. Specify `groupId` or `groupDisplayName` but not both.
18
+
19
+ `-n, --groupDisplayName [groupDisplayName]`
20
+ : The display name of the Entra ID group. Specify `groupId` or `groupDisplayName` but not both.
21
+
22
+ `--ids [ids]`
23
+ : Comma-separated list of user IDs. Specify either `ids` or `userNames` but not both.
24
+
25
+ `--userNames [userNames]`
26
+ : The user principal names of users. You can also pass a comma-separated list of UPNs. Specify either `ids` or `userNames` but not both.
27
+
28
+ `-r, --role <role>`
29
+ : The new role to be assigned to the members. Valid values: `Owner`, `Member`.
30
+ ```
31
+
32
+ <Global />
33
+
34
+ ## Examples
35
+
36
+ Update a single member specified by ID to a member of a group specified by display name
37
+
38
+ ```sh
39
+ m365 entra group member set --groupDisplayName Developers --ids 098b9f52-f48c-4401-819f-29c33794c3f5 --role Member
40
+ ```
41
+
42
+ Update multiple members specified by ID to members of a group specified by ID
43
+
44
+ ```sh
45
+ m365 entra group member set --groupId a03c0c35-ef9a-419b-8cab-f89e0a8d2d2a --ids "098b9f52-f48c-4401-819f-29c33794c3f5,f1e06e31-3abf-4746-83c2-1513d71f38b8" --role Member
46
+ ```
47
+
48
+ Update a single member specified by UPN to an owner of a group specified by display name
49
+
50
+ ```sh
51
+ m365 entra group member set --groupDisplayName Developers --userNames john.doe@contoso.com --role Owner
52
+ ```
53
+
54
+ Update multiple members specified by UPN to owners of a group specified by ID
55
+
56
+ ```sh
57
+ m365 entra group member set --groupId a03c0c35-ef9a-419b-8cab-f89e0a8d2d2a --userNames "john.doe@contoso.com,adele.vance@contoso.com" --role Owner
58
+ ```
59
+
60
+ ## Response
61
+
62
+ The command won't return a response on success.
@@ -10,12 +10,6 @@ Removes an Entra group
10
10
  m365 entra group remove [options]
11
11
  ```
12
12
 
13
- ## Alias
14
-
15
- ```sh
16
- m365 aad group remove [options]
17
- ```
18
-
19
13
  ## Options
20
14
 
21
15
  ```md definition-list
@@ -12,12 +12,6 @@ Creates a group setting
12
12
  m365 entra groupsetting add [options]
13
13
  ```
14
14
 
15
- ## Alias
16
-
17
- ```sh
18
- m365 aad groupsetting add [options]
19
- ```
20
-
21
15
  ## Options
22
16
 
23
17
  ```md definition-list
@@ -12,12 +12,6 @@ Gets information about the particular group setting
12
12
  m365 entra groupsetting get [options]
13
13
  ```
14
14
 
15
- ## Alias
16
-
17
- ```sh
18
- m365 aad groupsetting get [options]
19
- ```
20
-
21
15
  ## Options
22
16
 
23
17
  ```md definition-list
@@ -12,12 +12,6 @@ Lists Entra group settings
12
12
  m365 entra groupsetting list [options]
13
13
  ```
14
14
 
15
- ## Alias
16
-
17
- ```sh
18
- m365 aad groupsetting list [options]
19
- ```
20
-
21
15
  ## Options
22
16
 
23
17
  <Global />
@@ -10,12 +10,6 @@ Removes the particular group setting
10
10
  m365 entra groupsetting remove [options]
11
11
  ```
12
12
 
13
- ## Alias
14
-
15
- ```sh
16
- m365 aad groupsetting remove [options]
17
- ```
18
-
19
13
  ## Options
20
14
 
21
15
  ```md definition-list
@@ -10,12 +10,6 @@ Updates the particular group setting
10
10
  m365 entra groupsetting set [options]
11
11
  ```
12
12
 
13
- ## Alias
14
-
15
- ```sh
16
- m365 aad groupsetting set [options]
17
- ```
18
-
19
13
  ## Options
20
14
 
21
15
  ```md definition-list
@@ -12,12 +12,6 @@ Gets information about the specified Entra group settings template
12
12
  m365 entra groupsettingtemplate get [options]
13
13
  ```
14
14
 
15
- ## Alias
16
-
17
- ```sh
18
- m365 aad groupsettingtemplate get [options]
19
- ```
20
-
21
15
  ## Options
22
16
 
23
17
  ```md definition-list
@@ -12,12 +12,6 @@ Lists Entra group settings templates
12
12
  m365 entra groupsettingtemplate list [options]
13
13
  ```
14
14
 
15
- ## Alias
16
-
17
- ```sh
18
- m365 aad groupsettingtemplate list [options]
19
- ```
20
-
21
15
  ## Options
22
16
 
23
17
  <Global />
@@ -12,12 +12,6 @@ Lists commercial subscriptions that an organization has acquired
12
12
  m365 entra license list [options]
13
13
  ```
14
14
 
15
- ## Alias
16
-
17
- ```sh
18
- m365 aad license list [options]
19
- ```
20
-
21
15
  ## Options
22
16
 
23
17
  <Global />
@@ -12,12 +12,6 @@ Creates a Microsoft 365 Group
12
12
  m365 entra m365group add [options]
13
13
  ```
14
14
 
15
- ## Alias
16
-
17
- ```sh
18
- m365 aad m365group add [options]
19
- ```
20
-
21
15
  ## Options
22
16
 
23
17
  ```md definition-list
@@ -12,12 +12,6 @@ Lists conversations for the specified Microsoft 365 group
12
12
  m365 entra m365group conversation list [options]
13
13
  ```
14
14
 
15
- ## Alias
16
-
17
- ```sh
18
- m365 aad m365group conversation list [options]
19
- ```
20
-
21
15
  ## Options
22
16
 
23
17
  ```md definition-list
@@ -12,12 +12,6 @@ Lists conversation posts of a Microsoft 365 group
12
12
  m365 entra m365group conversation post list [options]
13
13
  ```
14
14
 
15
- ## Alias
16
-
17
- ```sh
18
- m365 aad m365group conversation post list [options]
19
- ```
20
-
21
15
  ## Options
22
16
 
23
17
  ```md definition-list