Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ ms.reviewer:
Sets the Opt-In Copilot promo status for the tenant.

## SYNTAX
```powershell
Set-SPOCopilotPromoOptInStatus -IsCopilotPromoStatusEnabled <Boolean>

```
Set-SPOCopilotPromoOptInStatus -IsCopilotPromoStatusEnabled <Boolean>
```

## DESCRIPTION

This cmdlet sets the Opt-In Copilot promo status for the tenant to `True` or `False`.
Expand All @@ -37,18 +38,21 @@ 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.

```yaml
Type: Boolean
Parameter Sets:
Parameter Sets: (All)
Aliases:
Applicable: SharePoint Online

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

## RELATED LINKS
- [Get-SPOCopilotPromoOptInStatus](./Get-SPOCopilotPromoOptInStatus.md)
- [Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online)