Skip to content

Commit 7559276

Browse files
committed
Incorporating feedback
1 parent d646d38 commit 7559276

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Specifies the entity for which the corresponding audit data collection status sh
4848
Type: OptInReportEntityEnum
4949
Parameter Sets: (All)
5050
Aliases:
51-
Accepted values: SharingLinks_Anyone, SharingLinks_PeopleInYourOrg, SharingLinks_Guests, EveryoneExceptExternalUsersAtSite, EveryoneExceptExternalUsersForItems, CopilotAppInsights
51+
Accepted values: SharingLinksAnyone, SharingLinksPeopleInYourOrg, SharingLinksGuests, EveryoneExceptExternalUsersAtSite, EveryoneExceptExternalUsersForItems, CopilotAppInsights
5252

5353
Required: False
5454
Position: Named

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Start-SPOAuditDataCollectionForActivityInsights -ReportEntity <OptInReportEntity
2727

2828
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 the last 28 days (Anyone, People-in-your-org, Specific people shared externally).
30+
- Sharing links created in the last 28 days (Anyone, People in Your Organization, Specific people shared externally).
3131
- Content shared with Everyone except external users (EEEU) in the last 28 days.
3232
- Copilot agents created in the last 28 days *(Private Preview)*.
3333

@@ -39,7 +39,7 @@ This cmdlet starts collecting audit data for reports on sharing and access activ
3939
Start-SPOAuditDataCollectionForActivityInsights -ReportEntity SharingLinks_Anyone
4040
```
4141

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

4444
## PARAMETERS
4545

@@ -51,7 +51,7 @@ Specifies the entity for which the corresponding audit data should be collected.
5151
Type: OptInReportEntityEnum
5252
Parameter Sets: (All)
5353
Aliases:
54-
Accepted values: SharingLinks_Anyone, SharingLinks_PeopleInYourOrg, SharingLinks_Guests, EveryoneExceptExternalUsersAtSite, EveryoneExceptExternalUsersForItems, CopilotAppInsights
54+
Accepted values: SharingLinksAnyone, SharingLinksPeopleInYourOrg, SharingLinksGuests, EveryoneExceptExternalUsersAtSite, EveryoneExceptExternalUsersForItems, CopilotAppInsights
5555

5656
Required: True
5757
Position: Named

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ 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 the last 28 days (Anyone, People-in-your-org, Specific people shared externally).
29+
- Sharing links created in the last 28 days (Anyone, People in Your Organization, Specific people shared externally).
3030
- Content shared with Everyone except external users (EEEU) in the last 28 days.
3131
- Copilot agents created in the last 28 days *(Private Preview)*.
3232

@@ -38,7 +38,7 @@ This cmdlet stops collecting relevant audit data for reports, based on activites
3838
Stop-SPOAuditDataCollectionForActivityInsights -ReportEntity SharingLinks_Anyone
3939
```
4040

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

4343
## PARAMETERS
4444

@@ -50,7 +50,7 @@ Specifies the entity for which the corresponding audit data should not be collec
5050
Type: OptInReportEntityEnum
5151
Parameter Sets: (All)
5252
Aliases:
53-
Accepted values: SharingLinks_Anyone, SharingLinks_PeopleInYourOrg, SharingLinks_Guests, EveryoneExceptExternalUsersAtSite, EveryoneExceptExternalUsersForItems, CopilotAppInsights
53+
Accepted values: SharingLinksAnyone, SharingLinksPeopleInYourOrg, SharingLinksGuests, EveryoneExceptExternalUsersAtSite, EveryoneExceptExternalUsersForItems, CopilotAppInsights
5454

5555
Required: True
5656
Position: Named

0 commit comments

Comments
 (0)