You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPOM365AgentAccessInsightsReport.md
+9-46Lines changed: 9 additions & 46 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ manager: lokeshgoel
15
15
16
16
## SYNOPSIS
17
17
18
-
This cmdlet enables the administrator to check status of all active and available reports when no report ID is present and to view or download a report if report ID is present.
18
+
This cmdlet enables the administrator to check status of all active and available analytics reports when no report ID is present and to view or download a report if report ID is present.
19
19
20
20
> [!NOTE]
21
21
> The feature associated with this cmdlet will be rolling out soon.
Example 3 enables administrator to download the M365 agent insight report of ReportId: `9d946216-afe7-49f5-8267-7b662435c70b` to the same path from where the command was run.
60
+
Example 3 enables administrator to download the M365 agent insight report of the given report id to the same path from where the command was run.
It specifies the kind of report to view or download. There are 2 kinds of sub-reports: M365AgentsOnSites, SiteDistribution.
96
88
97
-
If this cmdlet is executed with `-Content` as `M365AgentsOnSites`, a report with list of all sites on which a agent is created along with the names of the agent created in the specified number of days will be displayed with the following properties:
| Agent ID | The unique identifier of the agent. |
119
-
| Agent Name | The name of the agent. |
120
-
| Agent Type | The type of the agent (e.g., Declarative, Custom, etc.) |
121
-
| Request Volume | Total requests made by this agent to the site. |
122
-
123
-
If this cmdlet is executed with `-ReportId` as parameter and `-Content` as `SiteDistribution`, a report showing Microsoft 365 agents distribution across sites in the specified number of days will be displayed with the following properties:
| Site template | The Site template of the SharePoint site. |
128
-
| Sites | Number of sites corresponding to that particular site template. |
129
-
| M365 agents | Number of Microsoft 365 agents on the SharePoint site corresponding to that particular site template. |
89
+
If this cmdlet is executed with `-Content` as `M365AgentsOnSites`, a report with list of all sites on which a agent is created along with the names of the agent created in the specified number of days will be displayed.
90
+
91
+
If this cmdlet is executed with `-ReportId` as parameter and `-Content` as `SiteDistribution`, a report showing Microsoft 365 agents distribution across sites in the specified number of days will be displayed.
0 commit comments