Skip to content

Commit f0f42a6

Browse files
committed
added double quotes
1 parent 4139163 commit f0f42a6

76 files changed

Lines changed: 152 additions & 152 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/manual/docs/cmd/aad/o365group/o365group-report-activitycounts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ aad o365group report activitycounts --period D7
3232
Get the number of group activities across group workloads for the last week and exports the report data in the specified path in text format
3333

3434
```sh
35-
aad o365group report activitycounts --period D7 --output text --outputFile 'o365groupactivitycounts.txt'
35+
aad o365group report activitycounts --period D7 --output text --outputFile "o365groupactivitycounts.txt"
3636
```
3737

3838
Get the number of group activities across group workloads for the last week and exports the report data in the specified path in json format
3939

4040
```sh
41-
aad o365group report activitycounts --period D7 --output json --outputFile 'o365groupactivitycounts.json'
41+
aad o365group report activitycounts --period D7 --output json --outputFile "o365groupactivitycounts.json"
4242
```

docs/manual/docs/cmd/aad/o365group/o365group-report-activitydetail.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ aad o365group report activitydetail --date 2019-09-28
3838
Get details about Office 365 Groups activity by group for the last week and exports the report data in the specified path in text format
3939

4040
```sh
41-
aad o365group report activitydetail --period D7 --output text --outputFile 'o365groupactivitydetail.txt'
41+
aad o365group report activitydetail --period D7 --output text --outputFile "o365groupactivitydetail.txt"
4242
```
4343

4444
Get details about Office 365 Groups activity by group for the last week and exports the report data in the specified path in json format
4545

4646
```sh
47-
aad o365group report activitydetail --period D7 --output json --outputFile 'o365groupactivitydetail.json'
47+
aad o365group report activitydetail --period D7 --output json --outputFile "o365groupactivitydetail.json"
4848
```

docs/manual/docs/cmd/aad/o365group/o365group-report-activityfilecounts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ aad o365group report activityfilecounts --period D7
3131
Get the total number of files and how many of them were active across all group sites associated with an Office 365 Group for the last week and exports the report data in the specified path in text format
3232

3333
```sh
34-
aad o365group report activityfilecounts --period D7 --output text --outputFile 'o365groupactivityfilecounts.txt'
34+
aad o365group report activityfilecounts --period D7 --output text --outputFile "o365groupactivityfilecounts.txt"
3535
```
3636

3737
Get the total number of files and how many of them were active across all group sites associated with an Office 365 Group for the last week and exports the report data in the specified path in json format
3838

3939
```sh
40-
aad o365group report activityfilecounts --period D7 --output json --outputFile 'o365groupactivityfilecounts.json'
40+
aad o365group report activityfilecounts --period D7 --output json --outputFile "o365groupactivityfilecounts.json"
4141
```

docs/manual/docs/cmd/aad/o365group/o365group-report-activitygroupcounts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ aad o365group report activitygroupcounts --period D7
3232
Get the daily total number of groups and how many of them were active based on activities for the last week and exports the report data in the specified path in text format
3333

3434
```sh
35-
aad o365group report activitygroupcounts --period D7 --output text --outputFile 'o365groupactivitygroupcounts.txt'
35+
aad o365group report activitygroupcounts --period D7 --output text --outputFile "o365groupactivitygroupcounts.txt"
3636
```
3737

3838
Get the daily total number of groups and how many of them were active based on activities for the last week and exports the report data in the specified path in json format
3939

4040
```sh
41-
aad o365group report activitygroupcounts --period D7 --output json --outputFile 'o365groupactivitygroupcounts.json'
41+
aad o365group report activitygroupcounts --period D7 --output json --outputFile "o365groupactivitygroupcounts.json"
4242
```

docs/manual/docs/cmd/onedrive/report/report-activityfilecounts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ onedrive report activityfilecounts --period D7
3232
Gets the number of unique, licensed users that performed file interactions against any OneDrive account for the last week and exports the report data in the specified path in text format
3333

3434
```sh
35-
onedrive report activityfilecounts --period D7 --output text --outputFile 'activityfilecounts.txt'
35+
onedrive report activityfilecounts --period D7 --output text --outputFile "activityfilecounts.txt"
3636
```
3737

3838
Gets the number of unique, licensed users that performed file interactions against any OneDrive account for the last week and exports the report data in the specified path in json format
3939

4040
```sh
41-
onedrive report activityfilecounts --period D7 --output json --outputFile 'activityfilecounts.json'
41+
onedrive report activityfilecounts --period D7 --output json --outputFile "activityfilecounts.json"
4242
```

docs/manual/docs/cmd/onedrive/report/report-activityusercounts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ onedrive report activityusercounts --period D7
3232
Gets the trend in the number of active OneDrive users for the last week and exports the report data in the specified path in text format
3333

3434
```sh
35-
onedrive report activityusercounts --period D7 --output text --outputFile 'activityusercounts.txt'
35+
onedrive report activityusercounts --period D7 --output text --outputFile "activityusercounts.txt"
3636
```
3737

3838
Gets the trend in the number of active OneDrive users for the last week and exports the report data in the specified path in json format
3939

4040
```sh
41-
onedrive report activityusercounts --period D7 --output json --outputFile 'activityusercounts.json'
41+
onedrive report activityusercounts --period D7 --output json --outputFile "activityusercounts.json"
4242
```

docs/manual/docs/cmd/onedrive/report/report-activityuserdetail.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ onedrive report activityuserdetail --date 2019-05-01
3939
Gets details about OneDrive activity by user for the last week and exports the report data in the specified path in text format
4040

4141
```sh
42-
onedrive report activityuserdetail --period D7 --output text --outputFile 'onedriveactivityuserdetail.txt'
42+
onedrive report activityuserdetail --period D7 --output text --outputFile "onedriveactivityuserdetail.txt"
4343
```
4444

4545
Gets details about OneDrive activity by user for the last week and exports the report data in the specified path in json format
4646

4747
```sh
48-
onedrive report activityuserdetail --period D7 --output json --outputFile 'onedriveactivityuserdetail.json'
48+
onedrive report activityuserdetail --period D7 --output json --outputFile "onedriveactivityuserdetail.json"
4949
```

docs/manual/docs/cmd/onedrive/report/report-usageaccountcounts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ onedrive report usageaccountcounts --period D7
3636
Gets the trend in the number of active OneDrive for Business sites for the last week and exports the report data in the specified path in text format
3737

3838
```sh
39-
onedrive report usageaccountcounts --period D7 --output text --outputFile 'usageaccountcounts.txt'
39+
onedrive report usageaccountcounts --period D7 --output text --outputFile "usageaccountcounts.txt"
4040
```
4141

4242
Gets the trend in the number of active OneDrive for Business sites for the last week and exports the report data in the specified path in json format
4343

4444
```sh
45-
onedrive report usageaccountcounts --period D7 --output json --outputFile 'usageaccountcounts.json'
45+
onedrive report usageaccountcounts --period D7 --output json --outputFile "usageaccountcounts.json"
4646
```

docs/manual/docs/cmd/onedrive/report/report-usageaccountdetail.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ onedrive report usageaccountdetail --date 2019-05-01
3939
Gets details about OneDrive usage by account for the last week and exports the report data in the specified path in text format
4040

4141
```sh
42-
onedrive report usageaccountdetail --period D7 --output text --outputFile 'onedriveusageaccountdetail.txt'
42+
onedrive report usageaccountdetail --period D7 --output text --outputFile "onedriveusageaccountdetail.txt"
4343
```
4444

4545
Gets details about OneDrive usage by account for the last week and exports the report data in the specified path in json format
4646

4747
```sh
48-
onedrive report usageaccountdetail --period D7 --output json --outputFile 'onedriveusageaccountdetail.json'
48+
onedrive report usageaccountdetail --period D7 --output json --outputFile "onedriveusageaccountdetail.json"
4949
```

docs/manual/docs/cmd/onedrive/report/report-usagefilecounts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ onedrive report usagefilecounts --period D7
3636
Gets the total number of files across all sites and how many are active files for the last week and exports the report data in the specified path in text format
3737

3838
```sh
39-
onedrive report usagefilecounts --period D7 --output text --outputFile 'usagefilecounts.txt'
39+
onedrive report usagefilecounts --period D7 --output text --outputFile "usagefilecounts.txt"
4040
```
4141

4242
Gets the total number of files across all sites and how many are active files for the last week and exports the report data in the specified path in json format
4343

4444
```sh
45-
onedrive report usagefilecounts --period D7 --output json --outputFile 'usagefilecounts.json'
45+
onedrive report usagefilecounts --period D7 --output json --outputFile "usagefilecounts.json"
4646
```

0 commit comments

Comments
 (0)