Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Get-SPOCopilotPromoUsage #808

Merged
merged 4 commits into from
Feb 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)