Skip to content

Commit d646d38

Browse files
committed
Incorporating comments
1 parent 48916d9 commit d646d38

File tree

3 files changed

+26
-21
lines changed

3 files changed

+26
-21
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOAuditDataCollectionStatusForActivityInsights.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.reviewer:
1515

1616
## SYNOPSIS
1717

18-
Lists the current status of audit data collection for reports based on activities within the last 28 days, from SharePoint Admin Center.
18+
Lists the current status of audit data collection for reports on activities from the last 28 days in the SharePoint admin center.
1919

2020
## SYNTAX
2121

@@ -26,23 +26,23 @@ Get-SPOAuditDataCollectionStatusForActivityInsights [-ReportEntity <OptInReportE
2626

2727
## DESCRIPTION
2828

29-
SharePoint administrators can generate reports based on activities within the last 28 days such as Sharing link reports, content shared with Everyone except external users etc from SharePoint admin center. These reports require audit data to be collected after approved by SharePoint admin. This command gives the current status of the relevant audit data collection.
29+
SharePoint Administrators can generate reports on activities from the last 28 days, such as sharing link reports and content shared with everyone except external users, from the SharePoint admin center. These reports need audit data, which must be collected after approval by the SharePoint Administrator. This cmdlet shows the current status of the audit data collection.
3030

3131
## EXAMPLES
3232

3333
### Example 1
3434

3535
```powershell
36-
PS C:\> Get-SPOAuditDataCollectionStatusForActivityInsights -ReportEntity SharingLinks_Anyone
36+
Get-SPOAuditDataCollectionStatusForActivityInsights -ReportEntity SharingLinks_Anyone
3737
```
3838

39-
This command fetches the current status of audit data collection for the report on sites with most number of "Anyone" sharing links generated in the last 28 days.
39+
This example fetches the current status of audit data collection for the report on sites with most number of "Anyone" sharing links generated in the last 28 days.
4040

4141
## PARAMETERS
4242

4343
### -ReportEntity
4444

45-
Specifies the entity for which the corresponding audit data collection status should be shown
45+
Specifies the entity for which the corresponding audit data collection status should be shown.
4646

4747
```yaml
4848
Type: OptInReportEntityEnum
@@ -58,7 +58,8 @@ Accept wildcard characters: False
5858
```
5959
6060
### CommonParameters
61-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
61+
62+
This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVariable`, `-InformationAction`, `-InformationVariable`, `-OutVariable`, `-OutBuffer`, `-PipelineVariable`, `-ProgressAction`, `-Verbose`, `-WarningAction`, and `-WarningVariable`. For more information, see [about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
6263

6364
## INPUTS
6465

sharepoint/sharepoint-ps/sharepoint-online/Start-SPOAuditDataCollectionForActivityInsights.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.reviewer:
1515

1616
## SYNOPSIS
1717

18-
This cmdlet starts collecting relevant audit data for reports, based on activities within the last 28 days, such as Sharing link reports, content shared with Everyone except external users etc from SharePoint admin center.
18+
This cmdlet starts collecting audit data for reports on activities from the last 28 days, such as sharing link reports and content shared with everyone except external users, from the SharePoint admin center.
1919

2020
## SYNTAX
2121

@@ -25,20 +25,21 @@ Start-SPOAuditDataCollectionForActivityInsights -ReportEntity <OptInReportEntity
2525

2626
## DESCRIPTION
2727

28-
This cmdlet starts collecting relevant audit data for reports, based on activites related to sharing and access. Reports are available for the following scenarios:
28+
This cmdlet starts collecting audit data for reports on sharing and access activities from the last 28 days. Reports are available for the following scenarios:
2929

30-
- Sharing links created in last 28 days (Anyone, People-in-your-org, Specific people shared externally).
31-
- Content shared with Everyone except external users (EEEU) in last 28 days.
32-
- Copilot agents created in last 28 days *(Private Preview)*
30+
- Sharing links created in the last 28 days (Anyone, People-in-your-org, Specific people shared externally).
31+
- Content shared with Everyone except external users (EEEU) in the last 28 days.
32+
- Copilot agents created in the last 28 days *(Private Preview)*.
3333

3434
## EXAMPLES
3535

3636
### Example 1
37+
3738
```powershell
38-
PS C:\> Start-SPOAuditDataCollectionForActivityInsights -ReportEntity SharingLinks_Anyone
39+
Start-SPOAuditDataCollectionForActivityInsights -ReportEntity SharingLinks_Anyone
3940
```
4041

41-
This cmdlet will start collecting audit data related to the generation of 'Anyone' sharing links from the moment it is executed.
42+
This example will start collecting audit data related to the generation of 'Anyone' sharing links from the moment the command is executed.
4243

4344
## PARAMETERS
4445

@@ -60,7 +61,8 @@ Accept wildcard characters: False
6061
```
6162
6263
### CommonParameters
63-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
64+
65+
This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVariable`, `-InformationAction`, `-InformationVariable`, `-OutVariable`, `-OutBuffer`, `-PipelineVariable`, `-ProgressAction`, `-Verbose`, `-WarningAction`, and `-WarningVariable`. For more information, see [about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
6466

6567
## INPUTS
6668

sharepoint/sharepoint-ps/sharepoint-online/Stop-SPOAuditDataCollectionForActivityInsights.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.reviewer:
1515

1616
## SYNOPSIS
1717

18-
This cmdlet stops collecting relevant audit data for reports, based on activities within the last 28 days, such as Sharing link reports, content shared with Everyone except external users etc from SharePoint admin center.
18+
This cmdlet stops collecting audit data for reports on activities from the last 28 days, such as sharing link reports and content shared with everyone except external users, from the SharePoint admin center.
1919

2020
## SYNTAX
2121

@@ -26,18 +26,19 @@ Stop-SPOAuditDataCollectionForActivityInsights -ReportEntity <OptInReportEntityE
2626
## DESCRIPTION
2727
This cmdlet stops collecting relevant audit data for reports, based on activites related to sharing and access. Reports are available for the following scenarios:
2828

29-
- Sharing links created in last 28 days (Anyone, People-in-your-org, Specific people shared externally).
30-
- Content shared with Everyone except external users (EEEU) in last 28 days.
31-
- Copilot agents created in last 28 days *(Private Preview)*
29+
- Sharing links created in the last 28 days (Anyone, People-in-your-org, Specific people shared externally).
30+
- Content shared with Everyone except external users (EEEU) in the last 28 days.
31+
- Copilot agents created in the last 28 days *(Private Preview)*.
3232

3333
## EXAMPLES
3434

3535
### Example 1
36+
3637
```powershell
37-
PS C:\> Stop-SPOAuditDataCollectionForActivityInsights -ReportEntity SharingLinks_Anyone
38+
Stop-SPOAuditDataCollectionForActivityInsights -ReportEntity SharingLinks_Anyone
3839
```
3940

40-
This cmdlet will stop collecting audit data related to the generation of 'Anyone' sharing links from the moment it is executed.
41+
This example will stop collecting audit data related to the generation of 'Anyone' sharing links from the moment the command is executed.
4142

4243
## PARAMETERS
4344

@@ -59,7 +60,8 @@ Accept wildcard characters: False
5960
```
6061
6162
### CommonParameters
62-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
63+
64+
This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVariable`, `-InformationAction`, `-InformationVariable`, `-OutVariable`, `-OutBuffer`, `-PipelineVariable`, `-ProgressAction`, `-Verbose`, `-WarningAction`, and `-WarningVariable`. For more information, see [about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
6365

6466
## INPUTS
6567

0 commit comments

Comments
 (0)