Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 1.24 KB

File metadata and controls

54 lines (40 loc) · 1.24 KB
external help file sharepointonline.xml
Module Name Microsoft.Online.SharePoint.PowerShell
online version https://learn.microsoft.com/powershell/module/sharepoint-online/Set-SPOCopilotPromoOptInStatus
applicable SharePoint Online
title Set-SPOCopilotPromoOptInStatus
schema
author siruvanti
ms.author siruvanti
ms.reviewer

Set-SPOCopilotPromoOptInStatus

SYNOPSIS

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

SYNTAX

Set-SPOCopilotPromoOptInStatus -IsCopilotPromoStatusEnabled <Boolean>

DESCRIPTION

This cmdlet sets the Opt-In Copilot promo status for the tenant to True or False.

EXAMPLES

Example 1

Set-SPOCopilotPromoOptInStatus -IsCopilotPromoStatusEnabled $true

Example 1 sets the Opt-In Copilot promo status for the tenant to True.

PARAMETERS

-IsCopilotPromoStatusEnabled

Use this parameter to set Copilot opt-in promo status.

Type: Boolean
Parameter Sets: 
Aliases:
Applicable: SharePoint Online

Required: True
Default value: None

RELATED LINKS