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
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
+
27
29
28
30
## EXAMPLES
29
31
30
32
### Example 1
31
33
32
34
```powershell
33
35
Get-SPOCopilotPromoOptInStatusEnabled
34
-
true
35
36
```
36
37
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.
0 commit comments