diff --git a/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOCopilotPromoOptInStatus.md b/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOCopilotPromoOptInStatus.md index cdbab776f..b0056f8ef 100644 --- a/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOCopilotPromoOptInStatus.md +++ b/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOCopilotPromoOptInStatus.md @@ -16,10 +16,11 @@ ms.reviewer: Sets the Opt-In Copilot promo status for the tenant. ## SYNTAX -```powershell -Set-SPOCopilotPromoOptInStatus -IsCopilotPromoStatusEnabled ``` +Set-SPOCopilotPromoOptInStatus -IsCopilotPromoStatusEnabled +``` + ## DESCRIPTION This cmdlet sets the Opt-In Copilot promo status for the tenant to `True` or `False`. @@ -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)