File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed
sharepoint/sharepoint-ps/sharepoint-online Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ external help file: sharepointonline.xml
3+ Module Name: Microsoft.Online.SharePoint.PowerShell
4+ online version: https://learn.microsoft.com/powershell/module/sharepoint-online/Get-SPOCopilotPromoUsage
5+ applicable: SharePoint Online
6+ title: Get-SPOCopilotPromoUsage
7+ schema:
8+ author: arakesh
9+ ms.author: arakesh
10+ ms.reviewer:
11+ ---
12+
13+ # Get-SPOCopilotPromoUsage
14+
15+ ## SYNOPSIS
16+
17+ Retruns the count of SharePoint Agent promotion queries used by the tenant.
18+
19+ ## SYNTAX
20+ ```powershell
21+ Get-SPOCopilotPromoUsage
22+ ```
23+
24+ ## DESCRIPTION
25+
26+ This cmdlet retrieves the number of SharePoint Agent promotion queries used by the tenant each month.
27+ It provides a monthly breakdown of query usage, helping admins track consumption of the promotion queries over time.
28+
29+ ## EXAMPLES
30+
31+ ### Example 1
32+
33+ ```powershell
34+ Get-SPOCopilotPromoUsage
35+ ```
36+
37+ Example 1 returns SharePoint Agent promotion queries usage by month.
38+
39+ ## RELATED LINKS
40+ - [Get-SPOCopilotPromoOptInStatus](./Get-SPOCopilotPromoOptInStatus.md)
41+ - [Set-SPOCopilotPromoOptInStatus](./Set-SPOCopilotPromoOptInStatus.md)
42+ - [Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online)
You can’t perform that action at this time.
0 commit comments