@pnp/cli-microsoft365 7.5.0-beta.494c631 → 7.5.0-beta.c0c1edf
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 +2 -2
- package/.eslintrc.cjs +6 -2
- package/.mocharc.json +3 -5
- package/Dockerfile +2 -5
- package/README.md +2 -2
- package/allCommands.json +1 -1
- package/allCommandsFull.json +1 -1
- package/dist/Command.js +1 -1
- package/dist/m365/app/commands/app-get.js +2 -2
- package/dist/m365/base/AppCommand.js +2 -2
- package/dist/m365/base/{YammerCommand.js → VivaEngageCommand.js} +2 -2
- package/dist/m365/cli/commands/cli-consent.js +5 -3
- package/dist/m365/entra/aadCommands.js +3 -0
- package/dist/m365/entra/commands/administrativeunit/administrativeunit-get.js +2 -2
- package/dist/m365/entra/commands/administrativeunit/administrativeunit-member-add.js +8 -8
- package/dist/m365/entra/commands/administrativeunit/administrativeunit-member-get.js +2 -2
- package/dist/m365/entra/commands/administrativeunit/administrativeunit-member-list.js +2 -2
- package/dist/m365/entra/commands/administrativeunit/administrativeunit-member-remove.js +153 -0
- package/dist/m365/entra/commands/administrativeunit/administrativeunit-remove.js +2 -2
- package/dist/m365/entra/commands/administrativeunit/administrativeunit-roleassignment-add.js +4 -4
- package/dist/m365/entra/commands/app/app-add.js +1 -1
- package/dist/m365/entra/commands/app/app-get.js +1 -1
- package/dist/m365/entra/commands/app/app-list.js +1 -1
- package/dist/m365/entra/commands/app/app-permission-add.js +4 -8
- package/dist/m365/entra/commands/app/app-permission-list.js +182 -0
- package/dist/m365/entra/commands/app/app-remove.js +1 -1
- package/dist/m365/entra/commands/app/app-role-add.js +1 -1
- package/dist/m365/entra/commands/app/app-role-list.js +1 -1
- package/dist/m365/entra/commands/app/app-role-remove.js +1 -1
- package/dist/m365/entra/commands/app/app-set.js +1 -1
- package/dist/m365/entra/commands/{sp/sp-add.js → enterpriseapp/enterpriseapp-add.js} +18 -18
- package/dist/m365/entra/commands/{sp/sp-get.js → enterpriseapp/enterpriseapp-get.js} +19 -19
- package/dist/m365/entra/commands/{sp/sp-list.js → enterpriseapp/enterpriseapp-list.js} +13 -13
- package/dist/m365/entra/commands/group/group-add.js +224 -0
- package/dist/m365/entra/commands/group/group-get.js +3 -3
- package/dist/m365/entra/commands/group/group-remove.js +2 -2
- package/dist/m365/entra/commands/group/group-user-add.js +145 -0
- package/dist/m365/entra/commands/group/group-user-list.js +2 -2
- package/dist/m365/entra/commands/m365group/m365group-conversation-list.js +2 -2
- package/dist/m365/entra/commands/m365group/m365group-conversation-post-list.js +3 -3
- package/dist/m365/entra/commands/m365group/m365group-get.js +3 -3
- package/dist/m365/entra/commands/m365group/m365group-remove.js +2 -2
- package/dist/m365/entra/commands/m365group/m365group-renew.js +2 -2
- package/dist/m365/entra/commands/m365group/m365group-report-activitygroupcounts.js +1 -1
- package/dist/m365/entra/commands/m365group/m365group-set.js +2 -2
- package/dist/m365/entra/commands/m365group/m365group-teamify.js +2 -2
- package/dist/m365/entra/commands/m365group/m365group-user-add.js +2 -2
- package/dist/m365/entra/commands/m365group/m365group-user-list.js +3 -3
- package/dist/m365/entra/commands/m365group/m365group-user-remove.js +2 -2
- package/dist/m365/entra/commands/m365group/m365group-user-set.js +2 -2
- package/dist/m365/entra/commands/user/user-get.js +38 -38
- package/dist/m365/entra/commands/user/user-registrationdetails-list.js +224 -0
- package/dist/m365/entra/commands.js +17 -0
- package/dist/m365/external/commands/connection/connection-doctor.js +2 -1
- package/dist/m365/file/commands/file-copy.js +151 -0
- package/dist/m365/file/commands.js +1 -0
- package/dist/m365/flow/commands/owner/owner-ensure.js +4 -4
- package/dist/m365/flow/commands/owner/owner-remove.js +4 -4
- package/dist/m365/onenote/commands/notebook/notebook-list.js +2 -2
- package/dist/m365/onenote/commands/page/page-list.js +2 -2
- package/dist/m365/pa/commands/app/app-owner-set.js +2 -2
- package/dist/m365/pa/commands/app/app-permission-ensure.js +4 -4
- package/dist/m365/pa/commands/app/app-permission-remove.js +4 -4
- package/dist/m365/planner/commands/bucket/bucket-add.js +2 -2
- package/dist/m365/planner/commands/bucket/bucket-get.js +2 -2
- package/dist/m365/planner/commands/bucket/bucket-list.js +2 -2
- package/dist/m365/planner/commands/bucket/bucket-remove.js +2 -2
- package/dist/m365/planner/commands/bucket/bucket-set.js +2 -2
- package/dist/m365/planner/commands/plan/plan-add.js +2 -2
- package/dist/m365/planner/commands/plan/plan-get.js +2 -2
- package/dist/m365/planner/commands/plan/plan-list.js +2 -2
- package/dist/m365/planner/commands/plan/plan-remove.js +2 -2
- package/dist/m365/planner/commands/plan/plan-set.js +2 -2
- package/dist/m365/planner/commands/roster/roster-member-add.js +2 -2
- package/dist/m365/planner/commands/roster/roster-member-get.js +2 -2
- package/dist/m365/planner/commands/roster/roster-member-remove.js +2 -2
- package/dist/m365/planner/commands/task/task-add.js +2 -2
- package/dist/m365/planner/commands/task/task-get.js +2 -2
- package/dist/m365/planner/commands/task/task-list.js +2 -2
- package/dist/m365/planner/commands/task/task-remove.js +2 -2
- package/dist/m365/planner/commands/task/task-set.js +2 -2
- package/dist/m365/spfx/commands/project/DeployWorkflow.js +4 -3
- package/dist/m365/spfx/commands/project/project-github-workflow-add.js +1 -1
- package/dist/m365/spo/commands/group/group-member-add.js +4 -4
- package/dist/m365/spo/commands/group/group-member-remove.js +2 -2
- package/dist/m365/spo/commands/group/group-set.js +2 -2
- package/dist/m365/spo/commands/site/site-remove.js +2 -2
- package/dist/m365/spo/commands/site/site-set.js +2 -2
- package/dist/m365/spo/commands/spo-search.js +52 -22
- package/dist/m365/spo/commands/user/user-ensure.js +2 -2
- package/dist/m365/teams/commands/app/app-install.js +2 -2
- package/dist/m365/teams/commands/channel/channel-get.js +2 -2
- package/dist/m365/teams/commands/channel/channel-list.js +2 -2
- package/dist/m365/teams/commands/channel/channel-member-add.js +2 -2
- package/dist/m365/teams/commands/channel/channel-member-list.js +2 -2
- package/dist/m365/teams/commands/channel/channel-member-remove.js +2 -2
- package/dist/m365/teams/commands/channel/channel-member-set.js +2 -2
- package/dist/m365/teams/commands/channel/channel-remove.js +2 -2
- package/dist/m365/teams/commands/channel/channel-set.js +2 -2
- package/dist/m365/teams/commands/meeting/meeting-add.js +2 -2
- package/dist/m365/teams/commands/meeting/meeting-attendancereport-list.js +2 -2
- package/dist/m365/teams/commands/meeting/meeting-get.js +3 -3
- package/dist/m365/teams/commands/meeting/meeting-list.js +2 -2
- package/dist/m365/teams/commands/meeting/meeting-transcript-list.js +2 -2
- package/dist/m365/teams/commands/tab/tab-get.js +2 -2
- package/dist/m365/teams/commands/team/team-add.js +6 -6
- package/dist/m365/teams/commands/team/team-archive.js +2 -2
- package/dist/m365/teams/commands/team/team-get.js +2 -2
- package/dist/m365/teams/commands/team/team-remove.js +2 -2
- package/dist/m365/teams/commands/team/team-unarchive.js +2 -2
- package/dist/m365/{yammer/commands/group/group-list.js → viva/commands/engage/engage-group-list.js} +19 -14
- package/dist/m365/{yammer/commands/group/group-user-add.js → viva/commands/engage/engage-group-user-add.js} +19 -14
- package/dist/m365/{yammer/commands/group/group-user-remove.js → viva/commands/engage/engage-group-user-remove.js} +19 -14
- package/dist/m365/{yammer/commands/message/message-add.js → viva/commands/engage/engage-message-add.js} +19 -14
- package/dist/m365/{yammer/commands/message/message-get.js → viva/commands/engage/engage-message-get.js} +17 -12
- package/dist/m365/{yammer/commands/message/message-like-set.js → viva/commands/engage/engage-message-like-set.js} +21 -16
- package/dist/m365/{yammer/commands/message/message-list.js → viva/commands/engage/engage-message-list.js} +21 -16
- package/dist/m365/{yammer/commands/message/message-remove.js → viva/commands/engage/engage-message-remove.js} +20 -15
- package/dist/m365/{yammer/commands/network/network-list.js → viva/commands/engage/engage-network-list.js} +16 -11
- package/dist/m365/viva/commands/engage/engage-report-activitycounts.js +23 -0
- package/dist/m365/viva/commands/engage/engage-report-activityusercounts.js +23 -0
- package/dist/m365/viva/commands/engage/engage-report-activityuserdetail.js +23 -0
- package/dist/m365/viva/commands/engage/engage-report-deviceusagedistributionusercounts.js +23 -0
- package/dist/m365/viva/commands/engage/engage-report-deviceusageusercounts.js +23 -0
- package/dist/m365/viva/commands/engage/engage-report-deviceusageuserdetail.js +23 -0
- package/dist/m365/viva/commands/engage/engage-report-groupsactivitycounts.js +23 -0
- package/dist/m365/viva/commands/engage/engage-report-groupsactivitydetail.js +23 -0
- package/dist/m365/viva/commands/engage/engage-report-groupsactivitygroupcounts.js +23 -0
- package/dist/m365/{yammer/commands/yammer-search.js → viva/commands/engage/engage-search.js} +23 -18
- package/dist/m365/{yammer/commands/user/user-get.js → viva/commands/engage/engage-user-get.js} +18 -13
- package/dist/m365/{yammer/commands/user/user-list.js → viva/commands/engage/engage-user-list.js} +18 -13
- package/dist/m365/{yammer/commands.js → viva/commands/engage/yammerCommands.js} +1 -1
- package/dist/m365/viva/commands.js +22 -1
- package/dist/utils/{aadAdministrativeUnit.js → entraAdministrativeUnit.js} +2 -2
- package/dist/utils/{aadDevice.js → entraDevice.js} +2 -2
- package/dist/utils/{aadGroup.js → entraGroup.js} +2 -2
- package/dist/utils/{aadUser.js → entraUser.js} +38 -2
- package/dist/utils/spo.js +24 -2
- package/dist/utils/urlUtil.js +31 -0
- package/dist/utils/validation.js +8 -0
- package/docs/docs/cmd/cli/cli-consent.mdx +9 -9
- package/docs/docs/cmd/entra/administrativeunit/administrativeunit-member-add.mdx +5 -3
- package/docs/docs/cmd/entra/administrativeunit/administrativeunit-member-remove.mdx +107 -0
- package/docs/docs/cmd/entra/app/app-add.mdx +2 -1
- package/docs/docs/cmd/entra/app/app-get.mdx +1 -0
- package/docs/docs/cmd/entra/app/app-list.mdx +1 -0
- package/docs/docs/cmd/entra/app/app-permission-add.mdx +3 -2
- package/docs/docs/cmd/entra/app/app-permission-list.mdx +105 -0
- package/docs/docs/cmd/entra/app/app-remove.mdx +1 -0
- package/docs/docs/cmd/entra/app/app-role-add.mdx +1 -0
- package/docs/docs/cmd/entra/app/app-role-list.mdx +1 -0
- package/docs/docs/cmd/entra/app/app-role-remove.mdx +1 -0
- package/docs/docs/cmd/entra/app/app-set.mdx +1 -0
- package/docs/docs/cmd/entra/{sp/sp-add.mdx → enterpriseapp/enterpriseapp-add.mdx} +16 -15
- package/docs/docs/cmd/entra/{sp/sp-get.mdx → enterpriseapp/enterpriseapp-get.mdx} +15 -14
- package/docs/docs/cmd/entra/{sp/sp-list.mdx → enterpriseapp/enterpriseapp-list.mdx} +22 -21
- package/docs/docs/cmd/entra/group/group-add.mdx +231 -0
- package/docs/docs/cmd/entra/group/group-user-add.mdx +62 -0
- package/docs/docs/cmd/entra/m365group/m365group-report-activitygroupcounts.mdx +1 -1
- package/docs/docs/cmd/entra/oauth2grant/oauth2grant-add.mdx +3 -3
- package/docs/docs/cmd/entra/oauth2grant/oauth2grant-list.mdx +1 -1
- package/docs/docs/cmd/entra/user/user-registrationdetails-list.mdx +246 -0
- package/docs/docs/cmd/external/item/item-add.mdx +1 -1
- package/docs/docs/cmd/file/convert/convert-pdf.mdx +4 -0
- package/docs/docs/cmd/file/file-add.mdx +4 -0
- package/docs/docs/cmd/file/file-copy.mdx +68 -0
- package/docs/docs/cmd/file/file-list.mdx +100 -0
- package/docs/docs/cmd/setup.mdx +4 -0
- package/docs/docs/cmd/spo/list/list-webhook-set.mdx +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-list.mdx +1 -1
- package/docs/docs/cmd/spo/spo-search.mdx +6 -2
- package/docs/docs/cmd/spo/theme/theme-set.mdx +14 -2
- package/docs/docs/cmd/{yammer/group/group-list.mdx → viva/engage/engage-group-list.mdx} +13 -13
- package/docs/docs/cmd/{yammer/group/group-user-add.mdx → viva/engage/engage-group-user-add.mdx} +7 -7
- package/docs/docs/cmd/{yammer/group/group-user-remove.mdx → viva/engage/engage-group-user-remove.mdx} +10 -10
- package/docs/docs/cmd/{yammer/message/message-add.mdx → viva/engage/engage-message-add.mdx} +12 -13
- package/docs/docs/cmd/{yammer/message/message-get.mdx → viva/engage/engage-message-get.mdx} +10 -10
- package/docs/docs/cmd/{yammer/message/message-like-set.mdx → viva/engage/engage-message-like-set.mdx} +10 -10
- package/docs/docs/cmd/{yammer/message/message-list.mdx → viva/engage/engage-message-list.mdx} +21 -21
- package/docs/docs/cmd/{yammer/message/message-remove.mdx → viva/engage/engage-message-remove.mdx} +10 -10
- package/docs/docs/cmd/{yammer/network/network-list.mdx → viva/engage/engage-network-list.mdx} +6 -6
- package/docs/docs/cmd/{yammer/report/report-activitycounts.mdx → viva/engage/engage-report-activitycounts.mdx} +9 -9
- package/docs/docs/cmd/{yammer/report/report-activityusercounts.mdx → viva/engage/engage-report-activityusercounts.mdx} +9 -9
- package/docs/docs/cmd/{yammer/report/report-activityuserdetail.mdx → viva/engage/engage-report-activityuserdetail.mdx} +11 -12
- package/docs/docs/cmd/{yammer/report/report-deviceusagedistributionusercounts.mdx → viva/engage/engage-report-deviceusagedistributionusercounts.mdx} +5 -5
- package/docs/docs/cmd/{yammer/report/report-deviceusageusercounts.mdx → viva/engage/engage-report-deviceusageusercounts.mdx} +5 -5
- package/docs/docs/cmd/{yammer/report/report-deviceusageuserdetail.mdx → viva/engage/engage-report-deviceusageuserdetail.mdx} +11 -11
- package/docs/docs/cmd/{yammer/report/report-groupsactivitycounts.mdx → viva/engage/engage-report-groupsactivitycounts.mdx} +9 -9
- package/docs/docs/cmd/{yammer/report/report-groupsactivitydetail.mdx → viva/engage/engage-report-groupsactivitydetail.mdx} +11 -11
- package/docs/docs/cmd/{yammer/report/report-groupsactivitygroupcounts.mdx → viva/engage/engage-report-groupsactivitygroupcounts.mdx} +5 -5
- package/docs/docs/cmd/{yammer/yammer-search.mdx → viva/engage/engage-search.mdx} +10 -10
- package/docs/docs/cmd/{yammer/user/user-get.mdx → viva/engage/engage-user-get.mdx} +8 -8
- package/docs/docs/cmd/{yammer/user/user-list.mdx → viva/engage/engage-user-list.mdx} +11 -11
- package/npm-shrinkwrap.json +228 -166
- package/package.json +20 -19
- package/dist/m365/base/AzmgmtCommand.js +0 -18
- package/dist/m365/base/AzmgmtItemsListCommand.js +0 -41
- package/dist/m365/yammer/commands/report/report-activitycounts.js +0 -15
- package/dist/m365/yammer/commands/report/report-activityusercounts.js +0 -15
- package/dist/m365/yammer/commands/report/report-activityuserdetail.js +0 -15
- package/dist/m365/yammer/commands/report/report-deviceusagedistributionusercounts.js +0 -15
- package/dist/m365/yammer/commands/report/report-deviceusageusercounts.js +0 -15
- package/dist/m365/yammer/commands/report/report-deviceusageuserdetail.js +0 -15
- package/dist/m365/yammer/commands/report/report-groupsactivitycounts.js +0 -15
- package/dist/m365/yammer/commands/report/report-groupsactivitydetail.js +0 -15
- package/dist/m365/yammer/commands/report/report-groupsactivitygroupcounts.js +0 -15
|
@@ -2,14 +2,14 @@ import Global from '/docs/cmd/_global.mdx';
|
|
|
2
2
|
import Tabs from '@theme/Tabs';
|
|
3
3
|
import TabItem from '@theme/TabItem';
|
|
4
4
|
|
|
5
|
-
#
|
|
5
|
+
# viva engage report deviceusagedistributionusercounts
|
|
6
6
|
|
|
7
7
|
Gets the number of users by device type
|
|
8
8
|
|
|
9
9
|
## Usage
|
|
10
10
|
|
|
11
11
|
```sh
|
|
12
|
-
m365
|
|
12
|
+
m365 viva engage report deviceusagedistributionusercounts [options]
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
## Options
|
|
@@ -26,19 +26,19 @@ m365 yammer report deviceusagedistributionusercounts [options]
|
|
|
26
26
|
Gets the number of users by device type for the last week
|
|
27
27
|
|
|
28
28
|
```sh
|
|
29
|
-
m365
|
|
29
|
+
m365 viva engage report deviceusagedistributionusercounts --period D7
|
|
30
30
|
```
|
|
31
31
|
|
|
32
32
|
Gets the number of users by device type for the last week and exports the report data in the specified path in text format
|
|
33
33
|
|
|
34
34
|
```sh
|
|
35
|
-
m365
|
|
35
|
+
m365 viva engage report deviceusagedistributionusercounts --period D7 --output text > "deviceusagedistributionusercounts.txt"
|
|
36
36
|
```
|
|
37
37
|
|
|
38
38
|
Gets the number of users by device type for the last week and exports the report data in the specified path in json format
|
|
39
39
|
|
|
40
40
|
```sh
|
|
41
|
-
m365
|
|
41
|
+
m365 viva engage report deviceusagedistributionusercounts --period D7 --output json > "deviceusagedistributionusercounts.json"
|
|
42
42
|
```
|
|
43
43
|
|
|
44
44
|
## Response
|
|
@@ -2,14 +2,14 @@ import Global from '/docs/cmd/_global.mdx';
|
|
|
2
2
|
import Tabs from '@theme/Tabs';
|
|
3
3
|
import TabItem from '@theme/TabItem';
|
|
4
4
|
|
|
5
|
-
#
|
|
5
|
+
# viva engage report deviceusageusercounts
|
|
6
6
|
|
|
7
7
|
Gets the number of daily users by device type
|
|
8
8
|
|
|
9
9
|
## Usage
|
|
10
10
|
|
|
11
11
|
```sh
|
|
12
|
-
m365
|
|
12
|
+
m365 viva engage report deviceusageusercounts [options]
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
## Options
|
|
@@ -26,19 +26,19 @@ m365 yammer report deviceusageusercounts [options]
|
|
|
26
26
|
Gets the number of daily users by device type for the last week
|
|
27
27
|
|
|
28
28
|
```sh
|
|
29
|
-
m365
|
|
29
|
+
m365 viva engage report deviceusageusercounts --period D7
|
|
30
30
|
```
|
|
31
31
|
|
|
32
32
|
Gets the number of daily users by device type for the last week and exports the report data in the specified path in text format
|
|
33
33
|
|
|
34
34
|
```sh
|
|
35
|
-
m365
|
|
35
|
+
m365 viva engage report deviceusageusercounts --period D7 --output text > "deviceusageusercounts.txt"
|
|
36
36
|
```
|
|
37
37
|
|
|
38
38
|
Gets the number of daily users by device type for the last week and exports the report data in the specified path in json format
|
|
39
39
|
|
|
40
40
|
```sh
|
|
41
|
-
m365
|
|
41
|
+
m365 viva engage report deviceusageusercounts --period D7 --output json > "deviceusageusercounts.json"
|
|
42
42
|
```
|
|
43
43
|
|
|
44
44
|
## Response
|
|
@@ -2,14 +2,14 @@ import Global from '/docs/cmd/_global.mdx';
|
|
|
2
2
|
import Tabs from '@theme/Tabs';
|
|
3
3
|
import TabItem from '@theme/TabItem';
|
|
4
4
|
|
|
5
|
-
#
|
|
5
|
+
# viva engage report deviceusageuserdetail
|
|
6
6
|
|
|
7
|
-
Gets details about
|
|
7
|
+
Gets details about viva engage device usage by user
|
|
8
8
|
|
|
9
9
|
## Usage
|
|
10
10
|
|
|
11
11
|
```sh
|
|
12
|
-
m365
|
|
12
|
+
m365 viva engage report deviceusageuserdetail [options]
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
## Options
|
|
@@ -30,28 +30,28 @@ As this report is only available for the past 28 days, date parameter value shou
|
|
|
30
30
|
|
|
31
31
|
## Examples
|
|
32
32
|
|
|
33
|
-
Gets details about
|
|
33
|
+
Gets details about Viva Engage device usage by user for the last week
|
|
34
34
|
|
|
35
35
|
```sh
|
|
36
|
-
m365
|
|
36
|
+
m365 viva engage report deviceusageuserdetail --period D7
|
|
37
37
|
```
|
|
38
38
|
|
|
39
|
-
Gets details about
|
|
39
|
+
Gets details about Viva Engage device usage by user for July 1, 2019
|
|
40
40
|
|
|
41
41
|
```sh
|
|
42
|
-
m365
|
|
42
|
+
m365 viva engage report deviceusageuserdetail --date 2019-07-01
|
|
43
43
|
```
|
|
44
44
|
|
|
45
|
-
Gets details about
|
|
45
|
+
Gets details about Viva Engage device usage by user for the last week and exports the report data in the specified path in text format
|
|
46
46
|
|
|
47
47
|
```sh
|
|
48
|
-
m365
|
|
48
|
+
m365 viva engage report deviceusageuserdetail --period D7 --output text > "deviceusageuserdetail.txt"
|
|
49
49
|
```
|
|
50
50
|
|
|
51
|
-
Gets details about
|
|
51
|
+
Gets details about Viva Engage device usage by user for the last week and exports the report data in the specified path in json format
|
|
52
52
|
|
|
53
53
|
```sh
|
|
54
|
-
m365
|
|
54
|
+
m365 viva engage report deviceusageuserdetail --period D7 --output json > "deviceusageuserdetail.json"
|
|
55
55
|
```
|
|
56
56
|
|
|
57
57
|
## Response
|
|
@@ -2,14 +2,14 @@ import Global from '/docs/cmd/_global.mdx';
|
|
|
2
2
|
import Tabs from '@theme/Tabs';
|
|
3
3
|
import TabItem from '@theme/TabItem';
|
|
4
4
|
|
|
5
|
-
#
|
|
5
|
+
# viva engage report groupsactivitycounts
|
|
6
6
|
|
|
7
|
-
Gets the number of
|
|
7
|
+
Gets the number of Viva Engage messages posted, read, and liked in groups
|
|
8
8
|
|
|
9
9
|
## Usage
|
|
10
10
|
|
|
11
11
|
```sh
|
|
12
|
-
m365
|
|
12
|
+
m365 viva engage report groupsactivitycounts [options]
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
## Options
|
|
@@ -23,22 +23,22 @@ m365 yammer report groupsactivitycounts [options]
|
|
|
23
23
|
|
|
24
24
|
## Examples
|
|
25
25
|
|
|
26
|
-
Gets the number of
|
|
26
|
+
Gets the number of Viva Engage messages posted, read, and liked in groups for the last week
|
|
27
27
|
|
|
28
28
|
```sh
|
|
29
|
-
m365
|
|
29
|
+
m365 viva engage report groupsactivitycounts --period D7
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
Gets the number of
|
|
32
|
+
Gets the number of Viva Engage messages posted, read, and liked in groups for the last week and exports the report data in the specified path in text format
|
|
33
33
|
|
|
34
34
|
```sh
|
|
35
|
-
m365
|
|
35
|
+
m365 viva engage report groupsactivitycounts --period D7 --output text > "groupsactivitycounts.txt"
|
|
36
36
|
```
|
|
37
37
|
|
|
38
|
-
Gets the number of
|
|
38
|
+
Gets the number of Viva Engage messages posted, read, and liked in groups for the last week and exports the report data in the specified path in json format
|
|
39
39
|
|
|
40
40
|
```sh
|
|
41
|
-
m365
|
|
41
|
+
m365 viva engage report groupsactivitycounts --period D7 --output json > "groupsactivitycounts.json"
|
|
42
42
|
```
|
|
43
43
|
|
|
44
44
|
## Response
|
|
@@ -2,14 +2,14 @@ import Global from '/docs/cmd/_global.mdx';
|
|
|
2
2
|
import Tabs from '@theme/Tabs';
|
|
3
3
|
import TabItem from '@theme/TabItem';
|
|
4
4
|
|
|
5
|
-
#
|
|
5
|
+
# viva engage report groupsactivitydetail
|
|
6
6
|
|
|
7
|
-
Gets details about
|
|
7
|
+
Gets details about Viva Engage groups activity by group
|
|
8
8
|
|
|
9
9
|
## Usage
|
|
10
10
|
|
|
11
11
|
```sh
|
|
12
|
-
m365
|
|
12
|
+
m365 viva engage report groupsactivitydetail [options]
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
## Options
|
|
@@ -30,28 +30,28 @@ As this report is only available for the past 28 days, date parameter value shou
|
|
|
30
30
|
|
|
31
31
|
## Examples
|
|
32
32
|
|
|
33
|
-
Gets details about
|
|
33
|
+
Gets details about Viva Engage groups activity by group for the last week
|
|
34
34
|
|
|
35
35
|
```sh
|
|
36
|
-
m365
|
|
36
|
+
m365 viva engage report groupsactivitydetail --period D7
|
|
37
37
|
```
|
|
38
38
|
|
|
39
|
-
Gets details about
|
|
39
|
+
Gets details about Viva Engage groups activity by group for July 1, 2019
|
|
40
40
|
|
|
41
41
|
```sh
|
|
42
|
-
m365
|
|
42
|
+
m365 viva engage report groupsactivitydetail --date 2019-07-01
|
|
43
43
|
```
|
|
44
44
|
|
|
45
|
-
Gets details about
|
|
45
|
+
Gets details about Viva Engage groups activity by group for the last week and exports the report data in the specified path in text format
|
|
46
46
|
|
|
47
47
|
```sh
|
|
48
|
-
m365
|
|
48
|
+
m365 viva engage report groupsactivitydetail --period D7 --output text > "groupsactivitydetail.txt"
|
|
49
49
|
```
|
|
50
50
|
|
|
51
|
-
Gets details about
|
|
51
|
+
Gets details about Viva Engage groups activity by group for the last week and exports the report data in the specified path in json format
|
|
52
52
|
|
|
53
53
|
```sh
|
|
54
|
-
m365
|
|
54
|
+
m365 viva engage report groupsactivitydetail --period D7 --output json > "groupsactivitydetail.json"
|
|
55
55
|
```
|
|
56
56
|
|
|
57
57
|
## Response
|
|
@@ -2,14 +2,14 @@ import Global from '/docs/cmd/_global.mdx';
|
|
|
2
2
|
import Tabs from '@theme/Tabs';
|
|
3
3
|
import TabItem from '@theme/TabItem';
|
|
4
4
|
|
|
5
|
-
#
|
|
5
|
+
# viva engage report groupsactivitygroupcounts
|
|
6
6
|
|
|
7
7
|
Gets the total number of groups that existed and how many included group conversation activity
|
|
8
8
|
|
|
9
9
|
## Usage
|
|
10
10
|
|
|
11
11
|
```sh
|
|
12
|
-
m365
|
|
12
|
+
m365 viva engage report groupsactivitygroupcounts [options]
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
## Options
|
|
@@ -26,19 +26,19 @@ m365 yammer report groupsactivitygroupcounts [options]
|
|
|
26
26
|
Gets the total number of groups that existed and how many included group conversation activity for the last week
|
|
27
27
|
|
|
28
28
|
```sh
|
|
29
|
-
m365
|
|
29
|
+
m365 viva engage report groupsactivitygroupcounts --period D7
|
|
30
30
|
```
|
|
31
31
|
|
|
32
32
|
Gets the total number of groups that existed and how many included group conversation activity for the last week and exports the report data in the specified path in text format
|
|
33
33
|
|
|
34
34
|
```sh
|
|
35
|
-
m365
|
|
35
|
+
m365 viva engage report groupsactivitygroupcounts --period D7 --output text > "groupsactivitygroupcounts.txt"
|
|
36
36
|
```
|
|
37
37
|
|
|
38
38
|
Gets the total number of groups that existed and how many included group conversation activity for the last week and exports the report data in the specified path in json format
|
|
39
39
|
|
|
40
40
|
```sh
|
|
41
|
-
m365
|
|
41
|
+
m365 viva engage report groupsactivitygroupcounts --period D7 --output json > "groupsactivitygroupcounts.json"
|
|
42
42
|
```
|
|
43
43
|
|
|
44
44
|
## Response
|
|
@@ -2,14 +2,14 @@ import Global from '/docs/cmd/_global.mdx';
|
|
|
2
2
|
import Tabs from '@theme/Tabs';
|
|
3
3
|
import TabItem from '@theme/TabItem';
|
|
4
4
|
|
|
5
|
-
#
|
|
5
|
+
# viva engage search
|
|
6
6
|
|
|
7
7
|
Returns a list of messages, users, topics and groups that match the specified query.
|
|
8
8
|
|
|
9
9
|
## Usage
|
|
10
10
|
|
|
11
11
|
```sh
|
|
12
|
-
m365
|
|
12
|
+
m365 viva engage search [options]
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
## Options
|
|
@@ -31,7 +31,7 @@ m365 yammer search [options]
|
|
|
31
31
|
|
|
32
32
|
:::warning
|
|
33
33
|
|
|
34
|
-
In order to use this command, you need to grant the Azure AD application used by the CLI for Microsoft 365 the permission to the
|
|
34
|
+
In order to use this command, you need to grant the Azure AD application used by the CLI for Microsoft 365 the permission to the Viva Engage API. To do this, execute the `cli consent --service VivaEngage` command.
|
|
35
35
|
|
|
36
36
|
:::
|
|
37
37
|
|
|
@@ -42,37 +42,37 @@ Using the `--show` option in JSON output is not supported. To filter JSON result
|
|
|
42
42
|
Returns search result for the query `community`
|
|
43
43
|
|
|
44
44
|
```sh
|
|
45
|
-
m365
|
|
45
|
+
m365 viva engage search --queryText "community"
|
|
46
46
|
```
|
|
47
47
|
|
|
48
48
|
Returns groups that match `community`
|
|
49
49
|
|
|
50
50
|
```sh
|
|
51
|
-
m365
|
|
51
|
+
m365 viva engage search --queryText "community" --show "groups"
|
|
52
52
|
```
|
|
53
53
|
|
|
54
54
|
Returns topics that match `community`
|
|
55
55
|
|
|
56
56
|
```sh
|
|
57
|
-
m365
|
|
57
|
+
m365 viva engage search --queryText "community" --show "topics"
|
|
58
58
|
```
|
|
59
59
|
|
|
60
60
|
Returns the first 50 users who match the search query `nuborocks.onmicrosoft.com`
|
|
61
61
|
|
|
62
62
|
```sh
|
|
63
|
-
m365
|
|
63
|
+
m365 viva engage search --queryText "nuborocks.onmicrosoft.com" --show "users" --limit 50
|
|
64
64
|
```
|
|
65
65
|
|
|
66
66
|
Returns all search results for the query `community`. Stops at 1000 results.
|
|
67
67
|
|
|
68
68
|
```sh
|
|
69
|
-
m365
|
|
69
|
+
m365 viva engage search --queryText "community" --output json
|
|
70
70
|
```
|
|
71
71
|
|
|
72
72
|
Returns the search results for the query `community` and limits the results to the first 50 entries for each result category.
|
|
73
73
|
|
|
74
74
|
```sh
|
|
75
|
-
m365
|
|
75
|
+
m365 viva engage search --queryText "community" --output json --limit 50
|
|
76
76
|
```
|
|
77
77
|
|
|
78
78
|
## Response
|
|
@@ -160,7 +160,7 @@ m365 yammer search --queryText "community" --output json --limit 50
|
|
|
160
160
|
<TabItem value="Markdown">
|
|
161
161
|
|
|
162
162
|
```md
|
|
163
|
-
#
|
|
163
|
+
# viva engage search --queryText "contoso.onmicrosoft.com" --show "users" --limit "1"
|
|
164
164
|
|
|
165
165
|
Date: 2023-05-16
|
|
166
166
|
|
|
@@ -2,14 +2,14 @@ import Global from '/docs/cmd/_global.mdx';
|
|
|
2
2
|
import Tabs from '@theme/Tabs';
|
|
3
3
|
import TabItem from '@theme/TabItem';
|
|
4
4
|
|
|
5
|
-
#
|
|
5
|
+
# viva engage user get
|
|
6
6
|
|
|
7
7
|
Retrieves the current user or searches for a user by ID or e-mail
|
|
8
8
|
|
|
9
9
|
## Usage
|
|
10
10
|
|
|
11
11
|
```sh
|
|
12
|
-
m365
|
|
12
|
+
m365 viva engage user get [options]
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
## Options
|
|
@@ -28,7 +28,7 @@ m365 yammer user get [options]
|
|
|
28
28
|
|
|
29
29
|
:::warning
|
|
30
30
|
|
|
31
|
-
In order to use this command, you need to grant the Azure AD application used by the CLI for Microsoft 365 the permission to the
|
|
31
|
+
In order to use this command, you need to grant the Azure AD application used by the CLI for Microsoft 365 the permission to the Viva Engage API. To do this, execute the `cli consent --service VivaEngage` command.
|
|
32
32
|
|
|
33
33
|
:::
|
|
34
34
|
|
|
@@ -39,25 +39,25 @@ All operations return a single user object. Operations executed with the `email`
|
|
|
39
39
|
Returns the current user
|
|
40
40
|
|
|
41
41
|
```sh
|
|
42
|
-
m365
|
|
42
|
+
m365 viva engage user get
|
|
43
43
|
```
|
|
44
44
|
|
|
45
45
|
Returns the user with the ID 1496550697
|
|
46
46
|
|
|
47
47
|
```sh
|
|
48
|
-
m365
|
|
48
|
+
m365 viva engage user get --id 1496550697
|
|
49
49
|
```
|
|
50
50
|
|
|
51
51
|
Returns an array of users matching the e-mail
|
|
52
52
|
|
|
53
53
|
```sh
|
|
54
|
-
m365
|
|
54
|
+
m365 viva engage user get --email john.smith@contoso.com
|
|
55
55
|
```
|
|
56
56
|
|
|
57
57
|
Returns an array of users matching the e-mail in JSON. The JSON output returns a full user object
|
|
58
58
|
|
|
59
59
|
```sh
|
|
60
|
-
m365
|
|
60
|
+
m365 viva engage user get --email john.smith@contoso.com --output json
|
|
61
61
|
```
|
|
62
62
|
|
|
63
63
|
## Response
|
|
@@ -166,7 +166,7 @@ m365 yammer user get --email john.smith@contoso.com --output json
|
|
|
166
166
|
<TabItem value="Markdown">
|
|
167
167
|
|
|
168
168
|
```md
|
|
169
|
-
#
|
|
169
|
+
# viva engage user get --email "johndoe@contoso.onmicrosoft.com"
|
|
170
170
|
|
|
171
171
|
Date: 2023-05-16
|
|
172
172
|
|
|
@@ -2,14 +2,14 @@ import Global from '/docs/cmd/_global.mdx';
|
|
|
2
2
|
import Tabs from '@theme/Tabs';
|
|
3
3
|
import TabItem from '@theme/TabItem';
|
|
4
4
|
|
|
5
|
-
#
|
|
5
|
+
# viva engage user list
|
|
6
6
|
|
|
7
7
|
Returns users from the current network
|
|
8
8
|
|
|
9
9
|
## Usage
|
|
10
10
|
|
|
11
11
|
```sh
|
|
12
|
-
m365
|
|
12
|
+
m365 viva engage user list [options]
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
## Options
|
|
@@ -37,31 +37,31 @@ m365 yammer user list [options]
|
|
|
37
37
|
|
|
38
38
|
:::warning
|
|
39
39
|
|
|
40
|
-
In order to use this command, you need to grant the Azure AD application used by the CLI for Microsoft 365 the permission to the
|
|
40
|
+
In order to use this command, you need to grant the Azure AD application used by the CLI for Microsoft 365 the permission to the Viva Engage API. To do this, execute the `cli consent --service VivaEngage` command.
|
|
41
41
|
|
|
42
42
|
:::
|
|
43
43
|
|
|
44
44
|
## Examples
|
|
45
45
|
|
|
46
|
-
Returns all
|
|
46
|
+
Returns all Viva Engage network users
|
|
47
47
|
|
|
48
48
|
```sh
|
|
49
|
-
m365
|
|
49
|
+
m365 viva engage user list
|
|
50
50
|
```
|
|
51
51
|
|
|
52
|
-
Returns all
|
|
52
|
+
Returns all Viva Engage network users with usernames beginning with "a"
|
|
53
53
|
|
|
54
54
|
```sh
|
|
55
|
-
m365
|
|
55
|
+
m365 viva engage user list --letter a
|
|
56
56
|
```
|
|
57
57
|
|
|
58
|
-
Returns all
|
|
58
|
+
Returns all Viva Engage network users sorted alphabetically in descending order
|
|
59
59
|
|
|
60
60
|
```sh
|
|
61
|
-
m365
|
|
61
|
+
m365 viva engage user list --reverse
|
|
62
62
|
```
|
|
63
63
|
|
|
64
|
-
Returns the first 10
|
|
64
|
+
Returns the first 10 Viva Engage network users within the group 5785177
|
|
65
65
|
|
|
66
66
|
```sh
|
|
67
67
|
m365 user list --groupId 5785177 --limit 10
|
|
@@ -171,7 +171,7 @@ m365 user list --groupId 5785177 --limit 10
|
|
|
171
171
|
<TabItem value="Markdown">
|
|
172
172
|
|
|
173
173
|
```md
|
|
174
|
-
#
|
|
174
|
+
# viva engage user list --limit "1"
|
|
175
175
|
|
|
176
176
|
Date: 2023-05-16
|
|
177
177
|
|