@pnp/cli-microsoft365 6.3.0 → 6.4.0-beta.39e5130
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.
- package/.eslintrc.js +1 -0
- package/README.md +12 -1
- package/dist/Command.js +1 -0
- package/dist/m365/aad/commands/user/user-get.js +3 -0
- package/dist/m365/aad/commands/user/user-license-remove.js +2 -1
- package/dist/m365/aad/commands/user/user-recyclebinitem-restore.js +2 -9
- package/dist/m365/aad/commands/user/user-set.js +3 -0
- package/dist/m365/aad/commands/user/user-signin-list.js +3 -0
- package/dist/m365/flow/commands/flow-disable.js +9 -2
- package/dist/m365/flow/commands/flow-enable.js +9 -2
- package/dist/m365/flow/commands/flow-get.js +9 -2
- package/dist/m365/flow/commands/flow-list.js +1 -1
- package/dist/m365/flow/commands/flow-remove.js +2 -2
- package/dist/m365/flow/commands/owner/owner-add.js +147 -0
- package/dist/m365/flow/commands/owner/owner-list.js +89 -0
- package/dist/m365/flow/commands/owner/owner-remove.js +147 -0
- package/dist/m365/flow/commands/run/run-cancel.js +9 -2
- package/dist/m365/flow/commands/run/run-list.js +5 -2
- package/dist/m365/flow/commands.js +3 -0
- package/dist/m365/planner/commands/roster/roster-member-add.js +3 -0
- package/dist/m365/planner/commands/roster/roster-member-get.js +98 -0
- package/dist/m365/planner/commands.js +1 -0
- package/dist/m365/spfx/commands/spfx-doctor.js +43 -29
- package/dist/m365/spo/commands/customaction/customaction-get.js +27 -7
- package/dist/m365/spo/commands/file/file-move.js +1 -1
- package/dist/m365/spo/commands/group/group-member-add.js +54 -95
- package/dist/m365/spo/commands/list/list-add.js +11 -8
- package/dist/m365/spo/commands/list/list-set.js +3 -3
- package/dist/m365/spo/commands/navigation/navigation-node-add.js +5 -4
- package/dist/m365/spo/commands/navigation/navigation-node-set.js +5 -1
- package/dist/m365/spo/commands/tenant/tenant-applicationcustomizer-get.js +118 -0
- package/dist/m365/spo/commands/term/term-get.js +68 -48
- package/dist/m365/spo/commands.js +1 -0
- package/dist/utils/aadGroup.js +18 -0
- package/dist/utils/aadUser.js +20 -0
- package/dist/utils/md.js +7 -0
- package/dist/utils/spo.js +32 -0
- package/docs/docs/cmd/aad/approleassignment/approleassignment-add.md +5 -5
- package/docs/docs/cmd/aad/approleassignment/approleassignment-remove.md +3 -3
- package/docs/docs/cmd/aad/user/user-remove.md +1 -1
- package/docs/docs/cmd/cli/completion/completion-clink-update.md +4 -4
- package/docs/docs/cmd/flow/owner/owner-add.md +61 -0
- package/docs/docs/cmd/flow/owner/owner-list.md +90 -0
- package/docs/docs/cmd/flow/owner/owner-remove.md +67 -0
- package/docs/docs/cmd/flow/run/run-list.md +28 -0
- package/docs/docs/cmd/onenote/page/page-list.md +1 -1
- package/docs/docs/cmd/outlook/mail/mail-send.md +7 -3
- package/docs/docs/cmd/outlook/message/message-get.md +143 -0
- package/docs/docs/cmd/outlook/message/message-list.md +119 -0
- package/docs/docs/cmd/outlook/message/message-move.md +4 -0
- package/docs/docs/cmd/outlook/report/report-mailactivitycounts.md +40 -0
- package/docs/docs/cmd/outlook/report/report-mailactivityusercounts.md +40 -0
- package/docs/docs/cmd/outlook/report/report-mailactivityuserdetail.md +45 -0
- package/docs/docs/cmd/outlook/report/report-mailappusageappsusercounts.md +43 -0
- package/docs/docs/cmd/outlook/report/report-mailappusageusercounts.md +44 -0
- package/docs/docs/cmd/outlook/report/report-mailappusageuserdetail.md +48 -0
- package/docs/docs/cmd/outlook/report/report-mailappusageversionsusercounts.md +41 -0
- package/docs/docs/cmd/outlook/report/report-mailboxusagedetail.md +49 -0
- package/docs/docs/cmd/outlook/report/report-mailboxusagemailboxcount.md +37 -0
- package/docs/docs/cmd/outlook/report/report-mailboxusagequotastatusmailboxcounts.md +40 -0
- package/docs/docs/cmd/outlook/report/report-mailboxusagestorage.md +36 -0
- package/docs/docs/cmd/outlook/room/room-list.md +81 -0
- package/docs/docs/cmd/outlook/roomlist/roomlist-list.md +58 -0
- package/docs/docs/cmd/planner/plan/plan-add.md +3 -3
- package/docs/docs/cmd/planner/plan/plan-set.md +73 -7
- package/docs/docs/cmd/planner/roster/roster-add.md +16 -1
- package/docs/docs/cmd/planner/roster/roster-member-get.md +87 -0
- package/docs/docs/cmd/planner/task/task-add.md +230 -0
- package/docs/docs/cmd/planner/task/task-checklistitem-add.md +55 -0
- package/docs/docs/cmd/planner/task/task-checklistitem-list.md +55 -0
- package/docs/docs/cmd/planner/task/task-checklistitem-remove.md +4 -0
- package/docs/docs/cmd/planner/task/task-get.md +131 -0
- package/docs/docs/cmd/planner/task/task-list.md +92 -0
- package/docs/docs/cmd/planner/task/task-reference-add.md +46 -0
- package/docs/docs/cmd/planner/task/task-reference-list.md +46 -0
- package/docs/docs/cmd/planner/task/task-reference-remove.md +4 -0
- package/docs/docs/cmd/planner/task/task-remove.md +4 -0
- package/docs/docs/cmd/planner/task/task-set.md +230 -0
- package/docs/docs/cmd/planner/tenant/tenant-settings-list.md +55 -0
- package/docs/docs/cmd/planner/tenant/tenant-settings-set.md +55 -0
- package/docs/docs/cmd/pp/card/card-get.md +2 -2
- package/docs/docs/cmd/pp/card/card-list.md +2 -2
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-add.md +7 -7
- package/docs/docs/cmd/skype/report/report-activitycounts.md +38 -0
- package/docs/docs/cmd/skype/report/report-activityusercounts.md +38 -0
- package/docs/docs/cmd/skype/report/report-activityuserdetail.md +67 -0
- package/docs/docs/cmd/spfx/project/project-doctor.md +3 -3
- package/docs/docs/cmd/spfx/project/project-externalize.md +3 -3
- package/docs/docs/cmd/spfx/project/project-upgrade.md +3 -3
- package/docs/docs/cmd/spfx/spfx-doctor.md +3 -3
- package/docs/docs/cmd/spo/cdn/cdn-get.md +6 -6
- package/docs/docs/cmd/spo/cdn/cdn-origin-add.md +3 -3
- package/docs/docs/cmd/spo/cdn/cdn-origin-list.md +3 -3
- package/docs/docs/cmd/spo/cdn/cdn-origin-remove.md +3 -3
- package/docs/docs/cmd/spo/cdn/cdn-policy-list.md +3 -3
- package/docs/docs/cmd/spo/cdn/cdn-policy-set.md +3 -3
- package/docs/docs/cmd/spo/cdn/cdn-set.md +3 -3
- package/docs/docs/cmd/spo/customaction/customaction-get.md +113 -11
- package/docs/docs/cmd/spo/externaluser/externaluser-list.md +2 -0
- package/docs/docs/cmd/spo/group/group-member-add.md +26 -4
- package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-get.md +2 -0
- package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-set.md +2 -0
- package/docs/docs/cmd/spo/homesite/homesite-remove.md +2 -0
- package/docs/docs/cmd/spo/homesite/homesite-set.md +2 -0
- package/docs/docs/cmd/spo/knowledgehub/knowledgehub-get.md +2 -0
- package/docs/docs/cmd/spo/knowledgehub/knowledgehub-remove.md +2 -0
- package/docs/docs/cmd/spo/knowledgehub/knowledgehub-set.md +3 -3
- package/docs/docs/cmd/spo/list/list-add.md +2 -2
- package/docs/docs/cmd/spo/list/list-set.md +2 -2
- package/docs/docs/cmd/spo/listitem/listitem-add.md +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-batch-add.md +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-set.md +1 -1
- package/docs/docs/cmd/spo/navigation/navigation-node-add.md +3 -3
- package/docs/docs/cmd/spo/navigation/navigation-node-set.md +2 -2
- package/docs/docs/cmd/spo/orgassetslibrary/orgassetslibrary-add.md +2 -0
- package/docs/docs/cmd/spo/orgassetslibrary/orgassetslibrary-list.md +2 -0
- package/docs/docs/cmd/spo/orgassetslibrary/orgassetslibrary-remove.md +2 -0
- package/docs/docs/cmd/spo/orgnewssite/orgnewssite-list.md +2 -0
- package/docs/docs/cmd/spo/orgnewssite/orgnewssite-remove.md +2 -0
- package/docs/docs/cmd/spo/orgnewssite/orgnewssite-set.md +3 -3
- package/docs/docs/cmd/spo/site/site-appcatalog-add.md +2 -0
- package/docs/docs/cmd/spo/site/site-appcatalog-remove.md +3 -3
- package/docs/docs/cmd/spo/site/site-commsite-enable.md +2 -0
- package/docs/docs/cmd/spo/site/site-list.md +3 -3
- package/docs/docs/cmd/spo/site/site-remove.md +3 -3
- package/docs/docs/cmd/spo/site/site-rename.md +3 -3
- package/docs/docs/cmd/spo/site/site-set.md +5 -5
- package/docs/docs/cmd/spo/storageentity/storageentity-remove.md +3 -3
- package/docs/docs/cmd/spo/storageentity/storageentity-set.md +3 -3
- package/docs/docs/cmd/spo/tenant/tenant-appcatalog-add.md +3 -3
- package/docs/docs/cmd/spo/tenant/tenant-appcatalogurl-get.md +2 -0
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-add.md +3 -3
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-get.md +142 -0
- package/docs/docs/cmd/spo/tenant/tenant-recyclebinitem-list.md +2 -0
- package/docs/docs/cmd/spo/tenant/tenant-recyclebinitem-remove.md +3 -3
- package/docs/docs/cmd/spo/tenant/tenant-recyclebinitem-restore.md +3 -3
- package/docs/docs/cmd/spo/tenant/tenant-settings-list.md +2 -0
- package/docs/docs/cmd/spo/tenant/tenant-settings-set.md +28 -26
- package/docs/docs/cmd/spo/term/term-add.md +3 -3
- package/docs/docs/cmd/spo/term/term-get.md +3 -3
- package/docs/docs/cmd/spo/term/term-group-add.md +2 -0
- package/docs/docs/cmd/spo/term/term-group-get.md +2 -0
- package/docs/docs/cmd/spo/term/term-group-list.md +2 -0
- package/docs/docs/cmd/spo/term/term-list.md +3 -1
- package/docs/docs/cmd/spo/term/term-set-add.md +3 -3
- package/docs/docs/cmd/spo/term/term-set-get.md +2 -0
- package/docs/docs/cmd/spo/term/term-set-list.md +2 -0
- package/docs/docs/cmd/spo/theme/theme-apply.md +3 -3
- package/docs/docs/cmd/spo/theme/theme-get.md +2 -0
- package/docs/docs/cmd/spo/theme/theme-list.md +2 -0
- package/docs/docs/cmd/spo/theme/theme-remove.md +2 -0
- package/docs/docs/cmd/spo/theme/theme-set.md +3 -3
- package/docs/docs/cmd/teams/channel/channel-get.md +1 -1
- package/docs/docs/cmd/teams/channel/channel-member-add.md +2 -2
- package/docs/docs/cmd/teams/message/message-get.md +39 -4
- package/docs/docs/cmd/teams/message/message-list.md +41 -6
- package/docs/docs/cmd/teams/message/message-reply-list.md +39 -4
- package/docs/docs/cmd/teams/messagingsettings/messagingsettings-list.md +20 -2
- package/docs/docs/cmd/teams/messagingsettings/messagingsettings-set.md +8 -8
- package/docs/docs/cmd/teams/report/report-deviceusagedistributionusercounts.md +12 -5
- package/docs/docs/cmd/teams/report/report-deviceusageusercounts.md +13 -6
- package/docs/docs/cmd/teams/report/report-deviceusageuserdetail.md +14 -7
- package/docs/docs/cmd/teams/report/report-directroutingcalls.md +13 -6
- package/docs/docs/cmd/teams/report/report-pstncalls.md +13 -6
- package/docs/docs/cmd/teams/report/report-useractivitycounts.md +13 -6
- package/docs/docs/cmd/teams/report/report-useractivityusercounts.md +13 -6
- package/docs/docs/cmd/teams/report/report-useractivityuserdetail.md +13 -6
- package/docs/docs/cmd/teams/tab/tab-add.md +16 -0
- package/docs/docs/cmd/teams/tab/tab-get.md +17 -0
- package/docs/docs/cmd/teams/tab/tab-list.md +19 -0
- package/docs/docs/cmd/teams/team/team-add.md +77 -8
- package/docs/docs/cmd/teams/team/team-app-list.md +18 -2
- package/docs/docs/cmd/teams/team/team-archive.md +2 -2
- package/docs/docs/cmd/teams/team/team-clone.md +8 -8
- package/docs/docs/cmd/teams/team/team-get.md +34 -4
- package/docs/docs/cmd/teams/team/team-list.md +34 -3
- package/docs/docs/cmd/teams/team/team-remove.md +3 -3
- package/docs/docs/cmd/teams/team/team-set.md +8 -8
- package/docs/docs/cmd/teams/team/team-unarchive.md +3 -2
- package/docs/docs/cmd/teams/user/user-app-add.md +3 -3
- package/docs/docs/cmd/teams/user/user-app-list.md +18 -2
- package/docs/docs/cmd/teams/user/user-app-remove.md +4 -4
- package/docs/docs/cmd/teams/user/user-list.md +21 -4
- package/npm-shrinkwrap.json +279 -194
- package/package.json +14 -14
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# teams report useractivityusercounts
|
|
2
2
|
|
|
3
|
-
Get the number of Microsoft Teams users by activity type. The activity types are number of teams chat messages, private chat messages, calls, or meetings
|
|
3
|
+
Get the number of Microsoft Teams users by activity type. The activity types are number of teams chat messages, private chat messages, calls, or meetings
|
|
4
4
|
|
|
5
5
|
## Usage
|
|
6
6
|
|
|
@@ -11,28 +11,28 @@ m365 teams report useractivityusercounts [options]
|
|
|
11
11
|
## Options
|
|
12
12
|
|
|
13
13
|
`-p, --period <period>`
|
|
14
|
-
: The length of time over which the report is aggregated. Supported values `D7,D30,D90,D180
|
|
14
|
+
: The length of time over which the report is aggregated. Supported values `D7,D30,D90,D180`.
|
|
15
15
|
|
|
16
16
|
`-f, --outputFile [outputFile]`
|
|
17
|
-
: Path to the file where the Microsoft Teams users by activity type report should be stored in
|
|
17
|
+
: Path to the file where the Microsoft Teams users by activity type report should be stored in.
|
|
18
18
|
|
|
19
19
|
--8<-- "docs/cmd/_global.md"
|
|
20
20
|
|
|
21
21
|
## Examples
|
|
22
22
|
|
|
23
|
-
Gets the number of Microsoft Teams users by activity type for the last week
|
|
23
|
+
Gets the number of Microsoft Teams users by activity type for the last week.
|
|
24
24
|
|
|
25
25
|
```sh
|
|
26
26
|
m365 teams report useractivityusercounts --period D7
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
-
Gets the number of Microsoft Teams users by activity type for the last week and exports the report data in the specified path in text format
|
|
29
|
+
Gets the number of Microsoft Teams users by activity type for the last week and exports the report data in the specified path in text format.
|
|
30
30
|
|
|
31
31
|
```sh
|
|
32
32
|
m365 teams report useractivityusercounts --period D7 --output text > "useractivityusercounts.txt"
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
Gets the number of Microsoft Teams users by activity type for the last week and exports the report data in the specified path in json format
|
|
35
|
+
Gets the number of Microsoft Teams users by activity type for the last week and exports the report data in the specified path in json format.
|
|
36
36
|
|
|
37
37
|
```sh
|
|
38
38
|
m365 teams report useractivityusercounts --period D7 --output json > "useractivityusercounts.json"
|
|
@@ -70,3 +70,10 @@ m365 teams report useractivityusercounts --period D7 --output json > "useractivi
|
|
|
70
70
|
Report Refresh Date,Report Date,Team Chat Messages,Private Chat Messages,Calls,Meetings,Other Actions,Report Period
|
|
71
71
|
2022-10-28,2022-10-28,0,0,0,0,0,7
|
|
72
72
|
```
|
|
73
|
+
|
|
74
|
+
=== "Markdown"
|
|
75
|
+
|
|
76
|
+
```md
|
|
77
|
+
Report Refresh Date,Report Date,Team Chat Messages,Private Chat Messages,Calls,Meetings,Other Actions,Report Period
|
|
78
|
+
2022-10-28,2022-10-28,0,0,0,0,0,7
|
|
79
|
+
```
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# teams report useractivityuserdetail
|
|
2
2
|
|
|
3
|
-
Get details about Microsoft Teams user activity by user
|
|
3
|
+
Get details about Microsoft Teams user activity by user
|
|
4
4
|
|
|
5
5
|
## Usage
|
|
6
6
|
|
|
@@ -17,31 +17,31 @@ m365 teams report useractivityuserdetail [options]
|
|
|
17
17
|
: The date for which you would like to view the users who performed any activity. Supported date format is `YYYY-MM-DD`. Specify the `date` or `period`, but not both.
|
|
18
18
|
|
|
19
19
|
`-f, --outputFile [outputFile]`
|
|
20
|
-
: Path to the file where the Microsoft Teams user activity by user report should be stored in
|
|
20
|
+
: Path to the file where the Microsoft Teams user activity by user report should be stored in.
|
|
21
21
|
|
|
22
22
|
--8<-- "docs/cmd/_global.md"
|
|
23
23
|
|
|
24
24
|
## Examples
|
|
25
25
|
|
|
26
|
-
Gets details about Microsoft Teams user activity by user for the last week
|
|
26
|
+
Gets details about Microsoft Teams user activity by user for the last week.
|
|
27
27
|
|
|
28
28
|
```sh
|
|
29
29
|
m365 teams report useractivityuserdetail --period D7
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
Gets details about Microsoft Teams user activity by user for July 13, 2019
|
|
32
|
+
Gets details about Microsoft Teams user activity by user for July 13, 2019.
|
|
33
33
|
|
|
34
34
|
```sh
|
|
35
35
|
m365 teams report useractivityuserdetail --date 2019-07-13
|
|
36
36
|
```
|
|
37
37
|
|
|
38
|
-
Gets details about Microsoft Teams user activity by user for the last week and exports the report data in the specified path in text format
|
|
38
|
+
Gets details about Microsoft Teams user activity by user for the last week and exports the report data in the specified path in text format.
|
|
39
39
|
|
|
40
40
|
```sh
|
|
41
41
|
m365 teams report useractivityuserdetail --period D7 --output text > "useractivityuserdetail.txt"
|
|
42
42
|
```
|
|
43
43
|
|
|
44
|
-
Gets details about Microsoft Teams user activity by user for the last week and exports the report data in the specified path in json format
|
|
44
|
+
Gets details about Microsoft Teams user activity by user for the last week and exports the report data in the specified path in json format.
|
|
45
45
|
|
|
46
46
|
```sh
|
|
47
47
|
m365 teams report useractivityuserdetail --period D7 --output json > "useractivityuserdetail.json"
|
|
@@ -104,3 +104,10 @@ m365 teams report useractivityuserdetail --period D7 --output json > "useractivi
|
|
|
104
104
|
Report Refresh Date,User Id,User Principal Name,Last Activity Date,Is Deleted,Deleted Date,Assigned Products,Team Chat Message Count,Private Chat Message Count,Call Count,Meeting Count,Meetings Organized Count,Meetings Attended Count,Ad Hoc Meetings Organized Count,Ad Hoc Meetings Attended Count,Scheduled One-time Meetings Organized Count,Scheduled One-time Meetings Attended Count,Scheduled Recurring Meetings Organized Count,Scheduled Recurring Meetings Attended Count,Audio Duration,Video Duration,Screen Share Duration,Audio Duration In Seconds,Video Duration In Seconds,Screen Share Duration In Seconds,Has Other Action,Urgent Messages,Post Messages,Tenant Display Name,Shared Channel Tenant Display Names,Reply Messages,Is Licensed,Report Period
|
|
105
105
|
2022-10-28,00000000-0000-0000-0000-000000000000,6E55A185B405B6F2A6804BB7897C8AAB,2022-10-26,False,,MICROSOFT 365 E5 DEVELOPER (WITHOUT WINDOWS AND AUDIO CONFERENCING)+MICROSOFT POWER AUTOMATE FREE,5,0,0,0,0,0,0,0,0,0,0,0,PT0S,PT0S,PT0S,0,0,0,No,0,2,CONTOSO,,3,Yes,7
|
|
106
106
|
```
|
|
107
|
+
|
|
108
|
+
=== "Markdown"
|
|
109
|
+
|
|
110
|
+
```md
|
|
111
|
+
Report Refresh Date,User Id,User Principal Name,Last Activity Date,Is Deleted,Deleted Date,Assigned Products,Team Chat Message Count,Private Chat Message Count,Call Count,Meeting Count,Meetings Organized Count,Meetings Attended Count,Ad Hoc Meetings Organized Count,Ad Hoc Meetings Attended Count,Scheduled One-time Meetings Organized Count,Scheduled One-time Meetings Attended Count,Scheduled Recurring Meetings Organized Count,Scheduled Recurring Meetings Attended Count,Audio Duration,Video Duration,Screen Share Duration,Audio Duration In Seconds,Video Duration In Seconds,Screen Share Duration In Seconds,Has Other Action,Urgent Messages,Post Messages,Tenant Display Name,Shared Channel Tenant Display Names,Reply Messages,Is Licensed,Report Period
|
|
112
|
+
2022-10-28,00000000-0000-0000-0000-000000000000,6E55A185B405B6F2A6804BB7897C8AAB,2022-10-26,False,,MICROSOFT 365 E5 DEVELOPER (WITHOUT WINDOWS AND AUDIO CONFERENCING)+MICROSOFT POWER AUTOMATE FREE,5,0,0,0,0,0,0,0,0,0,0,0,PT0S,PT0S,PT0S,0,0,0,No,0,2,CONTOSO,,3,Yes,7
|
|
113
|
+
```
|
|
@@ -88,3 +88,19 @@ m365 teams tab add --teamId 00000000-0000-0000-0000-000000000000 --channelId 19:
|
|
|
88
88
|
0d7e343d-b233-4039-ae77-88928d4b275b,'My Contoso Tab',https://teams.microsoft.com/l/channel/19%3aB3nCnLKwwCoGDEADyUgQ5kJ5Pkekujyjmwxp7uhQeAE1%40thread.tacv2/tab%3a%3a0d7e343d-b233-4039-ae77-88928d4b275b?label=%My%20Contoso%20Tab%27&groupId=aee5a2c9-b1df-45ac-9964-c708e760a045&tenantId=92e59666-257b-49c3-b1fa-1bae8107f6ba,"{""entityId"":null,""contentUrl"":""https://www.contoso.com/Orders/2DCA2E6C7A10415CAF6B8AB6661B3154/tabView"",""removeUrl"":null,""websiteUrl"":null}"
|
|
89
89
|
```
|
|
90
90
|
|
|
91
|
+
=== "Markdown"
|
|
92
|
+
|
|
93
|
+
```md
|
|
94
|
+
# teams tab add --teamId "aee5a2c9-b1df-45ac-9964-c708e760a045" --channelId "19:B3nCnLKwwCoGDEADyUgQ5kJ5Pkekujyjmwxp7uhQeAE1@thread.tacv2" --appId "com.microsoft.teamspace.tab.web" --appName "My Contoso Tab" --contentUrl "https://www.contoso.com/Orders/2DCA2E6C7A10415CAF6B8AB6661B3154/tabView"
|
|
95
|
+
|
|
96
|
+
Date: 1/3/2023
|
|
97
|
+
|
|
98
|
+
## My Contoso Tab (37d2294f-6dc0-4232-8718-d388f25ee696)
|
|
99
|
+
|
|
100
|
+
Property | Value
|
|
101
|
+
---------|-------
|
|
102
|
+
id | 37d2294f-6dc0-4232-8718-d388f25ee696
|
|
103
|
+
displayName | My Contoso Tab
|
|
104
|
+
webUrl | https://teams.microsoft.com/l/channel/19%3aB3nCnLKwwCoGDEADyUgQ5kJ5Pkekujyjmwxp7uhQeAE1%40thread.tacv2/tab%3a%3a37d2294f-6dc0-4232-8718-d388f25ee696?label=%My%20Contoso%20Tab%27&groupId=aee5a2c9-b1df-45ac-9964-c708e760a045&tenantId=92e59666-257b-49c3-b1fa-1bae8107f6ba
|
|
105
|
+
configuration | {"entityId":null,"contentUrl":"https://www.contoso.com/Orders/2DCA2E6C7A10415CAF6B8AB6661B3154/tabView","removeUrl":null,"websiteUrl":null}
|
|
106
|
+
```
|
|
@@ -82,3 +82,20 @@ m365 teams tab get --teamName "Team Name" --channelName "Channel Name" --name "T
|
|
|
82
82
|
id,displayName,webUrl,configuration
|
|
83
83
|
34991fbf-59f4-48d9-b094-b9d64d550e23,Tab Name,https://teams.microsoft.com/l/entity/1542629c-01b3-4a6d-8f76-1938b779e48d/_djb2_msteams_prefix_34991fbf-59f4-48d9-b094-b9d64d550e23?webUrl=https%3a%2f%2fteams.contoso.ai%2fmsteams%2fcontent%2ftab%2fteam%3ftheme%3d%7btheme%7d&label=My%20Contoso%20Tab&context=%7b%0d%0a++%22canvasUrl%22%3a+%22https%3a%2f%2fteams.contoso.ai%2fmsteams%2fcontent%2ftab%2fteam%3ftheme%3d%7btheme%7d%22%2c%0d%0a++%22channelId%22%3a+%2219%3aB3nCnLKwwCoGDEADyUgQ5kJ5Pkekujyjmwxp7uhQeAE1%40thread.tacv2%22%2c%0d%0a++%22subEntityId%22%3a+null%0d%0a%7d&groupId=aee5a2c9-b1df-45ac-9964-c708e760a045&tenantId=92e59666-257b-49c3-b1fa-1bae8107f6ba,"{""entityId"":""surveys_list:19:B3nCnLKwwCoGDEADyUgQ5kJ5Pkekujyjmwxp7uhQeAE1@thread.tacv2:ps67c9jyf3a30j2j5eum72"",""contentUrl"":""https://teams.contoso.ai/msteams/content/tab/team?theme={theme}"",""removeUrl"":""https://teams.contoso.ai/msteams/content/tabdelete?theme={theme}"",""websiteUrl"":""https://teams.contoso.ai/msteams/content/tab/team?theme={theme}"",""dateAdded"":""2022-10-31T12:17:58.632Z""}"
|
|
84
84
|
```
|
|
85
|
+
|
|
86
|
+
=== "Markdown"
|
|
87
|
+
|
|
88
|
+
```md
|
|
89
|
+
# teams tab get --teamId "aee5a2c9-b1df-45ac-9964-c708e760a045" --channelId "19:B3nCnLKwwCoGDEADyUgQ5kJ5Pkekujyjmwxp7uhQeAE1@thread.tacv2" --id "34991fbf-59f4-48d9-b094-b9d64d550e23"
|
|
90
|
+
|
|
91
|
+
Date: 1/3/2023
|
|
92
|
+
|
|
93
|
+
## Tab Name (34991fbf-59f4-48d9-b094-b9d64d550e23)
|
|
94
|
+
|
|
95
|
+
Property | Value
|
|
96
|
+
---------|-------
|
|
97
|
+
id | 34991fbf-59f4-48d9-b094-b9d64d550e23
|
|
98
|
+
displayName | Tab Name
|
|
99
|
+
webUrl | https://teams.microsoft.com/l/entity/1542629c-01b3-4a6d-8f76-1938b779e48d/_djb2_msteams_prefix_34991fbf-59f4-48d9-b094-b9d64d550e23?webUrl=https%3a%2f%2fteams.contoso.ai%2fmsteams%2fcontent%2ftab%2fteam%3ftheme%3d%7btheme%7d&label=My%20Contoso%20Tab&context=%7b%0d%0a++%22canvasUrl%22%3a+%22https%3a%2f%2fteams.contoso.ai%2fmsteams%2fcontent%2ftab%2fteam%3ftheme%3d%7btheme%7d%22%2c%0d%0a++%22channelId%22%3a+%2219%3aB3nCnLKwwCoGDEADyUgQ5kJ5Pkekujyjmwxp7uhQeAE1%40thread.tacv2%22%2c%0d%0a++%22subEntityId%22%3a+null%0d%0a%7d&groupId=aee5a2c9-b1df-45ac-9964-c708e760a045&tenantId=92e59666-257b-49c3-b1fa-1bae8107f6ba
|
|
100
|
+
configuration | {"entityId":surveys_list:19:B3nCnLKwwCoGDEADyUgQ5kJ5Pkekujyjmwxp7uhQeAE1@thread.tacv2:ps67c9jyf3a30j2j5eum72,"contentUrl":https://teams.contoso.ai/msteams/content/tab/team?theme={theme},"removeUrl":https://teams.contoso.ai/msteams/content/tabdelete?theme={theme},"websiteUrl":https://teams.contoso.ai/msteams/content/tab/team?theme={theme},"dateAdded":2022-10-31T12:17:58.632Z}
|
|
101
|
+
```
|
|
@@ -80,3 +80,22 @@ m365 teams tab list --teamId 00000000-0000-0000-0000-000000000000 --channelId 19
|
|
|
80
80
|
id,displayName,teamsAppTabId
|
|
81
81
|
34991fbf-59f4-48d9-b094-b9d64d550e23,My Contoso Tab,1542629c-01b3-4a6d-8f76-1938b779e48d
|
|
82
82
|
```
|
|
83
|
+
|
|
84
|
+
=== "Markdown"
|
|
85
|
+
|
|
86
|
+
```md
|
|
87
|
+
# teams tab list --teamId "aee5a2c9-b1df-45ac-9964-c708e760a045" --channelId "19:B3nCnLKwwCoGDEADyUgQ5kJ5Pkekujyjmwxp7uhQeAE1@thread.tacv2"
|
|
88
|
+
|
|
89
|
+
Date: 1/3/2023
|
|
90
|
+
|
|
91
|
+
## Wiki (34991fbf-59f4-48d9-b094-b9d64d550e23)
|
|
92
|
+
|
|
93
|
+
Property | Value
|
|
94
|
+
---------|-------
|
|
95
|
+
id | 34991fbf-59f4-48d9-b094-b9d64d550e23
|
|
96
|
+
displayName | My Contoso Tab
|
|
97
|
+
webUrl | https://teams.microsoft.com/l/entity/1542629c-01b3-4a6d-8f76-1938b779e48d/_djb2_msteams_prefix_34991fbf-59f4-48d9-b094-b9d64d550e23?webUrl=https%3a%2f%2fteams.contoso.ai%2fmsteams%2fcontent%2ftab%2fteam%3ftheme%3d%7btheme%7d&label=My%20Contoso%20Tab&context=%7b%0d%0a++%22canvasUrl%22%3a+%22https%3a%2f%2fteams.contoso.ai%2fmsteams%2fcontent%2ftab%2fteam%3ftheme%3d%7btheme%7d%22%2c%0d%0a++%22channelId%22%3a+%2219%3aB3nCnLKwwCoGDEADyUgQ5kJ5Pkekujyjmwxp7uhQeAE1%40thread.tacv2%22%2c%0d%0a++%22subEntityId%22%3a+null%0d%0a%7d&groupId=aee5a2c9-b1df-45ac-9964-c708e760a045&tenantId=92e59666-257b-49c3-b1fa-1bae8107f6ba
|
|
98
|
+
configuration | {"entityId":surveys_list:19:B3nCnLKwwCoGDEADyUgQ5kJ5Pkekujyjmwxp7uhQeAE1@thread.tacv2:ps67c9jyf3a30j2j5eum72,"contentUrl":https://teams.contoso.ai/msteams/content/tab/team?theme={theme},"removeUrl":https://teams.contoso.ai/msteams/content/tabdelete?theme={theme},"websiteUrl":https://teams.contoso.ai/msteams/content/tab/team?theme={theme},"dateAdded":2022-10-31T12:17:58.632Z}
|
|
99
|
+
teamsApp | {"id":"1542629c-01b3-4a6d-8f76-1938b779e48d","externalId":null,"displayName":"My Contoso Tab","distributionMethod":"store"}
|
|
100
|
+
teamsAppTabId | 1542629c-01b3-4a6d-8f76-1938b779e48d
|
|
101
|
+
```
|
|
@@ -11,16 +11,16 @@ m365 teams team add [options]
|
|
|
11
11
|
## Options
|
|
12
12
|
|
|
13
13
|
`-n, --name [name]`
|
|
14
|
-
: Display name for the Microsoft Teams team. Required if `template` not supplied
|
|
14
|
+
: Display name for the Microsoft Teams team. Required if `template` not supplied.
|
|
15
15
|
|
|
16
16
|
`-d, --description [description]`
|
|
17
|
-
: Description for the Microsoft Teams team. Required if `template` not supplied
|
|
17
|
+
: Description for the Microsoft Teams team. Required if `template` not supplied.
|
|
18
18
|
|
|
19
19
|
`--template [template]`
|
|
20
|
-
: Template to use to create the team. If `name` or `description` are supplied, these take precedence over the template values
|
|
20
|
+
: Template to use to create the team. If `name` or `description` are supplied, these take precedence over the template values.
|
|
21
21
|
|
|
22
22
|
`--wait`
|
|
23
|
-
: Wait for the team to be provisioned before completing the command
|
|
23
|
+
: Wait for the team to be provisioned before completing the command.
|
|
24
24
|
|
|
25
25
|
--8<-- "docs/cmd/_global.md"
|
|
26
26
|
|
|
@@ -32,19 +32,19 @@ This command will return different responses based on the presence of the `--wai
|
|
|
32
32
|
|
|
33
33
|
## Examples
|
|
34
34
|
|
|
35
|
-
Add a new Microsoft Teams team
|
|
35
|
+
Add a new Microsoft Teams team.
|
|
36
36
|
|
|
37
37
|
```sh
|
|
38
38
|
m365 teams team add --name "Architecture" --description "Architecture Discussion"
|
|
39
39
|
```
|
|
40
40
|
|
|
41
|
-
Add a new Microsoft Teams team using a template from a file
|
|
41
|
+
Add a new Microsoft Teams team using a template from a file.
|
|
42
42
|
|
|
43
43
|
```sh
|
|
44
44
|
m365 teams team add --name "Architecture" --description "Architecture Discussion" --template @template.json
|
|
45
45
|
```
|
|
46
46
|
|
|
47
|
-
Add a new Microsoft Teams team using a template and wait for the team to be provisioned
|
|
47
|
+
Add a new Microsoft Teams team using a template and wait for the team to be provisioned.
|
|
48
48
|
|
|
49
49
|
```sh
|
|
50
50
|
m365 teams team add --name "Architecture" --description "Architecture Discussion" --template @template.json --wait
|
|
@@ -94,7 +94,31 @@ m365 teams team add --name "Architecture" --description "Architecture Discussion
|
|
|
94
94
|
@odata.context,id,operationType,createdDateTime,status,lastActionDateTime,attemptsCount,targetResourceId,targetResourceLocation,Value,error
|
|
95
95
|
https://graph.microsoft.com/v1.0/$metadata#teams('40d5758d-5ad9-406d-88ab-0a78992ffbab')/operations/$entity,65778567-595d-4543-bb21-f8d62c678c8e,createTeam,2022-10-31T12:57:42.4956529Z,notStarted,2022-10-31T12:57:42.4956529Z,1,40d5758d-5ad9-406d-88ab-0a78992ffbab,/teams('40d5758d-5ad9-406d-88ab-0a78992ffbab'),"{""apps"":[],""channels"":[],""WorkflowId"":""northeurope.d0475d7e-7461-4dd5-ae1e-0cfa9e692412""}",
|
|
96
96
|
```
|
|
97
|
-
|
|
97
|
+
|
|
98
|
+
=== "Markdown"
|
|
99
|
+
|
|
100
|
+
```md
|
|
101
|
+
# teams team add --name "Architecture" --description "Architecture Discussion"
|
|
102
|
+
|
|
103
|
+
Date: 1/3/2023
|
|
104
|
+
|
|
105
|
+
## undefined (d708ecb3-3325-4f6e-a0f7-2f982901b856)
|
|
106
|
+
|
|
107
|
+
Property | Value
|
|
108
|
+
---------|-------
|
|
109
|
+
@odata.context | https://graph.microsoft.com/v1.0/$metadata#teams('a40210cd-0060-4b91-aaa1-a44e0853d979')/operations/$entity
|
|
110
|
+
id | d708ecb3-3325-4f6e-a0f7-2f982901b856
|
|
111
|
+
operationType | createTeam
|
|
112
|
+
createdDateTime | 2022-10-31T12:50:44.0819314Z
|
|
113
|
+
status | notStarted
|
|
114
|
+
lastActionDateTime | 2022-10-31T12:50:44.0819314Z
|
|
115
|
+
attemptsCount | 1
|
|
116
|
+
targetResourceId | a40210cd-0060-4b91-aaa1-a44e0853d979
|
|
117
|
+
targetResourceLocation | /teams('a40210cd-0060-4b91-aaa1-a44e0853d979')
|
|
118
|
+
Value | {"apps":[],"channels":[],"WorkflowId":"westeurope.0837160b-803e-4279-9f2c-a5cc46ffc748"}
|
|
119
|
+
error | null
|
|
120
|
+
```
|
|
121
|
+
|
|
98
122
|
### `wait` response
|
|
99
123
|
|
|
100
124
|
When we make use of the option `wait` the response will differ.
|
|
@@ -195,6 +219,51 @@ When we make use of the option `wait` the response will differ.
|
|
|
195
219
|
bb57868a-e82e-470b-85aa-8a86942a5bf8,,,2022-11-04T12:51:35Z,"[""Team"",""ExchangeProvisioningFlags:3552""]",Architecture Discussion,Architecture,,"[""Unified""]",,Architecture@contoso.onmicrosoft.com,1,TeamName,,,,,,,,,,,"[""SMTP:Architecture@contoso.onmicrosoft.com""]",2022-11-04T12:51:35Z,"[""HideGroupInOutlook"",""SubscribeMembersToCalendarEventsDisabled"",""WelcomeEmailDisabled""]","[""Team""]",,S-1-12-1-3143075466-1191962670-2257234565-4166724244,,Public,[]
|
|
196
220
|
```
|
|
197
221
|
|
|
222
|
+
=== "Markdown"
|
|
223
|
+
|
|
224
|
+
```md
|
|
225
|
+
# teams team add --name "Architecture" --description "Architecture Discussion" --wait "true"
|
|
226
|
+
|
|
227
|
+
Date: 1/3/2023
|
|
228
|
+
|
|
229
|
+
## Architecture (d592059d-100f-48c6-8a91-b68eec00ecec)
|
|
230
|
+
|
|
231
|
+
Property | Value
|
|
232
|
+
---------|-------
|
|
233
|
+
id | d592059d-100f-48c6-8a91-b68eec00ecec
|
|
234
|
+
deletedDateTime | null
|
|
235
|
+
classification | null
|
|
236
|
+
createdDateTime | 2022-11-04T12:46:47Z
|
|
237
|
+
creationOptions | ["Team","ExchangeProvisioningFlags:3552"]
|
|
238
|
+
description | Architecture Discussion
|
|
239
|
+
displayName | Architecture
|
|
240
|
+
expirationDateTime | null
|
|
241
|
+
groupTypes | ["Unified"]
|
|
242
|
+
isAssignableToRole | null
|
|
243
|
+
mail | Architecture@contoso.onmicrosoft.com
|
|
244
|
+
mailEnabled | true
|
|
245
|
+
mailNickname | Architecture
|
|
246
|
+
membershipRule | null
|
|
247
|
+
membershipRuleProcessingState | null
|
|
248
|
+
onPremisesDomainName | null
|
|
249
|
+
onPremisesLastSyncDateTime | null
|
|
250
|
+
onPremisesNetBiosName | null
|
|
251
|
+
onPremisesSamAccountName | null
|
|
252
|
+
onPremisesSecurityIdentifier | null
|
|
253
|
+
onPremisesSyncEnabled | null
|
|
254
|
+
preferredDataLocation | null
|
|
255
|
+
preferredLanguage | null
|
|
256
|
+
proxyAddresses | ["SMTP:Architecture@contoso.onmicrosoft.com"]
|
|
257
|
+
renewedDateTime | 2022-11-04T12:46:47Z
|
|
258
|
+
resourceBehaviorOptions | ["HideGroupInOutlook","SubscribeMembersToCalendarEventsDisabled","WelcomeEmailDisabled"]
|
|
259
|
+
resourceProvisioningOptions | ["Team"]
|
|
260
|
+
securityEnabled | false
|
|
261
|
+
securityIdentifier | S-1-12-1-3583116701-1220939791-2394329482-3974889708
|
|
262
|
+
theme | null
|
|
263
|
+
visibility | Public
|
|
264
|
+
onPremisesProvisioningErrors | []
|
|
265
|
+
```
|
|
266
|
+
|
|
198
267
|
## More information
|
|
199
268
|
|
|
200
269
|
- Get started with Teams templates: [https://docs.microsoft.com/MicrosoftTeams/get-started-with-teams-templates](https://docs.microsoft.com/MicrosoftTeams/get-started-with-teams-templates)
|
|
@@ -21,13 +21,13 @@ m365 teams team app list [options]
|
|
|
21
21
|
|
|
22
22
|
## Examples
|
|
23
23
|
|
|
24
|
-
List applications installed in the specified Microsoft Teams team by id
|
|
24
|
+
List applications installed in the specified Microsoft Teams team by id.
|
|
25
25
|
|
|
26
26
|
```sh
|
|
27
27
|
m365 teams team app list --teamId 2eaf7dcd-7e83-4c3a-94f7-932a1299c844
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
List applications installed in the specified Microsoft Teams team by name
|
|
30
|
+
List applications installed in the specified Microsoft Teams team by name.
|
|
31
31
|
|
|
32
32
|
```sh
|
|
33
33
|
m365 teams team app list --teamName "Team Name"
|
|
@@ -76,3 +76,19 @@ m365 teams team app list --teamName "Team Name"
|
|
|
76
76
|
id,displayName,distributionMethod
|
|
77
77
|
MGFkNTViNWQtNmE3OS00NjdiLWFkMjEtZDRiZWY3OTQ4YTc5IyMxNGQ2OTYyZC02ZWViLTRmNDgtODg5MC1kZTU1NDU0YmIxMzY=,Activity,store
|
|
78
78
|
```
|
|
79
|
+
|
|
80
|
+
=== "Markdown"
|
|
81
|
+
|
|
82
|
+
```md
|
|
83
|
+
# teams team app list --teamName "Team Name"
|
|
84
|
+
|
|
85
|
+
Date: 1/3/2023
|
|
86
|
+
|
|
87
|
+
## Activity (MGFkNTViNWQtNmE3OS00NjdiLWFkMjEtZDRiZWY3OTQ4YTc5IyMxNGQ2OTYyZC02ZWViLTRmNDgtODg5MC1kZTU1NDU0YmIxMzY==)
|
|
88
|
+
|
|
89
|
+
Property | Value
|
|
90
|
+
---------|-------
|
|
91
|
+
id | MGFkNTViNWQtNmE3OS00NjdiLWFkMjEtZDRiZWY3OTQ4YTc5IyMxNGQ2OTYyZC02ZWViLTRmNDgtODg5MC1kZTU1NDU0YmIxMzY==
|
|
92
|
+
displayName | Activity
|
|
93
|
+
distributionMethod | store
|
|
94
|
+
```
|
|
@@ -32,13 +32,13 @@ When a team is archived, users can no longer send or like messages on any channe
|
|
|
32
32
|
|
|
33
33
|
## Examples
|
|
34
34
|
|
|
35
|
-
Archive the specified Microsoft Teams team
|
|
35
|
+
Archive the specified Microsoft Teams team by id.
|
|
36
36
|
|
|
37
37
|
```sh
|
|
38
38
|
m365 teams team archive --id 6f6fd3f7-9ba5-4488-bbe6-a789004d0d55
|
|
39
39
|
```
|
|
40
40
|
|
|
41
|
-
Archive the specified Microsoft Teams team
|
|
41
|
+
Archive the specified Microsoft Teams team by name.
|
|
42
42
|
|
|
43
43
|
```sh
|
|
44
44
|
m365 teams team archive --name "Team Name"
|
|
@@ -11,22 +11,22 @@ m365 teams team clone [options]
|
|
|
11
11
|
## Options
|
|
12
12
|
|
|
13
13
|
`-i, --id [id]`
|
|
14
|
-
: The ID of the Microsoft Teams team to clone
|
|
14
|
+
: The ID of the Microsoft Teams team to clone.
|
|
15
15
|
|
|
16
16
|
`-n, --name [name]`
|
|
17
|
-
: The display name for the new Microsoft Teams Team to clone
|
|
17
|
+
: The display name for the new Microsoft Teams Team to clone.
|
|
18
18
|
|
|
19
19
|
`-p, --partsToClone <partsToClone>`
|
|
20
|
-
: A comma-separated list of the parts to clone. Allowed values are `apps
|
|
20
|
+
: A comma-separated list of the parts to clone. Allowed values are `apps`, `channels`, `members`, `settings`, `tabs`.
|
|
21
21
|
|
|
22
22
|
`-d, --description [description]`
|
|
23
|
-
: The description for the new Microsoft Teams Team
|
|
23
|
+
: The description for the new Microsoft Teams Team.
|
|
24
24
|
|
|
25
25
|
`-c, --classification [classification]`
|
|
26
|
-
: The classification for the new Microsoft Teams Team. If not specified, will be copied from the original Microsoft Teams Team
|
|
26
|
+
: The classification for the new Microsoft Teams Team. If not specified, will be copied from the original Microsoft Teams Team.
|
|
27
27
|
|
|
28
28
|
`-v, --visibility [visibility]`
|
|
29
|
-
: Specify the visibility of the new Microsoft Teams Team. Allowed values are `Private
|
|
29
|
+
: Specify the visibility of the new Microsoft Teams Team. Allowed values are `Private`, `Public`.
|
|
30
30
|
|
|
31
31
|
--8<-- "docs/cmd/_global.md"
|
|
32
32
|
|
|
@@ -38,13 +38,13 @@ When tabs are cloned, they are put into an unconfigured state. The first time yo
|
|
|
38
38
|
|
|
39
39
|
## Examples
|
|
40
40
|
|
|
41
|
-
Creates a clone of a Microsoft Teams team with mandatory parameters
|
|
41
|
+
Creates a clone of a Microsoft Teams team with mandatory parameters.
|
|
42
42
|
|
|
43
43
|
```sh
|
|
44
44
|
m365 teams team clone --id 15d7a78e-fd77-4599-97a5-dbb6372846c5 --name "Library Assist" --partsToClone "apps,tabs,settings,channels,members"
|
|
45
45
|
```
|
|
46
46
|
|
|
47
|
-
Creates a clone of a Microsoft Teams team with mandatory and optional parameters
|
|
47
|
+
Creates a clone of a Microsoft Teams team with mandatory and optional parameters.
|
|
48
48
|
|
|
49
49
|
```sh
|
|
50
50
|
m365 teams team clone --id 15d7a78e-fd77-4599-97a5-dbb6372846c5 --name "Library Assist" --partsToClone "apps,tabs,settings,channels,members" --description "Self help community for library" --classification "Library" --visibility "public"
|
|
@@ -11,22 +11,22 @@ m365 teams team get
|
|
|
11
11
|
## Options
|
|
12
12
|
|
|
13
13
|
`-i, --id [id]`
|
|
14
|
-
: The ID of the Microsoft Teams team to retrieve information for. Specify either id or name but not both
|
|
14
|
+
: The ID of the Microsoft Teams team to retrieve information for. Specify either `id` or `name` but not both.
|
|
15
15
|
|
|
16
16
|
`-n, --name [name]`
|
|
17
|
-
: The display name of the Microsoft Teams team to retrieve information for. Specify either id or name but not both
|
|
17
|
+
: The display name of the Microsoft Teams team to retrieve information for. Specify either `id` or `name` but not both.
|
|
18
18
|
|
|
19
19
|
--8<-- "docs/cmd/_global.md"
|
|
20
20
|
|
|
21
21
|
## Examples
|
|
22
22
|
|
|
23
|
-
Get information about the Microsoft Teams team
|
|
23
|
+
Get information about the Microsoft Teams team by id.
|
|
24
24
|
|
|
25
25
|
```sh
|
|
26
26
|
m365 teams team get --id 2eaf7dcd-7e83-4c3a-94f7-932a1299c844
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
-
Get information about Microsoft Teams team
|
|
29
|
+
Get information about Microsoft Teams team by name.
|
|
30
30
|
|
|
31
31
|
```sh
|
|
32
32
|
m365 teams team get --name "Team Name"
|
|
@@ -109,3 +109,33 @@ m365 teams team get --name "Team Name"
|
|
|
109
109
|
id,createdDateTime,displayName,description,internalId,classification,specialization,visibility,webUrl,isArchived,isMembershipLimitedToOwners,discoverySettings,summary,memberSettings,guestSettings,messagingSettings,funSettings
|
|
110
110
|
2eaf7dcd-7e83-4c3a-94f7-932a1299c844,2022-10-31T12:50:42.819Z,Team Name,Team Name Discussion,19:2soiTJiLJmUrSi94Hr23ZwcN9uWFWjE3EGYb5bFsyy41@thread.tacv2,,none,public,https://teams.microsoft.com/l/team/19%3a2soiTJiLJmUrSi94Hr23ZwcN9uWFWjE3EGYb5bFsyy41%40thread.tacv2/conversations?groupId=2eaf7dcd-7e83-4c3a-94f7-932a1299c844&tenantId=92e59666-257b-49c3-b1fa-1bae8107f6ba,,,"{""showInTeamsSearchAndSuggestions"":true}",,"{""allowCreateUpdateChannels"":true,""allowCreatePrivateChannels"":true,""allowDeleteChannels"":true,""allowAddRemoveApps"":true,""allowCreateUpdateRemoveTabs"":true,""allowCreateUpdateRemoveConnectors"":true}","{""allowCreateUpdateChannels"":false,""allowDeleteChannels"":false}","{""allowUserEditMessages"":true,""allowUserDeleteMessages"":true,""allowOwnerDeleteMessages"":true,""allowTeamMentions"":true,""allowChannelMentions"":true}","{""allowGiphy"":true,""giphyContentRating"":""moderate"",""allowStickersAndMemes"":true,""allowCustomMemes"":true}"
|
|
111
111
|
```
|
|
112
|
+
|
|
113
|
+
=== "Markdown"
|
|
114
|
+
|
|
115
|
+
```md
|
|
116
|
+
# teams team get --name "Team Name"
|
|
117
|
+
|
|
118
|
+
Date: 1/3/2023
|
|
119
|
+
|
|
120
|
+
## Team Name (2eaf7dcd-7e83-4c3a-94f7-932a1299c844)
|
|
121
|
+
|
|
122
|
+
Property | Value
|
|
123
|
+
---------|-------
|
|
124
|
+
id | 2eaf7dcd-7e83-4c3a-94f7-932a1299c844
|
|
125
|
+
createdDateTime | 2022-06-17T08:49:40.953Z
|
|
126
|
+
displayName | Team Name
|
|
127
|
+
description | Team Name Discussion
|
|
128
|
+
internalId | 19:2soiTJiLJmUrSi94Hr23ZwcN9uWFWjE3EGYb5bFsyy41@thread.tacv2
|
|
129
|
+
classification | null
|
|
130
|
+
specialization | none
|
|
131
|
+
visibility | public
|
|
132
|
+
webUrl | https://teams.microsoft.com/l/team/19%3a2soiTJiLJmUrSi94Hr23ZwcN9uWFWjE3EGYb5bFsyy41%40thread.tacv2/conversations?groupId=2eaf7dcd-7e83-4c3a-94f7-932a1299c844&tenantId=92e59666-257b-49c3-b1fa-1bae8107f6ba
|
|
133
|
+
isArchived | false
|
|
134
|
+
isMembershipLimitedToOwners | false
|
|
135
|
+
discoverySettings | {"showInTeamsSearchAndSuggestions":true}
|
|
136
|
+
memberSettings | {"allowCreateUpdateChannels":true,"allowCreatePrivateChannels":true,"allowDeleteChannels":true,"allowAddRemoveApps":true,"allowCreateUpdateRemoveTabs":true,"allowCreateUpdateRemoveConnectors":true}
|
|
137
|
+
guestSettings | {"allowCreateUpdateChannels":false,"allowDeleteChannels":false}
|
|
138
|
+
messagingSettings | {"allowUserEditMessages":true,"allowUserDeleteMessages":true,"allowOwnerDeleteMessages":true,"allowTeamMentions":true,"allowChannelMentions":true}
|
|
139
|
+
funSettings | {"allowGiphy":true,"giphyContentRating":"strict","allowStickersAndMemes":true,"allowCustomMemes":true}
|
|
140
|
+
summary | null
|
|
141
|
+
```
|
|
@@ -11,7 +11,7 @@ m365 teams team list [options]
|
|
|
11
11
|
## Options
|
|
12
12
|
|
|
13
13
|
`-j, --joined`
|
|
14
|
-
: Show only joined teams
|
|
14
|
+
: Show only joined teams.
|
|
15
15
|
|
|
16
16
|
--8<-- "docs/cmd/_global.md"
|
|
17
17
|
|
|
@@ -21,13 +21,13 @@ You can only see the details or archived status of the Microsoft Teams you are a
|
|
|
21
21
|
|
|
22
22
|
## Examples
|
|
23
23
|
|
|
24
|
-
List all Microsoft Teams in the tenant
|
|
24
|
+
List all Microsoft Teams in the tenant.
|
|
25
25
|
|
|
26
26
|
```sh
|
|
27
27
|
m365 teams team list
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
List all Microsoft Teams in the tenant you are a member of
|
|
30
|
+
List all Microsoft Teams in the tenant you are a member of.
|
|
31
31
|
|
|
32
32
|
```sh
|
|
33
33
|
m365 teams team list --joined
|
|
@@ -62,3 +62,34 @@ m365 teams team list --joined
|
|
|
62
62
|
id,displayName,isArchived,description
|
|
63
63
|
5dc7ba76-b9aa-4fdd-9e91-9fe7d0e8dca3,Architecture,,Architecture Discussion
|
|
64
64
|
```
|
|
65
|
+
|
|
66
|
+
=== "Markdown"
|
|
67
|
+
|
|
68
|
+
```md
|
|
69
|
+
# teams team list --joined "true"
|
|
70
|
+
|
|
71
|
+
Date: 1/3/2023
|
|
72
|
+
|
|
73
|
+
## Architecture (5dc7ba76-b9aa-4fdd-9e91-9fe7d0e8dca3)
|
|
74
|
+
|
|
75
|
+
Property | Value
|
|
76
|
+
---------|-------
|
|
77
|
+
id | 5dc7ba76-b9aa-4fdd-9e91-9fe7d0e8dca3
|
|
78
|
+
createdDateTime | null
|
|
79
|
+
displayName | Architecture
|
|
80
|
+
description | Architecture Discussion
|
|
81
|
+
internalId | null
|
|
82
|
+
classification | null
|
|
83
|
+
specialization | null
|
|
84
|
+
visibility | null
|
|
85
|
+
webUrl | null
|
|
86
|
+
isArchived | false
|
|
87
|
+
tenantId | 92e59666-257b-49c3-b1fa-1bae8107f6ba
|
|
88
|
+
isMembershipLimitedToOwners | null
|
|
89
|
+
memberSettings | null
|
|
90
|
+
guestSettings | null
|
|
91
|
+
messagingSettings | null
|
|
92
|
+
funSettings | null
|
|
93
|
+
discoverySettings | null
|
|
94
|
+
summary | null
|
|
95
|
+
```
|
|
@@ -29,19 +29,19 @@ If the command finds multiple Microsoft Teams teams with the specified name, it
|
|
|
29
29
|
|
|
30
30
|
## Examples
|
|
31
31
|
|
|
32
|
-
Removes the specified Microsoft Teams team
|
|
32
|
+
Removes the specified Microsoft Teams team by id.
|
|
33
33
|
|
|
34
34
|
```sh
|
|
35
35
|
m365 teams team remove --id 00000000-0000-0000-0000-000000000000
|
|
36
36
|
```
|
|
37
37
|
|
|
38
|
-
Removes the specified Microsoft Teams team
|
|
38
|
+
Removes the specified Microsoft Teams team by name.
|
|
39
39
|
|
|
40
40
|
```sh
|
|
41
41
|
m365 teams team remove --name "Team Name"
|
|
42
42
|
```
|
|
43
43
|
|
|
44
|
-
Removes the specified team without confirmation
|
|
44
|
+
Removes the specified team without confirmation.
|
|
45
45
|
|
|
46
46
|
```sh
|
|
47
47
|
m365 teams team remove --id 00000000-0000-0000-0000-000000000000 --confirm
|
|
@@ -11,34 +11,34 @@ m365 teams team set [options]
|
|
|
11
11
|
## Options
|
|
12
12
|
|
|
13
13
|
`-i, --id [id]`
|
|
14
|
-
: The ID of the Microsoft Teams team for which to update settings
|
|
14
|
+
: The ID of the Microsoft Teams team for which to update settings.
|
|
15
15
|
|
|
16
16
|
`-n, --name [name]`
|
|
17
|
-
: The display name for the Microsoft Teams team for which to update settings
|
|
17
|
+
: The display name for the Microsoft Teams team for which to update settings.
|
|
18
18
|
|
|
19
19
|
`--description [description]`
|
|
20
|
-
: The description for the Microsoft Teams team
|
|
20
|
+
: The description for the Microsoft Teams team.
|
|
21
21
|
|
|
22
22
|
`--mailNickName [mailNickName]`
|
|
23
|
-
: The mail alias for the Microsoft Teams team
|
|
23
|
+
: The mail alias for the Microsoft Teams team.
|
|
24
24
|
|
|
25
25
|
`--classification [classification]`
|
|
26
|
-
: The classification for the Microsoft Teams team
|
|
26
|
+
: The classification for the Microsoft Teams team.
|
|
27
27
|
|
|
28
28
|
`--visibility [visibility]`
|
|
29
|
-
: The visibility of the Microsoft Teams team. Valid values `Private
|
|
29
|
+
: The visibility of the Microsoft Teams team. Valid values `Private`, `Public`.
|
|
30
30
|
|
|
31
31
|
--8<-- "docs/cmd/_global.md"
|
|
32
32
|
|
|
33
33
|
## Examples
|
|
34
34
|
|
|
35
|
-
Set Microsoft Teams team visibility
|
|
35
|
+
Set Microsoft Teams team visibility.
|
|
36
36
|
|
|
37
37
|
```sh
|
|
38
38
|
m365 teams team set --id "00000000-0000-0000-0000-000000000000" --visibility Private
|
|
39
39
|
```
|
|
40
40
|
|
|
41
|
-
Set Microsoft Teams team classification
|
|
41
|
+
Set Microsoft Teams team classification.
|
|
42
42
|
|
|
43
43
|
```sh
|
|
44
44
|
m365 teams team set --id "00000000-0000-0000-0000-000000000000" --classification MBI
|
|
@@ -28,17 +28,18 @@ This command restores users' ability to send messages and edit the team, abiding
|
|
|
28
28
|
|
|
29
29
|
## Examples
|
|
30
30
|
|
|
31
|
-
Restore an archived Microsoft Teams team
|
|
31
|
+
Restore an archived Microsoft Teams team by id.
|
|
32
32
|
|
|
33
33
|
```sh
|
|
34
34
|
m365 teams team unarchive --id 6f6fd3f7-9ba5-4488-bbe6-a789004d0d55
|
|
35
35
|
```
|
|
36
36
|
|
|
37
|
-
Restore an archived Microsoft Teams team
|
|
37
|
+
Restore an archived Microsoft Teams team by name.
|
|
38
38
|
|
|
39
39
|
```sh
|
|
40
40
|
m365 teams team unarchive --name "Team Name"
|
|
41
41
|
```
|
|
42
|
+
|
|
42
43
|
## Response
|
|
43
44
|
|
|
44
45
|
The command won't return a response on success.
|
|
@@ -11,10 +11,10 @@ m365 teams user app add [options]
|
|
|
11
11
|
## Options
|
|
12
12
|
|
|
13
13
|
`--id <id>`
|
|
14
|
-
: The ID of the app to install
|
|
14
|
+
: The ID of the app to install.
|
|
15
15
|
|
|
16
16
|
`--userId <userId>`
|
|
17
|
-
: The ID of the user to install the app for
|
|
17
|
+
: The ID of the user to install the app for.
|
|
18
18
|
|
|
19
19
|
--8<-- "docs/cmd/_global.md"
|
|
20
20
|
|
|
@@ -24,7 +24,7 @@ The `id` has to be the ID of the app from the Microsoft Teams App Catalog. Do no
|
|
|
24
24
|
|
|
25
25
|
## Examples
|
|
26
26
|
|
|
27
|
-
Install an app from the catalog for the specified user
|
|
27
|
+
Install an app from the catalog for the specified user.
|
|
28
28
|
|
|
29
29
|
```sh
|
|
30
30
|
m365 teams user app add --id 4440558e-8c73-4597-abc7-3644a64c4bce --userId 2609af39-7775-4f94-a3dc-0dd67657e900
|