Skip to content

Commit bdf292f

Browse files
Merge pull request #808 from arakeshmicrosoft/patch-7
Create Get-SPOCopilotPromoUsage
2 parents 4a16008 + a716e98 commit bdf292f

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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+
Returns 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)

0 commit comments

Comments
 (0)