Skip to content

Commit 7b40ec7

Browse files
authored
Update Get-SPOCopilotPromoOptInStatus.md
1 parent d1857bd commit 7b40ec7

File tree

1 file changed

+19
-23
lines changed

1 file changed

+19
-23
lines changed
Lines changed: 19 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
Get-SPOCopilotPromoOptInStatus
1+
# Get-SPOCopilotPromoOptInStatus
22
---
3-
external help file: sharepointonline.xml
4-
Module Name: Microsoft.Online.SharePoint.PowerShell
5-
online version: https://learn.microsoft.com/powershell/module/sharepoint-online/Get-SPOCopilotPromoOptInStatus
6-
applicable: SharePoint Online
7-
title: Get-SPOCopilotPromoOptInStatus.md
8-
schema:
9-
author: swathi.iruvanti
10-
ms.author: siruvanti
11-
ms.reviewer:
3+
- External help file: sharepointonline.xml
4+
- Module Name: Microsoft.Online.SharePoint.PowerShell
5+
- Online version: https://learn.microsoft.com/powershell/module/sharepoint-online/Get-SPOCopilotPromoOptInStatus
6+
- Applicable: SharePoint Online
7+
- Title: Get-SPOCopilotPromoOptInStatus.md
8+
- Schema:
9+
- Author: swathi.iruvanti
10+
- Ms.author: siruvanti
11+
- Ms.reviewer:
1212
---
1313
# Get-SPOCopilotPromoOptInStatus
1414

1515
## SYNOPSIS
1616

17-
Returns the true or false Opt-In Copilot promo status
17+
Returns the Opt-In Copilot promo status for the tenant.
1818

1919
## SYNTAX
2020
```powershell
@@ -23,29 +23,25 @@ Get-SPOCopilotPromoOptInStatus
2323

2424
## DESCRIPTION
2525

26-
The `Get-SPOCopilotPromoOptInStatus` cmdlet retrieves and returns the opt-in Copilot promo status. The user must be a SharePoint Admin to run the cmlets.
26+
The `Get-SPOCopilotPromoOptInStatus` This cmdlet returns the Opt-In Copilot promo status for the tenant.
27+
If the promo status is enabled, the return value is `True`, otherwise the return value is `False`.
28+
2729

2830
## EXAMPLES
2931

3032
### Example 1
3133

3234
```powershell
3335
Get-SPOCopilotPromoOptInStatusEnabled
34-
true
3536
```
3637

37-
Example 1: Success message shown to user when commandlet returns a positive flag from Tenant store
38+
Example 1: returns the value of the Opt-In promo status.
3839

39-
### Example 2
40+
## RELATED LINKS
4041

41-
```powershell
42-
Get-SPOCopilotPromoOptInStatusDisabled
43-
False
44-
```
42+
- [Set-SPOCopilotPromoOptInStatus](./Set-SPOCopilotPromoOptInStatus.md)
4543

46-
Example 2: Success message shown to user when commandlet returns a negative flag from Tenant store
44+
45+
- [Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online)
4746

48-
## RELATED LINKS
4947

50-
Set-SPOCopilotPromoOptInStatus
51-
![image](https://github.com/user-attachments/assets/09e50724-88f0-4e26-8298-085d62c3bdbd)

0 commit comments

Comments
 (0)