You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returns the true or false Opt-In Copilot promo status
18
+
19
+
## SYNTAX
20
+
```powershell
21
+
Get-SPOCopilotPromoOptInStatus
22
+
```
23
+
24
+
## DESCRIPTION
25
+
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.
27
+
28
+
## EXAMPLES
29
+
30
+
### Example 1
31
+
32
+
```powershell
33
+
Get-SPOCopilotPromoOptInStatusEnabled
34
+
true
35
+
```
36
+
37
+
Example 1: Success message shown to user when commandlet returns a positive flag from Tenant store
38
+
39
+
### Example 2
40
+
41
+
```powershell
42
+
Get-SPOCopilotPromoOptInStatusDisabled
43
+
False
44
+
```
45
+
46
+
Example 2: Success message shown to user when commandlet returns a negative flag from Tenant store
0 commit comments