| external help file | Microsoft.Online.SharePoint.PowerShell.dll-Help.xml |
|---|---|
| Module Name | Microsoft.Online.SharePoint.PowerShell |
| online version | https://learn.microsoft.com/powershell/module/microsoft.online.sharepoint.powershell/Set-SPOCopilotPromoOptInStatus |
| applicable | SharePoint Online |
| title | Set-SPOCopilotPromoOptInStatus |
| schema | 2.0.0 |
| author | siruvanti |
| ms.author | siruvanti |
| ms.reviewer |
Sets the Opt-In Copilot promo status for the tenant.
Set-SPOCopilotPromoOptInStatus -IsCopilotPromoStatusEnabled <Boolean> [<CommonParameters>]
This cmdlet sets the Opt-In Copilot promo status for the tenant to True or False.
Set-SPOCopilotPromoOptInStatus -IsCopilotPromoStatusEnabled $trueExample 1 sets the Opt-In Copilot promo status for the tenant to True.
Applicable: SharePoint Online
Use this parameter to set Copilot opt-in promo status.
Type: System.Boolean
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.