Skip to content

Commit 58c690e

Browse files
authored
Update Set-SPOCopilotPromoOptInStatus.md
1 parent b4876ba commit 58c690e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Set-SPOCopilotPromoOptInStatus.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
4949
Default 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)

0 commit comments

Comments
 (0)