From 320f7a631ae22fe4d63cbac5f71db0dc05146096 Mon Sep 17 00:00:00 2001 From: Shweta Bhagat <75883328+Shweta2024@users.noreply.github.com> Date: Tue, 29 Jul 2025 11:24:44 +0530 Subject: [PATCH] add CallType and PoliciesOnSite in PS response --- .../Get-SPOEnterpriseAppInsightsReport.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPOEnterpriseAppInsightsReport.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPOEnterpriseAppInsightsReport.md index e46f22bea..32f2eb5c1 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPOEnterpriseAppInsightsReport.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPOEnterpriseAppInsightsReport.md @@ -44,6 +44,8 @@ If this cmdlet is executed with `-ReportId` as parameter, the top 100 records of | AppID | The AppID of the 3P application. | | AppPermissions | The permissions granted to the 3P application. | | RequestVoulme | The number of times the 3P application accessed the given SharePoint site. | +| CallType | The call type used by the 3P application to access the SharePoint site. | +| PoliciesOnSite | The list of premium policies applied on the SharePoint site. | If this cmdlet is executed with both the parameters, i.e. `-ReportId` and `-Action`, and if the value of `-Action` is set as `View`, it will display the same result as described above. If the value of `-Action` is set to `Download`, it will download the full report in CSV format to the same path from where the command was run.