-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #808 from arakeshmicrosoft/patch-7
Create Get-SPOCopilotPromoUsage
- Loading branch information
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
42 changes: 42 additions & 0 deletions
42
sharepoint/sharepoint-ps/sharepoint-online/Get-SPOCopilotPromoUsage.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
external help file: sharepointonline.xml | ||
Module Name: Microsoft.Online.SharePoint.PowerShell | ||
online version: https://learn.microsoft.com/powershell/module/sharepoint-online/Get-SPOCopilotPromoUsage | ||
applicable: SharePoint Online | ||
title: Get-SPOCopilotPromoUsage | ||
schema: | ||
author: arakesh | ||
ms.author: arakesh | ||
ms.reviewer: | ||
--- | ||
|
||
# Get-SPOCopilotPromoUsage | ||
|
||
## SYNOPSIS | ||
|
||
Returns the count of SharePoint Agent promotion queries used by the tenant. | ||
|
||
## SYNTAX | ||
```powershell | ||
Get-SPOCopilotPromoUsage | ||
``` | ||
|
||
## DESCRIPTION | ||
|
||
This cmdlet retrieves the number of SharePoint Agent promotion queries used by the tenant each month. | ||
It provides a monthly breakdown of query usage, helping admins track consumption of the promotion queries over time. | ||
|
||
## EXAMPLES | ||
|
||
### Example 1 | ||
|
||
```powershell | ||
Get-SPOCopilotPromoUsage | ||
``` | ||
|
||
Example 1 returns SharePoint Agent promotion queries usage by month. | ||
|
||
## RELATED LINKS | ||
- [Get-SPOCopilotPromoOptInStatus](./Get-SPOCopilotPromoOptInStatus.md) | ||
- [Set-SPOCopilotPromoOptInStatus](./Set-SPOCopilotPromoOptInStatus.md) | ||
- [Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online) |