Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 1.47 KB

File metadata and controls

63 lines (41 loc) · 1.47 KB
external help file Microsoft.Online.SharePoint.PowerShell.dll-Help.xml
Module Name Microsoft.Online.SharePoint.PowerShell
online version https://learn.microsoft.com/powershell/module/sharepoint-online/Get-SPOCopilotPromoOptInStatus
applicable SharePoint Online
title Get-SPOCopilotPromoOptInStatus
schema 2.0.0
author siruvanti
ms.author siruvanti
ms.reviewer

Get-SPOCopilotPromoOptInStatus

SYNOPSIS

Returns the Opt-In Copilot promo status for the tenant.

SYNTAX

Get-SPOCopilotPromoOptInStatus [<CommonParameters>]

DESCRIPTION

This cmdlet returns the Opt-In Copilot promo status for the tenant. If the promo status is enabled, the return value is True, otherwise the return value is False.

EXAMPLES

Example 1

Get-SPOCopilotPromoOptInStatus

Example 1 returns the value of the Opt-In promo status.

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

NOTES

RELATED LINKS

Set-SPOCopilotPromoOptInStatus

Getting started with SharePoint Online Management Shell