From b255e1fab1719a7ebfa03002702447062f94ae70 Mon Sep 17 00:00:00 2001 From: David Strome <21028455+dstrome@users.noreply.github.com> Date: Thu, 13 Mar 2025 16:03:50 -0700 Subject: [PATCH 1/2] Update Set-SPOCopilotPromoOptInStatus.md --- .../sharepoint-online/Set-SPOCopilotPromoOptInStatus.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOCopilotPromoOptInStatus.md b/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOCopilotPromoOptInStatus.md index cdbab776f..389a02bc4 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`. @@ -49,6 +50,7 @@ Applicable: SharePoint Online Required: True Default value: None ``` + ## RELATED LINKS - [Get-SPOCopilotPromoOptInStatus](./Get-SPOCopilotPromoOptInStatus.md) - [Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online) From 6f863b4306dfa032d7f81a52707e4590771a2c00 Mon Sep 17 00:00:00 2001 From: David Strome <21028455+dstrome@users.noreply.github.com> Date: Thu, 13 Mar 2025 16:18:58 -0700 Subject: [PATCH 2/2] Update Set-SPOCopilotPromoOptInStatus.md --- .../sharepoint-online/Set-SPOCopilotPromoOptInStatus.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOCopilotPromoOptInStatus.md b/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOCopilotPromoOptInStatus.md index 389a02bc4..b0056f8ef 100644 --- a/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOCopilotPromoOptInStatus.md +++ b/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOCopilotPromoOptInStatus.md @@ -38,17 +38,19 @@ 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