We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04daf10 commit b255e1fCopy full SHA for b255e1f
1 file changed
sharepoint/sharepoint-ps/sharepoint-online/Set-SPOCopilotPromoOptInStatus.md
@@ -16,10 +16,11 @@ ms.reviewer:
16
Sets the Opt-In Copilot promo status for the tenant.
17
18
## SYNTAX
19
-```powershell
20
-Set-SPOCopilotPromoOptInStatus -IsCopilotPromoStatusEnabled <Boolean>
21
22
```
+Set-SPOCopilotPromoOptInStatus -IsCopilotPromoStatusEnabled <Boolean>
+```
23
+
24
## DESCRIPTION
25
26
This cmdlet sets the Opt-In Copilot promo status for the tenant to `True` or `False`.
@@ -49,6 +50,7 @@ Applicable: SharePoint Online
49
50
Required: True
51
Default value: None
52
53
54
## RELATED LINKS
55
- [Get-SPOCopilotPromoOptInStatus](./Get-SPOCopilotPromoOptInStatus.md)
56
- [Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online)
0 commit comments