@pnp/cli-microsoft365 7.2.0 → 7.3.0-beta.01256d2
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/allCommands.json +1 -1
- package/allCommandsFull.json +1 -1
- package/dist/appInsights.js +2 -1
- package/dist/cli/Cli.js +14 -13
- package/dist/index.js +1 -9
- package/dist/m365/aad/commands/group/group-list.js +69 -1
- package/dist/m365/external/commands/connection/connection-doctor.js +424 -0
- package/dist/m365/external/commands/item/item-add.js +144 -0
- package/dist/m365/external/commands.js +3 -1
- package/dist/m365/teams/commands/meeting/meeting-add.js +151 -0
- package/dist/m365/teams/commands/user/user-app-remove.js +33 -2
- package/dist/m365/teams/commands.js +2 -1
- package/dist/telemetry.js +0 -8
- package/dist/utils/validation.js +5 -2
- package/docs/docs/cmd/aad/group/group-list.mdx +11 -0
- package/docs/docs/cmd/external/connection/connection-doctor.mdx +179 -0
- package/docs/docs/cmd/external/item/item-add.mdx +145 -0
- package/docs/docs/cmd/onedrive/report/report-activityfilecounts.mdx +0 -3
- package/docs/docs/cmd/onedrive/report/report-activityusercounts.mdx +0 -3
- package/docs/docs/cmd/onedrive/report/report-activityuserdetail.mdx +0 -3
- package/docs/docs/cmd/onedrive/report/report-usageaccountcounts.mdx +0 -3
- package/docs/docs/cmd/onedrive/report/report-usageaccountdetail.mdx +0 -3
- package/docs/docs/cmd/onedrive/report/report-usagefilecounts.mdx +0 -3
- package/docs/docs/cmd/onedrive/report/report-usagestorage.mdx +0 -3
- package/docs/docs/cmd/outlook/report/report-mailactivitycounts.mdx +0 -3
- package/docs/docs/cmd/outlook/report/report-mailactivityusercounts.mdx +0 -3
- package/docs/docs/cmd/outlook/report/report-mailactivityuserdetail.mdx +0 -3
- package/docs/docs/cmd/outlook/report/report-mailappusageappsusercounts.mdx +0 -3
- package/docs/docs/cmd/outlook/report/report-mailappusageusercounts.mdx +0 -3
- package/docs/docs/cmd/outlook/report/report-mailappusageuserdetail.mdx +0 -3
- package/docs/docs/cmd/outlook/report/report-mailappusageversionsusercounts.mdx +0 -3
- package/docs/docs/cmd/outlook/report/report-mailboxusagedetail.mdx +0 -3
- package/docs/docs/cmd/outlook/report/report-mailboxusagemailboxcount.mdx +0 -3
- package/docs/docs/cmd/outlook/report/report-mailboxusagequotastatusmailboxcounts.mdx +0 -3
- package/docs/docs/cmd/outlook/report/report-mailboxusagestorage.mdx +0 -3
- package/docs/docs/cmd/skype/report/report-activitycounts.mdx +0 -2
- package/docs/docs/cmd/skype/report/report-activityusercounts.mdx +0 -3
- package/docs/docs/cmd/skype/report/report-activityuserdetail.mdx +0 -3
- package/docs/docs/cmd/spo/report/report-activityfilecounts.mdx +0 -3
- package/docs/docs/cmd/spo/report/report-activitypages.mdx +0 -3
- package/docs/docs/cmd/spo/report/report-activityusercounts.mdx +0 -3
- package/docs/docs/cmd/spo/report/report-activityuserdetail.mdx +0 -3
- package/docs/docs/cmd/spo/report/report-siteusagedetail.mdx +0 -3
- package/docs/docs/cmd/spo/report/report-siteusagefilecounts.mdx +0 -3
- package/docs/docs/cmd/spo/report/report-siteusagepages.mdx +0 -3
- package/docs/docs/cmd/spo/report/report-siteusagesitecounts.mdx +0 -3
- package/docs/docs/cmd/spo/report/report-siteusagestorage.mdx +0 -3
- package/docs/docs/cmd/teams/meeting/meeting-add.mdx +283 -0
- package/docs/docs/cmd/teams/report/report-deviceusagedistributionusercounts.mdx +0 -3
- package/docs/docs/cmd/teams/report/report-deviceusageusercounts.mdx +0 -3
- package/docs/docs/cmd/teams/report/report-deviceusageuserdetail.mdx +0 -3
- package/docs/docs/cmd/teams/report/report-useractivitycounts.mdx +0 -3
- package/docs/docs/cmd/teams/report/report-useractivityusercounts.mdx +0 -3
- package/docs/docs/cmd/teams/report/report-useractivityuserdetail.mdx +0 -3
- package/docs/docs/cmd/teams/user/user-app-remove.mdx +13 -4
- package/docs/docs/cmd/tenant/report/report-activeusercounts.mdx +0 -3
- package/docs/docs/cmd/tenant/report/report-activeuserdetail.mdx +0 -3
- package/docs/docs/cmd/tenant/report/report-servicesusercounts.mdx +0 -3
- package/docs/docs/cmd/yammer/report/report-activitycounts.mdx +0 -3
- package/docs/docs/cmd/yammer/report/report-activityusercounts.mdx +0 -3
- package/docs/docs/cmd/yammer/report/report-activityuserdetail.mdx +0 -3
- package/docs/docs/cmd/yammer/report/report-deviceusagedistributionusercounts.mdx +0 -3
- package/docs/docs/cmd/yammer/report/report-deviceusageusercounts.mdx +0 -3
- package/docs/docs/cmd/yammer/report/report-deviceusageuserdetail.mdx +0 -3
- package/docs/docs/cmd/yammer/report/report-groupsactivitycounts.mdx +0 -3
- package/docs/docs/cmd/yammer/report/report-groupsactivitydetail.mdx +0 -3
- package/docs/docs/cmd/yammer/report/report-groupsactivitygroupcounts.mdx +0 -3
- package/npm-shrinkwrap.json +6 -6
- package/package.json +4 -3
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
import Global from '/docs/cmd/_global.mdx';
|
|
2
|
+
import Tabs from '@theme/Tabs';
|
|
3
|
+
import TabItem from '@theme/TabItem';
|
|
4
|
+
|
|
5
|
+
# external item add
|
|
6
|
+
|
|
7
|
+
Creates external item
|
|
8
|
+
|
|
9
|
+
## Usage
|
|
10
|
+
|
|
11
|
+
```sh
|
|
12
|
+
m365 external item add [options]
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
## Options
|
|
16
|
+
|
|
17
|
+
```md definition-list
|
|
18
|
+
`-i, --id <id>`
|
|
19
|
+
: The ID of the item to create
|
|
20
|
+
|
|
21
|
+
`--externalConnectionId <name>`
|
|
22
|
+
: The ID of the external connection on which to create the item
|
|
23
|
+
|
|
24
|
+
`--content <content>`
|
|
25
|
+
: External item content
|
|
26
|
+
|
|
27
|
+
`--contentType [contentType]`
|
|
28
|
+
: Type of content to load. Allowed values: `text` (default), `html`
|
|
29
|
+
|
|
30
|
+
`--acls <acls>`
|
|
31
|
+
: List of permissions to set on the item, in the format `accessType1,type1,value1;accessType2,type2,value2`, eg. `grant,everyone,everyone`
|
|
32
|
+
```
|
|
33
|
+
<Global />
|
|
34
|
+
|
|
35
|
+
## Remarks
|
|
36
|
+
|
|
37
|
+
When creating an external item, the options you specify will map to the external item properties, eg. `--author "Steve"` will set the `author` property of the external item to `Steve`.
|
|
38
|
+
|
|
39
|
+
If in your schema you have a multi-value property, to specify its value you need two things:
|
|
40
|
+
|
|
41
|
+
- you need to separate multiple values using `;#`, eg. `--author "Steve;#Bill"`
|
|
42
|
+
- you need to specify the type of the property as defined in the schema, eg. `--author@odata.type "Collection(String)"`
|
|
43
|
+
|
|
44
|
+
When creating items you can specify one or more permissions that define who can access the external item. The format of the permissions is `accessType1,type1,value1;accessType2,type2,value2`, eg. `grant,everyone,everyone`.
|
|
45
|
+
|
|
46
|
+
You can use the following access types:
|
|
47
|
+
|
|
48
|
+
- `grant` - grants access to the specified users or groups
|
|
49
|
+
- `deny` - denies access to the specified users or groups
|
|
50
|
+
|
|
51
|
+
You can use the following types:
|
|
52
|
+
|
|
53
|
+
- `everyone` - everyone
|
|
54
|
+
- `group` - an Entra group
|
|
55
|
+
- `user` - an Entra user
|
|
56
|
+
- `everyoneExceptGuests` - everyone except external users
|
|
57
|
+
- `externalGroup` - a group defined in the external system from which you're importing the content
|
|
58
|
+
|
|
59
|
+
For more information about using these options, see the Microsoft Graph API documentation and documentation about Microsoft Graph connectors.
|
|
60
|
+
|
|
61
|
+
## Examples
|
|
62
|
+
|
|
63
|
+
Creates an external item with simple properties that everyone is allowed to access
|
|
64
|
+
|
|
65
|
+
```sh
|
|
66
|
+
m365 external item add --id "pnp-ensure-siteassets-library" --connectionId "samplesolutiongallery" --content "Ensure that the Site Assets library is created." --title "Ensure the Site Assets Library is created" --description "Ensure that the Site Assets library is created." --authors "Phil Harding" --acls "grant,everyone,everyone"
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
Creates an external item with multi-value properties accessible only to users from the specified Entra group
|
|
70
|
+
|
|
71
|
+
```sh
|
|
72
|
+
m365 external item add --id "pnp-ensure-siteassets-library" --connectionId "samplesolutiongallery" --content "Ensure that the Site Assets library is created." --title "Ensure the Site Assets Library is created" --description "Ensure that the Site Assets library is created." --authors@odata.type "Collection(String)" --authors "Phil Harding;#Steve Smith" --acls "grant,group,Super users"
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
## Response
|
|
76
|
+
|
|
77
|
+
<Tabs>
|
|
78
|
+
<TabItem value="JSON">
|
|
79
|
+
|
|
80
|
+
```json
|
|
81
|
+
{
|
|
82
|
+
"id": "pnp-ensure-siteassets-library",
|
|
83
|
+
"acl": [
|
|
84
|
+
{
|
|
85
|
+
"type": "everyone",
|
|
86
|
+
"value": "everyone",
|
|
87
|
+
"accessType": "grant"
|
|
88
|
+
}
|
|
89
|
+
],
|
|
90
|
+
"properties": {
|
|
91
|
+
"title": "Ensure the Site Assets Library is created",
|
|
92
|
+
"description": "Ensure that the Site Assets library is created.",
|
|
93
|
+
"authors": "Phil Harding"
|
|
94
|
+
},
|
|
95
|
+
"content": {
|
|
96
|
+
"value": "Ensure that the Site Assets library is created.",
|
|
97
|
+
"type": "text"
|
|
98
|
+
},
|
|
99
|
+
"activities": []
|
|
100
|
+
}
|
|
101
|
+
```
|
|
102
|
+
|
|
103
|
+
</TabItem>
|
|
104
|
+
<TabItem value="Text">
|
|
105
|
+
|
|
106
|
+
```text
|
|
107
|
+
acl : [{"type":"everyone","value":"everyone","accessType":"grant"}]
|
|
108
|
+
activities: []
|
|
109
|
+
content : {"value":"Ensure that the Site Assets library is created.","type":"text"}
|
|
110
|
+
id : pnp-ensure-siteassets-library
|
|
111
|
+
properties: {"title":"Ensure the Site Assets Library is created","description":"Ensure that the Site Assets library is created.","authors":"Phil Harding"}
|
|
112
|
+
```
|
|
113
|
+
|
|
114
|
+
</TabItem>
|
|
115
|
+
<TabItem value="CSV">
|
|
116
|
+
|
|
117
|
+
```csv
|
|
118
|
+
id
|
|
119
|
+
pnp-ensure-siteassets-library
|
|
120
|
+
```
|
|
121
|
+
|
|
122
|
+
</TabItem>
|
|
123
|
+
<TabItem value="Markdown">
|
|
124
|
+
|
|
125
|
+
```md
|
|
126
|
+
# m365 external item add --id "pnp-ensure-siteassets-library" --connectionId "samplesolutiongallery" --content "Ensure that the Site Assets library is created." --title "Ensure the Site Assets Library is created" --description "Ensure that the Site Assets library is created." --authors "Phil Harding" --acls "grant,everyone,everyone"
|
|
127
|
+
|
|
128
|
+
Date: 2023-10-28
|
|
129
|
+
|
|
130
|
+
## pnp-ensure-siteassets-library
|
|
131
|
+
|
|
132
|
+
Property | Value
|
|
133
|
+
---------|-------
|
|
134
|
+
id | pnp-ensure-siteassets-library
|
|
135
|
+
```
|
|
136
|
+
|
|
137
|
+
</TabItem>
|
|
138
|
+
</Tabs>
|
|
139
|
+
|
|
140
|
+
## More information
|
|
141
|
+
|
|
142
|
+
- Microsoft Graph connectors access control list [https://learn.microsoft.com/graph/connecting-external-content-manage-items#access-control-list](https://learn.microsoft.com/graph/connecting-external-content-manage-items#access-control-list)
|
|
143
|
+
- Create, update, and delete items added by your application via Microsoft Graph connectors [https://learn.microsoft.com/graph/connecting-external-content-manage-items](https://learn.microsoft.com/graph/connecting-external-content-manage-items)
|
|
144
|
+
- Use external groups to manage permissions to Microsoft Graph connectors data sources [https://learn.microsoft.com/graph/connecting-external-content-external-groups](https://learn.microsoft.com/graph/connecting-external-content-external-groups)
|
|
145
|
+
- Create externalItem [https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-put-items?view=graph-rest-1.0&tabs=http](https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-put-items?view=graph-rest-1.0&tabs=http)
|
|
@@ -17,9 +17,6 @@ m365 onedrive report activityfilecounts [options]
|
|
|
17
17
|
```md definition-list
|
|
18
18
|
`-p, --period <period>`
|
|
19
19
|
: The length of time over which the report is aggregated. Supported values `D7`, `D30`, `D90`, `D180`.
|
|
20
|
-
|
|
21
|
-
`--outputFile [outputFile]`
|
|
22
|
-
: Path to the file where the report should be stored in
|
|
23
20
|
```
|
|
24
21
|
|
|
25
22
|
<Global />
|
|
@@ -17,9 +17,6 @@ m365 onedrive report activityusercounts [options]
|
|
|
17
17
|
```md definition-list
|
|
18
18
|
`-p, --period <period>`
|
|
19
19
|
: The length of time over which the report is aggregated. Supported values `D7`, `D30`, `D90`, `D180`.
|
|
20
|
-
|
|
21
|
-
`--outputFile [outputFile]`
|
|
22
|
-
: Path to the file where the report should be stored in
|
|
23
20
|
```
|
|
24
21
|
|
|
25
22
|
<Global />
|
|
@@ -20,9 +20,6 @@ m365 onedrive report activityuserdetail [options]
|
|
|
20
20
|
|
|
21
21
|
`-d, --date [date]`
|
|
22
22
|
: 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`
|
|
23
|
-
|
|
24
|
-
`--outputFile [outputFile]`
|
|
25
|
-
: Path to the file where the report should be stored in
|
|
26
23
|
```
|
|
27
24
|
|
|
28
25
|
<Global />
|
|
@@ -17,9 +17,6 @@ m365 onedrive report usageaccountcounts [options]
|
|
|
17
17
|
```md definition-list
|
|
18
18
|
`-p, --period <period>`
|
|
19
19
|
: The length of time over which the report is aggregated. Supported values `D7`, `D30`, `D90`, `D180`.
|
|
20
|
-
|
|
21
|
-
`--outputFile [outputFile]`
|
|
22
|
-
: Path to the file where the report should be stored in
|
|
23
20
|
```
|
|
24
21
|
|
|
25
22
|
<Global />
|
|
@@ -20,9 +20,6 @@ m365 onedrive report usageaccountdetail [options]
|
|
|
20
20
|
|
|
21
21
|
`-d, --date [date]`
|
|
22
22
|
: 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`
|
|
23
|
-
|
|
24
|
-
`--outputFile [outputFile]`
|
|
25
|
-
: Path to the file where the report should be stored in
|
|
26
23
|
```
|
|
27
24
|
|
|
28
25
|
<Global />
|
|
@@ -17,9 +17,6 @@ m365 onedrive report usagefilecounts [options]
|
|
|
17
17
|
```md definition-list
|
|
18
18
|
`-p, --period <period>`
|
|
19
19
|
: The length of time over which the report is aggregated. Supported values `D7`, `D30`, `D90`, `D180`.
|
|
20
|
-
|
|
21
|
-
`--outputFile [outputFile]`
|
|
22
|
-
: Path to the file where the report should be stored in
|
|
23
20
|
```
|
|
24
21
|
|
|
25
22
|
<Global />
|
|
@@ -17,9 +17,6 @@ m365 onedrive report usagestorage [options]
|
|
|
17
17
|
```md definition-list
|
|
18
18
|
`-p, --period <period>`
|
|
19
19
|
: The length of time over which the report is aggregated. Supported values `D7`, `D30`, `D90`, `D180`.
|
|
20
|
-
|
|
21
|
-
`--outputFile [outputFile]`
|
|
22
|
-
: Path to the file where the report should be stored in
|
|
23
20
|
```
|
|
24
21
|
|
|
25
22
|
<Global />
|
|
@@ -17,9 +17,6 @@ m365 outlook report mailactivitycounts [options]
|
|
|
17
17
|
```md definition-list
|
|
18
18
|
`-p, --period <period>`
|
|
19
19
|
: The length of time over which the report is aggregated. Supported values `D7`, `D30`, `D90`, `D180`.
|
|
20
|
-
|
|
21
|
-
`--outputFile [outputFile]`
|
|
22
|
-
: Path to the file where the report should be stored in
|
|
23
20
|
```
|
|
24
21
|
|
|
25
22
|
<Global />
|
|
@@ -17,9 +17,6 @@ m365 outlook report mailactivityusercounts [options]
|
|
|
17
17
|
```md definition-list
|
|
18
18
|
`-p, --period <period>`
|
|
19
19
|
: The length of time over which the report is aggregated. Supported values `D7`, `D30`, `D90`, `D180`.
|
|
20
|
-
|
|
21
|
-
`--outputFile [outputFile]`
|
|
22
|
-
: Path to the file where the report should be stored in
|
|
23
20
|
```
|
|
24
21
|
|
|
25
22
|
<Global />
|
|
@@ -20,9 +20,6 @@ m365 outlook report mailactivityuserdetail [options]
|
|
|
20
20
|
|
|
21
21
|
`-d, --date [date]`
|
|
22
22
|
: 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
|
|
23
|
-
|
|
24
|
-
`--outputFile [outputFile]`
|
|
25
|
-
: Path to the file where the report should be stored in
|
|
26
23
|
```
|
|
27
24
|
|
|
28
25
|
<Global />
|
|
@@ -17,9 +17,6 @@ m365 outlook report mailappusageappsusercounts [options]
|
|
|
17
17
|
```md definition-list
|
|
18
18
|
`-p, --period <period>`
|
|
19
19
|
: The length of time over which the report is aggregated. Supported values `D7`, `D30`, `D90`, `D180`.
|
|
20
|
-
|
|
21
|
-
`--outputFile [outputFile]`
|
|
22
|
-
: Path to the file where the report should be stored in
|
|
23
20
|
```
|
|
24
21
|
|
|
25
22
|
<Global />
|
|
@@ -17,9 +17,6 @@ m365 outlook report mailappusageusercounts [options]
|
|
|
17
17
|
```md definition-list
|
|
18
18
|
`-p, --period <period>`
|
|
19
19
|
: The length of time over which the report is aggregated. Supported values `D7`, `D30`, `D90`, `D180`.
|
|
20
|
-
|
|
21
|
-
`--outputFile [outputFile]`
|
|
22
|
-
: Path to the file where the report should be stored in
|
|
23
20
|
```
|
|
24
21
|
|
|
25
22
|
<Global />
|
|
@@ -20,9 +20,6 @@ m365 outlook report mailappusageuserdetail [options]
|
|
|
20
20
|
|
|
21
21
|
`-d, --date [date]`
|
|
22
22
|
: 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
|
|
23
|
-
|
|
24
|
-
`--outputFile [outputFile]`
|
|
25
|
-
: Path to the file where the report should be stored in
|
|
26
23
|
```
|
|
27
24
|
|
|
28
25
|
<Global />
|
|
@@ -17,9 +17,6 @@ m365 outlook report mailappusageversionsusercounts [options]
|
|
|
17
17
|
```md definition-list
|
|
18
18
|
`-p, --period <period>`
|
|
19
19
|
: The length of time over which the report is aggregated. Supported values `D7`, `D30`, `D90`, `D180`.
|
|
20
|
-
|
|
21
|
-
`--outputFile [outputFile]`
|
|
22
|
-
: Path to the file where the report should be stored in
|
|
23
20
|
```
|
|
24
21
|
|
|
25
22
|
<Global />
|
|
@@ -17,9 +17,6 @@ m365 outlook report mailboxusagedetail [options]
|
|
|
17
17
|
```md definition-list
|
|
18
18
|
`-p, --period <period>`
|
|
19
19
|
: The length of time over which the report is aggregated. Supported values `D7`, `D30`, `D90`, `D180`.
|
|
20
|
-
|
|
21
|
-
`--outputFile [outputFile]`
|
|
22
|
-
: Path to the file where the report should be stored in
|
|
23
20
|
```
|
|
24
21
|
|
|
25
22
|
<Global />
|
|
@@ -17,9 +17,6 @@ m365 outlook report mailboxusagemailboxcount [options]
|
|
|
17
17
|
```md definition-list
|
|
18
18
|
`-p, --period <period>`
|
|
19
19
|
: The length of time over which the report is aggregated. Supported values `D7`, `D30`, `D90`, `D180`.
|
|
20
|
-
|
|
21
|
-
`--outputFile [outputFile]`
|
|
22
|
-
: Path to the file where the report should be stored in
|
|
23
20
|
```
|
|
24
21
|
|
|
25
22
|
<Global />
|
|
@@ -17,9 +17,6 @@ m365 outlook report mailboxusagequotastatusmailboxcounts [options]
|
|
|
17
17
|
```md definition-list
|
|
18
18
|
`-p, --period <period>`
|
|
19
19
|
: The length of time over which the report is aggregated. Supported values `D7`, `D30`, `D90`, `D180`.
|
|
20
|
-
|
|
21
|
-
`--outputFile [outputFile]`
|
|
22
|
-
: Path to the file where the report should be stored in
|
|
23
20
|
```
|
|
24
21
|
|
|
25
22
|
<Global />
|
|
@@ -17,9 +17,6 @@ m365 outlook report mailboxusagestorage [options]
|
|
|
17
17
|
```md definition-list
|
|
18
18
|
`-p, --period <period>`
|
|
19
19
|
: The length of time over which the report is aggregated. Supported values `D7`, `D30`, `D90`, `D180`.
|
|
20
|
-
|
|
21
|
-
`--outputFile [outputFile]`
|
|
22
|
-
: Path to the file where the report should be stored in
|
|
23
20
|
```
|
|
24
21
|
|
|
25
22
|
<Global />
|
|
@@ -17,8 +17,6 @@ m365 skype report activitycounts [options]
|
|
|
17
17
|
```md definition-list
|
|
18
18
|
`-p, --period <period>`
|
|
19
19
|
: The length of time over which the report is aggregated. Supported values `D7`, `D30`, `D90`, `D180`.
|
|
20
|
-
`--outputFile [outputFile]`
|
|
21
|
-
: Path to the file where the report should be stored in
|
|
22
20
|
```
|
|
23
21
|
|
|
24
22
|
<Global />
|
|
@@ -17,9 +17,6 @@ m365 skype report activityusercounts [options]
|
|
|
17
17
|
```md definition-list
|
|
18
18
|
`-p, --period <period>`
|
|
19
19
|
: The length of time over which the report is aggregated. Supported values `D7`, `D30`, `D90`, `D180`.
|
|
20
|
-
|
|
21
|
-
`--outputFile [outputFile]`
|
|
22
|
-
: Path to the file where the report should be stored in
|
|
23
20
|
```
|
|
24
21
|
|
|
25
22
|
<Global />
|
|
@@ -20,9 +20,6 @@ m365 skype report activityuserdetail [options]
|
|
|
20
20
|
|
|
21
21
|
`-d, --date [date]`
|
|
22
22
|
: 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
|
|
23
|
-
|
|
24
|
-
`--outputFile [outputFile]`
|
|
25
|
-
: Path to the file where the report should be stored in
|
|
26
23
|
```
|
|
27
24
|
|
|
28
25
|
<Global />
|
|
@@ -17,9 +17,6 @@ m365 spo report activityfilecounts [options]
|
|
|
17
17
|
```md definition-list
|
|
18
18
|
`-p, --period <period>`
|
|
19
19
|
: The length of time over which the report is aggregated. Supported values `D7`, `D30`, `D90`, `D180`.
|
|
20
|
-
|
|
21
|
-
`--outputFile [outputFile]`
|
|
22
|
-
: Path to the file where the report should be stored in.
|
|
23
20
|
```
|
|
24
21
|
|
|
25
22
|
<Global />
|
|
@@ -17,9 +17,6 @@ m365 spo report activitypages [options]
|
|
|
17
17
|
```md definition-list
|
|
18
18
|
`-p, --period <period>`
|
|
19
19
|
: The length of time over which the report is aggregated. Supported values `D7`, `D30`, `D90`, `D180`.
|
|
20
|
-
|
|
21
|
-
`--outputFile [outputFile]`
|
|
22
|
-
: Path to the file where the report should be stored in.
|
|
23
20
|
```
|
|
24
21
|
|
|
25
22
|
<Global />
|
|
@@ -17,9 +17,6 @@ m365 spo report activityusercounts [options]
|
|
|
17
17
|
```md definition-list
|
|
18
18
|
`-p, --period <period>`
|
|
19
19
|
: The length of time over which the report is aggregated. Supported values `D7`, `D30`, `D90`, `D180`.
|
|
20
|
-
|
|
21
|
-
`--outputFile [outputFile]`
|
|
22
|
-
: Path to the file where the report should be stored in.
|
|
23
20
|
```
|
|
24
21
|
|
|
25
22
|
<Global />
|
|
@@ -20,9 +20,6 @@ m365 spo report activityuserdetail [options]
|
|
|
20
20
|
|
|
21
21
|
`-p, --period [period]`
|
|
22
22
|
: The length of time over which the report is aggregated. Supported values `D7`, `D30`, `D90`, `D180`. Specify either `date` or `period`, but not both.
|
|
23
|
-
|
|
24
|
-
`--outputFile [outputFile]`
|
|
25
|
-
: Path to the file where the Microsoft Teams device usage by user report should be stored in.
|
|
26
23
|
```
|
|
27
24
|
|
|
28
25
|
<Global />
|
|
@@ -20,9 +20,6 @@ m365 spo report siteusagedetail [options]
|
|
|
20
20
|
|
|
21
21
|
`-p, --period [period]`
|
|
22
22
|
: The length of time over which the report is aggregated. Supported values `D7`, `D30`, `D90`, `D180`. Specify either `date` or `period`, but not both.
|
|
23
|
-
|
|
24
|
-
`--outputFile [outputFile]`
|
|
25
|
-
: Path to the file where the report should be stored in.
|
|
26
23
|
```
|
|
27
24
|
|
|
28
25
|
<Global />
|
|
@@ -17,9 +17,6 @@ m365 spo report siteusagefilecounts [options]
|
|
|
17
17
|
```md definition-list
|
|
18
18
|
`-p, --period <period>`
|
|
19
19
|
: The length of time over which the report is aggregated. Supported values `D7`, `D30`, `D90`, `D180`.
|
|
20
|
-
|
|
21
|
-
`--outputFile [outputFile]`
|
|
22
|
-
: Path to the file where the report should be stored in.
|
|
23
20
|
```
|
|
24
21
|
|
|
25
22
|
<Global />
|
|
@@ -17,9 +17,6 @@ m365 spo report siteusagepages [options]
|
|
|
17
17
|
```md definition-list
|
|
18
18
|
`-p, --period <period>`
|
|
19
19
|
: The length of time over which the report is aggregated. Supported values `D7`, `D30`, `D90`, `D180`.
|
|
20
|
-
|
|
21
|
-
`--outputFile [outputFile]`
|
|
22
|
-
: Path to the file where the report should be stored in.
|
|
23
20
|
```
|
|
24
21
|
|
|
25
22
|
<Global />
|
|
@@ -17,9 +17,6 @@ m365 spo report siteusagesitecounts [options]
|
|
|
17
17
|
```md definition-list
|
|
18
18
|
`-p, --period <period>`
|
|
19
19
|
: The length of time over which the report is aggregated. Supported values `D7`, `D30`, `D90`, `D180`.
|
|
20
|
-
|
|
21
|
-
`--outputFile [outputFile]`
|
|
22
|
-
: Path to the file where the report should be stored in.
|
|
23
20
|
```
|
|
24
21
|
|
|
25
22
|
<Global />
|
|
@@ -17,9 +17,6 @@ m365 spo report siteusagestorage [options]
|
|
|
17
17
|
```md definition-list
|
|
18
18
|
`-p, --period <period>`
|
|
19
19
|
: The length of time over which the report is aggregated. Supported values `D7`, `D30`, `D90`, `D180`.
|
|
20
|
-
|
|
21
|
-
`--outputFile [outputFile]`
|
|
22
|
-
: Path to the file where the report should be stored in.
|
|
23
20
|
```
|
|
24
21
|
|
|
25
22
|
<Global />
|