From 48916d92ed325dac2731b99d213585fd3fd186ab Mon Sep 17 00:00:00 2001 From: Kartik P V R Date: Tue, 1 Apr 2025 17:55:04 +0530 Subject: [PATCH 1/8] New PS commands for Opt-in feature --- ...DataCollectionStatusForActivityInsights.md | 77 ++++++++++++++++++ ...OAuditDataCollectionForActivityInsights.md | 79 +++++++++++++++++++ ...OAuditDataCollectionForActivityInsights.md | 78 ++++++++++++++++++ 3 files changed, 234 insertions(+) create mode 100644 sharepoint/sharepoint-ps/sharepoint-online/Get-SPOAuditDataCollectionStatusForActivityInsights.md create mode 100644 sharepoint/sharepoint-ps/sharepoint-online/Start-SPOAuditDataCollectionForActivityInsights.md create mode 100644 sharepoint/sharepoint-ps/sharepoint-online/Stop-SPOAuditDataCollectionForActivityInsights.md diff --git a/sharepoint/sharepoint-ps/sharepoint-online/Get-SPOAuditDataCollectionStatusForActivityInsights.md b/sharepoint/sharepoint-ps/sharepoint-online/Get-SPOAuditDataCollectionStatusForActivityInsights.md new file mode 100644 index 000000000..18929a75a --- /dev/null +++ b/sharepoint/sharepoint-ps/sharepoint-online/Get-SPOAuditDataCollectionStatusForActivityInsights.md @@ -0,0 +1,77 @@ +--- +external help file: sharepointonline.xml +Module Name: Microsoft.Online.SharePoint.PowerShell +online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spoauditdatacollectionstatusforactivityinsights +applicable: SharePoint Online +title: Get-SPOAuditDataCollectionStatusForActivityInsights +schema: 2.0.0 +author: pvrk +ms.author: pullabhk +manager: +ms.reviewer: +--- + +# Get-SPOAuditDataCollectionStatusForActivityInsights + +## SYNOPSIS + +Lists the current status of audit data collection for reports based on activities within the last 28 days, from SharePoint Admin Center. + +## SYNTAX + +``` +Get-SPOAuditDataCollectionStatusForActivityInsights [-ReportEntity ] + [] +``` + +## DESCRIPTION + +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. + +## EXAMPLES + +### Example 1 + +```powershell +PS C:\> Get-SPOAuditDataCollectionStatusForActivityInsights -ReportEntity SharingLinks_Anyone +``` + +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. + +## PARAMETERS + +### -ReportEntity + +Specifies the entity for which the corresponding audit data collection status should be shown + +```yaml +Type: OptInReportEntityEnum +Parameter Sets: (All) +Aliases: +Accepted values: SharingLinks_Anyone, SharingLinks_PeopleInYourOrg, SharingLinks_Guests, EveryoneExceptExternalUsersAtSite, EveryoneExceptExternalUsersForItems, CopilotAppInsights + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +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). + +## INPUTS + +### None + +## OUTPUTS + +### System.Object + +## NOTES + +## RELATED LINKS + +[Start-SPOAuditDataCollectionForActivityInsights](./Start-SPOAuditDataCollectionForActivityInsights.md) +[Stop-SPOAuditDataCollectionForActivityInsights](./Stop-SPOAuditDataCollectionForActivityInsights.md) +[Start-SPODataAccessGovernanceInsight](./Start-SPODataAccessGovernanceInsight.md) diff --git a/sharepoint/sharepoint-ps/sharepoint-online/Start-SPOAuditDataCollectionForActivityInsights.md b/sharepoint/sharepoint-ps/sharepoint-online/Start-SPOAuditDataCollectionForActivityInsights.md new file mode 100644 index 000000000..6f42ba0d9 --- /dev/null +++ b/sharepoint/sharepoint-ps/sharepoint-online/Start-SPOAuditDataCollectionForActivityInsights.md @@ -0,0 +1,79 @@ +--- +external help file: sharepointonline.xml +Module Name: Microsoft.Online.SharePoint.PowerShell +online version: https://learn.microsoft.com/powershell/module/sharepoint-online/start-spoauditdatacollectionforactivityinsights +applicable: SharePoint Online +title: Start-SPOAuditDataCollectionForActivityInsights +schema: 2.0.0 +author: pvrk +ms.author: pullabhk +manager: +ms.reviewer: +--- + +# Start-SPOAuditDataCollectionForActivityInsights + +## SYNOPSIS + +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. + +## SYNTAX + +``` +Start-SPOAuditDataCollectionForActivityInsights -ReportEntity [] +``` + +## DESCRIPTION + +This cmdlet starts collecting relevant audit data for reports, based on activites related to sharing and access. Reports are available for the following scenarios: + +- Sharing links created in last 28 days (Anyone, People-in-your-org, Specific people shared externally). +- Content shared with Everyone except external users (EEEU) in last 28 days. +- Copilot agents created in last 28 days *(Private Preview)* + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> Start-SPOAuditDataCollectionForActivityInsights -ReportEntity SharingLinks_Anyone +``` + +This cmdlet will start collecting audit data related to the generation of 'Anyone' sharing links from the moment it is executed. + +## PARAMETERS + +### -ReportEntity + +Specifies the entity for which the corresponding audit data should be collected. + +```yaml +Type: OptInReportEntityEnum +Parameter Sets: (All) +Aliases: +Accepted values: SharingLinks_Anyone, SharingLinks_PeopleInYourOrg, SharingLinks_Guests, EveryoneExceptExternalUsersAtSite, EveryoneExceptExternalUsersForItems, CopilotAppInsights + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +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). + +## INPUTS + +### None + +## OUTPUTS + +### System.Object + +## NOTES + +## RELATED LINKS + +[Stop-SPOAuditDataCollectionForActivityInsights](./Stop-SPOAuditDataCollectionForActivityInsights.md) +[Get-SPOAuditDataCollectionStatusForActivityInsights](./Get-SPOAuditDataCollectionStatusForActivityInsights.md) +[Start-SPODataAccessGovernanceInsight](./Start-SPODataAccessGovernanceInsight.md) diff --git a/sharepoint/sharepoint-ps/sharepoint-online/Stop-SPOAuditDataCollectionForActivityInsights.md b/sharepoint/sharepoint-ps/sharepoint-online/Stop-SPOAuditDataCollectionForActivityInsights.md new file mode 100644 index 000000000..dce7b82b9 --- /dev/null +++ b/sharepoint/sharepoint-ps/sharepoint-online/Stop-SPOAuditDataCollectionForActivityInsights.md @@ -0,0 +1,78 @@ +--- +external help file: sharepointonline.xml +Module Name: Microsoft.Online.SharePoint.PowerShell +online version: https://learn.microsoft.com/powershell/module/sharepoint-online/stop-spoauditdatacollectionforactivityinsights +applicable: SharePoint Online +title: Stop-SPOAuditDataCollectionForActivityInsights +schema: 2.0.0 +author: pvrk +ms.author: pullabhk +manager: +ms.reviewer: +--- + +# Stop-SPOAuditDataCollectionForActivityInsights + +## SYNOPSIS + +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. + +## SYNTAX + +``` +Stop-SPOAuditDataCollectionForActivityInsights -ReportEntity [] +``` + +## DESCRIPTION +This cmdlet stops collecting relevant audit data for reports, based on activites related to sharing and access. Reports are available for the following scenarios: + +- Sharing links created in last 28 days (Anyone, People-in-your-org, Specific people shared externally). +- Content shared with Everyone except external users (EEEU) in last 28 days. +- Copilot agents created in last 28 days *(Private Preview)* + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> Stop-SPOAuditDataCollectionForActivityInsights -ReportEntity SharingLinks_Anyone +``` + +This cmdlet will stop collecting audit data related to the generation of 'Anyone' sharing links from the moment it is executed. + +## PARAMETERS + +### -ReportEntity + +Specifies the entity for which the corresponding audit data should not be collected. + +```yaml +Type: OptInReportEntityEnum +Parameter Sets: (All) +Aliases: +Accepted values: SharingLinks_Anyone, SharingLinks_PeopleInYourOrg, SharingLinks_Guests, EveryoneExceptExternalUsersAtSite, EveryoneExceptExternalUsersForItems, CopilotAppInsights + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +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). + +## INPUTS + +### None + +## OUTPUTS + +### System.Object + +## NOTES + +## RELATED LINKS + +[Start-SPOAuditDataCollectionForActivityInsights](./Start-SPOAuditDataCollectionForActivityInsights.md) +[Get-SPOAuditDataCollectionStatusForActivityInsights](./Get-SPOAuditDataCollectionStatusForActivityInsights.md) +[Start-SPODataAccessGovernanceInsight](./Start-SPODataAccessGovernanceInsight.md) From d646d3846256add17a199484a8fd0837024036a5 Mon Sep 17 00:00:00 2001 From: Kartik P V R Date: Thu, 3 Apr 2025 13:53:01 +0530 Subject: [PATCH 2/8] Incorporating comments --- ...tDataCollectionStatusForActivityInsights.md | 13 +++++++------ ...POAuditDataCollectionForActivityInsights.md | 18 ++++++++++-------- ...POAuditDataCollectionForActivityInsights.md | 16 +++++++++------- 3 files changed, 26 insertions(+), 21 deletions(-) diff --git a/sharepoint/sharepoint-ps/sharepoint-online/Get-SPOAuditDataCollectionStatusForActivityInsights.md b/sharepoint/sharepoint-ps/sharepoint-online/Get-SPOAuditDataCollectionStatusForActivityInsights.md index 18929a75a..0d217830d 100644 --- a/sharepoint/sharepoint-ps/sharepoint-online/Get-SPOAuditDataCollectionStatusForActivityInsights.md +++ b/sharepoint/sharepoint-ps/sharepoint-online/Get-SPOAuditDataCollectionStatusForActivityInsights.md @@ -15,7 +15,7 @@ ms.reviewer: ## SYNOPSIS -Lists the current status of audit data collection for reports based on activities within the last 28 days, from SharePoint Admin Center. +Lists the current status of audit data collection for reports on activities from the last 28 days in the SharePoint admin center. ## SYNTAX @@ -26,23 +26,23 @@ Get-SPOAuditDataCollectionStatusForActivityInsights [-ReportEntity Get-SPOAuditDataCollectionStatusForActivityInsights -ReportEntity SharingLinks_Anyone +Get-SPOAuditDataCollectionStatusForActivityInsights -ReportEntity SharingLinks_Anyone ``` -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. +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. ## PARAMETERS ### -ReportEntity -Specifies the entity for which the corresponding audit data collection status should be shown +Specifies the entity for which the corresponding audit data collection status should be shown. ```yaml Type: OptInReportEntityEnum @@ -58,7 +58,8 @@ Accept wildcard characters: False ``` ### CommonParameters -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). + +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). ## INPUTS diff --git a/sharepoint/sharepoint-ps/sharepoint-online/Start-SPOAuditDataCollectionForActivityInsights.md b/sharepoint/sharepoint-ps/sharepoint-online/Start-SPOAuditDataCollectionForActivityInsights.md index 6f42ba0d9..4e3dcca4b 100644 --- a/sharepoint/sharepoint-ps/sharepoint-online/Start-SPOAuditDataCollectionForActivityInsights.md +++ b/sharepoint/sharepoint-ps/sharepoint-online/Start-SPOAuditDataCollectionForActivityInsights.md @@ -15,7 +15,7 @@ ms.reviewer: ## SYNOPSIS -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. +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. ## SYNTAX @@ -25,20 +25,21 @@ Start-SPOAuditDataCollectionForActivityInsights -ReportEntity Start-SPOAuditDataCollectionForActivityInsights -ReportEntity SharingLinks_Anyone +Start-SPOAuditDataCollectionForActivityInsights -ReportEntity SharingLinks_Anyone ``` -This cmdlet will start collecting audit data related to the generation of 'Anyone' sharing links from the moment it is executed. +This example will start collecting audit data related to the generation of 'Anyone' sharing links from the moment the command is executed. ## PARAMETERS @@ -60,7 +61,8 @@ Accept wildcard characters: False ``` ### CommonParameters -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). + +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). ## INPUTS diff --git a/sharepoint/sharepoint-ps/sharepoint-online/Stop-SPOAuditDataCollectionForActivityInsights.md b/sharepoint/sharepoint-ps/sharepoint-online/Stop-SPOAuditDataCollectionForActivityInsights.md index dce7b82b9..65c67f0fe 100644 --- a/sharepoint/sharepoint-ps/sharepoint-online/Stop-SPOAuditDataCollectionForActivityInsights.md +++ b/sharepoint/sharepoint-ps/sharepoint-online/Stop-SPOAuditDataCollectionForActivityInsights.md @@ -15,7 +15,7 @@ ms.reviewer: ## SYNOPSIS -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. +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. ## SYNTAX @@ -26,18 +26,19 @@ Stop-SPOAuditDataCollectionForActivityInsights -ReportEntity Stop-SPOAuditDataCollectionForActivityInsights -ReportEntity SharingLinks_Anyone +Stop-SPOAuditDataCollectionForActivityInsights -ReportEntity SharingLinks_Anyone ``` -This cmdlet will stop collecting audit data related to the generation of 'Anyone' sharing links from the moment it is executed. +This example will stop collecting audit data related to the generation of 'Anyone' sharing links from the moment the command is executed. ## PARAMETERS @@ -59,7 +60,8 @@ Accept wildcard characters: False ``` ### CommonParameters -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). + +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). ## INPUTS From 7559276167371fb9781a14d8e8609f041075700a Mon Sep 17 00:00:00 2001 From: Kartik P V R Date: Mon, 7 Apr 2025 16:23:51 +0530 Subject: [PATCH 3/8] Incorporating feedback --- .../Get-SPOAuditDataCollectionStatusForActivityInsights.md | 2 +- .../Start-SPOAuditDataCollectionForActivityInsights.md | 6 +++--- .../Stop-SPOAuditDataCollectionForActivityInsights.md | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sharepoint/sharepoint-ps/sharepoint-online/Get-SPOAuditDataCollectionStatusForActivityInsights.md b/sharepoint/sharepoint-ps/sharepoint-online/Get-SPOAuditDataCollectionStatusForActivityInsights.md index 0d217830d..8ed73c05c 100644 --- a/sharepoint/sharepoint-ps/sharepoint-online/Get-SPOAuditDataCollectionStatusForActivityInsights.md +++ b/sharepoint/sharepoint-ps/sharepoint-online/Get-SPOAuditDataCollectionStatusForActivityInsights.md @@ -48,7 +48,7 @@ Specifies the entity for which the corresponding audit data collection status sh Type: OptInReportEntityEnum Parameter Sets: (All) Aliases: -Accepted values: SharingLinks_Anyone, SharingLinks_PeopleInYourOrg, SharingLinks_Guests, EveryoneExceptExternalUsersAtSite, EveryoneExceptExternalUsersForItems, CopilotAppInsights +Accepted values: SharingLinksAnyone, SharingLinksPeopleInYourOrg, SharingLinksGuests, EveryoneExceptExternalUsersAtSite, EveryoneExceptExternalUsersForItems, CopilotAppInsights Required: False Position: Named diff --git a/sharepoint/sharepoint-ps/sharepoint-online/Start-SPOAuditDataCollectionForActivityInsights.md b/sharepoint/sharepoint-ps/sharepoint-online/Start-SPOAuditDataCollectionForActivityInsights.md index 4e3dcca4b..274de273d 100644 --- a/sharepoint/sharepoint-ps/sharepoint-online/Start-SPOAuditDataCollectionForActivityInsights.md +++ b/sharepoint/sharepoint-ps/sharepoint-online/Start-SPOAuditDataCollectionForActivityInsights.md @@ -27,7 +27,7 @@ Start-SPOAuditDataCollectionForActivityInsights -ReportEntity Date: Tue, 8 Apr 2025 13:55:25 +0530 Subject: [PATCH 4/8] Updating sharepoint online TOCS --- .../sharepoint-online/sharepoint-online.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/sharepoint/sharepoint-ps/sharepoint-online/sharepoint-online.md b/sharepoint/sharepoint-ps/sharepoint-online/sharepoint-online.md index c92664fc9..0e0a3925c 100644 --- a/sharepoint/sharepoint-ps/sharepoint-online/sharepoint-online.md +++ b/sharepoint/sharepoint-ps/sharepoint-online/sharepoint-online.md @@ -103,6 +103,10 @@ The following cmdlet references are for SharePoint Online. {{Manually Enter Get-SPOAppInfo Description Here}} +### [Get-SPOAuditDataCollectionStatusForActivityInsights](Get-SPOAuditDataCollectionStatusForActivityInsights.md) + +{{Shows the current status of the audit data collection for reports on activities in the last 28 days.}} + ### [Get-SPOBuiltInFontPackageSettings](Get-SPOBuiltInFontPackageSettings.md) {{Gets settings of built-in font packages.}} @@ -640,6 +644,10 @@ This cmdlet is not currently active in production and may be removed in the futu {{Manually Enter Set-SPOUser Description Here}} +### [Start-SPOAuditDataCollectionForActivityInsights](Start-SPOAuditDataCollectionForActivityInsights.md) + +{{Starts collecting audit data for reports on activities from the last 28 days.}} + ### [Start-SPOCopilotAgentInsightsReport](Start-SPOCopilotAgentInsightsReport.md) {{Triggers the build of a new Copilot agent insight report for the specified number of days.}} @@ -652,6 +660,10 @@ This cmdlet is not currently active in production and may be removed in the futu {{Manually Enter Start-SPOUserAndContentMove Description Here}} +### [Stop-SPOAuditDataCollectionForActivityInsights](Stop-SPOAuditDataCollectionForActivityInsights.md) + +{{Stop collecting audit data for reports on activities from the last 28 days.}} + ### [Stop-SPOUserAndContentMove](Stop-SPOUserAndContentMove.md) {{Manually Enter Stop-SPOUserAndContentMove Description Here}} From 33ac152b8c99ba416eddca68c584818815cf00d1 Mon Sep 17 00:00:00 2001 From: Kartik P V R Date: Tue, 8 Apr 2025 16:26:26 +0530 Subject: [PATCH 5/8] Trying to resolve conflicts --- .../sharepoint-ps/sharepoint-online/sharepoint-online.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sharepoint/sharepoint-ps/sharepoint-online/sharepoint-online.md b/sharepoint/sharepoint-ps/sharepoint-online/sharepoint-online.md index 0e0a3925c..5665c4478 100644 --- a/sharepoint/sharepoint-ps/sharepoint-online/sharepoint-online.md +++ b/sharepoint/sharepoint-ps/sharepoint-online/sharepoint-online.md @@ -103,6 +103,10 @@ The following cmdlet references are for SharePoint Online. {{Manually Enter Get-SPOAppInfo Description Here}} +### [Get-SPOAppPrioritizationPolicies](Get-SPOAppPrioritizationPolicies.md) + +{{Gets all existing SPO app prioritization policies of your tenancy}} + ### [Get-SPOAuditDataCollectionStatusForActivityInsights](Get-SPOAuditDataCollectionStatusForActivityInsights.md) {{Shows the current status of the audit data collection for reports on activities in the last 28 days.}} From 1c98fc840a47ac57a93b1e796c03c6c505b119f1 Mon Sep 17 00:00:00 2001 From: Kartik P V R Date: Tue, 8 Apr 2025 16:48:17 +0530 Subject: [PATCH 6/8] Resolving conflicts --- .../sharepoint-ps/sharepoint-online/sharepoint-online.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sharepoint/sharepoint-ps/sharepoint-online/sharepoint-online.md b/sharepoint/sharepoint-ps/sharepoint-online/sharepoint-online.md index 5665c4478..9cd546887 100644 --- a/sharepoint/sharepoint-ps/sharepoint-online/sharepoint-online.md +++ b/sharepoint/sharepoint-ps/sharepoint-online/sharepoint-online.md @@ -107,10 +107,6 @@ The following cmdlet references are for SharePoint Online. {{Gets all existing SPO app prioritization policies of your tenancy}} -### [Get-SPOAuditDataCollectionStatusForActivityInsights](Get-SPOAuditDataCollectionStatusForActivityInsights.md) - -{{Shows the current status of the audit data collection for reports on activities in the last 28 days.}} - ### [Get-SPOBuiltInFontPackageSettings](Get-SPOBuiltInFontPackageSettings.md) {{Gets settings of built-in font packages.}} From 39e043b5facdf1be597adb980e2f2e075ae6da56 Mon Sep 17 00:00:00 2001 From: Kartik P V R Date: Wed, 9 Apr 2025 00:40:45 +0530 Subject: [PATCH 7/8] Updating TOC --- .../sharepoint-ps/sharepoint-online/sharepoint-online.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sharepoint/sharepoint-ps/sharepoint-online/sharepoint-online.md b/sharepoint/sharepoint-ps/sharepoint-online/sharepoint-online.md index 9cd546887..8e300a70c 100644 --- a/sharepoint/sharepoint-ps/sharepoint-online/sharepoint-online.md +++ b/sharepoint/sharepoint-ps/sharepoint-online/sharepoint-online.md @@ -105,7 +105,7 @@ The following cmdlet references are for SharePoint Online. ### [Get-SPOAppPrioritizationPolicies](Get-SPOAppPrioritizationPolicies.md) -{{Gets all existing SPO app prioritization policies of your tenancy}} +{{Gets all existing SPO app prioritization policies in the tenant}} ### [Get-SPOBuiltInFontPackageSettings](Get-SPOBuiltInFontPackageSettings.md) @@ -662,7 +662,7 @@ This cmdlet is not currently active in production and may be removed in the futu ### [Stop-SPOAuditDataCollectionForActivityInsights](Stop-SPOAuditDataCollectionForActivityInsights.md) -{{Stop collecting audit data for reports on activities from the last 28 days.}} +{{Stops collecting audit data for reports on activities from the last 28 days.}} ### [Stop-SPOUserAndContentMove](Stop-SPOUserAndContentMove.md) From b6b248752b7d4edf46c8ed872623a08a854ab6f9 Mon Sep 17 00:00:00 2001 From: Kartik P V R Date: Wed, 9 Apr 2025 11:14:40 +0530 Subject: [PATCH 8/8] resolving conflicts --- .../sharepoint-ps/sharepoint-online/sharepoint-online.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sharepoint/sharepoint-ps/sharepoint-online/sharepoint-online.md b/sharepoint/sharepoint-ps/sharepoint-online/sharepoint-online.md index 8e300a70c..370eb7206 100644 --- a/sharepoint/sharepoint-ps/sharepoint-online/sharepoint-online.md +++ b/sharepoint/sharepoint-ps/sharepoint-online/sharepoint-online.md @@ -105,12 +105,16 @@ The following cmdlet references are for SharePoint Online. ### [Get-SPOAppPrioritizationPolicies](Get-SPOAppPrioritizationPolicies.md) -{{Gets all existing SPO app prioritization policies in the tenant}} +{{Gets all existing SPO app prioritization policies of your tenancy}} ### [Get-SPOBuiltInFontPackageSettings](Get-SPOBuiltInFontPackageSettings.md) {{Gets settings of built-in font packages.}} +### [Get-SPOAuditDataCollectionStatusForActivityInsights](Get-SPOAuditDataCollectionStatusForActivityInsights.md) + +{{Gets the current status of audit data collection for reports on activities from the last 28 days.}} + ### [Get-SPOCopilotAgentInsightsReport](Get-SPOCopilotAgentInsightsReport.md) {{Gets the status of all active and available reports when no report ID is present, and allows to view or download a report if report ID is present.}}