Skip to content

Latest commit

 

History

History
58 lines (43 loc) · 1.32 KB

File metadata and controls

58 lines (43 loc) · 1.32 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: (All)
Aliases:
Applicable: SharePoint Online

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

RELATED LINKS