@pnp/cli-microsoft365 6.9.0-beta.91abae4 → 6.9.0-beta.d0c3c93
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/.devcontainer/Dockerfile +12 -19
- package/.devcontainer/devcontainer.json +24 -17
- package/Dockerfile +3 -1
- package/dist/cli/Cli.js +16 -0
- package/dist/m365/aad/commands/app/app-add.js +258 -249
- package/dist/m365/aad/commands/app/app-get.js +65 -62
- package/dist/m365/aad/commands/app/app-remove.js +22 -23
- package/dist/m365/aad/commands/app/app-role-add.js +35 -34
- package/dist/m365/aad/commands/app/app-role-list.js +22 -23
- package/dist/m365/aad/commands/app/app-role-remove.js +76 -73
- package/dist/m365/aad/commands/app/app-set.js +103 -103
- package/dist/m365/aad/commands/approleassignment/approleassignment-add.js +16 -14
- package/dist/m365/aad/commands/approleassignment/approleassignment-list.js +43 -52
- package/dist/m365/aad/commands/approleassignment/approleassignment-remove.js +20 -16
- package/dist/m365/aad/commands/o365group/o365group-add.js +40 -37
- package/dist/m365/aad/commands/o365group/o365group-conversation-post-list.js +7 -6
- package/dist/m365/aad/commands/o365group/o365group-list.js +6 -11
- package/dist/m365/aad/commands/o365group/o365group-recyclebinitem-clear.js +7 -8
- package/dist/m365/aad/commands/o365group/o365group-recyclebinitem-restore.js +23 -24
- package/dist/m365/aad/commands/o365group/o365group-set.js +15 -20
- package/dist/m365/aad/commands/o365group/o365group-teamify.js +15 -16
- package/dist/m365/aad/commands/o365group/o365group-user-list.js +17 -10
- package/dist/m365/aad/commands/o365group/o365group-user-set.js +17 -10
- package/dist/m365/aad/commands/policy/policy-list.js +12 -13
- package/dist/m365/aad/commands/siteclassification/siteclassification-enable.js +1 -3
- package/dist/m365/aad/commands/siteclassification/siteclassification-set.js +19 -20
- package/dist/m365/aad/commands/sp/sp-add.js +22 -23
- package/dist/m365/aad/commands/sp/sp-get.js +22 -23
- package/dist/m365/cli/commands/config/config-set.js +1 -0
- package/dist/m365/commands/login.js +20 -0
- package/dist/m365/file/commands/convert/convert-pdf.js +147 -143
- package/dist/m365/file/commands/file-add.js +87 -93
- package/dist/m365/file/commands/file-list.js +49 -55
- package/dist/m365/flow/commands/flow-remove.js +2 -3
- package/dist/m365/flow/commands/run/run-resubmit.js +11 -10
- package/dist/m365/onedrive/commands/onedrive-list.js +21 -32
- package/dist/m365/outlook/commands/message/message-list.js +18 -23
- package/dist/m365/outlook/commands/message/message-move.js +15 -20
- package/dist/m365/pa/commands/app/app-export.js +3 -4
- package/dist/m365/pa/commands/app/app-get.js +11 -9
- package/dist/m365/pa/commands/app/app-remove.js +1 -1
- package/dist/m365/pa/commands/pcf/pcf-init.js +1 -2
- package/dist/m365/pa/commands/solution/solution-init.js +1 -2
- package/dist/m365/pa/commands/solution/solution-reference-add.js +1 -2
- package/dist/m365/planner/commands/bucket/bucket-add.js +15 -13
- package/dist/m365/planner/commands/bucket/bucket-get.js +27 -28
- package/dist/m365/planner/commands/bucket/bucket-list.js +15 -13
- package/dist/m365/planner/commands/bucket/bucket-remove.js +33 -34
- package/dist/m365/planner/commands/bucket/bucket-set.js +33 -34
- package/dist/m365/planner/commands/plan/plan-add.js +49 -52
- package/dist/m365/planner/commands/plan/plan-set.js +19 -20
- package/dist/m365/planner/commands/task/task-add.js +75 -78
- package/dist/m365/planner/commands/task/task-checklistitem-add.js +11 -10
- package/dist/m365/planner/commands/task/task-checklistitem-remove.js +10 -8
- package/dist/m365/planner/commands/task/task-get.js +53 -56
- package/dist/m365/planner/commands/task/task-list.js +23 -24
- package/dist/m365/planner/commands/task/task-reference-add.js +11 -10
- package/dist/m365/planner/commands/task/task-reference-remove.js +13 -14
- package/dist/m365/planner/commands/task/task-remove.js +44 -48
- package/dist/m365/planner/commands/task/task-set.js +83 -87
- package/dist/m365/pp/commands/card/card-get.js +6 -1
- package/dist/m365/purview/commands/retentionevent/retentionevent-add.js +0 -5
- package/dist/m365/purview/commands/retentionevent/retentionevent-get.js +0 -5
- package/dist/m365/purview/commands/retentionevent/retentionevent-list.js +0 -5
- package/dist/m365/purview/commands/retentionevent/retentionevent-remove.js +0 -5
- package/dist/m365/purview/commands/retentioneventtype/retentioneventtype-add.js +0 -5
- package/dist/m365/purview/commands/retentioneventtype/retentioneventtype-get.js +0 -5
- package/dist/m365/purview/commands/retentioneventtype/retentioneventtype-list.js +0 -5
- package/dist/m365/purview/commands/retentioneventtype/retentioneventtype-remove.js +0 -5
- package/dist/m365/purview/commands/retentioneventtype/retentioneventtype-set.js +0 -5
- package/dist/m365/purview/commands/retentionlabel/retentionlabel-add.js +0 -5
- package/dist/m365/purview/commands/retentionlabel/retentionlabel-get.js +0 -5
- package/dist/m365/purview/commands/retentionlabel/retentionlabel-list.js +0 -5
- package/dist/m365/purview/commands/retentionlabel/retentionlabel-remove.js +19 -22
- package/dist/m365/purview/commands/retentionlabel/retentionlabel-set.js +0 -5
- package/dist/m365/spfx/commands/project/JsonRule.js +1 -1
- package/dist/m365/spfx/commands/project/project-upgrade/rules/FN021003_PKG_engines_node.js +1 -0
- package/dist/m365/spo/commands/app/app-teamspackage-download.js +17 -24
- package/dist/m365/spo/commands/applicationcustomizer/applicationcustomizer-set.js +154 -0
- package/dist/m365/spo/commands/commandset/commandset-set.js +11 -2
- package/dist/m365/spo/commands/file/file-checkout-undo.js +119 -0
- package/dist/m365/spo/commands/homesite/homesite-remove.js +1 -1
- package/dist/m365/spo/commands/list/list-sensitivitylabel-ensure.js +127 -0
- package/dist/m365/spo/commands/navigation/navigation-node-add.js +31 -1
- package/dist/m365/spo/commands/navigation/navigation-node-set.js +31 -2
- package/dist/m365/{teams/Message.js → spo/commands/tenant/Solution.js} +1 -1
- package/dist/m365/spo/commands/tenant/tenant-applicationcustomizer-set.js +156 -0
- package/dist/m365/spo/commands/tenant/tenant-commandset-add.js +215 -0
- package/dist/m365/spo/commands/tenant/tenant-commandset-get.js +114 -0
- package/dist/m365/spo/commands/tenant/tenant-commandset-list.js +50 -0
- package/dist/m365/spo/commands/tenant/tenant-commandset-set.js +1 -1
- package/dist/m365/spo/commands.js +7 -0
- package/dist/m365/util/commands/accesstoken/accesstoken-get.js +10 -7
- package/dist/settingsNames.js +1 -0
- package/dist/utils/md.js +1 -3
- package/dist/utils/spo.js +60 -0
- package/docs/docs/cmd/aad/app/app-add.mdx +113 -0
- package/docs/docs/cmd/aad/app/app-get.mdx +217 -0
- package/docs/docs/cmd/aad/app/app-list.mdx +21 -0
- package/docs/docs/cmd/aad/app/app-role-add.mdx +4 -0
- package/docs/docs/cmd/aad/app/app-role-list.mdx +63 -0
- package/docs/docs/cmd/aad/app/app-role-remove.mdx +4 -0
- package/docs/docs/cmd/aad/app/app-set.mdx +4 -0
- package/docs/docs/cmd/aad/approleassignment/approleassignment-add.mdx +61 -0
- package/docs/docs/cmd/aad/approleassignment/approleassignment-list.mdx +59 -0
- package/docs/docs/cmd/aad/approleassignment/approleassignment-remove.mdx +4 -0
- package/docs/docs/cmd/aad/group/group-get.mdx +24 -0
- package/docs/docs/cmd/aad/group/group-list.mdx +98 -0
- package/docs/docs/cmd/aad/groupsetting/groupsetting-add.mdx +114 -0
- package/docs/docs/cmd/aad/groupsetting/groupsetting-get.mdx +115 -0
- package/docs/docs/cmd/aad/groupsetting/groupsetting-list.mdx +115 -0
- package/docs/docs/cmd/aad/groupsetting/groupsetting-remove.mdx +4 -0
- package/docs/docs/cmd/aad/groupsetting/groupsetting-set.mdx +4 -0
- package/docs/docs/cmd/aad/groupsettingtemplate/groupsettingtemplate-get.mdx +63 -0
- package/docs/docs/cmd/aad/groupsettingtemplate/groupsettingtemplate-list.mdx +63 -0
- package/docs/docs/cmd/aad/o365group/o365group-add.mdx +122 -0
- package/docs/docs/cmd/aad/o365group/o365group-conversation-list.mdx +68 -0
- package/docs/docs/cmd/aad/o365group/o365group-conversation-post-list.mdx +77 -0
- package/docs/docs/cmd/aad/o365group/o365group-get.mdx +122 -0
- package/docs/docs/cmd/aad/o365group/o365group-list.mdx +99 -0
- package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-clear.mdx +4 -0
- package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-list.mdx +96 -0
- package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-remove.mdx +4 -0
- package/docs/docs/cmd/aad/o365group/o365group-recyclebinitem-restore.mdx +4 -0
- package/docs/docs/cmd/aad/o365group/o365group-remove.mdx +4 -0
- package/docs/docs/cmd/aad/o365group/o365group-renew.mdx +4 -0
- package/docs/docs/cmd/aad/o365group/o365group-report-activitycounts.mdx +48 -0
- package/docs/docs/cmd/aad/o365group/o365group-report-activitydetail.mdx +60 -0
- package/docs/docs/cmd/aad/o365group/o365group-report-activityfilecounts.mdx +46 -0
- package/docs/docs/cmd/aad/o365group/o365group-report-activitygroupcounts.mdx +46 -0
- package/docs/docs/cmd/aad/o365group/o365group-report-activitystorage.mdx +46 -0
- package/docs/docs/cmd/aad/o365group/o365group-set.mdx +4 -0
- package/docs/docs/cmd/aad/o365group/o365group-teamify.mdx +4 -0
- package/docs/docs/cmd/aad/o365group/o365group-user-add.mdx +4 -0
- package/docs/docs/cmd/aad/o365group/o365group-user-list.mdx +56 -0
- package/docs/docs/cmd/aad/o365group/o365group-user-remove.mdx +4 -0
- package/docs/docs/cmd/aad/o365group/o365group-user-set.mdx +8 -4
- package/docs/docs/cmd/aad/oauth2grant/oauth2grant-add.mdx +4 -0
- package/docs/docs/cmd/aad/oauth2grant/oauth2grant-list.mdx +59 -0
- package/docs/docs/cmd/aad/oauth2grant/oauth2grant-remove.mdx +4 -0
- package/docs/docs/cmd/aad/oauth2grant/oauth2grant-set.mdx +4 -0
- package/docs/docs/cmd/aad/policy/policy-list.mdx +77 -0
- package/docs/docs/cmd/aad/siteclassification/siteclassification-disable.mdx +4 -0
- package/docs/docs/cmd/aad/siteclassification/siteclassification-enable.mdx +4 -0
- package/docs/docs/cmd/aad/siteclassification/siteclassification-get.mdx +57 -0
- package/docs/docs/cmd/aad/siteclassification/siteclassification-set.mdx +4 -0
- package/docs/docs/cmd/aad/sp/sp-add.mdx +136 -0
- package/docs/docs/cmd/aad/sp/sp-get.mdx +166 -0
- package/docs/docs/cmd/aad/user/user-get.mdx +75 -0
- package/docs/docs/cmd/aad/user/user-guest-add.mdx +23 -0
- package/docs/docs/cmd/aad/user/user-hibp.mdx +82 -0
- package/docs/docs/cmd/aad/user/user-license-add.mdx +2 -2
- package/docs/docs/cmd/aad/user/user-license-remove.mdx +2 -2
- package/docs/docs/cmd/aad/user/user-list.mdx +52 -0
- package/docs/docs/cmd/aad/user/user-password-validate.mdx +67 -0
- package/docs/docs/cmd/aad/user/user-signin-list.mdx +131 -0
- package/docs/docs/cmd/login.mdx +39 -0
- package/docs/docs/cmd/purview/retentionevent/retentionevent-add.mdx +0 -6
- package/docs/docs/cmd/purview/retentionevent/retentionevent-get.mdx +0 -6
- package/docs/docs/cmd/purview/retentionevent/retentionevent-list.mdx +0 -7
- package/docs/docs/cmd/purview/retentionevent/retentionevent-remove.mdx +0 -6
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-add.mdx +0 -6
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-get.mdx +0 -6
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-list.mdx +0 -6
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-remove.mdx +0 -6
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-set.mdx +0 -6
- package/docs/docs/cmd/purview/retentionlabel/retentionlabel-add.mdx +0 -6
- package/docs/docs/cmd/purview/retentionlabel/retentionlabel-get.mdx +0 -6
- package/docs/docs/cmd/purview/retentionlabel/retentionlabel-list.mdx +0 -6
- package/docs/docs/cmd/purview/retentionlabel/retentionlabel-remove.mdx +0 -6
- package/docs/docs/cmd/purview/retentionlabel/retentionlabel-set.mdx +0 -6
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-set.mdx +72 -0
- package/docs/docs/cmd/spo/commandset/commandset-set.mdx +12 -3
- package/docs/docs/cmd/spo/file/file-checkout-undo.mdx +55 -0
- package/docs/docs/cmd/spo/list/list-sensitivitylabel-ensure.mdx +64 -0
- package/docs/docs/cmd/spo/navigation/navigation-node-add.mdx +7 -4
- package/docs/docs/cmd/spo/navigation/navigation-node-set.mdx +9 -0
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-set.mdx +81 -0
- package/docs/docs/cmd/spo/tenant/tenant-commandset-add.mdx +183 -0
- package/docs/docs/cmd/spo/tenant/tenant-commandset-get.mdx +155 -0
- package/docs/docs/cmd/spo/tenant/tenant-commandset-list.mdx +114 -0
- package/docs/docs/cmd/spo/tenant/tenant-commandset-set.mdx +1 -1
- package/docs/docs/cmd/status.mdx +6 -3
- package/docs/docs/cmd/util/accesstoken/accesstoken-get.mdx +12 -2
- package/npm-shrinkwrap.json +299 -272
- package/package.json +17 -17
- package/dist/m365/aad/commands/approleassignment/AppRoleAssignment.js +0 -3
- package/dist/m365/aad/commands/approleassignment/ServicePrincipal.js +0 -3
- package/dist/m365/aad/commands/groupsetting/GroupSetting.js +0 -3
- package/dist/m365/aad/commands/groupsettingtemplate/GroupSettingTemplate.js +0 -3
- package/dist/m365/aad/commands/siteclassification/DirectorySetting.js +0 -10
- package/dist/m365/aad/commands/siteclassification/DirectorySettingTemplatesRsp.js +0 -3
- package/dist/m365/aad/commands/siteclassification/DirectorySettingValue.js +0 -3
- package/dist/m365/outlook/Message.js +0 -3
- package/dist/m365/spo/commands/site/SitePermission.js +0 -3
- package/dist/m365/teams/Channel.js +0 -3
- package/dist/m365/teams/ConversationMember.js +0 -3
- package/dist/m365/teams/Reply.js +0 -3
- package/dist/m365/teams/Tab.js +0 -3
- package/dist/m365/teams/Team.js +0 -3
- package/dist/m365/teams/TeamsApp.js +0 -3
- package/dist/m365/teams/TeamsAppInstallation.js +0 -3
- package/dist/m365/teams/TeamsTabConfiguration.js +0 -3
- package/dist/m365/teams/commands/Meeting.js +0 -3
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import Global from '/docs/cmd/_global.mdx';
|
|
2
|
+
import Tabs from '@theme/Tabs';
|
|
3
|
+
import TabItem from '@theme/TabItem';
|
|
2
4
|
|
|
3
5
|
# aad groupsettingtemplate get
|
|
4
6
|
|
|
@@ -35,3 +37,64 @@ Get information about the group setting template with display name _Group.Unifie
|
|
|
35
37
|
```sh
|
|
36
38
|
m365 aad groupsettingtemplate get --displayName Group.Unified
|
|
37
39
|
```
|
|
40
|
+
|
|
41
|
+
## Response
|
|
42
|
+
|
|
43
|
+
<Tabs>
|
|
44
|
+
<TabItem value="JSON">
|
|
45
|
+
|
|
46
|
+
```json
|
|
47
|
+
{
|
|
48
|
+
"id": "08d542b9-071f-4e16-94b0-74abb372e3d9",
|
|
49
|
+
"deletedDateTime": null,
|
|
50
|
+
"displayName": "Group.Unified.Guest",
|
|
51
|
+
"description": "Settings for a specific Unified Group",
|
|
52
|
+
"values": [
|
|
53
|
+
{
|
|
54
|
+
"name": "AllowToAddGuests",
|
|
55
|
+
"type": "System.Boolean",
|
|
56
|
+
"defaultValue": "true",
|
|
57
|
+
"description": "Flag indicating if guests are allowed in a specific Unified Group."
|
|
58
|
+
}
|
|
59
|
+
]
|
|
60
|
+
}
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
</TabItem>
|
|
64
|
+
<TabItem value="Text">
|
|
65
|
+
|
|
66
|
+
```text
|
|
67
|
+
deletedDateTime: null
|
|
68
|
+
description : Settings for a specific Unified Group
|
|
69
|
+
displayName : Group.Unified.Guest
|
|
70
|
+
id : 08d542b9-071f-4e16-94b0-74abb372e3d9
|
|
71
|
+
values : [{"name":"AllowToAddGuests","type":"System.Boolean","defaultValue":"true","description":"Flag indicating if guests are allowed in a specific Unified Group."}]
|
|
72
|
+
```
|
|
73
|
+
|
|
74
|
+
</TabItem>
|
|
75
|
+
<TabItem value="CSV">
|
|
76
|
+
|
|
77
|
+
```csv
|
|
78
|
+
id,displayName,description
|
|
79
|
+
08d542b9-071f-4e16-94b0-74abb372e3d9,Group.Unified.Guest,Settings for a specific Unified Group
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
</TabItem>
|
|
83
|
+
<TabItem value="Markdown">
|
|
84
|
+
|
|
85
|
+
```md
|
|
86
|
+
# aad groupsettingtemplate get --id "08d542b9-071f-4e16-94b0-74abb372e3d9"
|
|
87
|
+
|
|
88
|
+
Date: 2023-06-01
|
|
89
|
+
|
|
90
|
+
## Group.Unified.Guest (08d542b9-071f-4e16-94b0-74abb372e3d9)
|
|
91
|
+
|
|
92
|
+
Property | Value
|
|
93
|
+
---------|-------
|
|
94
|
+
id | 08d542b9-071f-4e16-94b0-74abb372e3d9
|
|
95
|
+
displayName | Group.Unified.Guest
|
|
96
|
+
description | Settings for a specific Unified Group
|
|
97
|
+
```
|
|
98
|
+
|
|
99
|
+
</TabItem>
|
|
100
|
+
</Tabs>
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import Global from '/docs/cmd/_global.mdx';
|
|
2
|
+
import Tabs from '@theme/Tabs';
|
|
3
|
+
import TabItem from '@theme/TabItem';
|
|
2
4
|
|
|
3
5
|
# aad groupsettingtemplate list
|
|
4
6
|
|
|
@@ -21,3 +23,64 @@ List all group setting templates in the tenant
|
|
|
21
23
|
```sh
|
|
22
24
|
m365 aad groupsettingtemplate list
|
|
23
25
|
```
|
|
26
|
+
|
|
27
|
+
## Response
|
|
28
|
+
|
|
29
|
+
<Tabs>
|
|
30
|
+
<TabItem value="JSON">
|
|
31
|
+
|
|
32
|
+
```json
|
|
33
|
+
[
|
|
34
|
+
{
|
|
35
|
+
"id": "08d542b9-071f-4e16-94b0-74abb372e3d9",
|
|
36
|
+
"deletedDateTime": null,
|
|
37
|
+
"displayName": "Group.Unified.Guest",
|
|
38
|
+
"description": "Settings for a specific Unified Group",
|
|
39
|
+
"values": [
|
|
40
|
+
{
|
|
41
|
+
"name": "AllowToAddGuests",
|
|
42
|
+
"type": "System.Boolean",
|
|
43
|
+
"defaultValue": "true",
|
|
44
|
+
"description": "Flag indicating if guests are allowed in a specific Unified Group."
|
|
45
|
+
}
|
|
46
|
+
]
|
|
47
|
+
}
|
|
48
|
+
]
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
</TabItem>
|
|
52
|
+
<TabItem value="Text">
|
|
53
|
+
|
|
54
|
+
```text
|
|
55
|
+
id displayName
|
|
56
|
+
------------------------------------ ------------------------------------
|
|
57
|
+
08d542b9-071f-4e16-94b0-74abb372e3d9 Group.Unified.Guest
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
</TabItem>
|
|
61
|
+
<TabItem value="CSV">
|
|
62
|
+
|
|
63
|
+
```csv
|
|
64
|
+
id,displayName,description
|
|
65
|
+
08d542b9-071f-4e16-94b0-74abb372e3d9,Group.Unified.Guest,Settings for a specific Unified Group
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
</TabItem>
|
|
69
|
+
<TabItem value="Markdown">
|
|
70
|
+
|
|
71
|
+
```md
|
|
72
|
+
# aad groupsettingtemplate list
|
|
73
|
+
|
|
74
|
+
Date: 2023-06-01
|
|
75
|
+
|
|
76
|
+
## Group.Unified.Guest (08d542b9-071f-4e16-94b0-74abb372e3d9)
|
|
77
|
+
|
|
78
|
+
Property | Value
|
|
79
|
+
---------|-------
|
|
80
|
+
id | 08d542b9-071f-4e16-94b0-74abb372e3d9
|
|
81
|
+
displayName | Group.Unified.Guest
|
|
82
|
+
description | Settings for a specific Unified Group
|
|
83
|
+
```
|
|
84
|
+
|
|
85
|
+
</TabItem>
|
|
86
|
+
</Tabs>
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import Global from '/docs/cmd/_global.mdx';
|
|
2
|
+
import Tabs from '@theme/Tabs';
|
|
3
|
+
import TabItem from '@theme/TabItem';
|
|
2
4
|
|
|
3
5
|
# aad o365group add
|
|
4
6
|
|
|
@@ -109,3 +111,123 @@ Create a public Microsoft 365 Group and set its logo
|
|
|
109
111
|
```sh
|
|
110
112
|
m365 aad o365group add --displayName Finance --description "This is the Contoso Finance Group. Please come here and check out the latest news, posts, files, and more." --mailNickname finance --logoPath images/logo.png
|
|
111
113
|
```
|
|
114
|
+
|
|
115
|
+
## Response
|
|
116
|
+
|
|
117
|
+
<Tabs>
|
|
118
|
+
<TabItem value="JSON">
|
|
119
|
+
|
|
120
|
+
```json
|
|
121
|
+
{
|
|
122
|
+
"id": "43159e46-373c-4151-84bd-a8cc82cee345",
|
|
123
|
+
"deletedDateTime": null,
|
|
124
|
+
"classification": null,
|
|
125
|
+
"createdDateTime": "2023-06-01T20:15:18Z",
|
|
126
|
+
"creationOptions": [],
|
|
127
|
+
"description": "This is the Contoso Finance Group. Please come here and check out the latest news, posts, files, and more.",
|
|
128
|
+
"displayName": "Finance",
|
|
129
|
+
"expirationDateTime": null,
|
|
130
|
+
"groupTypes": [
|
|
131
|
+
"Unified"
|
|
132
|
+
],
|
|
133
|
+
"isAssignableToRole": null,
|
|
134
|
+
"mail": "finance@contoso.onmicrosoft.com",
|
|
135
|
+
"mailEnabled": true,
|
|
136
|
+
"mailNickname": "finance",
|
|
137
|
+
"membershipRule": null,
|
|
138
|
+
"membershipRuleProcessingState": null,
|
|
139
|
+
"onPremisesDomainName": null,
|
|
140
|
+
"onPremisesLastSyncDateTime": null,
|
|
141
|
+
"onPremisesNetBiosName": null,
|
|
142
|
+
"onPremisesSamAccountName": null,
|
|
143
|
+
"onPremisesSecurityIdentifier": null,
|
|
144
|
+
"onPremisesSyncEnabled": null,
|
|
145
|
+
"preferredDataLocation": null,
|
|
146
|
+
"preferredLanguage": null,
|
|
147
|
+
"proxyAddresses": [
|
|
148
|
+
"SMTP:finance@contoso.onmicrosoft.com"
|
|
149
|
+
],
|
|
150
|
+
"renewedDateTime": "2023-06-01T20:15:18Z",
|
|
151
|
+
"resourceBehaviorOptions": [],
|
|
152
|
+
"resourceProvisioningOptions": [],
|
|
153
|
+
"securityEnabled": false,
|
|
154
|
+
"securityIdentifier": "S-1-12-1-1125490246-1095841596-3433610628-1172557442",
|
|
155
|
+
"theme": null,
|
|
156
|
+
"visibility": "Public",
|
|
157
|
+
"onPremisesProvisioningErrors": []
|
|
158
|
+
}
|
|
159
|
+
```
|
|
160
|
+
|
|
161
|
+
</TabItem>
|
|
162
|
+
<TabItem value="Text">
|
|
163
|
+
|
|
164
|
+
```text
|
|
165
|
+
classification : null
|
|
166
|
+
createdDateTime : 2023-06-01T20:16:56Z
|
|
167
|
+
creationOptions : []
|
|
168
|
+
deletedDateTime : null
|
|
169
|
+
description : This is the Contoso Finance Group. Please come here and check out the latest news, posts, files, and more.
|
|
170
|
+
displayName : Finance
|
|
171
|
+
expirationDateTime : null
|
|
172
|
+
groupTypes : ["Unified"]
|
|
173
|
+
id : 1b21f2fa-a104-45a9-b6f4-5348c2c695d5
|
|
174
|
+
isAssignableToRole : null
|
|
175
|
+
mail : finance@contoso.onmicrosoft.com
|
|
176
|
+
mailEnabled : true
|
|
177
|
+
mailNickname : finance
|
|
178
|
+
membershipRule : null
|
|
179
|
+
membershipRuleProcessingState: null
|
|
180
|
+
onPremisesDomainName : null
|
|
181
|
+
onPremisesLastSyncDateTime : null
|
|
182
|
+
onPremisesNetBiosName : null
|
|
183
|
+
onPremisesProvisioningErrors : []
|
|
184
|
+
onPremisesSamAccountName : null
|
|
185
|
+
onPremisesSecurityIdentifier : null
|
|
186
|
+
onPremisesSyncEnabled : null
|
|
187
|
+
preferredDataLocation : null
|
|
188
|
+
preferredLanguage : null
|
|
189
|
+
proxyAddresses : ["SMTP:finance@contoso.onmicrosoft.com"]
|
|
190
|
+
renewedDateTime : 2023-06-01T20:16:56Z
|
|
191
|
+
resourceBehaviorOptions : []
|
|
192
|
+
resourceProvisioningOptions : []
|
|
193
|
+
securityEnabled : false
|
|
194
|
+
securityIdentifier : S-1-12-1-455209722-1168744708-1213461686-3583362754
|
|
195
|
+
theme : null
|
|
196
|
+
visibility : Public
|
|
197
|
+
```
|
|
198
|
+
|
|
199
|
+
</TabItem>
|
|
200
|
+
<TabItem value="CSV">
|
|
201
|
+
|
|
202
|
+
```csv
|
|
203
|
+
id,createdDateTime,description,displayName,mail,mailEnabled,mailNickname,renewedDateTime,securityEnabled,securityIdentifier,visibility
|
|
204
|
+
62b7b02f-ea88-4e9a-a763-410067bae20e,2023-06-01T20:17:45Z,"This is the Contoso Finance Group. Please come here and check out the latest news, posts, files, and more.",Finance,finance@contoso.onmicrosoft.com,1,finance,2023-06-01T20:17:45Z,,S-1-12-1-1656205359-1318775432-4285351-249739879,Public
|
|
205
|
+
```
|
|
206
|
+
|
|
207
|
+
</TabItem>
|
|
208
|
+
<TabItem value="Markdown">
|
|
209
|
+
|
|
210
|
+
```md
|
|
211
|
+
# aad o365group add --displayName "Finance" --description "This is the Contoso Finance Group. Please come here and check out the latest news, posts, files, and more." --mailNickname "finance"
|
|
212
|
+
|
|
213
|
+
Date: 2023-06-01
|
|
214
|
+
|
|
215
|
+
## Finance (ff99b38f-0a4b-4fbb-a034-b86988061e6d)
|
|
216
|
+
|
|
217
|
+
Property | Value
|
|
218
|
+
---------|-------
|
|
219
|
+
id | ff99b38f-0a4b-4fbb-a034-b86988061e6d
|
|
220
|
+
createdDateTime | 2023-06-01T20:18:30Z
|
|
221
|
+
description | This is the Contoso Finance Group. Please come here and check out the latest news, posts, files, and more.
|
|
222
|
+
displayName | Finance
|
|
223
|
+
mail | finance@contoso.onmicrosoft.com
|
|
224
|
+
mailEnabled | true
|
|
225
|
+
mailNickname | finance
|
|
226
|
+
renewedDateTime | 2023-06-01T20:18:30Z
|
|
227
|
+
securityEnabled | false
|
|
228
|
+
securityIdentifier | S-1-12-1-4288263055-1337657931-1773679776-1830684296
|
|
229
|
+
visibility | Public
|
|
230
|
+
```
|
|
231
|
+
|
|
232
|
+
</TabItem>
|
|
233
|
+
</Tabs>
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import Global from '/docs/cmd/_global.mdx';
|
|
2
|
+
import Tabs from '@theme/Tabs';
|
|
3
|
+
import TabItem from '@theme/TabItem';
|
|
2
4
|
|
|
3
5
|
# aad o365group conversation list
|
|
4
6
|
|
|
@@ -26,3 +28,69 @@ Lists conversations for the specified Microsoft 365 group
|
|
|
26
28
|
```sh
|
|
27
29
|
m365 aad o365group conversation list --groupId '00000000-0000-0000-0000-000000000000'
|
|
28
30
|
```
|
|
31
|
+
|
|
32
|
+
## Response
|
|
33
|
+
|
|
34
|
+
<Tabs>
|
|
35
|
+
<TabItem value="JSON">
|
|
36
|
+
|
|
37
|
+
```json
|
|
38
|
+
[
|
|
39
|
+
{
|
|
40
|
+
"id": "AAQkADEzYjY5N2FmLTVmZDYtNDgyYi1iZjBlLTgyNDU5ZTYyNGFkZQAQAGhnITi5DTNEgxisPwMQu74=",
|
|
41
|
+
"topic": "The new Finance group is ready",
|
|
42
|
+
"hasAttachments": false,
|
|
43
|
+
"lastDeliveredDateTime": "2023-06-01T20:31:57Z",
|
|
44
|
+
"uniqueSenders": [
|
|
45
|
+
"Finance"
|
|
46
|
+
],
|
|
47
|
+
"preview": "Welcome to the Finance group.\r\\\nUse the group to share ideas, files, and important dates.\r\\\nStart a conversation\r\\\nRead group conversations or start your own.\r\\\nAdd to the team site\r\\\nStart sharing and collaborating on content in SharePoint.\r\\\nShare files\r\\\nView"
|
|
48
|
+
}
|
|
49
|
+
]
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
</TabItem>
|
|
53
|
+
<TabItem value="Text">
|
|
54
|
+
|
|
55
|
+
```text
|
|
56
|
+
topic lastDeliveredDateTime id
|
|
57
|
+
------------------------------ --------------------- --------------------------------------------------------------------------------
|
|
58
|
+
The new Finance group is ready 2023-06-01T20:31:57Z AAQkADEzYjY5N2FmLTVmZDYtNDgyYi1iZjBlLTgyNDU5ZTYyNGFkZQAQAGhnITi5DTNEgxisPwMQu74=
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
</TabItem>
|
|
62
|
+
<TabItem value="CSV">
|
|
63
|
+
|
|
64
|
+
```csv
|
|
65
|
+
id,topic,hasAttachments,lastDeliveredDateTime,preview
|
|
66
|
+
AAQkADEzYjY5N2FmLTVmZDYtNDgyYi1iZjBlLTgyNDU5ZTYyNGFkZQAQAGhnITi5DTNEgxisPwMQu74=,The new Finance group is ready,,2023-06-01T20:31:57Z,"Welcome to the Finance group.
|
|
67
|
+
Use the group to share ideas, files, and important dates.
|
|
68
|
+
Start a conversation
|
|
69
|
+
Read group conversations or start your own.
|
|
70
|
+
Add to the team site
|
|
71
|
+
Start sharing and collaborating on content in SharePoint.
|
|
72
|
+
Share files
|
|
73
|
+
View"
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
</TabItem>
|
|
77
|
+
<TabItem value="Markdown">
|
|
78
|
+
|
|
79
|
+
```md
|
|
80
|
+
# aad o365group conversation list --groupId "1cdce329-46a9-4fd3-8826-fe6587d25a8c"
|
|
81
|
+
|
|
82
|
+
Date: 2023-06-01
|
|
83
|
+
|
|
84
|
+
## AAQkADEzYjY5N2FmLTVmZDYtNDgyYi1iZjBlLTgyNDU5ZTYyNGFkZQAQAGhnITi5DTNEgxisPwMQu74=
|
|
85
|
+
|
|
86
|
+
Property | Value
|
|
87
|
+
---------|-------
|
|
88
|
+
id | AAQkADEzYjY5N2FmLTVmZDYtNDgyYi1iZjBlLTgyNDU5ZTYyNGFkZQAQAGhnITi5DTNEgxisPwMQu74=
|
|
89
|
+
topic | The new Finance group is ready
|
|
90
|
+
hasAttachments | false
|
|
91
|
+
lastDeliveredDateTime | 2023-06-01T20:31:57Z
|
|
92
|
+
<br>Viewe filesng and collaborating on content in SharePoint
|
|
93
|
+
```
|
|
94
|
+
|
|
95
|
+
</TabItem>
|
|
96
|
+
</Tabs>
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import Global from '/docs/cmd/_global.mdx';
|
|
2
|
+
import Tabs from '@theme/Tabs';
|
|
3
|
+
import TabItem from '@theme/TabItem';
|
|
2
4
|
|
|
3
5
|
# aad o365group conversation post list
|
|
4
6
|
|
|
@@ -38,3 +40,78 @@ Lists the posts of the specific conversation of Microsoft 365 group by groupDisp
|
|
|
38
40
|
```sh
|
|
39
41
|
m365 aad o365group conversation post list --groupDisplayName 'MyGroup' --threadId 'AAQkADkwN2Q2NDg1LWQ3ZGYtNDViZi1iNGRiLTVhYjJmN2Q5NDkxZQAQAOnRAfDf71lIvrdK85FAn5E='
|
|
40
42
|
```
|
|
43
|
+
|
|
44
|
+
## Response
|
|
45
|
+
|
|
46
|
+
<Tabs>
|
|
47
|
+
<TabItem value="JSON">
|
|
48
|
+
|
|
49
|
+
```json
|
|
50
|
+
[
|
|
51
|
+
{
|
|
52
|
+
"id": "AQMkADEzYjY5N2FmLTVmZDYtNDgyYi1iZjBlLTgyNDU5ZTYyNGFkZQBGAAADmecqsV_FlUO5yIjb39c8WAcAutYcQwzOPUuXqcXs6eZ7CAAAAgEMAAAAutYcQwzOPUuXqcXs6eZ7CAAAAglBAAAA",
|
|
53
|
+
"createdDateTime": "2023-06-01T20:31:51Z",
|
|
54
|
+
"lastModifiedDateTime": "2023-06-01T20:31:59Z",
|
|
55
|
+
"changeKey": "CQAAABYAAAC61hxDDM49S5epxezp5nsIAAAAAAFV",
|
|
56
|
+
"categories": [],
|
|
57
|
+
"receivedDateTime": "2023-06-01T20:31:57Z",
|
|
58
|
+
"hasAttachments": false,
|
|
59
|
+
"body": {
|
|
60
|
+
"contentType": "html",
|
|
61
|
+
"content": "<html><body><div>\r\\\n<div style=\"direction:ltr;\"><table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" id=\"x_bodyTable\" style=\"vertical-align:top;width:100%;height:100%;border-spacing:0;border-collapse:collapse;margin:0;padding:0;border-width:0;box-sizing:border-box;\">\r\\\n<tr style=\"vertical-align:top;margin:0;padding:0;border-width:0;box-sizing:border-box;\">\r\\\n<td id=\"x_bodyCell\" style=\"vertical-align:top;direction:ltr;width:100%;height:100%;margin:0;padding:0;border-width:0;box-sizing:border-box;\"><table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" id=\"x_content\" style=\"font-family:Segoe UI,Tahoma,Microsoft Sans Serif,Verdana,sans-serif;vertical-align:top;border-spacing:0;border-collapse:collapse;margin:0;padding:0;border-width:0;box-sizing:border-box;\">\r\\\n<tr style=\"vertical-align:top;margin:0;padding:0;border-width:0;box-sizing:border-box;\">\r\\\n<td style=\"font-family:Segoe UI,Tahoma,Microsoft Sans Serif,Verdana,sans-serif;vertical-align:top;height:64px;margin:0;padding:0 0 20px 0;border-width:0;box-sizing:border-box;\">\r\\\n<div style=\"color:#0072C6;font-size:18pt;vertical-align:top;margin:0;padding:0;border-width:0;box-sizing:border-box;\">Welcome to the Finance group.</div>\r\\\n<div style=\"font-size:10pt;vertical-align:top;margin:5px 0 0 0;padding:0;border-width:0;box-sizing:border-box;\">Use the group to share ideas, files, and important dates.</div></td></tr>\r\\\n<tr style=\"vertical-align:top;margin:0;padding:0;border-width:0;box-sizing:border-box;\">\r\\\n<td style=\"vertical-align:top;margin:0;padding:0;border-width:0;box-sizing:border-box;\"><table align=\"left\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" style=\"color:#666666;vertical-align:top;width:213px;border-spacing:0;border-collapse:collapse;margin:0;padding:0;border-width:0;box-sizing:border-box;\">\r\\\n<tr style=\"vertical-align:top;margin:0;padding:0;border-width:0;box-sizing:border-box;\">\r\\\n<td style=\"vertical-align:top;margin:0;padding:0 0 5px 0;border-width:0;box-sizing:border-box;\"><a href=\"mailto:finance@contoso.onmicrosoft.com\" data-auth=\"NotApplicable\" style=\"text-decoration:none;\"><img data-imagetype=\"AttachmentByCid\" originalSrc=\"cid:conversationicon\" explicitlogon=\"finance@contoso.onmicrosoft.com\" src=\"cid:conversationicon\" width=\"64\" height=\"64\" style=\"display:block;text-decoration:none;border-width:0;outline:none;\"></a></td></tr>\r\\\n<tr style=\"vertical-align:top;margin:0;padding:0;border-width:0;box-sizing:border-box;\">\r\\\n<td style=\"font-family:Segoe UI,Tahoma,Microsoft Sans Serif,Verdana,sans-serif;vertical-align:top;margin:0;padding:5px 15px 5px 0;border-width:0;box-sizing:border-box;\"><a href=\"mailto:finance@contoso.onmicrosoft.com\" data-auth=\"NotApplicable\" style=\"text-decoration:none;\">\r\\\n<div style=\"color:#0072C6;font-size:14pt;vertical-align:top;text-decoration:none;margin:0;padding:0;border-width:0;box-sizing:border-box;\">Start a conversation</div></a></td></tr>\r\\\n<tr style=\"vertical-align:top;margin:0;padding:0;border-width:0;box-sizing:border-box;\">\r\\\n<td style=\"font-family:Segoe UI,Tahoma,Microsoft Sans Serif,Verdana,sans-serif;vertical-align:top;margin:0;padding:0 15px 20px 0;border-width:0;box-sizing:border-box;\">\r\\\n<div style=\"color:#666666;font-size:10pt;font-family:Segoe UI,Tahoma,Microsoft Sans Serif,Verdana,sans-serif;vertical-align:top;margin:0;padding:0;border-width:0;box-sizing:border-box;\">Read group conversations or start your own.</div></td></tr></table><table align=\"left\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" style=\"color:#666666;vertical-align:top;width:213px;border-spacing:0;border-collapse:collapse;margin:0;padding:0;border-width:0;box-sizing:border-box;\">\r\\\n<tr style=\"vertical-align:top;margin:0;padding:0;border-width:0;box-sizing:border-box;\">\r\\\n<td style=\"vertical-align:top;margin:0;padding:0 0 5px 0;border-width:0;box-sizing:border-box;\"><a href=\"https://outlook.office365.com/owa/finance@contoso.onmicrosoft.com/groupsubscription.ashx?realm=contoso.onmicrosoft.com&source=WarmingEmail&action=site\" data-auth=\"NotApplicable\" style=\"text-decoration:none;\"><img data-imagetype=\"AttachmentByCid\" originalSrc=\"cid:documenticon\" explicitlogon=\"finance@contoso.onmicrosoft.com\" src=\"cid:documenticon\" width=\"64\" height=\"64\" style=\"display:block;text-decoration:none;border-width:0;outline:none;\"></a></td></tr>\r\\\n<tr style=\"vertical-align:top;margin:0;padding:0;border-width:0;box-sizing:border-box;\">\r\\\n<td style=\"font-family:Segoe UI,Tahoma,Microsoft Sans Serif,Verdana,sans-serif;vertical-align:top;margin:0;padding:5px 15px 5px 0;border-width:0;box-sizing:border-box;\"><a href=\"https://outlook.office365.com/owa/finance@contoso.onmicrosoft.com/groupsubscription.ashx?realm=contoso.onmicrosoft.com&source=WarmingEmail&action=site\" data-auth=\"NotApplicable\" style=\"text-decoration:none;\">\r\\\n<div style=\"color:#0072C6;font-size:14pt;vertical-align:top;text-decoration:none;margin:0;padding:0;border-width:0;box-sizing:border-box;\">Add to the team site</div></a></td></tr>\r\\\n<tr style=\"vertical-align:top;margin:0;padding:0;border-width:0;box-sizing:border-box;\">\r\\\n<td style=\"font-family:Segoe UI,Tahoma,Microsoft Sans Serif,Verdana,sans-serif;vertical-align:top;margin:0;padding:0 15px 20px 0;border-width:0;box-sizing:border-box;\">\r\\\n<div style=\"color:#666666;font-size:10pt;font-family:Segoe UI,Tahoma,Microsoft Sans Serif,Verdana,sans-serif;vertical-align:top;margin:0;padding:0;border-width:0;box-sizing:border-box;\">Start sharing and collaborating on content in SharePoint.</div></td></tr></table></td></tr>\r\\\n<tr style=\"vertical-align:top;margin:0;padding:0;border-width:0;box-sizing:border-box;\">\r\\\n<td style=\"vertical-align:top;margin:0;padding:0;border-width:0;box-sizing:border-box;\"><table align=\"left\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" style=\"color:#666666;vertical-align:top;width:213px;border-spacing:0;border-collapse:collapse;margin:0;padding:0;border-width:0;box-sizing:border-box;\">\r\\\n<tr style=\"vertical-align:top;margin:0;padding:0;border-width:0;box-sizing:border-box;\">\r\\\n<td style=\"vertical-align:top;margin:0;padding:0 0 5px 0;border-width:0;box-sizing:border-box;\"><a href=\"https://outlook.office365.com/owa/finance@contoso.onmicrosoft.com/groupsubscription.ashx?realm=contoso.onmicrosoft.com&source=WarmingEmail&action=files\" data-auth=\"NotApplicable\" style=\"text-decoration:none;\"><img data-imagetype=\"AttachmentByCid\" originalSrc=\"cid:filesicon\" explicitlogon=\"finance@contoso.onmicrosoft.com\" src=\"cid:filesicon\" width=\"64\" height=\"64\" style=\"display:block;text-decoration:none;border-width:0;outline:none;\"></a></td></tr>\r\\\n<tr style=\"vertical-align:top;margin:0;padding:0;border-width:0;box-sizing:border-box;\">\r\\\n<td style=\"font-family:Segoe UI,Tahoma,Microsoft Sans Serif,Verdana,sans-serif;vertical-align:top;margin:0;padding:5px 15px 5px 0;border-width:0;box-sizing:border-box;\"><a href=\"https://outlook.office365.com/owa/finance@contoso.onmicrosoft.com/groupsubscription.ashx?realm=contoso.onmicrosoft.com&source=WarmingEmail&action=files\" data-auth=\"NotApplicable\" style=\"text-decoration:none;\">\r\\\n<div style=\"color:#0072C6;font-size:14pt;vertical-align:top;text-decoration:none;margin:0;padding:0;border-width:0;box-sizing:border-box;\">Share files</div></a></td></tr>\r\\\n<tr style=\"vertical-align:top;margin:0;padding:0;border-width:0;box-sizing:border-box;\">\r\\\n<td style=\"font-family:Segoe UI,Tahoma,Microsoft Sans Serif,Verdana,sans-serif;vertical-align:top;margin:0;padding:0 15px 20px 0;border-width:0;box-sizing:border-box;\">\r\\\n<div style=\"color:#666666;font-size:10pt;font-family:Segoe UI,Tahoma,Microsoft Sans Serif,Verdana,sans-serif;vertical-align:top;margin:0;padding:0;border-width:0;box-sizing:border-box;\">View, edit, and share all group files, including email attachments.</div></td></tr></table><table align=\"left\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" style=\"color:#666666;vertical-align:top;width:213px;border-spacing:0;border-collapse:collapse;margin:0;padding:0;border-width:0;box-sizing:border-box;\">\r\\\n<tr style=\"vertical-align:top;margin:0;padding:0;border-width:0;box-sizing:border-box;\">\r\\\n<td style=\"vertical-align:top;margin:0;padding:0 0 5px 0;border-width:0;box-sizing:border-box;\"><a href=\"https://outlook.office365.com/connectors/?MailboxAddress=finance%40contoso.onmicrosoft.com&src=wumail\" data-auth=\"NotApplicable\" style=\"text-decoration:none;\"><img data-imagetype=\"AttachmentByCid\" originalSrc=\"cid:connectoricon\" explicitlogon=\"finance@contoso.onmicrosoft.com\" src=\"cid:connectoricon\" width=\"64\" height=\"64\" style=\"display:block;text-decoration:none;border-width:0;outline:none;\"></a></td></tr>\r\\\n<tr style=\"vertical-align:top;margin:0;padding:0;border-width:0;box-sizing:border-box;\">\r\\\n<td style=\"font-family:Segoe UI,Tahoma,Microsoft Sans Serif,Verdana,sans-serif;vertical-align:top;margin:0;padding:5px 15px 5px 0;border-width:0;box-sizing:border-box;\"><a href=\"https://outlook.office365.com/connectors/?MailboxAddress=finance%40contoso.onmicrosoft.com&src=wumail\" data-auth=\"NotApplicable\" style=\"text-decoration:none;\">\r\\\n<div style=\"color:#0072C6;font-size:14pt;vertical-align:top;text-decoration:none;margin:0;padding:0;border-width:0;box-sizing:border-box;\">Connect your apps</div></a></td></tr>\r\\\n<tr style=\"vertical-align:top;margin:0;padding:0;border-width:0;box-sizing:border-box;\">\r\\\n<td style=\"font-family:Segoe UI,Tahoma,Microsoft Sans Serif,Verdana,sans-serif;vertical-align:top;margin:0;padding:0 15px 20px 0;border-width:0;box-sizing:border-box;\">\r\\\n<div style=\"color:#666666;font-size:10pt;font-family:Segoe UI,Tahoma,Microsoft Sans Serif,Verdana,sans-serif;vertical-align:top;margin:0;padding:0;border-width:0;box-sizing:border-box;\">Connect apps like Twitter and Trello to stay current with information and updates your team cares about.</div></td></tr></table></td></tr></table></td></tr></table></div></div>\r\\\n</body></html>"
|
|
62
|
+
},
|
|
63
|
+
"from": {
|
|
64
|
+
"emailAddress": {
|
|
65
|
+
"name": "Finance",
|
|
66
|
+
"address": "finance@contoso.onmicrosoft.com"
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
"sender": {
|
|
70
|
+
"emailAddress": {
|
|
71
|
+
"name": "Finance",
|
|
72
|
+
"address": "finance@contoso.onmicrosoft.com"
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
]
|
|
77
|
+
```
|
|
78
|
+
|
|
79
|
+
</TabItem>
|
|
80
|
+
<TabItem value="Text">
|
|
81
|
+
|
|
82
|
+
```text
|
|
83
|
+
lastDeliveredDateTime id
|
|
84
|
+
--------------------- ----------------------------------------------------------------------------------------------------------------------------------------------------
|
|
85
|
+
2023-06-01T20:31:57Z AQMkADEzYjY5N2FmLTVmZDYtNDgyYi1iZjBlLTgyNDU5ZTYyNGFkZQBGAAADmecqsV_FlUO5yIjb39c8WAcAutYcQwzOPUuXqcXs6eZ7CAAAAgEMAAAAutYcQwzOPUuXqcXs6eZ7CAAAAglBAAAA
|
|
86
|
+
```
|
|
87
|
+
|
|
88
|
+
</TabItem>
|
|
89
|
+
<TabItem value="CSV">
|
|
90
|
+
|
|
91
|
+
```csv
|
|
92
|
+
id,createdDateTime,lastModifiedDateTime,changeKey,receivedDateTime,hasAttachments
|
|
93
|
+
AQMkADEzYjY5N2FmLTVmZDYtNDgyYi1iZjBlLTgyNDU5ZTYyNGFkZQBGAAADmecqsV_FlUO5yIjb39c8WAcAutYcQwzOPUuXqcXs6eZ7CAAAAgEMAAAAutYcQwzOPUuXqcXs6eZ7CAAAAglBAAAA,2023-06-01T20:31:51Z,2023-06-01T20:31:59Z,CQAAABYAAAC61hxDDM49S5epxezp5nsIAAAAAAFV,2023-06-01T20:31:57Z,
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
</TabItem>
|
|
97
|
+
<TabItem value="Markdown">
|
|
98
|
+
|
|
99
|
+
```md
|
|
100
|
+
# aad o365group conversation post list --groupId "1cdce329-46a9-4fd3-8826-fe6587d25a8c" --threadId "AAQkADEzYjY5N2FmLTVmZDYtNDgyYi1iZjBlLTgyNDU5ZTYyNGFkZQAQAGhnITi5DTNEgxisPwMQu74="
|
|
101
|
+
|
|
102
|
+
Date: 2023-06-02
|
|
103
|
+
|
|
104
|
+
## AQMkADEzYjY5N2FmLTVmZDYtNDgyYi1iZjBlLTgyNDU5ZTYyNGFkZQBGAAADmecqsV_FlUO5yIjb39c8WAcAutYcQwzOPUuXqcXs6eZ7CAAAAgEMAAAAutYcQwzOPUuXqcXs6eZ7CAAAAglBAAAA
|
|
105
|
+
|
|
106
|
+
Property | Value
|
|
107
|
+
---------|-------
|
|
108
|
+
id | AQMkADEzYjY5N2FmLTVmZDYtNDgyYi1iZjBlLTgyNDU5ZTYyNGFkZQBGAAADmecqsV\_FlUO5yIjb39c8WAcAutYcQwzOPUuXqcXs6eZ7CAAAAgEMAAAAutYcQwzOPUuXqcXs6eZ7CAAAAglBAAAA
|
|
109
|
+
createdDateTime | 2023-06-01T20:31:51Z
|
|
110
|
+
lastModifiedDateTime | 2023-06-01T20:31:59Z
|
|
111
|
+
changeKey | CQAAABYAAAC61hxDDM49S5epxezp5nsIAAAAAAFV
|
|
112
|
+
receivedDateTime | 2023-06-01T20:31:57Z
|
|
113
|
+
hasAttachments | false
|
|
114
|
+
```
|
|
115
|
+
|
|
116
|
+
</TabItem>
|
|
117
|
+
</Tabs>
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import Global from '/docs/cmd/_global.mdx';
|
|
2
|
+
import Tabs from '@theme/Tabs';
|
|
3
|
+
import TabItem from '@theme/TabItem';
|
|
2
4
|
|
|
3
5
|
# aad o365group get
|
|
4
6
|
|
|
@@ -35,3 +37,123 @@ Get information about the Microsoft 365 Group with id _1caf7dcd-7e83-4c3a-94f7-9
|
|
|
35
37
|
```sh
|
|
36
38
|
m365 aad o365group get --id 1caf7dcd-7e83-4c3a-94f7-932a1299c844 --includeSiteUrl
|
|
37
39
|
```
|
|
40
|
+
|
|
41
|
+
## Response
|
|
42
|
+
|
|
43
|
+
<Tabs>
|
|
44
|
+
<TabItem value="JSON">
|
|
45
|
+
|
|
46
|
+
```json
|
|
47
|
+
{
|
|
48
|
+
"id": "ff99b38f-0a4b-4fbb-a034-b86988061e6d",
|
|
49
|
+
"deletedDateTime": null,
|
|
50
|
+
"classification": null,
|
|
51
|
+
"createdDateTime": "2023-06-01T20:18:30Z",
|
|
52
|
+
"creationOptions": [],
|
|
53
|
+
"description": "This is the Contoso Finance Group. Please come here and check out the latest news, posts, files, and more.",
|
|
54
|
+
"displayName": "Finance",
|
|
55
|
+
"expirationDateTime": null,
|
|
56
|
+
"groupTypes": [
|
|
57
|
+
"Unified"
|
|
58
|
+
],
|
|
59
|
+
"isAssignableToRole": null,
|
|
60
|
+
"mail": "finance@contoso.onmicrosoft.com",
|
|
61
|
+
"mailEnabled": true,
|
|
62
|
+
"mailNickname": "finance",
|
|
63
|
+
"membershipRule": null,
|
|
64
|
+
"membershipRuleProcessingState": null,
|
|
65
|
+
"onPremisesDomainName": null,
|
|
66
|
+
"onPremisesLastSyncDateTime": null,
|
|
67
|
+
"onPremisesNetBiosName": null,
|
|
68
|
+
"onPremisesSamAccountName": null,
|
|
69
|
+
"onPremisesSecurityIdentifier": null,
|
|
70
|
+
"onPremisesSyncEnabled": null,
|
|
71
|
+
"preferredDataLocation": null,
|
|
72
|
+
"preferredLanguage": null,
|
|
73
|
+
"proxyAddresses": [
|
|
74
|
+
"SMTP:finance@contoso.onmicrosoft.com"
|
|
75
|
+
],
|
|
76
|
+
"renewedDateTime": "2023-06-01T20:18:30Z",
|
|
77
|
+
"resourceBehaviorOptions": [],
|
|
78
|
+
"resourceProvisioningOptions": [],
|
|
79
|
+
"securityEnabled": false,
|
|
80
|
+
"securityIdentifier": "S-1-12-1-4288263055-1337657931-1773679776-1830684296",
|
|
81
|
+
"theme": null,
|
|
82
|
+
"visibility": "Public",
|
|
83
|
+
"onPremisesProvisioningErrors": []
|
|
84
|
+
}
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
</TabItem>
|
|
88
|
+
<TabItem value="Text">
|
|
89
|
+
|
|
90
|
+
```text
|
|
91
|
+
classification : null
|
|
92
|
+
createdDateTime : 2023-06-01T20:18:30Z
|
|
93
|
+
creationOptions : []
|
|
94
|
+
deletedDateTime : null
|
|
95
|
+
description : This is the Contoso Finance Group. Please come here and check out the latest news, posts, files, and more.
|
|
96
|
+
displayName : Finance
|
|
97
|
+
expirationDateTime : null
|
|
98
|
+
groupTypes : ["Unified"]
|
|
99
|
+
id : ff99b38f-0a4b-4fbb-a034-b86988061e6d
|
|
100
|
+
isAssignableToRole : null
|
|
101
|
+
mail : finance@contoso.onmicrosoft.com
|
|
102
|
+
mailEnabled : true
|
|
103
|
+
mailNickname : finance
|
|
104
|
+
membershipRule : null
|
|
105
|
+
membershipRuleProcessingState: null
|
|
106
|
+
onPremisesDomainName : null
|
|
107
|
+
onPremisesLastSyncDateTime : null
|
|
108
|
+
onPremisesNetBiosName : null
|
|
109
|
+
onPremisesProvisioningErrors : []
|
|
110
|
+
onPremisesSamAccountName : null
|
|
111
|
+
onPremisesSecurityIdentifier : null
|
|
112
|
+
onPremisesSyncEnabled : null
|
|
113
|
+
preferredDataLocation : null
|
|
114
|
+
preferredLanguage : null
|
|
115
|
+
proxyAddresses : ["SMTP:finance@contoso.onmicrosoft.com"]
|
|
116
|
+
renewedDateTime : 2023-06-01T20:18:30Z
|
|
117
|
+
resourceBehaviorOptions : []
|
|
118
|
+
resourceProvisioningOptions : []
|
|
119
|
+
securityEnabled : false
|
|
120
|
+
securityIdentifier : S-1-12-1-4288263055-1337657931-1773679776-1830684296
|
|
121
|
+
theme : null
|
|
122
|
+
visibility : Public
|
|
123
|
+
```
|
|
124
|
+
|
|
125
|
+
</TabItem>
|
|
126
|
+
<TabItem value="CSV">
|
|
127
|
+
|
|
128
|
+
```csv
|
|
129
|
+
id,createdDateTime,description,displayName,mail,mailEnabled,mailNickname,renewedDateTime,securityEnabled,securityIdentifier,visibility
|
|
130
|
+
ff99b38f-0a4b-4fbb-a034-b86988061e6d,2023-06-01T20:18:30Z,"This is the Contoso Finance Group. Please come here and check out the latest news, posts, files, and more.",Finance,finance@contoso.onmicrosoft.com,1,finance,2023-06-01T20:18:30Z,,S-1-12-1-4288263055-1337657931-1773679776-1830684296,Public
|
|
131
|
+
```
|
|
132
|
+
|
|
133
|
+
</TabItem>
|
|
134
|
+
<TabItem value="Markdown">
|
|
135
|
+
|
|
136
|
+
```md
|
|
137
|
+
# aad o365group get --id "ff99b38f-0a4b-4fbb-a034-b86988061e6d"
|
|
138
|
+
|
|
139
|
+
Date: 2023-06-01
|
|
140
|
+
|
|
141
|
+
## Finance (ff99b38f-0a4b-4fbb-a034-b86988061e6d)
|
|
142
|
+
|
|
143
|
+
Property | Value
|
|
144
|
+
---------|-------
|
|
145
|
+
id | ff99b38f-0a4b-4fbb-a034-b86988061e6d
|
|
146
|
+
createdDateTime | 2023-06-01T20:18:30Z
|
|
147
|
+
description | This is the Contoso Finance Group. Please come here and check out the latest news, posts, files, and more.
|
|
148
|
+
displayName | Finance
|
|
149
|
+
mail | finance@contoso.onmicrosoft.com
|
|
150
|
+
mailEnabled | true
|
|
151
|
+
mailNickname | finance
|
|
152
|
+
renewedDateTime | 2023-06-01T20:18:30Z
|
|
153
|
+
securityEnabled | false
|
|
154
|
+
securityIdentifier | S-1-12-1-4288263055-1337657931-1773679776-1830684296
|
|
155
|
+
visibility | Public
|
|
156
|
+
```
|
|
157
|
+
|
|
158
|
+
</TabItem>
|
|
159
|
+
</Tabs>
|