Skip to content

Commit 9ef5efc

Browse files
authored
Update Get-SPOM365AgentAccessInsightsReport.md
1 parent 3355b2c commit 9ef5efc

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPOM365AgentAccessInsightsReport.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This cmdlet enables the administrator to check status of all active and availabl
2424

2525
```
2626
Get-SPOM365AgentAccessInsightsReport [-ReportId <Guid>] [-Action <ActionType>]
27-
[-Content <SPOCopilotAgentInsightType>] [<CommonParameters>]
27+
[-Content <M365AgentsOnSites>] [<CommonParameters>]
2828
```
2929

3030
## DESCRIPTION
@@ -120,13 +120,13 @@ The list of Agent Details would have follwing properties for each agent. This li
120120
| Agent Type | The type of the agent (e.g., Declarative, Custom, etc.) |
121121
| Request Volume | Total requests made by this agent to the site. |
122122

123-
If this cmdlet is executed with `-ReportId` as parameter and `-Content` as `SiteDistribution`, a report showing M365 agents distribution across sites in the specified number of days will be displayed with the following properties:
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:
124124

125-
| Property | Description |
126-
|:---------------|:---------------------------------------------------------------------------------------------|
127-
| 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 M365 agents on the SharePoint site corresponding to that particular site template. |
125+
| Property | Description |
126+
|:---------------|:------------------------------------------------------------------------------------------------------|
127+
| 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. |
130130

131131
```yaml
132132
Type: Microsoft.Online.SharePoint.TenantAdministration.SPOM365AgentInsightType
@@ -178,3 +178,4 @@ This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVar
178178
[Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online)
179179

180180
[Start-SPOM365AgentAccessInsightsReport](./Start-SPOM365AgentAccessInsightsReport.md)
181+

0 commit comments

Comments
 (0)