Set-SPOCopilotPromoOptInStatus
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 |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |