File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
sharepoint/sharepoint-ps/sharepoint-online Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ Sets the Opt-In Copilot promo status for the tenant.
1717
1818## SYNTAX
1919``` powershell
20- Set-SPOCopilotPromoOptInStatus -IsCopilotPromoStatusEnabled $true
20+ Set-SPOCopilotPromoOptInStatus -IsCopilotPromoStatusEnabled <boolean>
2121```
2222## DESCRIPTION
2323
24- This cmdlet sets the Opt-In Copilot promo status for the tenant to ` True ` or ` False ` . The user must be a SharePoint Admin to run the cmlets.
24+ This cmdlet sets the Opt-In Copilot promo status for the tenant to ` True ` or ` False ` .
2525
2626## EXAMPLES
2727
@@ -49,5 +49,5 @@ Required: True
4949Default value : None
5050` ` `
5151## RELATED LINKS
52- - [Get-SPOCopilotPromoOptInStatus](./Get-SPOCopilotPromoOptInStatus.md)
53- - [Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online)
52+ - [Get-SPOCopilotPromoOptInStatus](./Get-SPOCopilotPromoOptInStatus.md)
53+ - [Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online)
You can’t perform that action at this time.
0 commit comments