File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
sharepoint/sharepoint-ps/sharepoint-online Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,11 @@ ms.reviewer:
1616Sets the Opt-In Copilot promo status for the tenant.
1717
1818## SYNTAX
19- ``` powershell
20- Set-SPOCopilotPromoOptInStatus -IsCopilotPromoStatusEnabled <Boolean>
2119
2220```
21+ Set-SPOCopilotPromoOptInStatus -IsCopilotPromoStatusEnabled <Boolean>
22+ ```
23+
2324## DESCRIPTION
2425
2526This 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`.
3738## PARAMETERS
3839
3940### -IsCopilotPromoStatusEnabled
40-
4141Use this parameter to set Copilot opt-in promo status.
4242
4343``` yaml
4444Type : Boolean
45- Parameter Sets :
45+ Parameter Sets : (All)
4646Aliases :
4747Applicable : SharePoint Online
4848
4949Required : True
50+ Position : Named
5051Default value : None
52+ Accept pipeline input : False
53+ Accept wildcard characters : False
5154` ` `
55+
5256## RELATED LINKS
5357- [Get-SPOCopilotPromoOptInStatus](./Get-SPOCopilotPromoOptInStatus.md)
5458- [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