@pnp/cli-microsoft365 7.3.0 → 7.4.0-beta.4c4cef8

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 (194) hide show
  1. package/.eslintrc.cjs +1 -0
  2. package/allCommands.json +1 -1
  3. package/allCommandsFull.json +1 -1
  4. package/dist/m365/app/commands/app-get.js +1 -1
  5. package/dist/m365/app/commands/permission/permission-list.js +1 -1
  6. package/dist/m365/{aad/commands.js → entra/aadCommands.js} +1 -1
  7. package/dist/m365/{aad → entra}/commands/administrativeunit/administrativeunit-add.js +12 -8
  8. package/dist/m365/{aad → entra}/commands/administrativeunit/administrativeunit-get.js +18 -14
  9. package/dist/m365/{aad → entra}/commands/administrativeunit/administrativeunit-list.js +6 -2
  10. package/dist/m365/{aad → entra}/commands/administrativeunit/administrativeunit-member-add.js +16 -12
  11. package/dist/m365/{aad → entra}/commands/administrativeunit/administrativeunit-member-get.js +16 -12
  12. package/dist/m365/{aad → entra}/commands/administrativeunit/administrativeunit-member-list.js +16 -12
  13. package/dist/m365/{aad → entra}/commands/administrativeunit/administrativeunit-remove.js +18 -14
  14. package/dist/m365/{aad → entra}/commands/app/app-add.js +25 -21
  15. package/dist/m365/{aad → entra}/commands/app/app-get.js +17 -13
  16. package/dist/m365/{aad → entra}/commands/app/app-list.js +7 -3
  17. package/dist/m365/{aad → entra}/commands/app/app-permission-add.js +16 -12
  18. package/dist/m365/{aad → entra}/commands/app/app-remove.js +17 -13
  19. package/dist/m365/{aad → entra}/commands/app/app-role-add.js +18 -14
  20. package/dist/m365/{aad → entra}/commands/app/app-role-list.js +15 -11
  21. package/dist/m365/{aad → entra}/commands/app/app-role-remove.js +17 -13
  22. package/dist/m365/{aad → entra}/commands/app/app-set.js +18 -14
  23. package/dist/m365/{aad → entra}/commands/approleassignment/approleassignment-add.js +17 -13
  24. package/dist/m365/{aad → entra}/commands/approleassignment/approleassignment-list.js +16 -12
  25. package/dist/m365/{aad → entra}/commands/approleassignment/approleassignment-remove.js +17 -13
  26. package/dist/m365/{aad → entra}/commands/group/group-get.js +17 -13
  27. package/dist/m365/{aad → entra}/commands/group/group-list.js +16 -12
  28. package/dist/m365/{aad → entra}/commands/group/group-remove.js +19 -15
  29. package/dist/m365/{aad → entra}/commands/group/group-user-list.js +17 -13
  30. package/dist/m365/{aad → entra}/commands/groupsetting/groupsetting-add.js +12 -8
  31. package/dist/m365/{aad → entra}/commands/groupsetting/groupsetting-get.js +12 -8
  32. package/dist/m365/{aad → entra}/commands/groupsetting/groupsetting-list.js +7 -3
  33. package/dist/m365/{aad → entra}/commands/groupsetting/groupsetting-remove.js +14 -10
  34. package/dist/m365/{aad → entra}/commands/groupsetting/groupsetting-set.js +12 -8
  35. package/dist/m365/{aad → entra}/commands/groupsettingtemplate/groupsettingtemplate-get.js +17 -13
  36. package/dist/m365/{aad → entra}/commands/groupsettingtemplate/groupsettingtemplate-list.js +7 -3
  37. package/dist/m365/{aad → entra}/commands/license/license-list.js +6 -2
  38. package/dist/m365/{aad → entra}/commands/m365group/m365group-add.js +19 -15
  39. package/dist/m365/{aad → entra}/commands/m365group/m365group-conversation-list.js +12 -8
  40. package/dist/m365/{aad → entra}/commands/m365group/m365group-conversation-post-list.js +16 -12
  41. package/dist/m365/{aad → entra}/commands/m365group/m365group-get.js +12 -8
  42. package/dist/m365/{aad → entra}/commands/m365group/m365group-list.js +12 -8
  43. package/dist/m365/{aad → entra}/commands/m365group/m365group-recyclebinitem-clear.js +12 -8
  44. package/dist/m365/{aad → entra}/commands/m365group/m365group-recyclebinitem-list.js +12 -8
  45. package/dist/m365/{aad → entra}/commands/m365group/m365group-recyclebinitem-remove.js +16 -12
  46. package/dist/m365/{aad → entra}/commands/m365group/m365group-recyclebinitem-restore.js +16 -12
  47. package/dist/m365/{aad → entra}/commands/m365group/m365group-remove.js +17 -13
  48. package/dist/m365/{aad → entra}/commands/m365group/m365group-renew.js +12 -8
  49. package/dist/m365/{aad → entra}/commands/m365group/m365group-report-activitycounts.js +4 -0
  50. package/dist/m365/{aad → entra}/commands/m365group/m365group-report-activitydetail.js +4 -0
  51. package/dist/m365/{aad → entra}/commands/m365group/m365group-report-activityfilecounts.js +4 -0
  52. package/dist/m365/{aad → entra}/commands/m365group/m365group-report-activitygroupcounts.js +4 -0
  53. package/dist/m365/{aad → entra}/commands/m365group/m365group-report-activitystorage.js +4 -0
  54. package/dist/m365/{aad → entra}/commands/m365group/m365group-set.js +19 -15
  55. package/dist/m365/{aad → entra}/commands/m365group/m365group-teamify.js +16 -12
  56. package/dist/m365/{aad → entra}/commands/m365group/m365group-user-add.js +14 -13
  57. package/dist/m365/entra/commands/m365group/m365group-user-list.js +154 -0
  58. package/dist/m365/{aad → entra}/commands/m365group/m365group-user-remove.js +14 -13
  59. package/dist/m365/{aad → entra}/commands/m365group/m365group-user-set.js +14 -13
  60. package/dist/m365/{aad → entra}/commands/oauth2grant/oauth2grant-add.js +12 -8
  61. package/dist/m365/{aad → entra}/commands/oauth2grant/oauth2grant-list.js +12 -8
  62. package/dist/m365/{aad → entra}/commands/oauth2grant/oauth2grant-remove.js +10 -6
  63. package/dist/m365/{aad → entra}/commands/oauth2grant/oauth2grant-set.js +10 -6
  64. package/dist/m365/{aad → entra}/commands/policy/policy-list.js +16 -12
  65. package/dist/m365/{aad → entra}/commands/siteclassification/siteclassification-disable.js +12 -8
  66. package/dist/m365/{aad → entra}/commands/siteclassification/siteclassification-enable.js +12 -8
  67. package/dist/m365/{aad → entra}/commands/siteclassification/siteclassification-get.js +6 -2
  68. package/dist/m365/{aad → entra}/commands/siteclassification/siteclassification-set.js +14 -10
  69. package/dist/m365/{aad → entra}/commands/sp/sp-add.js +17 -13
  70. package/dist/m365/{aad → entra}/commands/sp/sp-get.js +16 -12
  71. package/dist/m365/{aad → entra}/commands/sp/sp-list.js +12 -8
  72. package/dist/m365/{aad → entra}/commands/user/user-add.js +18 -14
  73. package/dist/m365/{aad → entra}/commands/user/user-get.js +16 -12
  74. package/dist/m365/{aad → entra}/commands/user/user-guest-add.js +12 -8
  75. package/dist/m365/{aad → entra}/commands/user/user-hibp.js +14 -10
  76. package/dist/m365/{aad → entra}/commands/user/user-license-add.js +16 -12
  77. package/dist/m365/{aad → entra}/commands/user/user-license-list.js +16 -12
  78. package/dist/m365/{aad → entra}/commands/user/user-license-remove.js +16 -12
  79. package/dist/m365/{aad → entra}/commands/user/user-list.js +12 -8
  80. package/dist/m365/{aad → entra}/commands/user/user-password-validate.js +10 -6
  81. package/dist/m365/{aad → entra}/commands/user/user-recyclebinitem-clear.js +12 -8
  82. package/dist/m365/{aad → entra}/commands/user/user-recyclebinitem-list.js +6 -2
  83. package/dist/m365/{aad → entra}/commands/user/user-recyclebinitem-remove.js +14 -10
  84. package/dist/m365/{aad → entra}/commands/user/user-recyclebinitem-restore.js +12 -8
  85. package/dist/m365/{aad → entra}/commands/user/user-remove.js +16 -12
  86. package/dist/m365/{aad → entra}/commands/user/user-set.js +18 -14
  87. package/dist/m365/{aad → entra}/commands/user/user-signin-list.js +15 -11
  88. package/dist/m365/entra/commands.js +85 -0
  89. package/dist/m365/pa/commands/app/app-get.js +26 -11
  90. package/dist/m365/pa/commands/app/app-remove.js +19 -2
  91. package/dist/m365/spo/commands/group/group-member-remove.js +1 -1
  92. package/dist/m365/spo/commands/group/group-set.js +1 -1
  93. package/dist/m365/spo/commands/site/site-set.js +1 -1
  94. package/dist/m365/teams/commands/app/app-install.js +1 -1
  95. package/dist/m365/teams/commands/meeting/meeting-attendancereport-list.js +1 -1
  96. package/docs/docs/cmd/{aad → entra}/administrativeunit/administrativeunit-add.mdx +10 -4
  97. package/docs/docs/cmd/{aad → entra}/administrativeunit/administrativeunit-get.mdx +9 -3
  98. package/docs/docs/cmd/{aad → entra}/administrativeunit/administrativeunit-list.mdx +9 -3
  99. package/docs/docs/cmd/{aad → entra}/administrativeunit/administrativeunit-member-add.mdx +13 -7
  100. package/docs/docs/cmd/{aad → entra}/administrativeunit/administrativeunit-member-get.mdx +9 -3
  101. package/docs/docs/cmd/{aad → entra}/administrativeunit/administrativeunit-member-list.mdx +16 -10
  102. package/docs/docs/cmd/{aad → entra}/administrativeunit/administrativeunit-remove.mdx +9 -3
  103. package/docs/docs/cmd/{aad → entra}/app/app-add.mdx +44 -38
  104. package/docs/docs/cmd/{aad → entra}/app/app-get.mdx +23 -17
  105. package/docs/docs/cmd/{aad → entra}/app/app-list.mdx +11 -5
  106. package/docs/docs/cmd/entra/app/app-permission-add.mdx +68 -0
  107. package/docs/docs/cmd/entra/app/app-remove.mdx +65 -0
  108. package/docs/docs/cmd/entra/app/app-role-add.mdx +74 -0
  109. package/docs/docs/cmd/{aad → entra}/app/app-role-list.mdx +20 -14
  110. package/docs/docs/cmd/entra/app/app-role-remove.mdx +84 -0
  111. package/docs/docs/cmd/entra/app/app-set.mdx +103 -0
  112. package/docs/docs/cmd/{aad → entra}/approleassignment/approleassignment-add.mdx +14 -8
  113. package/docs/docs/cmd/{aad → entra}/approleassignment/approleassignment-list.mdx +12 -6
  114. package/docs/docs/cmd/{aad → entra}/approleassignment/approleassignment-remove.mdx +13 -7
  115. package/docs/docs/cmd/{aad → entra}/group/group-get.mdx +15 -9
  116. package/docs/docs/cmd/{aad → entra}/group/group-list.mdx +13 -7
  117. package/docs/docs/cmd/entra/group/group-remove.mdx +50 -0
  118. package/docs/docs/cmd/{aad → entra}/group/group-user-list.mdx +17 -11
  119. package/docs/docs/cmd/{aad → entra}/groupsetting/groupsetting-add.mdx +11 -5
  120. package/docs/docs/cmd/{aad → entra}/groupsetting/groupsetting-get.mdx +9 -3
  121. package/docs/docs/cmd/{aad → entra}/groupsetting/groupsetting-list.mdx +10 -4
  122. package/docs/docs/cmd/{aad → entra}/groupsetting/groupsetting-remove.mdx +9 -3
  123. package/docs/docs/cmd/{aad → entra}/groupsetting/groupsetting-set.mdx +10 -4
  124. package/docs/docs/cmd/{aad → entra}/groupsettingtemplate/groupsettingtemplate-get.mdx +11 -5
  125. package/docs/docs/cmd/{aad → entra}/groupsettingtemplate/groupsettingtemplate-list.mdx +10 -4
  126. package/docs/docs/cmd/{aad → entra}/license/license-list.mdx +9 -3
  127. package/docs/docs/cmd/{aad → entra}/m365group/m365group-add.mdx +17 -11
  128. package/docs/docs/cmd/{aad → entra}/m365group/m365group-conversation-list.mdx +9 -3
  129. package/docs/docs/cmd/{aad → entra}/m365group/m365group-conversation-post-list.mdx +10 -4
  130. package/docs/docs/cmd/{aad → entra}/m365group/m365group-get.mdx +10 -4
  131. package/docs/docs/cmd/{aad → entra}/m365group/m365group-list.mdx +13 -7
  132. package/docs/docs/cmd/{aad → entra}/m365group/m365group-recyclebinitem-clear.mdx +9 -3
  133. package/docs/docs/cmd/{aad → entra}/m365group/m365group-recyclebinitem-list.mdx +12 -6
  134. package/docs/docs/cmd/{aad → entra}/m365group/m365group-recyclebinitem-remove.mdx +10 -4
  135. package/docs/docs/cmd/{aad → entra}/m365group/m365group-recyclebinitem-restore.mdx +10 -4
  136. package/docs/docs/cmd/{aad → entra}/m365group/m365group-remove.mdx +10 -4
  137. package/docs/docs/cmd/{aad → entra}/m365group/m365group-renew.mdx +8 -2
  138. package/docs/docs/cmd/{aad → entra}/m365group/m365group-report-activitycounts.mdx +10 -4
  139. package/docs/docs/cmd/{aad → entra}/m365group/m365group-report-activitydetail.mdx +11 -5
  140. package/docs/docs/cmd/{aad → entra}/m365group/m365group-report-activityfilecounts.mdx +10 -4
  141. package/docs/docs/cmd/{aad → entra}/m365group/m365group-report-activitygroupcounts.mdx +10 -4
  142. package/docs/docs/cmd/{aad → entra}/m365group/m365group-report-activitystorage.mdx +10 -4
  143. package/docs/docs/cmd/{aad → entra}/m365group/m365group-set.mdx +12 -6
  144. package/docs/docs/cmd/{aad → entra}/m365group/m365group-teamify.mdx +9 -3
  145. package/docs/docs/cmd/{aad → entra}/m365group/m365group-user-add.mdx +9 -3
  146. package/docs/docs/cmd/entra/m365group/m365group-user-list.mdx +131 -0
  147. package/docs/docs/cmd/{aad → entra}/m365group/m365group-user-remove.mdx +9 -5
  148. package/docs/docs/cmd/{aad → entra}/m365group/m365group-user-set.mdx +10 -6
  149. package/docs/docs/cmd/{aad → entra}/oauth2grant/oauth2grant-add.mdx +15 -9
  150. package/docs/docs/cmd/{aad → entra}/oauth2grant/oauth2grant-list.mdx +11 -5
  151. package/docs/docs/cmd/{aad → entra}/oauth2grant/oauth2grant-remove.mdx +13 -7
  152. package/docs/docs/cmd/{aad → entra}/oauth2grant/oauth2grant-set.mdx +12 -6
  153. package/docs/docs/cmd/{aad → entra}/policy/policy-list.mdx +14 -8
  154. package/docs/docs/cmd/{aad → entra}/siteclassification/siteclassification-disable.mdx +9 -3
  155. package/docs/docs/cmd/{aad → entra}/siteclassification/siteclassification-enable.mdx +10 -4
  156. package/docs/docs/cmd/{aad → entra}/siteclassification/siteclassification-get.mdx +9 -3
  157. package/docs/docs/cmd/{aad → entra}/siteclassification/siteclassification-set.mdx +11 -5
  158. package/docs/docs/cmd/{aad → entra}/sp/sp-add.mdx +25 -19
  159. package/docs/docs/cmd/{aad → entra}/sp/sp-get.mdx +12 -6
  160. package/docs/docs/cmd/{aad → entra}/sp/sp-list.mdx +10 -4
  161. package/docs/docs/cmd/{aad → entra}/user/user-add.mdx +12 -6
  162. package/docs/docs/cmd/{aad → entra}/user/user-get.mdx +16 -10
  163. package/docs/docs/cmd/{aad → entra}/user/user-guest-add.mdx +11 -5
  164. package/docs/docs/cmd/{aad → entra}/user/user-hibp.mdx +10 -4
  165. package/docs/docs/cmd/{aad → entra}/user/user-license-add.mdx +10 -4
  166. package/docs/docs/cmd/{aad → entra}/user/user-license-list.mdx +11 -5
  167. package/docs/docs/cmd/{aad → entra}/user/user-license-remove.mdx +9 -3
  168. package/docs/docs/cmd/{aad → entra}/user/user-list.mdx +12 -6
  169. package/docs/docs/cmd/{aad → entra}/user/user-password-validate.mdx +9 -3
  170. package/docs/docs/cmd/{aad → entra}/user/user-recyclebinitem-clear.mdx +9 -3
  171. package/docs/docs/cmd/{aad → entra}/user/user-recyclebinitem-list.mdx +9 -3
  172. package/docs/docs/cmd/{aad → entra}/user/user-recyclebinitem-remove.mdx +9 -3
  173. package/docs/docs/cmd/{aad → entra}/user/user-recyclebinitem-restore.mdx +8 -2
  174. package/docs/docs/cmd/{aad → entra}/user/user-remove.mdx +9 -3
  175. package/docs/docs/cmd/{aad → entra}/user/user-set.mdx +15 -9
  176. package/docs/docs/cmd/{aad → entra}/user/user-signin-list.mdx +19 -13
  177. package/docs/docs/cmd/pa/app/app-get.mdx +15 -0
  178. package/docs/docs/cmd/pa/app/app-remove.mdx +14 -0
  179. package/docs/docs/cmd/planner/plan/plan-add.mdx +1 -1
  180. package/docs/docs/cmd/spo/site/site-add.mdx +1 -1
  181. package/docs/docs/cmd/teams/team/team-add.mdx +1 -1
  182. package/npm-shrinkwrap.json +2 -2
  183. package/package.json +2 -2
  184. package/dist/m365/aad/commands/m365group/m365group-user-list.js +0 -94
  185. package/docs/docs/cmd/aad/app/app-permission-add.mdx +0 -62
  186. package/docs/docs/cmd/aad/app/app-remove.mdx +0 -59
  187. package/docs/docs/cmd/aad/app/app-role-add.mdx +0 -68
  188. package/docs/docs/cmd/aad/app/app-role-remove.mdx +0 -78
  189. package/docs/docs/cmd/aad/app/app-set.mdx +0 -97
  190. package/docs/docs/cmd/aad/group/group-remove.mdx +0 -44
  191. package/docs/docs/cmd/aad/m365group/m365group-user-list.mdx +0 -99
  192. /package/dist/m365/{aad → entra}/commands/approleassignment/ServicePrincipal.js +0 -0
  193. /package/dist/m365/{aad → entra}/commands/m365group/GroupExtended.js +0 -0
  194. /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 user recyclebinitem restore
5
+ # entra user recyclebinitem restore
6
6
 
7
7
  Restores a user from the recycle bin in the current tenant
8
8
 
9
9
  ## Usage
10
10
 
11
+ ```sh
12
+ m365 entra user recyclebinitem restore [options]
13
+ ```
14
+
15
+ ## Alias
16
+
11
17
  ```sh
12
18
  m365 aad user recyclebinitem restore [options]
13
19
  ```
@@ -40,7 +46,7 @@ After running this command, it may take a minute before the user will reappear i
40
46
  Restore user from the recycle bin.
41
47
 
42
48
  ```sh
43
- m365 aad user recyclebinitem restore --id 990e2425-f595-43bc-85ed-b89a44093793
49
+ m365 entra user recyclebinitem restore --id 990e2425-f595-43bc-85ed-b89a44093793
44
50
  ```
45
51
 
46
52
  ## Response
@@ -1,11 +1,17 @@
1
1
  import Global from '/docs/cmd/_global.mdx';
2
2
 
3
- # aad user remove
3
+ # entra user remove
4
4
 
5
5
  Removes a specific user
6
6
 
7
7
  ## Usage
8
8
 
9
+ ```sh
10
+ m365 entra user remove [options]
11
+ ```
12
+
13
+ ## Alias
14
+
9
15
  ```sh
10
16
  m365 aad user remove [options]
11
17
  ```
@@ -50,13 +56,13 @@ After running this command, it may take a minute before the user is effectively
50
56
  Removes a specific user by id
51
57
 
52
58
  ```sh
53
- m365 aad user remove --id a33bd401-9117-4e0e-bb7b-3f61c1539e10
59
+ m365 entra user remove --id a33bd401-9117-4e0e-bb7b-3f61c1539e10
54
60
  ```
55
61
 
56
62
  Removes a specific user by its UPN
57
63
 
58
64
  ```sh
59
- m365 aad user remove --userName john.doe@contoso.com
65
+ m365 entra user remove --userName john.doe@contoso.com
60
66
  ```
61
67
 
62
68
  ## Response
@@ -1,11 +1,17 @@
1
1
  import Global from '/docs/cmd/_global.mdx';
2
2
 
3
- # aad user set
3
+ # entra user set
4
4
 
5
5
  Updates information of the specified user
6
6
 
7
7
  ## Usage
8
8
 
9
+ ```sh
10
+ m365 entra user set [options]
11
+ ```
12
+
13
+ ## Alias
14
+
9
15
  ```sh
10
16
  m365 aad user set [options]
11
17
  ```
@@ -87,48 +93,48 @@ If the user with the specified ID or username doesn't exist, or if the specified
87
93
  Update specific property _department_ of user with id _1caf7dcd-7e83-4c3a-94f7-932a1299c844_
88
94
 
89
95
  ```sh
90
- m365 aad user set --id 1caf7dcd-7e83-4c3a-94f7-932a1299c844 --department IT
96
+ m365 entra user set --id 1caf7dcd-7e83-4c3a-94f7-932a1299c844 --department IT
91
97
  ```
92
98
 
93
99
  Update multiple properties of user by name
94
100
  ```sh
95
- m365 aad user set --userName steve@contoso.onmicrosoft.com --firstName John --lastName Doe --jobTitle "Sales Manager" --companyName Contoso --department Sales --officeLocation "New York"
101
+ m365 entra user set --userName steve@contoso.onmicrosoft.com --firstName John --lastName Doe --jobTitle "Sales Manager" --companyName Contoso --department Sales --officeLocation "New York"
96
102
  ```
97
103
 
98
104
  Enable user with id _1caf7dcd-7e83-4c3a-94f7-932a1299c844_
99
105
 
100
106
  ```sh
101
- m365 aad user set --id 1caf7dcd-7e83-4c3a-94f7-932a1299c844 --accountEnabled true
107
+ m365 entra user set --id 1caf7dcd-7e83-4c3a-94f7-932a1299c844 --accountEnabled true
102
108
  ```
103
109
 
104
110
  Disable user with id _1caf7dcd-7e83-4c3a-94f7-932a1299c844_
105
111
 
106
112
  ```sh
107
- m365 aad user set --id 1caf7dcd-7e83-4c3a-94f7-932a1299c844 --accountEnabled false
113
+ m365 entra user set --id 1caf7dcd-7e83-4c3a-94f7-932a1299c844 --accountEnabled false
108
114
  ```
109
115
 
110
116
  Reset password of a given user by userName and require the user to change the password on the next sign in
111
117
 
112
118
  ```sh
113
- m365 aad user set --userName steve@contoso.onmicrosoft.com --resetPassword --newPassword 6NLUId79Lc24 --forceChangePasswordNextSignIn
119
+ m365 entra user set --userName steve@contoso.onmicrosoft.com --resetPassword --newPassword 6NLUId79Lc24 --forceChangePasswordNextSignIn
114
120
  ```
115
121
 
116
122
  Change password of the currently logged in user
117
123
 
118
124
  ```sh
119
- m365 aad user set --id 1caf7dcd-7e83-4c3a-94f7-932a1299c844 --currentPassword SLBF5gnRtyYc --newPassword 6NLUId79Lc24
125
+ m365 entra user set --id 1caf7dcd-7e83-4c3a-94f7-932a1299c844 --currentPassword SLBF5gnRtyYc --newPassword 6NLUId79Lc24
120
126
  ```
121
127
 
122
128
  Updates a user with a manager
123
129
 
124
130
  ```sh
125
- m365 aad user set --displayName "John Doe" --userName "john.doe@contoso.com" --managerUserName "adele@contoso.com"
131
+ m365 entra user set --displayName "John Doe" --userName "john.doe@contoso.com" --managerUserName "adele@contoso.com"
126
132
  ```
127
133
 
128
134
  Updates a user by removing its manager
129
135
 
130
136
  ```sh
131
- m365 aad user set --userName "john.doe@contoso.com" --removeManager
137
+ m365 entra user set --userName "john.doe@contoso.com" --removeManager
132
138
  ```
133
139
 
134
140
  ## 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 user signin list
5
+ # entra user signin list
6
6
 
7
- Retrieves the Azure AD user sign-ins for the tenant
7
+ Retrieves the Entra ID user sign-ins for the tenant
8
8
 
9
9
  ## Usage
10
10
 
11
+ ```sh
12
+ m365 entra user signin list [options]
13
+ ```
14
+
15
+ ## Alias
16
+
11
17
  ```sh
12
18
  m365 aad user signin list [options]
13
19
  ```
@@ -35,55 +41,55 @@ m365 aad user signin list [options]
35
41
  Get all user's sign-ins in your tenant
36
42
 
37
43
  ```sh
38
- m365 aad user signin list
44
+ m365 entra user signin list
39
45
  ```
40
46
 
41
47
  Get all user's sign-ins filter by given user's UPN in the tenant
42
48
 
43
49
  ```sh
44
- m365 aad user signin list --userName 'johndoe@example.com'
50
+ m365 entra user signin list --userName 'johndoe@example.com'
45
51
  ```
46
52
 
47
53
  Get all user's sign-ins filter by given user's Id in the tenant
48
54
 
49
55
  ```sh
50
- m365 aad user signin list --userId '11111111-1111-1111-1111-111111111111'
56
+ m365 entra user signin list --userId '11111111-1111-1111-1111-111111111111'
51
57
  ```
52
58
 
53
59
  Get all user's sign-ins filter by given application display name in the tenant
54
60
 
55
61
  ```sh
56
- m365 aad user signin list --appDisplayName 'Graph explorer'
62
+ m365 entra user signin list --appDisplayName 'Graph explorer'
57
63
  ```
58
64
 
59
65
  Get all user's sign-ins filter by given application identifier in the tenant
60
66
 
61
67
  ```sh
62
- m365 aad user signin list --appId '00000000-0000-0000-0000-000000000000'
68
+ m365 entra user signin list --appId '00000000-0000-0000-0000-000000000000'
63
69
  ```
64
70
 
65
71
  Get all user's sign-ins filter by given user's UPN and application display name in the tenant
66
72
 
67
73
  ```sh
68
- m365 aad user signin list --userName 'johndoe@example.com' --appDisplayName 'Graph explorer'
74
+ m365 entra user signin list --userName 'johndoe@example.com' --appDisplayName 'Graph explorer'
69
75
  ```
70
76
 
71
77
  Get all user's sign-ins filter by given user's Id and application display name in the tenant
72
78
 
73
79
  ```sh
74
- m365 aad user signin list --userId '11111111-1111-1111-1111-111111111111' --appDisplayName 'Graph explorer'
80
+ m365 entra user signin list --userId '11111111-1111-1111-1111-111111111111' --appDisplayName 'Graph explorer'
75
81
  ```
76
82
 
77
83
  Get all user's sign-ins filter by given user's UPN and application identifier in the tenant
78
84
 
79
85
  ```sh
80
- m365 aad user signin list --userName 'johndoe@example.com' --appId '00000000-0000-0000-0000-000000000000'
86
+ m365 entra user signin list --userName 'johndoe@example.com' --appId '00000000-0000-0000-0000-000000000000'
81
87
  ```
82
88
 
83
89
  Get all user's sign-ins filter by given user's Id and application identifier in the tenant
84
90
 
85
91
  ```sh
86
- m365 aad user signin list --userId '11111111-1111-1111-1111-111111111111' --appId '00000000-0000-0000-0000-000000000000'
92
+ m365 entra user signin list --userId '11111111-1111-1111-1111-111111111111' --appId '00000000-0000-0000-0000-000000000000'
87
93
  ```
88
94
 
89
95
  ## Response
@@ -178,13 +184,13 @@ m365 aad user signin list --userId '11111111-1111-1111-1111-111111111111' --appI
178
184
  <TabItem value="Markdown">
179
185
 
180
186
  ```md
181
- # aad user signin list
187
+ # entra user signin list
182
188
 
183
189
  Date: 2023-06-02
184
190
 
185
191
  Property | Value
186
192
  ---------|-------
187
- # aad user signin list
193
+ # entra user signin list
188
194
 
189
195
  Date: 2023-06-02
190
196
 
@@ -20,6 +20,12 @@ m365 pa app get [options]
20
20
 
21
21
  `-d, --displayName [displayName]`
22
22
  : The display name of the Microsoft Power App to get information about.
23
+
24
+ `--asAdmin`
25
+ : Run the command as admin for apps you don't have permission to.
26
+
27
+ `-e, --environmentName [environmentName]`
28
+ : The name of the environment. Required when using `asAdmin`.
23
29
  ```
24
30
 
25
31
  <Global />
@@ -32,6 +38,9 @@ This command is based on an API that is currently in preview and is subject to c
32
38
 
33
39
  :::
34
40
 
41
+ As a maker, you are able to retrieve the Power Apps you have permission to. As an administrator, you are also able to retrieve Power Apps from other users you don't have permission to. To get the app from another user, use the `asAdmin` option and make sure to specify the `environment` option as well.
42
+
43
+
35
44
  If you try to retrieve a non-existing Microsoft Power App, you will get the `Request failed with status code 404` error.
36
45
 
37
46
  ## Examples
@@ -48,6 +57,12 @@ Get information about the specified Microsoft Power App by the app's display nam
48
57
  m365 pa app get --displayName App
49
58
  ```
50
59
 
60
+ Get information about the specific app you do not have access to.
61
+
62
+ ```sh
63
+ m365 pa app get --name 3989cb59-ce1a-4a5c-bb78-257c5c39381d --environmentName Default-d87a7535-dd31-4437-bfe1-95340acd55c5 --asAdmin
64
+ ```
65
+
51
66
  ## Response
52
67
 
53
68
  <Tabs>
@@ -18,6 +18,12 @@ m365 pa app remove [options]
18
18
 
19
19
  `-f, --force`
20
20
  : Don't prompt for confirmation
21
+
22
+ `--asAdmin`
23
+ : Run the command as admin for apps you don't own.
24
+
25
+ `-e, --environmentName [environmentName]`
26
+ : The name of the environment. Required when using `asAdmin`.
21
27
  ```
22
28
 
23
29
  <Global />
@@ -26,6 +32,8 @@ m365 pa app remove [options]
26
32
 
27
33
  By default, the command will try to remove a Power App. As maker, you are able to delete the Power Apps you own. As administrator, you are also able to delete Power Apps from other users.
28
34
 
35
+ To remove an app you do not own, use the `asAdmin` option and make sure to specify the `environmentName` option as well.
36
+
29
37
  To remove a model-driven Power App you need administrator permissions.
30
38
 
31
39
  If the Power App with the name you specified doesn't exist, you will get the `Error: App 'abc' does not exist` error.
@@ -44,6 +52,12 @@ Removes the specified Power App without confirmation
44
52
  m365 pa app remove --name 3989cb59-ce1a-4a5c-bb78-257c5c39381d --force
45
53
  ```
46
54
 
55
+ Removes the specified Power App you don't own
56
+
57
+ ```sh
58
+ m365 pa app remove --name 3989cb59-ce1a-4a5c-bb78-257c5c39381d --environmentName Default-d87a7535-dd31-4437-bfe1-95340acd55c5 --asAdmin
59
+ ```
60
+
47
61
  ## Response
48
62
 
49
63
  The command won't return a response on success.
@@ -38,7 +38,7 @@ m365 planner plan add [options]
38
38
 
39
39
  ## Remarks
40
40
 
41
- - Related to the options `--shareWithUserIds` and `--shareWithUserNames`. If you are leveraging Microsoft 365 groups, use the `aad m365group user` commands to manage group membership to share the [group's](https://pnp.github.io/cli-microsoft365/cmd/aad/m365group/m365group-user-add/) plan. You can also add existing members of the group to this collection though it is not required for them to access the plan owned by the group.
41
+ - Related to the options `--shareWithUserIds` and `--shareWithUserNames`. If you are leveraging Microsoft 365 groups, use the `entra m365group user` commands to manage group membership to share the [group's](https://pnp.github.io/cli-microsoft365/cmd/entra/m365group/m365group-user-add/) plan. You can also add existing members of the group to this collection though it is not required for them to access the plan owned by the group.
42
42
 
43
43
  - Hint: Unlike for groups, a Planner Roster can contain only 1 plan.
44
44
 
@@ -101,7 +101,7 @@ Deleting and creating classic site collections is by default asynchronous and de
101
101
 
102
102
  The `--owners` option is mandatory for creating `CommunicationSite` sites with app-only permissions.
103
103
 
104
- When trying to create a team site using app-only permissions, you will get an _Insufficient privileges to complete the operation._ error. As a workaround, you can use the [`aad m365group add`](../../aad/m365group/m365group-add.mdx) command, followed by [`spo site set`](./site-set.mdx) to further configure the Team site.
104
+ When trying to create a team site using app-only permissions, you will get an _Insufficient privileges to complete the operation._ error. As a workaround, you can use the [`entra m365group add`](../../entra/m365group/m365group-add.mdx) command, followed by [`spo site set`](./site-set.mdx) to further configure the Team site.
105
105
 
106
106
  ## Examples
107
107
 
@@ -32,7 +32,7 @@ m365 teams team add [options]
32
32
 
33
33
  ## Remarks
34
34
 
35
- If you want to add a Team to an existing Microsoft 365 Group use the [aad m365group teamify](../../aad/m365group/m365group-teamify.mdx) command instead.
35
+ If you want to add a Team to an existing Microsoft 365 Group use the [entra m365group teamify](../../entra/m365group/m365group-teamify.mdx) command instead.
36
36
 
37
37
  This command will return different responses based on the presence of the `--wait` option. If present, the command will return a `group` resource in the response. If not present, the command will return a `teamsAsyncOperation` resource in the response.
38
38
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@pnp/cli-microsoft365",
3
- "version": "7.3.0",
3
+ "version": "7.4.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@pnp/cli-microsoft365",
9
- "version": "7.3.0",
9
+ "version": "7.4.0",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@azure/msal-common": "^14.5.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnp/cli-microsoft365",
3
- "version": "7.3.0",
3
+ "version": "7.4.0-beta.4c4cef8",
4
4
  "description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
5
5
  "license": "MIT",
6
6
  "main": "./dist/api.js",
@@ -301,4 +301,4 @@
301
301
  "sinon": "^17.0.0",
302
302
  "source-map-support": "^0.5.21"
303
303
  }
304
- }
304
+ }
@@ -1,94 +0,0 @@
1
- var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
2
- if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
3
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
4
- return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
5
- };
6
- var _AadM365GroupUserListCommand_instances, _AadM365GroupUserListCommand_initTelemetry, _AadM365GroupUserListCommand_initOptions, _AadM365GroupUserListCommand_initValidators;
7
- import { odata } from '../../../../utils/odata.js';
8
- import { validation } from '../../../../utils/validation.js';
9
- import GraphCommand from '../../../base/GraphCommand.js';
10
- import commands from '../../commands.js';
11
- import { aadGroup } from '../../../../utils/aadGroup.js';
12
- class AadM365GroupUserListCommand extends GraphCommand {
13
- get name() {
14
- return commands.M365GROUP_USER_LIST;
15
- }
16
- get description() {
17
- return "Lists users for the specified Microsoft 365 group";
18
- }
19
- constructor() {
20
- super();
21
- _AadM365GroupUserListCommand_instances.add(this);
22
- __classPrivateFieldGet(this, _AadM365GroupUserListCommand_instances, "m", _AadM365GroupUserListCommand_initTelemetry).call(this);
23
- __classPrivateFieldGet(this, _AadM365GroupUserListCommand_instances, "m", _AadM365GroupUserListCommand_initOptions).call(this);
24
- __classPrivateFieldGet(this, _AadM365GroupUserListCommand_instances, "m", _AadM365GroupUserListCommand_initValidators).call(this);
25
- }
26
- async commandAction(logger, args) {
27
- try {
28
- const isUnifiedGroup = await aadGroup.isUnifiedGroup(args.options.groupId);
29
- if (!isUnifiedGroup) {
30
- throw Error(`Specified group with id '${args.options.groupId}' is not a Microsoft 365 group.`);
31
- }
32
- let users = await this.getOwners(args.options.groupId, logger);
33
- if (args.options.role !== 'Owner') {
34
- const membersAndGuests = await this.getMembersAndGuests(args.options.groupId, logger);
35
- users = users.concat(membersAndGuests);
36
- }
37
- if (args.options.role) {
38
- users = users.filter(i => i.userType === args.options.role);
39
- }
40
- await logger.log(users);
41
- }
42
- catch (err) {
43
- this.handleRejectedODataJsonPromise(err);
44
- }
45
- }
46
- async getOwners(groupId, logger) {
47
- if (this.verbose) {
48
- await logger.logToStderr(`Retrieving owners of the group with id ${groupId}`);
49
- }
50
- const endpoint = `${this.resource}/v1.0/groups/${groupId}/owners?$select=id,displayName,userPrincipalName,userType`;
51
- const users = await odata.getAllItems(endpoint);
52
- // Currently there is a bug in the Microsoft Graph that returns Owners as
53
- // userType 'member'. We therefore update all returned user as owner
54
- users.forEach(user => {
55
- user.userType = 'Owner';
56
- });
57
- return users;
58
- }
59
- async getMembersAndGuests(groupId, logger) {
60
- if (this.verbose) {
61
- await logger.logToStderr(`Retrieving members of the group with id ${groupId}`);
62
- }
63
- const endpoint = `${this.resource}/v1.0/groups/${groupId}/members?$select=id,displayName,userPrincipalName,userType`;
64
- return await odata.getAllItems(endpoint);
65
- }
66
- }
67
- _AadM365GroupUserListCommand_instances = new WeakSet(), _AadM365GroupUserListCommand_initTelemetry = function _AadM365GroupUserListCommand_initTelemetry() {
68
- this.telemetry.push((args) => {
69
- Object.assign(this.telemetryProperties, {
70
- role: args.options.role
71
- });
72
- });
73
- }, _AadM365GroupUserListCommand_initOptions = function _AadM365GroupUserListCommand_initOptions() {
74
- this.options.unshift({
75
- option: "-i, --groupId <groupId>"
76
- }, {
77
- option: "-r, --role [type]",
78
- autocomplete: ["Owner", "Member", "Guest"]
79
- });
80
- }, _AadM365GroupUserListCommand_initValidators = function _AadM365GroupUserListCommand_initValidators() {
81
- this.validators.push(async (args) => {
82
- if (!validation.isValidGuid(args.options.groupId)) {
83
- return `${args.options.groupId} is not a valid GUID`;
84
- }
85
- if (args.options.role) {
86
- if (['Owner', 'Member', 'Guest'].indexOf(args.options.role) === -1) {
87
- return `${args.options.role} is not a valid role value. Allowed values Owner|Member|Guest`;
88
- }
89
- }
90
- return true;
91
- });
92
- };
93
- export default new AadM365GroupUserListCommand();
94
- //# sourceMappingURL=m365group-user-list.js.map
@@ -1,62 +0,0 @@
1
- import Global from '/docs/cmd/_global.mdx';
2
- import Tabs from '@theme/Tabs';
3
- import TabItem from '@theme/TabItem';
4
-
5
- # aad app permission add
6
-
7
- Adds the specified application and/or delegated permissions to a specified Entra ID (Azure AD) app
8
-
9
- ## Usage
10
-
11
- ```sh
12
- m365 aad app permission add [options]
13
- ```
14
-
15
- ## Options
16
-
17
- ```md definition-list
18
- `-i, --appId [appId]`
19
- : Client ID of the Entra ID (Azure AD) app to add the API permissions to. Specify `appId` or `appObjectId` but not both.
20
-
21
- `--appObjectId [appObjectId]`
22
- : Object ID of the Entra ID (Azure AD) app to add the API permissions to. Specify `appId` or `appObjectId` but not both.
23
-
24
- `-a, --applicationPermissions [applicationPermissions]`
25
- : Space-separated list of application permissions to add. Specify at least `applicationPermissions` or `delegatedPermissions`.
26
-
27
- `-d, --delegatedPermissions [delegatedPermissions]`
28
- : Space-separated list of delegated permissions to add. Specify at least `applicationPermissions` or `delegatedPermissions`.
29
-
30
- `--grantAdminConsent`
31
- : When specified, grants application & delegated permissions through admin consent.
32
- ```
33
-
34
- <Global />
35
-
36
- ## Remarks
37
-
38
- Scopes/Roles to grant must be fully-qualified so that we can disambiguate them between the different resources.
39
-
40
- ## Examples
41
-
42
- Grant multiple delegated API permissions to an Entra ID (Azure AD) app specified by client id
43
-
44
- ```sh
45
- m365 aad app permission add --appId 'f1417aa3-bf0b-4cc5-a845-a0b2cf11f690' --delegatedPermissions 'https://management.azure.com/user_impersonation https://service.flow.microsoft.com/Flows.Read.All https://graph.microsoft.com/Agreement.Read.All'
46
- ```
47
-
48
- Grant multiple delegated API permissions to an Entra ID (Azure AD) app specified by object id
49
-
50
- ```sh
51
- m365 aad app permission add --appObjectId 'e0306bb2-bf0b-4cc5-a845-a0b2cf11f690' --delegatedPermissions 'https://management.azure.com/user_impersonation https://service.flow.microsoft.com/Flows.Read.All https://graph.microsoft.com/Agreement.Read.All'
52
- ```
53
-
54
- Grant multiple app-only permissions to an Entra ID (Azure AD) app specified by client id and grant admin consent
55
-
56
- ```sh
57
- m365 aad app permission add --appId 'f1417aa3-bf0b-4cc5-a845-a0b2cf11f690' --applicationPermissions 'https://graph.microsoft.com/Sites.FullControl.All https://microsoft.sharepoint-df.com/Sites.FullControl.All' --grandAdminConsent
58
- ```
59
-
60
- ## Response
61
-
62
- The command won't return a response on success.
@@ -1,59 +0,0 @@
1
- import Global from '/docs/cmd/_global.mdx';
2
-
3
- # aad app remove
4
-
5
- Removes an Azure AD app registration
6
-
7
- ## Usage
8
-
9
- ```sh
10
- m365 aad app remove [options]
11
- ```
12
-
13
- ## Options
14
-
15
- ```md definition-list
16
- `--appId [appId]`
17
- : Application (client) ID of the Azure AD application registration to remove. Specify either `appId`, `objectId` or `name` but not multiple.
18
-
19
- `--objectId [objectId]`
20
- : Object ID of the Azure AD application registration to remove. Specify either `appId`, `objectId` or `name` but not multiple.
21
-
22
- `--name [name]`
23
- : Name of the Azure AD application registration to remove. Specify either `appId`, `objectId` or `name` but not multiple.
24
-
25
- `-f, --force`
26
- : Don't prompt for confirmation to remove the app.
27
- ```
28
-
29
- <Global />
30
-
31
- ## Remarks
32
-
33
- For best performance use the `objectId` option to reference the Azure AD application registration to remove. If you use `appId` or `name`, this command will first need to find the corresponding object ID for that application.
34
-
35
- If the command finds multiple Azure AD application registrations with the specified app name, it will prompt you to disambiguate which app it should use, listing the discovered object IDs.
36
-
37
- ## Examples
38
-
39
- Remove the Azure AD application registration by its app (client) ID.
40
-
41
- ```sh
42
- m365 aad app remove --appId d75be2e1-0204-4f95-857d-51a37cf40be8
43
- ```
44
-
45
- Remove the Azure AD application registration by its object ID.
46
-
47
- ```sh
48
- m365 aad app remove --objectId d75be2e1-0204-4f95-857d-51a37cf40be8
49
- ```
50
-
51
- Remove the Azure AD application registration by its name. Will NOT prompt for confirmation before deleting.
52
-
53
- ```sh
54
- m365 aad app remove --name "My app" --force
55
- ```
56
-
57
- ## Response
58
-
59
- The command won't return a response on success.
@@ -1,68 +0,0 @@
1
- import Global from '/docs/cmd/_global.mdx';
2
-
3
- # aad app role add
4
-
5
- Adds role to the specified Azure AD app registration
6
-
7
- ## Usage
8
-
9
- ```sh
10
- m365 aad app role add [options]
11
- ```
12
-
13
- ## Options
14
-
15
- ```md definition-list
16
- `--appId [appId]`
17
- : Application (client) ID of the Azure AD application registration to which to add the role. Specify either `appId`, `appObjectId` or `appName`
18
-
19
- `--appObjectId [appObjectId]`
20
- : Object ID of the Azure AD application registration to which to add the role. Specify either `appId`, `appObjectId` or `appName`
21
-
22
- `--appName [appName]`
23
- : Name of the Azure AD application registration to which to add the role. Specify either `appId`, `appObjectId` or `appName`
24
-
25
- `-n, --name <name>`
26
- : Name of the role to add
27
-
28
- `-d, --description <description>`
29
- : Description of the role to add
30
-
31
- `-m, --allowedMembers <allowedMembers>`
32
- : Types of members that can be added to the group. Allowed values: `usersGroups`, `applications`, `both`
33
-
34
- `-c, --claim <claim>`
35
- : Claim value
36
- ```
37
-
38
- <Global />
39
-
40
- ## Remarks
41
-
42
- For best performance use the `appObjectId` option to reference the Azure AD application registration for which to add the role. If you use `appId` or `appName`, this command will first need to find the corresponding object ID for that application.
43
-
44
- If the command finds multiple Azure AD application registrations with the specified app name, it will prompt you to disambiguate which app it should use, listing the discovered object IDs.
45
-
46
- ## Examples
47
-
48
- Add role to the Azure AD application registration specified by its object ID
49
-
50
- ```sh
51
- m365 aad app role add --appObjectId d75be2e1-0204-4f95-857d-51a37cf40be8 --name Managers --description "Managers" --allowedMembers usersGroups --claim managers
52
- ```
53
-
54
- Add role to the Azure AD application registration specified by its app (client) ID
55
-
56
- ```sh
57
- m365 aad app role add --appId e75be2e1-0204-4f95-857d-51a37cf40be8 --name Managers --description "Managers" --allowedMembers usersGroups --claim managers
58
- ```
59
-
60
- Add role to the Azure AD application registration specified by its name
61
-
62
- ```sh
63
- m365 aad app role add --appName "My app" --name Managers --description "Managers" --allowedMembers usersGroups --claim managers
64
- ```
65
-
66
- ## Response
67
-
68
- The command won't return a response on success.