Set-SPOCopilotPromoOptInStatus
Sets the Opt-In Copilot promo status for the tenant.
Syntax
Default (Default)
Set-SPOCopilotPromoOptInStatus
-IsCopilotPromoStatusEnabled <Boolean>
[<CommonParameters>]
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
Applicable: SharePoint Online
Use this parameter to set Copilot opt-in promo status.
Parameter properties
Type: | System.Boolean |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.