Skip to content

Commit 04d2b10

Browse files
authored
Merge pull request #835 from MicrosoftDocs/dstrome-patch-1
Fix article syntax
2 parents 04daf10 + 6f863b4 commit 04d2b10

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ ms.reviewer:
1616
Sets 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

2526
This 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-
4141
Use this parameter to set Copilot opt-in promo status.
4242

4343
```yaml
4444
Type: Boolean
45-
Parameter Sets:
45+
Parameter Sets: (All)
4646
Aliases:
4747
Applicable: SharePoint Online
4848

4949
Required: True
50+
Position: Named
5051
Default 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)

0 commit comments

Comments
 (0)